forked from Developers-Circle-Gaborone/bwjobsforgraduates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (159 loc) · 8.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bw Jobs For Graduates</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="css/index.css" >
</head>
<body>
<!-- landing-screen -->
<div class="landing-screen">
<div class="overlay">
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-faded py-3">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbarNavDropdown" class="navbar-collapse collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Who we are</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- /.navbar -->
<!-- caption -->
<div class="container mt-5 pt-5">
<h1 class="title">Bw Jobs For Graduates</h1>
<div class="w-50">
<p class="subtitle txt-grey mt-4">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<a href="#" class="btn pull-right btn-outline-primary mt-3 "> Learn More </a>
</div>
</div>
<!-- /.caption -->
<!-- notification -->
<div class="notification p-4">
<h5 class="notification__title">Become a Sponsor</h5>
<p class="notification__text txt-grey">
Don't be shy to offer to become a sonsor.</br>
There is no such thing as little contribution</br>
Every Contribution counts
</p>
</div>
<!-- /. notification -->
<!-- social-links -->
<ul class="social-links">
<li class="social-links__item"><a target="_blank" href="https://www.facebook.com/bwjobsfor.graduates" class="social-link social-link-facebook"><i class="fa fa-facebook"></i></a></li>
<li class="social-links__item"><a href="#" class="social-link social-link-twitter"><i class="fa fa-twitter"></i></a></li>
<li class="social-links__item"><a href="#" class="social-link social-link-google-plus"><i class="fa fa-google-plus"></i></a></li>
<li class="social-links__item"><a href="#" class="social-link social-link-linkedin"><i class="fa fa-linkedin"></i></a></li>
</ul>
<!-- /. social-links -->
</div>
</div>
<!-- /. landing-screen -->
<!-- popular job categories -->
<div class="container py-5">
<h2>Popular Categories</h2>
</div>
<!-- /. popular job categories -->
<!-- footer -->
<footer id="footer" class="bg-dark py-4">
<div class="container">
<div class="row py-5">
<div class="col-md-4 col-12">
<h4>About</h4>
<p class="footer__txt txt-grey">
We are an NGO whoes sole purpose is to provide employment oppotunites for Botswana graduates.
</p>
<a href="#" class="btn btn-primary">Learn More</a>
</div>
<div class="col-md-3 col-12">
<h4>Information</h4>
<ul class="footer__list">
<li class="footer__list-item"><a href="#" class="footer__link txt-grey"> > Donation </a></li>
<li class="footer__list-item"><a href="#" class="footer__link txt-grey"> > Privacy </a></li>
<li class="footer__list-item"><a href="#" class="footer__link txt-grey"> > Terms & Conditions </a></li>
</ul>
</div>
<div class="col-md-2 col-12">
<h4>Hot Links</h4>
<ul class="footer__list">
<li class="footer__list-item"><a href="#" class="footer__link txt-grey"> > Blog </a></li>
<li class="footer__list-item"><a href="#" class="footer__link txt-grey"> > Testimonial </a></li>
<li class="footer__list-item"><a href="#" class="footer__link txt-grey"> > Contact us </a></li>
<li class="footer__list-item"><a href="#" class="footer__link txt-grey"> > Job Listings </a></li>
</ul>
</div>
<div class="col-md-3 col-12">
<h4>Have a Question ?</h4>
<ul class="footer__list">
<li class="footer__list-item">
<a href="#" class="footer__link txt-grey">
<i class="fa fa-map-marker mr-3"></i> Botswana, Gaborone
</a>
</li>
<li class="footer__list-item">
<a href="#" class="footer__link txt-grey">
<i class="fa fa-phone mr-2"></i> +267 7000000
</a>
</li>
<li class="footer__list-item">
<a href="#" class="footer__link txt-grey">
<i class="fa fa-envelope mr-2"></i> [email protected]
</a>
</li>
</ul>
</div>
</div>
<!-- social-icons -->
<div class="footer__social-icons-bar">
<div class="mx-auto d-table py-5">
<a href="https://www.facebook.com/bwjobsfor.graduates" target="_blank" class="footer__social-icon footer__social-icon-facebook">
<i class="fa fa-facebook"></i>
</a>
<a href="#" class="footer__social-icon footer__social-icon-twitter">
<i class="fa fa-twitter"></i>
</a>
<a href="#" class="footer__social-icon footer__social-icon-google-plus">
<i class="fa fa-google-plus"></i>
</a>
<a href="#" class="footer__social-icon footer__social-icon-linked">
<i class="fa fa-linkedin"></i>
</a>
</div>
</div>
<!-- /. social-icons -->
<!-- copyright -->
<div class="copy-right pb-2">
<p class="copy-right__text txt-grey">© All Rights Reserved</p>
</div>
<!-- /. copyright -->
</div>
</footer>
<!-- /. footer -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/index.js" > </script>
</body>
</html>