-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
332 lines (280 loc) · 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="./public/images/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="./public/styles/main.css">
<link rel="stylesheet" href="./public//styles/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>crea8lab - Building The Future</title>
</head>
<body>
<header>
<div class="logo" id="#hero">
<img src="./public/images/logo_transparent.png" alt="crea8lab logo">
<h1 class="logo_text">crea8lab</h1>
</div>
<!-- Navigations -->
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="./public/pages/projects.html">Projects</a></li>
<li><a href="#tutorials">Tutorials</a></li>
<li><a href="#community">Community</a></li>
<li><a href="./public/pages/contact_us.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<!-- Aboout Us -->
<section class="about content_wrapper" id="about">
<div class="info_section">
<p class="clickables">
<button class="btn" id="join_us">Join Us</button>
<a href="./public/pages/projects.html">
<button class="btn" id="projects">
See Projects
</button>
</a>
</p>
</div>
</section>
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<div class="modal-header">
<h2>Join Us</h2>
<span class="close">×</span>
</div>
<div class="modal-body">
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'London')">Login</button>
<button class="tablinks" onclick="openCity(event, 'Paris')">SignUp</button>
</div>
<div id="London" class="tabcontent">
<div>
<form class="login_modal-content animate" action="/action_page.php">
<div class="imgcontainer">
<!-- <span onclick="document.getElementById('London').style.display='none'" class="login_close" title="Close Modal">×</span> -->
<img src="./public/images/index.jpeg" alt="Avatar" class="avatar">
</div>
<div class="login_container">
<div class="loginput">
<label for="uname"><b>Username</b></label>
<input type="text" placeholder="Enter Username" name="uname" required>
</div>
<div class="loginput">
<label for="psw"><b>Password</b></label>
<input type="password" placeholder="Enter Password" name="psw" required>
</div>
<div class="loginput">
<label>
<input type="checkbox" checked="checked" name="remember"> Remember me
</label>
<button class="logbut" type="submit">Login</button>
</div>
</div>
<div class="login_container1" style="background-color:#003457">
<button type="button" onclick="document.getElementById('London').style.display='none'" class="login_cancelbtn">Cancel</button>
<span class="login_psw">Forgot <a href="#">password?</a></span>
</div>
</form>
</div>
</div>
</div>
<div id="Paris" class="tabcontent">
<form>
<div class="reg-container">
<!-- <h1>Sign Up</h1> -->
<h4 id = "instruct">Please fill in this form to create an account.</h4>
<hr>
<div class = "reginput">
<label for="email"><b>Username</b></label>
<input type="text" placeholder="Username" name="name" required>
</div>
<div class = "reginput">
<label for="email"><b>Email</b></label>
<input type="text" placeholder="Enter Email" name="email" required>
</div>
<div class = "reginput">
<label for="psw"><b>Password</b></label>
<input type="password" placeholder="Enter Password" name="psw" required>
</div>
<div class = "reginput">
<label for="psw-repeat"><b>Repeat Password</b></label>
<input type="password" placeholder="Repeat Password" name="psw-repeat" required>
</div>
<label>
<input type="checkbox" checked="checked" name="remember" style="margin-bottom:15px"> Remember me
</label>
</div>
<p>By creating an account you agree to our
<a href="#" style="color:dodgerblue">Terms & Privacy</a>.
</p>
<div class="clearfix">
<button type="button" onclick="document.getElementById('Paris').style.display='none'" class="regcancelbtn">Cancel</button>
<button type="submit" class="signupbtn">Sign Up</button>
</div>
</form>
</div>
</div>
</div>
<!-- infomaatics -->
<section class="infomatics content_wrapper">
<div class="info__box learn">
<div class="icon_wrap">
<i class="fab fa-leanpub"></i>
</div>
<h3>learn</h3>
<p>
Immersive tutorials to help you gain mastery of coding.
</p>
</div>
<div class="info__box connect">
<div class="icon_wrap">
<i class="fas fa-users"></i>
</div>
<h3>connect</h3>
<p>
Connect with developers and designers who love open source.
</p>
</div>
<div class="info__box build">
<div class="icon_wrap">
<i class="fas fa-cogs"></i>
</div>
<h3>build</h3>
<p>
Build amazing projects while working with your team.
</p>
</div>
</section>
</main>
<!-- Footer -->
<footer class="page-footer font-small unique-color-dark" id ="foter">
<div style="background-color: #003457; color: #ffffff">
<div class="container" style=" color: #ffffff">
<!-- Grid row-->
<div class="row py-4 d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-6 col-lg-5 text-center text-md-left mb-4 mb-md-0">
<h6 class="mb-0">Get connected with us on social networks!</h6>
</div>
<!-- Grid column -->
<div class="col-md-6 col-lg-7 text-center text-md-right">
<!-- Facebook -->
<a class="fb-ic">
<i class="fa fa-facebook white-text mr-4"> </i>
</a>
<!-- Twitter -->
<a class="tw-ic">
<i class="fa fa-twitter white-text mr-4"> </i>
</a>
<!-- Google +-->
<a class="gplus-ic">
<i class="fa fa-google-plus white-text mr-4"> </i>
</a>
<!--Linkedin -->
<a class="li-ic">
<i class="fa fa-linkedin white-text mr-4"> </i>
</a>
<!--Instagram-->
<a class="ins-ic">
<i class="fa fa-instagram white-text"> </i>
</a>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</div>
</div>
<!-- Footer Links -->
<div class="container text-center text-md-left mt-5" id = "footer-content">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase font-weight-bold">Crea8lab</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<div class="logo__footer">
<a href="#hero">
<img src="./public/images/logo_transparent.png" alt="createlab logo">
</a>
</div>
<p class = "company">Crea8lab is an open source community that encourages developers to contribute and learn together.</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Projects</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="https://github.com/phavor/cheetbook" target="_blank">CheetBook</a>
</p>
<p>
<a href="#!">Crunchy App</a>
</p>
<p>
<a href="#!">CourSeek</a>
</p>
<p>
<a href="#!">RechargeTracker</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Useful links</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="#!">Github.com/phavor</a>
</p>
<p>
<a href="#!">Become a Team</a>
</p>
<p>
<a href="#!">Requirements</a>
</p>
<p>
<a href="#!">Help</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4 addr">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Contact</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<i class="fa fa-home mr-3"></i>44 Owerri Road Aba, Abia State. Nigeria</p>
<p>
<i class="fa fa-envelope mr-3"></i> info@slack.com/synthesis</p>
<p>
<i class="fa fa-phone mr-3"></i> + 234 905 4374 294</p>
<p>
<i class="fa fa-print mr-3"></i> + 234 813 0980 432</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2018 Copyright:
<a href="https://mdbootstrap.com/bootstrap-tutorial/"> Crea8lab.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<script src="./src/lib/bootstrap.min.js"></script>
<script src = "./src/lib/jquery-3.3.1.min.js"></script>
<script src = "./src/lib/modal.js"></script>
</body>
</html>