-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewpage.html
62 lines (54 loc) · 1.24 KB
/
newpage.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="/css/styles.css" />
<title>about - xx</title>
</head>
<body>
<a class="hidden" href="#content">Skip to main content</a>
<nav>
<a href="/">about</a>
<a href="/proj">projects</a>
<a href="/rand">random</a>
</nav>
<div id="content">
<p><strong>xx</strong></p>
<div class="row">
<!-- icons from fontawesome https://fontawesome.com/license -->
<a class="icon" href="https://www.linkedin.com/in/"><img src="images/linkedin.svg" alt="linkedin link" /></a>
<a class="icon" href="https://github.com/"><img src="images/github.svg" alt="github link" /></a>
<a class="icon" href="pdfs/resume.pdf"><img src="images/file.svg" alt="resume link" /></a>
</div>
<h3 id="currently-at">Currently at</h3>
<ul>
<li>
<p>xx</p>
</li>
<li>
<p>xx</p>
</li>
</ul>
<h3 id="education">Education</h3>
<ul>
<li>xx</li>
</ul>
<h3 id="previously-at">Previously at</h3>
<ul>
<li>
<p>xx</p>
</li>
<li>
<p>xx</p>
</li>
<li>
<p>xx</p>
</li>
</ul>
</div>
</body>
</html>