-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1012 Bytes
/
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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Jace Kendrick Portfolio</title>
<meta charset ='UTF-8'/>
<meta name='viewport'
content='width=device-width, initial-scale=1.0, maximum-scale=1.0' />
<link rel='stylesheet' href='styles.css'/>
</head>
<body>
<div class='navbar'>
<ul>
<li><a class='active' href='index.html'>Home</a></li>
<li><a href='about.html'>About</a></li>
<li><a href='resume.html'>Resume</a></li>
</ul>
</div>
<div class='center-screen'>
<div class='my-name'>Jace Kendrick</div>
<div class='subtitle'>👋 Hello.</div>
</div>
<h2>Contact</h2>
<p><a href='https://www.github.com/jacekendrick'>Visit my GitHub profile</a></p>
<p><a href='https://www.linkedin.com/in/jacekendrick'>Visit my LinkedIn profile</a></p>
<hr>
<p>© Jace Kendrick 2020</p>
</body>
</html>