-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.html
40 lines (34 loc) · 1.7 KB
/
data.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
<!DOCTYPE html>
<html>
<head>
<!--data 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 color1" href="about.html">a<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 accent1" href="data.html"><span class="highlightPage">d</span><span class="hiddenLink">ata</span></a></li>
</ul>
</div>
</header>
<div id="main">
<div id="about" class="p1 color1">under construction ...</div>
</div>
<footer><div class="footerElements p2 color1">© 2015 alina liu</div></footer>
</body>
</html>