-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
274 lines (266 loc) · 9.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio Website</title>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"
/>
<link
href="https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="container">
<!-- section-1 -->
<section class="section-1 center" id='section-1'>
<h1 class="section-1-heading">
Web Developer
</h1>
<img src="images/john-smith.jpg" alt="John Smith" class="person-img">
<h3 class="person-name">John Smith</h3>
<a href="#" class="section-1-btn">Projects</a>
</section>
<!-- end of section 1-->
<!-- navbar -->
<nav class="navbar center">
<a href="#section-1" class="navbar-link">Home</a>
<a href="#section-2" class="navbar-link">About</a>
<a href="#section-3" class="navbar-link">Portfolio</a>
<a href="#section-4" class="navbar-link">Contact</a>
</nav>
<!-- End of navbar -->
<!-- Section-2 -->
<section class="section-2" id='section-2'>
<h1 class="section-heading">
About Me
</h1>
<div class="progress-bars-wrapper">
<div class="progress-bar">
<p class="progress-text">
HTML
<span></span>%
</p>
<div class="progress-percent"></div>
</div>
<div class="progress-bar">
<p class="progress-text">
CSS
<span></span>%
</p>
<div class="progress-percent"></div>
</div>
<div class="progress-bar">
<p class="progress-text">
JavaScript
<span></span>%
</p>
<div class="progress-percent"></div>
</div>
<div class="progress-bar">
<p class="progress-text">
SASS
<span></span>%
</p>
<div class="progress-percent"></div>
</div>
<div class="progress-bar">
<p class="progress-text">
ReactJS
<span></span>%
</p>
<div class="progress-percent"></div>
</div>
<div class="progress-bar">
<p class="progress-text">
NodeJS
<span></span>%
</p>
<div class="progress-percent"></div>
</div>
<div class="progress-bar">
<p class="progress-text">
MongoDB
<span></span>%
</p>
<div class="progress-percent"></div>
</div>
</div>
<div class="services">
<div class="service">
<i class="far fa-lightbulb"></i>
<h2 class="service-heading">Creative
</h2>
</div>
<div class="service">
<i class="fa fa-cut"></i>
<h2 class="service-heading">Problem
Solving
</h2>
</div>
<div class="service">
<i class="fa fa-tachometer-alt"></i>
<h2 class="service-heading">Fast
</h2>
</div>
<div class="service">
<i class="fa fa-rocket"> </i>
<h2 class="service-heading">Dynamic
</h2>
</div>
</div>
</div>
</section>
<!-- End of Section-2 -->
<!-- Section 3 -->
<section class="section-3" id='section-3'>
<h1 class="section-heading">
My Projects
</h1>
<div class="projects-wrapper center">
<div class="project">
<div class="project-text">
<h2 class="project-name">
Architect website
</h2>
<h4 class="project-technologies">HTML/CSS/JavaScript</h4>
</div>
<img src="images/project-1.jpg"
class="project-img">
<a href="#" class="project-link" target="_blank">Go to Video</a>
</div>
<div class="project">
<div class="project-text">
<h2 class="project-name">
Budget App
</h2>
<h4 class="project-technologies">ReactJS</h4>
</div>
<img src="images/project-2.jpg"
class="project-img">
<a href="#" class="project-link" target="_blank">Go to Video</a>
</div>
<div class="project">
<div class="project-text">
<h2 class="project-name">
Wine House
</h2>
<h4 class="project-technologies">HTML/CSS/JavaScript</h4>
</div>
<img src="images/project-3.jpg"
class="project-img">
<a href="#" class="project-link" target="_blank">Go to Video</a>
</div>
<div class="project">
<div class="project-text">
<h2 class="project-name">
Task Manager
</h2>
<h4 class="project-technologies">React JS</h4>
</div>
<img src="images/project-4.jpg"
class="project-img">
<a href="#" class="project-link" target="_blank">Go to Video</a>
</div>
<div class="project">
<div class="project-text">
<h2 class="project-name">
Road
</h2>
<h4 class="project-technologies">HTML/CSS/JavaScript</h4>
</div>
<img src="images/project-5.jpg"
class="project-img">
<a href="#" class="project-link" target="_blank">Go to Video</a>
</div>
<div class="project">
<div class="project-text">
<h2 class="project-name">
Food Recipe App
</h2>
<h4 class="project-technologies">ReactJS</h4>
</div>
<img src="images/project-6.jpg"
class="project-img">
<a href="#" class="project-link" target="_blank">Go to Video</a>
</div>
<div class="project">
<div class="project-text">
<h2 class="project-name">
Slide Show
</h2>
<h4 class="project-technologies">HTML/CSS/JavaScript</h4>
</div>
<img src="images/project-7.jpg"
class="project-img">
<a href="#" class="project-link" target="_blank">Go to Video</a>
</div>
<div class="project">
<div class="project-text">
<h2 class="project-name">
Hamburger Menu
</h2>
<h4 class="project-technologies">HTML/CSS/JavaScript</h4>
</div>
<img src="images/project-8.jpg"
class="project-img">
<a href="#" class="project-link" target="_blank">Go to Video</a>
</div>
<div class="project">
<div class="project-text">
<h2 class="project-name">
CSS grid menus
</h2>
<h4 class="project-technologies">HTML/CSS/JavaScript</h4>
</div>
<img src="images/project-9.jpg"
class="project-img">
<a href="#" class="project-link" target="_blank">Go to Video</a>
</div>
</div>
</section>
<!-- End of Section 3 -->
<!-- setion 4 -->
<section class="section-4" id='section-4'>
<h1 class="section-heading section-4-heading">
Contact Me
</h1>
<form class="contact-form center">
<input type="text" placeholder="Name">
<input type="email" placeholder="Email">
<textarea placeholder="Message"></textarea>
<input type="submit" value="submit"
class="contact-form-btn">
</form>
</section>
<!-- End of setion 4 -->
<!-- Secition 5 -->
<footer class="section-5 center">
<div class="social-media">
<a href="#none" class="social-media-link">
<i class="fab fa-github-square"></i>
</a>
<a href="#none" class="social-media-link">
<i class="fab fa-youtube"></i>
</a>
<a href="#none" class="social-media-link">
<i class="fab fa-facebook-square"></i>
</a>
<a href="#none" class="social-media-link">
<i class="fab fa-instagram-square"></i>
</a>
</div>
<p class="copyright">
Copyright © Nnamani Chukwura Rapheal
All Rights Reserved
</p>
</footer>
<!-- End of Secition 5 -->
</div>
<script src="script.js"></script>
</body>
</html>