-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 903 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
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>Your Work</title>
<link rel="stylesheet" href="/static/style.css">
<style>
</style>
</head>
<body>
<h1>Recent Work</h1>
<p>Gallery</p>
<div class="project-links">
<a href="subpages/subpage_d3.html" class="project-link project-link1">
<p>R / D3 Visualization</p>
</a>
<a href="project2.html" class="project-link project-link2">
<p>Python Pandas</p>
</a>
<a href="project3.html" class="project-link project-link3">
<p>Swift iOS Development</p>
</a>
</div>
<p>For more information, please see:</p>
<ul>
<li><a href="project1.html">Project 1</a></li>
<li><a href="project2.html">Project 2</a></li>
<li><a href="project3.html">Project 3</a></li>
</ul>
</body>
</html>
<!-- api key news api 508f5c5b629b4f2cb7c2f14f7dcb55f9 -->