-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal.html
80 lines (65 loc) · 3.53 KB
/
personal.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<head>
<title>Alex Liow</title>
<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<link rel="stylesheet" type="text/css" href="stylesheets/personalStylesheet.css">
<script src="js/googleAnalytics.js"></script>
</head>
<body>
<div id="personalBackground">
<a href="index.html"><img src="images/navface.png" class="navface" alt="profile"/></a>
<ul class="navbar">
<li><a href="contact.html"><img class="icon" src="images/contact.png" alt="contact"/></a></li>
<li><a href="interests.html"><img class="icon" src="images/interests.png" alt="interests"/></a></li>
<li><a href="personal.html"><img class="icon" src="images/personal.png" alt="personal"/></a></li>
<li><a href="index.html"><img class="icon" src="images/home.png" alt="home"/></a></li>
</ul>
<br>
<br>
<p id="heading">Who I Am</p>
</div>
<div id="secondDiv">
<div id="introDiv">
<h3>Introduction</h3>
<p id="intro">Hi, and welcome to my page. I'm <span>22 years old</span> and I'm originally from <span>Los Angeles, CA</span>. I am currently a college student at <a href="http://www.cornell.edu">Cornell University</a> where I am studying Computer Science in the College of Engineering as a Senior. A few things about me, I love <span>traveling</span>, making <span>videos</span>, and designing websites. This website is sort of a combination of all those things. Take a look around, see some cool stuff and <a href="contact.html">contact</a> me if you want to chat.
</p>
</div>
<div id="introPicDiv">
<img src="images/introPic.jpg" id="introPic" alt="intropic"/>
</div>
</div>
<div id="introbar">
<div id="topcontainer">
<div class="bubble">
<a href="https://www.github.com/alexliow" target="_blank"><img src="images/github.png" class="icon1" alt="clock"></a>
</div>
<div class="bubble">
<a href="https://www.facebook.com/alex.tyrone.liow" target="window"><img src="images/facebook.png" class="icon1" alt="ruler"></a>
</div>
<div class="bubble">
<a href="https://linkedin.com/in/gliow" target="window"><img src="images/linkedin.png" class="icon1" alt="car"></a>
</div>
</div>
<div id="bottomcontainer">
<div class="block">
<p class="heading1">Github</p>
<p class="subtext">Here you can find some projects that I've worked on, school & personal</p>
</div>
<div class="block">
<p class="heading1">Add me as a friend!</p>
<p class="subtext">I look forward to recieving messages & friend requests</p>
</div>
<div class="block">
<p class="heading1">Connect with me!</p>
<p class="subtext">If you've worked with me, endorse me and I'll return the favor</p>
</div>
</div>
<div id="footer">
<br>
<br>
<span>Designed and Built by Alex Liow | Cornell University | Class of 2016</span>
</div>
</div>
</body>
</html>