-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (61 loc) · 3.92 KB
/
Copy pathindex.html
File metadata and controls
78 lines (61 loc) · 3.92 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Esmé Middaugh</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Karla|Roboto|Open+Sans|Lato" rel="stylesheet">
<!-- Font Pairings to Try:Header Roboto Mono (camel Case) and body Lato Light-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container-fluid" style="float: none; margin: 0 auto;">
<div class="row-fluid header">
<div class="col-xs-12 align-center" />
<h1><a href="index.html" class="name">Esmé Middaugh</a></h1>
</div>
<div class="col-xs-12 align-center " id="nav" />
<a href="contact.html" class="align-right">Contact</a> 
<a href="index.html" class="align-right selected">Projects</a> 
<a href="https://middaugh.github.io/resume" class="align-right">Resume</a>
</div>
</div>
<div class="main">
<div class="row-fluid">
<div class="col-md-4 col-sm-6 col-xs-12"> <a
href="https://middaugh.github.io/visualizing-design/scatter.html" class="example"
target="_blank"><img src="images/cooper_hewitt_thumbnail_dark.png" width="300" height="300"
alt="Screenshot of Cooper Hewitt Poster Visualization" /></a> </div>
<div class="col-md-4 col-sm-6 col-xs-12"><a href="images/sdg_women.pdf" class="example" target="_blank"><img
src="images/sdg_women_thumbnail.png" alt="Sustainable Development Goals for Women" /></a></div>
<div class="col-md-4 col-sm-6 col-xs-12"><a href="https://cartographymaster.eu/wp-content/theses/2022_Middaugh_Thesis.pdf"
class="example" target="_blank"><img src="images/projection-flipbook.png"
alt="Master's Thesis Beyond the Peel" width="300" height="300" /></a></div>
</div>
<div class="row-fluid">
<div class="col-md-4 col-sm-6 col-xs-12"><a href="images/womenInCongress.pdf" class="example"
target="_blank"><img src="images/congress_thumbnail.jpg" alt="Women in Congress" /></a></div>
<div class="col-md-4 col-sm-6 col-xs-12"><a href="Final_Project_STATS670_middaugh.pdf" class="example"
target="_blank"><img src="images/final_project_STATS670_thumbnail.png"
alt="Graph of Liklihood of Heroin Use" /></a></div>
<div class="col-md-4 col-sm-6 col-xs-12"><a href="images/font_specimen.pdf" class="example"
target="_blank"><img src="images/font_specimen_thumbnail.png" width="300" height="300"
alt="Font Specimen for Avenir" /></a></div>
</div>
<div class="row-fluid">
<div class="col-md-4 col-sm-6 col-xs-12 example"> <a href="opioid_handout.pdf" class="example"
target="_blank"><img src="images/opioid_handout_thumbnail.png"
alt="Opioid Handout Infographic" /></a> </div>
<div class="col-md-4 col-sm-6 col-xs-12"> <a href="honorsThesis.html" class="example" target="_blank"><img
src="images/thesis_thumbnail.jpg" alt="Screenshot of Honors Thesis Website" /></a> </div>
<div class="col-md-4 col-sm-6 col-xs-12"><a href="images/tia.jpg" class="example" target="_blank"><img
src="images/tia_thumbnail.png" alt="TIA Public Trans" /></a></div>
</div>
</div>
</div>
</body>
</html>