-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcommunity.html
More file actions
352 lines (325 loc) · 13.7 KB
/
community.html
File metadata and controls
352 lines (325 loc) · 13.7 KB
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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang='en'>
<head>
<!--Structure Structured Data Markup Helper. -->
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Product",
"name" : "Techwheel",
"image" : "http://www.techwheel.org/images/logowheel.png",
"description" : "Techwheel is largely concerned in building digitally transformed set of people who will contribute immensely to the future by influencing their community using technology.",
"url" : "http://www.techwheel.org/",
"brand" : {
"@type" : "Brand",
"name" : "TechWheel Foundation",
"logo" : "http://www.techwheel.org/images/logo.png"
},
"review" : {
"@type" : "Review",
"author" : {
"@type" : "Person",
"name" : "Kayode Goodness"
},
"datePublished" : "2018-04-02T15:30",
"reviewRating" : {
"@type" : "Rating",
"ratingValue" : "5",
"bestRating" : "5",
"worstRating" : "0"
},
"reviewBody" : "Talents are built here. No better place to learn and build awesome stuffs than Techwheel"
},
"potentialAction": [{
"@type": "SearchAction",
"target": "http://techwheel.org/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}]
}
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "http://www.techwheel.org",
"logo": "http://www.techwheel.org/images/logowheel.png",
"image" : "http://www.techwheel.org/images/logowheel.png",
"sameAs": [
"http://www.facebook.com/techwheelorg",
"http://instagram.com/techwheelorg",
"https://twitter.com/techwheelorg",
"https://medium.com/techwheel"
],
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Saturday",
"opens": "00:00",
"closes": "23:59"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Sunday",
"opens": "00:00",
"closes": "00:00"
}
]
}
{
"@context": "http://schema.org",
"@type": "NewsArticle",
"headline":"Techwheel Stories",
"image": [
"http://www.techwheel.org/images/logowheel.png"
]
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117542892-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-117542892-1');
</script>
<meta class="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Techwheel (Human Development Platform)</title>
<meta name="description" content="Techwheel is largely concerned in building digitally transformed set of people who will contribute immensely to the future by influencing their community using technology.">
<meta name="google-site-verification" content="jmBwMF6BE1PthICqafGyywWlbq5BRb3ZEpIetelvZuA" />
<meta name="author" content="Techwheel">
<meta name="twitter" content="@techwheelorg" />
<meta name="instagram" content="@techwheelorg" />
<meta property="og:type" content="website" />
<meta property="og:title" content="TechWheel - Advancing human development via technology" />
<meta property="og:description" content="Techwheel is largely concerned in building digitally transformed set of people who will contribute immensely to the future by influencing their community using technology." />
<meta property="og:url" content="https://techwheel.com/" />
<meta property="og:site_name" content="Techwheel" />
<meta property="og:image" content="http://www.techwheel.com/images/logo.png" />
<meta property="og:image:secure_url" content="http://www.techwheel.com/images/logo.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@techwheelorg" />
<meta name="twitter:description" content="Techwheel is largely concerned in building digitally transformed set of people who will contribute immensely to the future by influencing their community using technology." />
<meta name="twitter:title" content="TechWheel - Advancing human development via technology" />
<link rel="shortcut icon" href="images/logo.png" />
<link href="https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css" rel="stylesheet">
<!-- Don't forget to add your metadata here -->
<link rel='stylesheet' href='css/style.min.css' />
<!-- Start of Async Drift Code -->
<script>
!function() {
var t;
if (t = window.driftt = window.drift = window.driftt || [], !t.init) return t.invoked ? void (window.console && console.error && console.error("Drift snippet included twice.")) : (t.invoked = !0,
t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n;
return n = Array.prototype.slice.call(arguments), n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e, n, o, i;
e = 3e5, i = Math.ceil(new Date() / e) * e, o = document.createElement("script"),
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + i + "/" + t + ".js",
n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n);
});
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('83xznd5y9zps');
</script>
<!-- End of Async Drift Code -->
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/72b2713a22ccb0ff0c4325bd9/2833743144843989db919b447.js");
</script>
</head>
<body>
<!-- Hero(extended) navbar -->
<div class="navbar navbar--extended" data-aos="fade-down">
<nav class="nav__mobile"></nav>
<div class="container">
<div class="navbar__inner">
<a href="/" class="navbar__logo"><img height="52px" src="images/logowheel.png" /></a>
<nav class="navbar__menu">
<ul>
<li><a href="/#about">About Us</a></li>
<li><a href="/#contact">Contact Us</a></li>
<li><a href="mentor.html">Our Mentors</a></li>
<li><a href="community.html">Our Community</a></li>
<li><a href="https://www.medium.com/techwheel" target="_blank">Our Stories</a></li>
</ul>
</nav>
<div class="navbar__menu-mob"><a href="" id='toggle'><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z" class=""></path></svg></a></div>
</div>
</div>
</div>
<!-- Hero unit -->
<!-- Hero unit -->
<div class="page__header" class="hero community_bg" style="background-image: url(images/bg.jpg);">
<div class="hero__overlay hero__overlay--gradient" ></div>
<div class="hero__mask"></div>
<div class="page__header__inner">
<div class="container">
<div class="page__header__content">
<div class="page__header__content__inner" id='navConverter'>
<h1 class="page__header__title">TechWheel Affiliate Community</h1>
<p class="page__header__text">
It’s a licensed community of people
championed by an individual or group of
people with an agenda similar to the
goals of TechWheel organization:
“impacting undeserving people or communities
with tech related skills”. These
communities are binded by certain
governing rules and while still licensed,
they are overseen by appointed
TechWheel agents/staff.
</p>
<a target="_blank" href="https://techwheel.typeform.com/to/yWWxMr" class="button button__accent">Start a Community</a>
</div>
</div>
</div>
</div>
</div>
<!-- Our Mentors -->
<div class="steps landing__section" data-aos="fade-up">
<div class="container">
<div class="steps__inner">
<div class="step">
<div class="step__media" data-aos="zoom-in-down">
<img height="120dp" class="button hero__button" src="./images/logo.png" class="step__image" />
<a href="#" target="_blank">
<h4 style="margin:0px;" >Lagos Chapter</h4>
<h5 style="margin:0px;">Empowering the undeserved communities</h4>
</a>
</div>
</div>
<div class="step" data-aos="zoom-in-down">
<div class="step__media">
<img height="120dp" class="button hero__button" src="./images/avatar.png" class="step__image" />
<a href="https://techwheel.typeform.com/to/yWWxMr" target="_blank">
<h4 style="margin:0px;">Start TechWheel Community</h4>
<h5 style="margin:0px;">?</h4>
</a>
</div>
</div>
<div class="step" data-aos="zoom-in-down">
<div class="step__media">
<img height="120dp" class="button hero__button" src="./images/avatar.png" class="step__image" />
<a href="https://techwheel.typeform.com/to/yWWxMr" target="_blank">
<h4 style="margin:0px;">Start TechWheel Community</h4>
<h5 style="margin:0px;">?</h4>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Call To Action -->
<div class="cta cta--reverse">
<div class="container" align="center">
<div class="cta__inner" data-aos="zoom-in-down">
<h2 class="cta__title">Subscribe to our NewsLetter</h2>
<p class="cta__sub cta__sub--center">Be among the first set of people to get notified of our amazing works.</p>
<!--<a href="#" class="button button__accent">Notify Me</a>-->
</div>
<form data-aos="fade-up" class="form container" role="form" action="https://techwheel.us17.list-manage.com/subscribe/post?u=72b2713a22ccb0ff0c4325bd9&id=d5e6ba1aae" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form"class="validate" target="_blank" novalidate>
<div class="form-group" style="margin-right: 10px; display: inline;">
<input style="display: inline; width: 250px; " type="email" name="EMAIL" id="mce-EMAIL"class="form-control transparent" placeholder="Your email here..." required>
</div>
<div style="display: inline;">
<button type="submit" class="button button__accent" name="subscribe" id="mc-embedded-subscribe" >Notify Me
</button>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" ></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_05e4d9a106bc39f2f2ceb1684_b750a566c7"tabindex="-1" value="">
</div>
</form>
</div>
</div>
<!-- Footer -->
<div class="footer footer--dark">
<div class="container">
<a name="contact"></a>
<div class="footer__inner">
<div class="footer__data">
<div class="footer__data__item">
<div class="footer__row">
<a href="index.html" class="footer__textLogo">Tech Wheel Foundation</a>
</div>
<div class="footer__row" style="width: 220px;">
No 3, St. Finbarr's College Road, Akoka-Yaba, Lagos.
</div>
</div>
</div>
<div class="footer__data">
<div class="footer__data__item">
<div class="footer__row">
<a href="index.html" class="footer__textLogo">Reach out to Us</a>
</div>
<div class="footer__row">
training@techwheel.org
</div>
</div>
<div class="footer__data__item">
<div class="footer__row">
<a href="index.html" class="footer__textLogo">Our Social Media</a>
</div>
<div class="footer__row">
<a href="https://twitter.com/techwheelorg" target="_blank" class="footer__link">Twitter</a> |
<a href="https://www.facebook.com/techwheelorg" target="_blank" class="footer__link">Facebook</a> |
<a href="https://www.medium.com/techwheel" target="_blank" class="footer__link">Medium</a>
</div>
</div>
<div class="footer__data__item">
<div class="footer__row">
© 2018, All rights reserved
</div>
</div>
</div>
</div>
</div>
<script src='js/app.min.js'></script>
<script src="js/typed/typed.min.js"></script>
<script src="https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.js"></script>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
<script type='text/javascript'>
(function($) {
window.fnames = new Array();
window.ftypes = new Array();
fnames[0]='EMAIL';
ftypes[0]='email';
fnames[1]='FNAME';
ftypes[1]='text';
fnames[2]='LNAME';
ftypes[2]='text';
fnames[3]='ADDRESS';
ftypes[3]='address';
fnames[4]='PHONE';
ftypes[4]='phone';
fnames[5]='BIRTHDAY';
ftypes[5]='birthday';
}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<script>
AOS.init({
offset: 100,
duration: 1500,
easing: 'ease',
delay: 300,
once: true,
});
</script>
<script type="text/javascript">
var typed = new Typed(
'#typedit', {
strings: ["believe poverty can be defeated", "invest in Human Development","then, build innovators","build digital disruptors", "solve local and global problems"],
typeSpeed: 100,
fadeOut: true,
smartBackspace: true,
backDelay: 3000,
loop: true
});
</script>
</body>
</html>