-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<title>Simon Jam</title>
<link rel="stylesheet" type="text/css" href="/css/index.css">
</head>
<body>
<nav>
<div class="nav-logo">
<h1>Simon Jam</h1>
</div>
<div class="nav-links">
<a href="index.html"><strong>About</strong></a>
<a href="projects.html">Projects</a>
<a href="experience.html">Experience</a>
<a href="contact.html">Contact</a>
<a href="schedule.html">Schedule</a>
</div>
</nav>
<main>
<img src="/img/Profile.jpg" alt="Profile Picture">
<h1>Simon Jam</h1>
<p>
Hi there! My Name is Simon Jam, I’m currently a Software Engineering Student at California Baptist University. This website is
a portfolio of some of the work I have done over the years, as well as any experience that I have in the field. I am currently
looking for an internship, so feel free to take a look around!.
</p>
</main>
</body>
</html>