-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
49 lines (46 loc) · 2.56 KB
/
about.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>
<html>
<head>
<!--about page-->
<meta charset="UTF-8">
<title>alina liu</title>
<script src="scripts/jquery-2.1.1.min.js"></script>
<script src="scripts/jquery-ui.min.js"></script>
<script src="scripts/alinaScript.js"></script>
<link rel="icon" href="imgs/titleIcon.jpg" />
<link href="css/alinaStyles.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1, height=device-height">
</head>
<body class="backgroundColor">
<header>
<div class="headerContent">
<a class="t1 color1" href="/">
A       L       I       N       A             L       I       U
</a>
</br>
<ul class="headerLinks t2">
<li class="headerLink"><a class="abc accent1" href="about.html"><span class="highlightPage">a</span><span class="hiddenLink">bout</span></a></li>
<li class="headerLink"><a class="abc color1" href="https://alinamuses.wordpress.com/">b<span class="hiddenLink">log</span></a></li>
<li class="headerLink"><a class="abc color1" href="creations.html">c<span class="hiddenLink">reations</span></a></li>
<li class="headerLink"><a class="abc color1" href="data.html">d<span class="hiddenLink">ata</span></a></li>
</ul>
</div>
</header>
<div id="main">
<div id="about">
<img id="bioPic" src="imgs/tea.jpg" />
</br>
<div class="p1 color1">
alina liu is an artist stuck in a scientist's body. whether she's crunching numbers or sketching, programming or writing,
she loves to experiment. she has a strong passion for meeting new people, experiencing beauty, and travelling.
</div>
</br>
<div class="p1 color1">
alina currently works at <a class="accent1" href="https://en.wikipedia.org/wiki/Microsoft">microsoft</a> in san francisco, ca as a consultant specializing in sql/bi. she graduated from the
<a class="accent1" href="https://www.cornell.edu/">cornell university </a>college of engineering with a degree in <a class="accent1" href="https://www.orie.cornell.edu/">operations research and information engineering</a> in 2013.
</div>
</div>
</div>
<footer><div class="footerElements p2 color1">© 2015 alina liu</div></footer>
</body>
</html>