-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
201 lines (179 loc) · 9.36 KB
/
about.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
<!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/cafe.jpg'); min-height: 396px;">
<div class="container">
<div class="motto">
<h1 style="padding:5px; color:white; background-color:#EB5E28" class="title-uppercase">Hey, Whats up</h1>
<h3 style="padding:5px; color:white; background-color:#EB5E28" >
Let me share more information with you.</h3>
<br />
</div>
</div>
</div>
<div class="main">
<div class="section landing-section">
<div class="container">
<h3 class="title-uppercase">Hi, My name is Wynton</h3>
<p>Hi, my name is Wynton Franklin. wfTutorials was created to motivate me to keep learning. There are so many things in software development that you have to keep up to date in. Unfortunately arbitrarily learning things isn’t very rewarding or quantifiable. wfTutorials is a reflection of all the technologies I have interacted with and plan to interact with. For every new language or framework I create mini applications that teach me the fundamentals of technology. Blogging about the learning process is extremely rewarding for its own sake. Hopefully however someone will be helped by the tutorials that I create.</p>
<p>No language is off the table. I aim to touch and have an understanding of as many technologies as possible. I also have an deep interest in micro-controllers and robotics. So eventually I aim to create tutorials about my interaction with those tools.</p>
<h3 class="title-uppercase">More About Me</h3>
<p>I am a software developer from the beautiful island of Trinidad and Tobago. I have a degree in Software Engineering and diploma in Electrical and Electronic Engineering. I have worked in software development for over four years now. I have a load of unique and not so unique ideas for different applications that I work on a regular basis. I believe in clean coding and properly structuring your applications. I don’t have a favorite language but I am fond of Java.</p>
</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">
© 2020 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>