-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
309 lines (260 loc) · 9.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="stylesheet" href="/styles/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<!-- things to do on this site
1. add animation to the title on the services page
2. the images should rotate the screen
3. in the let's chat section there should be a popup (js)with a form that sends the message to my email
4.
2. add media queries
3. host with netlify
4. make this a pwa
5. make a loading page
6. make an error 404 page incase of no connection
-->
<body>
<section class="gridlayout">
<header class="header">
<nav class="nav">
<ul class="navlist">
<h2 class="name">John <b>Winifred</b>
</h2>
<li class="navitem">
<a href="#myservices" class="navlink">
<i id="caret" class="fa fa-caret-left" aria-hidden="true"> </i>
Services
<i id="caret" class=" fa fa-caret-right" aria-hidden="true"></i>
</a>
</li>
<li class="navitem">
<a href="#works" class="navlink">
<i id="caret" class="fa fa-caret-left" aria-hidden="true"></i>
Works
<i id="caret" class=" fa fa-caret-right" aria-hidden="true"></i>
</a>
</li>
<li class="navitem">
<a href="#skills" class="navlink">
<i id="caret" class="fa fa-caret-left" aria-hidden="true"></i>
Skills
<i id="caret" class=" fa fa-caret-right" aria-hidden="true"></i>
</a>
</li>
<li class="navitem">
<a href="#contact" class="navlink">
<i id="caret" class="fa fa-caret-left" aria-hidden="true"></i>
Contact
<i id="caret" class=" fa fa-caret-right" aria-hidden="true"></i>
</a>
</li>
<li class="navitem"><a href="https://twitter.com/WinneXia" class="font-awesome"><i class="fa fa-twitter" style="color:#fff;" ></i>
</a>
</li>
<li class="navitem"><a href="https://github.com/johnwinifred/johnwinifred" class="font-awesome" ><i class="fa fa-github" style="color: #fff;"></i>
</a>
</li>
<li class="navitem"><a href="mailto:[email protected]" class="font-awesome special"><i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
</li>
</ul>
</nav>
</header>
<!-- Services -->
<section id="myservices">
<!-- title -->
<div class="gridcontainer">
<div class="title">
<button class="btntext">Front-End Developer</button>
<h1>Talk is Cheap...
<br> Show me the code <br/>
</h1>
<p>I implement beautiful UI designs into code,
<br>and I love what I do <br/>
</p>
<li><a href="" class="link">LET'S CHAT!</a></li>
</div>
<!-- image -->
<div class="image">
<span class="bigcircle">
<img class="css" src="css.png" alt="">
<img class="react" src="react.png" alt="">
<img class="js" src="js.png" alt="">
<img class="userpics" src="user.png" alt="">
</span>
<span class="smallcircle"></span>
<span class="dot"></span>
</div>
</div>
</section>
<!-- works -->
<section id="works">
<!-- This is the text section of the works page -->
<div class="textcontainer">
<div class="borderitem"> <!--this div wraps the items surrounded by border-->
<div class="frontend">
<h1>Front-End
<span class="sm-icons"> < / > </span>
</h1>
<p>I build responsive websites with awesome UI</p>
</div>
<div class="documentation">
<h1>Documentation
<span class="sm-icons"> < / > </span>
</h1>
<p>Create useful and easy guide for end users </p>
</div>
<div class="seo">
<h1>SEO
<span class="sm-icons"> < / > </span>
</h1>
<p>Boost your website with SEO</p>
</div>
</div>
<div class="textitem">
<h3>Introduction</h3>
<h1>Hello World!! <span>I'm John Winifred</span></h1>
<blockquote> <b>"</b> Show me the code and I will find a way to do it better... <br> I WORK SMART NOT HARD <b>"</b><br/></blockquote>
<h3>I started my tech journey 2 years ago as a self-taught developer and freelancer.
Tech has taught me patience, consistency and team work.
My super-power in tech is Learning. I am thrilled by challenges
and I love finding the best methods.
I am open to work with you.
</h3>
</div> <!--this div wraps the text column-->
</div>
<!-- this is teh sample container showing my projects -->
<div class="samplecontainer">
<!-- maybe use js later -->
<div class="work1">
<h1>Latest Works</h1>
<p>Bringing you real life solutions</p>
<div class="w1">
<h2> Aimm.</h2>
<img src="" alt="">
</div>
<h3 class="link">
<li><a href="https://hashnode.com/@Winne123">ALL ARTICLES</a></li>
</h3>
<p>Click the link above to read the article.
</p>
</div> <!--this div wraps the items both text and image in the first work-->
<div class="work2">
<div class="w1">
<h2>Organics</h2>
<img src="" alt="">
</div>
<div class="w1">
<h2>pwa</h2>
<img src="" alt="">
</div>
</div>
</div>
</section>
<!-- skills -->
<section id="skills">
<h2>Skills</h2>
<div class="container">
<div class="htmlcontainer">
<h2>HTML5</h2>
<div class="barcontainer">
<div class="bar">
<b>80%</b>
</div>
</div>
</div>
<div class="csscontainer">
<h2>CSS3</h2>
<div class="barcontainer2">
<div class="bar2">
<b>80%</b>
</div>
</div>
</div>
<div class="jscontainer">
<h2>JAVASCRIPT</h2>
<div class="barcontainer3">
<div class="bar3">
<b>50%</b>
</div>
</div>
</div>
</div>
</section>
<!-- contact -->
<section id="contact">
<div class="contactwrap">
<div class="note">
<h2>Let's make something amazing <br>together. <br/>
</h2>
<h2>Start by <a class="link" href="https://www.linkedin.com/in/john-chidera-584731205">saying hi</a></h2>
</div>
<div class="info">
<h4>Information</h4>
<p> Uyo, Nigeria</p>
<h2>[email protected]</h2>
<div class="navbar">
<nav class="nav">
<ul class="navlist">
<li class="navitem">
<a href="#myservices" class="navlink">
<i id="caret" class="fa fa-caret-left" aria-hidden="true"> </i>
Services
<i id="caret" class=" fa fa-caret-right" aria-hidden="true"></i>
</a>
</li>
<li class="navitem">
<a href="#works" class="navlink">
<i id="caret" class="fa fa-caret-left" aria-hidden="true"></i>
Works
<i id="caret" class=" fa fa-caret-right" aria-hidden="true"></i>
</a>
</li>
<li class="navitem">
<a href="#skills" class="navlink">
<i id="caret" class="fa fa-caret-left" aria-hidden="true"></i>
Skills
<i id="caret" class=" fa fa-caret-right" aria-hidden="true"></i>
</a>
</li>
<li class="navitem">
<a href="#contact" class="navlink">
<i id="caret" class="fa fa-caret-left" aria-hidden="true"></i>
Contact
<i id="caret" class=" fa fa-caret-right" aria-hidden="true"></i>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</section>
<!-- for the footer-->
<section class="footer">
<div class="foot">
<h2 class="name">John <b>Winifred</b>
</h2>
<h6>@2022. All Rights Reserved</h6>
</div>
<div class="foot2">
<li class="navitem"><a href="https://twitter.com/WinneXia" class="font-awesome"><i class="fa fa-twitter" style="color:#fff;" ></i>
</a>
</li>
<li class="navitem"><a href="https://github.com/johnwinifred/johnwinifred" class="font-awesome" ><i class="fa fa-github" style="color: #fff;"></i>
</a>
</li>
<li class="navitem"><a href="mailto:[email protected]" class="font-awesome special"><i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
</li>
</div>
</section>
</section>
</body>
</html>