-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (41 loc) · 1.42 KB
/
index.html
File metadata and controls
50 lines (41 loc) · 1.42 KB
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
<!DOCTYPE HTML>
<!--
Visualize by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
I'll admit it. I'm no front-end developer. Looks pretty good!
-->
<html>
<head>
<title>Eaton Wu Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<span class="avatar"><img src="images/avatar.jpg" alt="" /></span>
<h1>I am <strong>Eaton Wu</strong>, an aspiring back-end developer.</h1></br>
<h2> Placeholder garbage; I have nothing to show you yet.</h2>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/eaton-wu" class="icon style2 fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="mailto:ew9170@rit.edu" class="icon style2 fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</header>
<!-- Main -->
<section id="main">
</section>
<!-- Footer -->
<footer id="footer">
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>