-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 1.52 KB
/
index.html
File metadata and controls
43 lines (42 loc) · 1.52 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
<!--
Identity by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<!DOCTYPE html>
<html>
<head>
<title>Errol.tw</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="index/assets/css/main.css" />
<noscript><link rel="stylesheet" href="index/assets/css/noscript.css"/></noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<section id="main">
<header>
<span class="avatar"><img src="index/images/avatar.jpg" alt=""/></span>
<h1>Errol Lin</h1>
<p>Web Developer <br />X <br />Photographer</p>
</header>
<footer>
<ul class="icons">
<!-- <li><a target="_blank" href="#" class="fa-twitter">Twitter</a></li> -->
<li><a target="_blank" href="https://www.instagram.com/errollin92/" class="fa-instagram"></a></li>
<!-- <li><a target="_blank" href="#" class="fa-facebook">Facebook</a></li> -->
</ul>
</footer>
</section>
=
</div>
<script>
if ("addEventListener" in window) {
window.addEventListener("load", function() {
document.body.className = document.body.className.replace(/\bis-preload\b/, "");
});
document.body.className += navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? " is-ie" : "";
}
</script>
</body>
</html>