forked from outer-space/ksk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·65 lines (56 loc) · 2.56 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Kira Simon-Kennedy</title>
<meta name="description" content="has a super website">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<script src="js/vendor/modernizr-2.6.1.min.js"></script>
</head>
<body>
<header>
<a href="./about.html">
<h1 class="noshow">Kira Simon-Kennedy</h1>
<h1 class="show">about me</h1>
</a>
</header>
<div class="main">
<div class="mainimages">
<img src="img/1.jpg">
</div>
<div class="slideup">
<div class="projects">
<h3>Here are some <br/> projects:</h3>
<ul>
<li> <a href="./projects/abovebelowbeyond.html">above | below | beyond</a> </li>
<li> <a href="./projects/daysofgray.html">Days Of Gray </a> </li>
<li> <a href="./projects/caoker.html">Caoker 草壳 </a> </li>
<li> <a href="./projects/fairytaleproject.html">The Fairytale Project</a></li>
<li> <a href="./projects/chinaresidencies.html">China Residencies</a><li>
<li> <a href="./projects/chinglish.html">Chinglish</a> </li>
<li> <a href="./projects/eastwestsouthnorth.html">东西南北</a> </li>
</ul>
</div>
<div class="photography">
<h2>I've got a BLOG </h2>
<em> but it's not quite ready yet </em>
<h2> coming soon </h2>
</div>
</div>
</div>
<footer>
<ul>
<li class="projects">Projects</li>
<li class="photography">Photography</li>
</ul>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min.js"><\/script>')</script>
<script src="js/main.js"></script>
</body>
</html>