-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (73 loc) · 2.63 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./Assets/reset.css">
<link rel="stylesheet" href="./Assets/style.css">
<link rel="github" href="https://github.com/asapharris">
<title>Jamie Harris' Professional Portfolio</title>
</head>
<body>
<header class="header">
<h1>Professional Portfolio</h1>
<nav>
<ul>
<li> <a href= >About Me</a></li>
<li> <a href="#Work">Work</a></li>
<li> <a href="#Contact Me">Contact Me</a></li>
<li> <a href="#Resume">Resume</a></li>
</ul>
</nav>
</header>
<figure class="header-img">
<img src="./Assets/Coding.2e16d0ba.fill-1280x350-c100.jpg">
</figure>
<section class="About-Me">
<h1>About Me</h1>
<p>My name is Jamie Harris. I am 25 years old.
I was born and rasied in Allentown, PA.
I am just learning and beginning to code. I previously went to school
for electronics engineering technology at Lincoln Technical Institute and
graduated earning my associates degree. After working a few years in the
electronics industry, I decided it was time for a career change. Computer programming
and coding are things that I always had an interest in but did not have the
opportunities to pursure them. Here in 2022 the opportunities arose and I am now
enrolled in UPenn's coding bootcamp program to begin my new and exciting career path.
</p>
</section>
<main class="Content">
<h1>Work</h1>
<article>
<div>
<section>
<h2>Main Project</h2>
</section>
</div>
<section>
<h2>Example #2</h2>
</section>
<section>
<h2>Example #3</h2>
</section>
<section>
<h2>Example #4</h2>
</section>
<section>
<h2>Example #5</h2>
</section>
</article>
</main>
<footer class="footer">
<h1>Contact Me</h1>
<nav>
<ul>
<li> <a href="#tel:4846325217">484-632-5217</a> </li>
<li> <a href= "#mailto: [email protected]">[email protected]</a> </li>
<li> <a href="#https://github.com/asapharris">GitHub</a> </li>
<li> <a href="#Social Media">Social Media</a> </li>
</ul>
</nav>
</footer>
</body>
</html>