forked from IreneSolaiman/irenesolaiman.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (54 loc) · 2.22 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
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Irene Solaiman</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/i.png" type="image/x-icon">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Montserrat" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<link rel="stylesheet" type="text/css" href="css/mainpage.css">
<link rel="stylesheet" type="text/css" href="css/topnav.css">
<!--link rel="stylesheet" href="css/reset.css"--> <!-- CSS reset -->
<!--link rel="stylesheet" href="css/clip.css"--> <!-- Resource style -->
<script src="js/modernizr.js"></script> <!-- Modernizr -->
</head>
<div class="topnav">
<a href="worldwork.html">World</a>
<a href="research.html">Research</a>
<a class="active" href="index.html">Irene Solaiman</a>
<a href="about.html">About</a>
<a href="fun_stuff.html">Fun Stuff</a>
</div>
<body>
<div class=”main-container”>
<p></p>
<br>
<br>
<img src="img/laughing.jpg" width="320" border="6" />
<section class="cd-intro">
<h1 class="cd-headline letters type">
<span>I'm a public policy</span>
<br>
<span class="cd-words-wrapper">
<b class="is-visible">expert</b>
<b>manager</b>
<b>researcher</b>
</span>
<span><br>working to bridge the technology-policy gap.</span>
</h1>
</section> <!-- cd-intro -->
</div> <!-- /.main-container-->
<footer>
<ul class="meta inline-list">
<li><a href="https://www.linkedin.com/in/irene-solaiman/" target="_blank">linkedin</a></li>
<li><a href="" target="_blank">email: idsolaiman AT alumni.harvard.edu</a></li>
<li><a href="https://twitter.com/irenesolaiman" target="_blank">twitter</a></li>
</ul>
</footer>
<script src="js/jquery-2.1.1.js"></script>
<!--script src="js/clip.js"></script--> <!-- Resource jQuery -->
<script src="js/main.js"></script> <!-- Resource jQuery -->
</body>
</html>