-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
384 lines (378 loc) · 20.4 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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!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> William's Portfolio</title>
<!-- ===== CSS Files ===== -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/skins/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- ====== Style Switcher ====== -->
<link rel="stylesheet" href="css/skins/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/skins/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/skins/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/skins/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/skins/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="css/style-switcher.css">
</head>
</head>
<body>
<!-- main container -->
<div class="main-container">
<!-- Aside Start -->
<div class="aside">
<div class="logo">
<a href="#"><span>W</span>TP</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active"><i class="fa fa-home"></i>Home</a>
</li>
<li>
<a href="#about"><i class="fa fa-user"></i>About</a>
</li>
<li>
<a href="#services"><i class="fa fa-list"></i>Services</a>
</li>
<li>
<a href="#portfolio"><i class="fa fa-briefcase"></i>Portfolio</a>
</li>
<li>
<a href="#contact"><i class="fa fa-comments"></i>Contact</a>
</li>
</ul>
</div>
<!-- Aside End -->
<!--Main Content Start -->
<div class="main-content">
<!-- Home Section Start -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">
Hello, my name is <span class="name">William Price</span>
</h3>
<h3 class="my-profession">
I'm a <span class="typing">Software Developer</span>
</h3>
<p>
I'm a Back-End developer with a passion to learn as much as possible. I have a drive like no other to deliver great solutions to problems within the software world. I am proficient in many technologies such as React, Angular, Express JS, CSS, HTML, MYSql
and many more, though my preference is backend!
</p>
<a href="William Price Resume(updated).pdf" download class="btn">Download Resume</a>
</div>
<div class="home-img padd-15">
<img src="images/1C7A0403.jpg" alt="" />
</div>
</div>
</div>
</section>
<!-- Home Section End -->
<!-- About Section Start -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-15">
<h3>
I'm William Price and I'm a <span>Software Developer</span>
</h3>
<p>
I graduated from
<span class="bethel"><a class="bethel"
href="https://www.newsweek.com/insights/top-coding-schools-2021/bethel-school-technology"
target="_blank">Bethel Tech</a></span>. Regarded as one of the top coding schools for 3 years straight. I graduated with excellence and am now ready to get my foot in the door in this industry.
</p>
</div>
</div>
<div class="row">
<div class="personal-info padd-15">
<div class="row">
<div class="info-item padd-15">
<p>Email: <span>[email protected]</span></p>
</div>
<div class="info-item padd-15">
<p>Degree:<span>Certificate</span></p>
</div>
<div class="info-item padd-15">
<p>Phone: <span>425-677-4491</span></p>
</div>
<div class="info-item padd-15">
<p>Specialization:<span>Back-End JS</span></p>
</div>
<div class="info-item padd-15">
<p>Location: <span>Seattle, Wa</span></p>
</div>
<div class="info-item padd-15">
<p>GPA: <span>4.0(Transcript available upon request)</span></p>
</div>
<div class="info-item padd-15">
<p>Job Status : <span>Available</span></p>
</div>
<div class="info-item padd-15">
<p>Favorite Food : <span>Steak</span></p>
</div>
</div>
<div class="row">
<div class="buttons padd-15">
<a href="#contact" data-section-index="1" class="btn hire-me">Hire Me!</a>
</div>
</div>
</div>
<div class="skills padd-15">
<div class="row">
<div class="skill-item padd-15">
<h5>Express JS</h5>
<div class="progress">
<div class="progress-in" style="width: 95%;"></div>
<div class="skill-percent">9.5/10</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>JS</h5>
<div class="progress">
<div class="progress-in" style="width: 90%;"></div>
<div class="skill-percent">9/10</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>Node JS</h5>
<div class="progress">
<div class="progress-in" style="width: 82%;"></div>
<div class="skill-percent">8/10</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>React</h5>
<div class="progress">
<div class="progress-in" style="width: 75%;"></div>
<div class="skill-percent">7.5/10</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- ===== Services Section Start ===== -->
<section class="service section" id="services">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>Services</h2>
</div>
</div>
<div class="row">
<!-- ===== Service item Start ====== -->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon">
<i class="fab fa-node-js"></i>
</div>
<h4>RESTful API</h4>
<p>I will build you a REST-API that implements Express JS, and Node!</p>
</div>
</div>
<!-- ===== Service item End ====== -->
<!-- ===== Service item Start ====== -->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-database"></i>
</div>
<h4>Database Creation</h4>
<p>I will create a database within MySQL and implement everything you need.</p>
</div>
</div>
<!-- ===== Service item End ====== -->
<!-- ===== Service item Start ====== -->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon">
<i class="fas fa-file-signature"></i>
</div>
<h4>Contract Work</h4>
<p>If you need someone with skill to help on back-end projects I will not disappoint.</p>
</div>
</div>
<!-- ===== Service item End ====== -->
<!-- ===== Service item Start ====== -->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon">
<i class="fas fa-glasses"></i>
</div>
<h4>Mentorship/Tutoring</h4>
<p>I will teach you how to think like a developer, and do my best to help you succeed.</p>
</div>
</div>
<!-- ===== Service item End ====== -->
</div>
</div>
</section>
<!-- ===== Services Section End ===== -->
<!-- ===== Portfolio Section start ===== -->
<section class="portfolio section" id="portfolio">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>Portfolio</h2>
</div>
</div>
<div class="row">
<div class="portfolio-heading padd-15">
<h2>My Recent Projects :</h2>
</div>
</div>
<div class="row">
<!-- ==== portfolio item start ==== -->
<div class="portfolio-item padd-15">
<h1 class="portfolio-heading">Human Rights API:</h1>
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<a href="https://github.com/william-price01/trafficking-website-backend" target="_blank">
<img src="images/portfolio images/rest.png" alt="">
</a>
</div>
</div>
</div>
<!-- ==== portfolio item end ==== -->
<!-- ==== portfolio item start ==== -->
<div class="portfolio-item padd-15">
<h1 class="portfolio-heading">REST API Boiler Plate:</h1>
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<a href="https://github.com/william-price01/Rest-Api-Boilerplate" target="_blank">
<img src="images/portfolio images/rest.png" alt="">
</a>
</div>
</div>
</div>
<!-- ==== portfolio item end ==== -->
</div>
</div>
</section>
<!-- ===== Portfolio Section end ===== -->
<!-- ===== Contact Section start ===== -->
<section class="contact section" id="contact">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>Contact Me</h2>
</div>
</div>
<h3 class="contact-title padd-15">Have a Question?</h3>
<h4 class="contact-sub-title padd-15">I'm at your service!</h4>
<div class="row">
<!-- Contact info item start -->
<div class="contact-info-item padd-15">
<div class="icon"><i class="fa fa-phone"></i></div>
<h4>Call Me Here:</h4>
<p>1 + (425)-677-4491</p>
</div>
<!-- Contact info item end -->
<!-- Contact info item start -->
<div class="contact-info-item padd-15">
<div class="icon"><i class="fa fa-map-marker-alt"></i></div>
<h4>Location:</h4>
<p>Mercer Island, Washington</p>
</div>
<!-- Contact info item end -->
<!-- Contact info item start -->
<div class="contact-info-item padd-15">
<div class="icon"><i class="fa fa-envelope"></i></div>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<!-- Contact info item end -->
</div>
<h3 class="contact-title padd-15">Send me an Email!</h3>
<h4 class="contact-sub-title padd-15">I respond very quickly!</h4>
<!-- Contact FORM -->
<div class="row">
<div class="contact-form padd-15">
<form action="https://formspree.io/f/meqnebkn" method="POST">
<div class="row">
<div class="form-item col-6 padd-15">
<div class="form-group">
<input type="text" class="form-control" name="Name" id="Name" placeholder="Name" required>
</div>
</div>
<div class="form-item col-6 padd-15">
<div class="form-group">
<input type="email" class="form-control" name="Email" id="Email" placeholder="Email" required>
</div>
</div>
<div class="form-item col-12 padd-15">
<div class="form-group">
<input type="text" class="form-control" name="Subject" id="Subject" placeholder="Subject" required>
</div>
</div>
</div>
<div class="row">
<div class="form-item col-12 padd-15">
<div class="form-group">
<textarea type="text" name="Message" class="form-control" placeholder="Message" id="Message" required></textarea>
</div>
</div>
</div>
<div class="row">
<div class="form-item col-12 padd-15">
<button type="submit" class="btn">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- ===== Contact Section end ===== -->
</div>
<!-- Main Content End -->
<!-- Style Switcher Start -->
<div class="style-switcher">
<div class="style-switcher-toggler s-icon">
<i class="fas fa-cog fa-spin"></i>
</div>
<div class="day-night s-icon">
<i class="fa "></i>
</div>
<div class="github s-icon">
<a href="https://github.com/william-price01" target="_blank"><i class="fab fa-github fa-flip"></i></a>
</div>
<div class="linkedin s-icon">
<a href="https://www.linkedin.com/in/william-price1/" target="_blank"><i
class="fab fa-linkedin fa-beat"></i></a>
</div>
<h4>Theme Colors</h4>
<div class="colors">
<span class="color-1" onclick="setActiveStyle('color-1')"></span>
<span class="color-2" onclick="setActiveStyle('color-2')"></span>
<span class="color-3" onclick="setActiveStyle('color-3')"></span>
<span class="color-4" onclick="setActiveStyle('color-4')"></span>
<span class="color-5" onclick="setActiveStyle('color-5')"></span>
</div>
</div>
<!-- Style Switcher Start -->
</div>
<!-- main container end -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js" referrerpolicy="no-referrer"></script>
<script src="js/script.js"></script>
<script src="js/style-swticher.js"></script>
</body>
</html>