-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
51 lines (44 loc) · 1.56 KB
/
contacts.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
<!DOCTYPE html>
<html lang="en">
<!-- Header/Navbar -->
<head>
<meta charset="UTF-8">
<title>The Road To Full Stack Web Developer</title>
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<header>
<figure class="namePlate">
<h1>Jarren Patao</h1>
</figure>
<section class="navbar">
<a href="./index.html">About</a> |
<a href="./portfolio.html">Portfolio</a> |
<a href="./contacts.html">Contact</a>
</section>
</header>
<div id="container">
<div class="main">
<h2>
About Me
</h2>
<hr>
<p><img id="pImg" src="assets/images/6W7Y0252copy.jpg" alt=""> Recently I've moved with my wife here
to California where both she and I could pursue further education in fields that we're passionate about. With
primary experience in Front End Web Development, I had chosen to broaden my horizon by taking the UC Berkeley
Extension Coding Boot Camp. Follow my projects and portfolio here at my personal <a href=""
target="_blank">website</a>.
<br><br>
As we progress through the program I will demonstrate and prove that though I may not be the most
experienced developer, I promise to follow through as the hardest worker in the room.
<br><br>
<a href="contacts.html">Let's collaborate!</a>
<br><br><br><br></p>
</div>
</div>
<footer>
<p>Copyright ©</p>
</footer>
</body>
</html>