-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
executable file
·84 lines (54 loc) · 2.73 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
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
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About Me</title>
<link rel="stylesheet" href="styles/style.css" />
<!--[if IE 6]>
<style>body { behavior: url("styles/ie6-hover-fix.htc"); }</style>
<script src="js/ie6-transparency.js"></script>
<script>
DD_belatedPNG.fix('#contact-form .submit');
</script>
<link rel="stylesheet" href="styles/ie6.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="styles/ie7.css" />
<![endif]-->
</head>
<body class="page">
<div id="wrap">
<div id="header">
<h1><a href="index.html" title="home">SOPHIE CHOU</a></h1>
<div id="nav">
<ul class="menu">
<li><a href="about.html" title="About">About</a></li>
<li><a target="_blank" href="https://twitter.com/#!/mpetitchou" title="Twitter">Twitter</a></li>
<li><a target="_blank" href="http://www.flickr.com/photos/mpetitchou/" title="Flickr">Flickr</a></li>
<li><a href="email.html" title="Email">Email</a></li>
<li><a target="_blank" href="https://github.com/sbchou" title="Github">Github</a></li>
</ul>
</div><!--end nav-->
</div><!--end header-->
<div id="main">
<align = "left" a href="http://www.flickr.com/photos/mpetitchou/6087897864/" title="black & white by mpetitchou, on Flickr"><img src="http://farm7.staticflickr.com/6065/6087897864_c9b473d761.jpg" width="375" height="500" alt="black & white"></a>
<div id="contact-details">
<h2>Hello, my name is <b>Sophie</b> <br></br></h2>
<h4>
Computer Science student @ Columbia University <br></br>
Lover of books <br></br>
<span><a target="_blank" href="http://www.mpetitchou.com" title="Blog">Food Blogger</a></span><br></br>
<span><a target="_blank" href="http://www.hackny.org" title="Blog">hackNY Fellows 2012</a></span><br></br>
</h4>
</div><!--end contact-details-->
</div><!--end main-->
<div id="footer">
<p class="copyright">Copyright © 2012 / SOPHIE CHOU / All Rights Reserved</p>
<p class="twitter"><a href="https://twitter.com/mpetitchou" title="Follow Me!">Follow Me on Twitter →</a></p>
</div><!--end footer-->
</div><!--end wrap-->
<div class="cache-images">
<img src="images/red-button-bg.png" width="0" height="0" alt="" />
</div><!--end cache-images-->
</body>
</html>