-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (40 loc) · 1.96 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<head>
<title>Alex Liow</title>
<meta name="description" content="My personal site that gives an introduction to my likes and interests. You can also find other ways to contact me and connect with me. Take a look!" />
<link rel="shortcut icon" href="https://s3.amazonaws.com/aliow-personal-site/favicon.png" type="image/png">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css">
<script src="js/googleAnalytics.js"></script>
</head>
<body>
<video autoplay="autoplay" loop id="bgvid">
<source src="videos/Website.mp4" type="video/webm">
<source src="videos/Website.mp4" type="video/mp4">
</video>
<div class="logo"><a href="index.html"><img src="images/navface.png" class="navface" alt="profile"/></a></div>
<ul class="navbar">
<li><a href="total-collision.html"><img class="icon" src="images/collision-man.png" alt="Game"></a></li>
<li><a href="contact.html"><img src="images/contact.png" class="icon" alt="Contact"></a></li>
<li><a href="interests.html"><img src="images/interests.png" class="icon" alt="Interests"></a></li>
<li><a href="personal.html"><img src="images/personal.png" class="icon" alt="Personal"></a></li>
<li><a href="index.html"><img class="icon" src="images/home.png" alt="Home"></a></li>
</ul>
<div id="firstDiv">
<br>
<p>Welcome, I'm <span id="name">Alex Liow</span></p>
<p id="description">College student. Traveler. Human.</p>
</div>
<div id="secondDiv">
<br>
I lead an active lifestyle. I love playing all kinds of sports and really enjoy exploring new places, experiencing new things, and meeting great people!
<br>
<p id="quote">"Some beautiful paths can't be discovered without getting lost" -Erol Ozan</p>
</div>
<div id="footer">
<br>
<br>
<span>Designed and Built by Alex Liow | Cornell University | Class of 2016</span>
</div>
</body>
</html>