-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
338 lines (315 loc) · 17.3 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
333
334
335
336
337
338
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>wfTutorials - Write. Learn. Share</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<link type="text/css" href="./bootstrap3/css/bootstrap.css" rel="stylesheet" />
<link type="text/css" href="./assets/css/ct-paper.css" rel="stylesheet"/>
<link type="text/css" href="./assets/css/demo.css" rel="stylesheet" />
<link type="text/css" href="./assets/css/examples.css" rel="stylesheet" />
<link type="text/css" href="./assets/css/themify-icons.css" rel="stylesheet">
<link type="text/css" href="./assets/css/magnific-popup.css" rel="stylesheet">
<link type="text/css" href="./assets/css/main.css" rel="stylesheet">
<!-- Fonts and icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-141903411-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-141903411-3');
</script>
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-default" role="navigation-demo" id="demo-navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-example-2">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">wfTutorials</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navigation-example-2">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="about.html" class="btn btn-simple">About</a>
</li>
<li>
<a href="projects.html" class="btn btn-simple">Projects</a>
</li>
<li>
<a href="https://wftutorials.blog/" target="_blank" class="btn btn-simple">Blog</a>
</li>
<li>
<a href="https://app.wftutorials.com" class="btn btn-danger btn-fill"><i class="fa fa-code"></i> Tutorials</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-->
</nav>
<div class="wrapper">
<div class="landing-header" style="background-image: url('./assets/img/bg_1.jpg');">
<div class="container">
<div class="motto">
<h1 style="padding:5px; color:white; background-color:#EB5E28" class="title-uppercase">Coding WITH/IN <br>any language</h1>
<h3 style="padding:5px; color:white; background-color:#EB5E28" >
Join me on my fun learning and exploration journey of different languages, frameworks and programming techniques.</h3>
<br />
<a style="color:#fff;" class="btn btn-fill" href="https://app.wftutorials.com"><i class="fa fa-code"></i>View Code My Tutorials</a>
<a style="color:#fff;" class="btn btn-fill" href="https://www.youtube.com/channel/UC7q5ek_XN55j9hVTYvxpbRw"><i class="fa fa-play"></i>View My Youtube Videos</a>
</div>
</div>
</div>
<div class="main">
<div class="section text-center landing-section">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2>Learning is Fun!!!</h2>
<h5>wfTutorials is about learning. I'm always interested in various frameworks and technolgies but it is hard to
just randomly learn stuff. So I decided to create a website and resource to document all the things I'm learning.</h5>
<br />
<a href="https://app.wftutorials.com" class="btn btn-danger btn-fill">View All My Tutorials</a>
</div>
</div>
</div>
</div>
<div class="section landing-section" id='features'>
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-offset-2">
<h2 id="about">Check out some recent ones</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="info">
<div class="icon icon-primary">
<i class="ti-android"></i>
</div>
<div class="description">
<h4> <a href="https://app.wftutorials.com/tutorial/128">Mobile apps with Flutter</a> </h4>
<p>We can build mobile apps using the Flutter framework and dart.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-warning">
<i class="ti-wordpress"></i>
</div>
<div class="description">
<h4> <a href="https://app.wftutorials.com/tutorial/129">Wordpress plugin for beginners</a> </h4>
<p>We learn how we can create plugins to add extra features in Wordpress.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-danger">
<i class="ti-desktop"></i>
</div>
<div class="description">
<h4> <a href="https://app.wftutorials.com/tutorial/127">Electron Desktop app</a> </h4>
<p>A tutorial on using Electron to create desktop applications.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="info">
<div class="icon icon-primary">
<i class="ti-eye"></i>
</div>
<div class="description">
<h4> <a href="https://app.wftutorials.com/tutorial/125">The Vue.js Framework</a> </h4>
<p>We work with this javascript framework and see how we can build web apps.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-warning">
<i class="ti-music"></i>
</div>
<div class="description">
<h4> <a href="https://app.wftutorials.com/tutorial/123">The Symfony PHP framework</a> </h4>
<p>Working with he Symfony PHP MVC framework.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-danger">
<i class="ti-world"></i>
</div>
<div class="description">
<h4> <a href="https://app.wftutorials.com/tutorial/130">YII 2 Framework</a></h4>
<p>Building web applications with Yii2 MVC PHP framework.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section section-dark text-center landing-section">
<div class="container">
<h2>A little about me</h2>
<div class="col-md-12">
<div class="team-player">
<img src="./assets/img/wf-user.jpg" alt="Thumbnail Image" class="img-circle img-responsive">
<h5>Wynton Franklin <br /><small class="text-muted">Software Developer</small></h5>
<p>A software developer who enjoys learning and reasearch new languages and technologies.
<br>I work with various languages like JAVA, PHP and Javascript. Mainly web development but I also have desktop and mobile
<br>I build different applications including a LeaveTracker mobile app and a expense tracker.</p>
<a href="projects.html" class="btn btn-danger">View My Projects</a>
</div>
</div>
</div>
</div>
<div class="subscribe-line">
<div class="container">
<div class="row">
<div class="col">
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="https://wftutorials.us19.list-manage.com/subscribe/post?u=09d6dc7c5acab9eefaa73ac04&id=a8d0e0d2c3" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Sign to wfTutorials newsletter</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_09d6dc7c5acab9eefaa73ac04_a8d0e0d2c3" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<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>
<!--End mc_embed_signup-->
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-black">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="logo text-center">
<img src="assets/img/clear-logo.png" style="width: 80%;">
</div>
</div>
<div class="col-md-6 col-md-offset-2 col-sm-8">
<div class="links">
<ul>
<li>
<a href="/index.html">
Home
</a>
</li>
<li>
<a href="/about.html">
About
</a>
</li>
<li>
<a href="/projects.html">
Projects
</a>
</li>
</li>
<li>
<a href="https://app.wftutorials.com/site/login">
Login
</a>
</li>
<li>
<a href="https://www.facebook.com/wftutorials/" class="btn btn-icon btn-fill">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UC7q5ek_XN55j9hVTYvxpbRw" class="btn btn-icon btn-fill">
<i class="fa fa-youtube"></i>
</a>
</li>
<li>
<a href="https://github.com/wftutorials" class="btn btn-icon btn-fill">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
<hr />
<div class="copyright">
<div class="pull-left">
© 2021 wftutorials.com
</div>
<div class="pull-right">
<ul>
<li>
<a href="https://app.wftutorials.com/site/terms">
Terms
</a>
</li>
|
<li>
<a href="https://app.wftutorials.com/site/privacy">
Privacy
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>
<script src="./assets/js/jquery-ui-1.10.4.custom.min.js" type="text/javascript"></script>
<script src="./bootstrap3/js/bootstrap.js" type="text/javascript"></script>
<!-- Plugins -->
<script src="./assets/js/ct-paper-checkbox.js"></script>
<script src="./assets/js/ct-paper-radio.js"></script>
<script src="./assets/js/bootstrap-select.js"></script>
<script src="./assets/js/bootstrap-datepicker.js"></script>
<script src="./assets/js/ct-paper.js"></script>
<script src="./assets/js/jquery.magnific-popup.min.js"></script>
<script>
$('#play-demo').magnificPopup({
items: {
src: 'https://www.youtube.com/watch?v=YqWALtIH7-I'
},
type: 'iframe' // this is default type
});
</script>
</html>