-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (100 loc) · 5.62 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<!-- saved from url=(0060)http://getbootstrap.com/2.3.2/examples/marketing-narrow.html -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Perpetua(l) by Stephanie Pakrul | stephthegeek</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="https://getbootstrap.com/2.3.2/assets/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
padding-bottom: 40px;
}
/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 700px;
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
margin: 60px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
</style>
<link href="https://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Palanquin:200,400,700" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://getbootstrap.com/2.3.2/assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://getbootstrap.com/2.3.2/assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://getbootstrap.com/2.3.2/assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://getbootstrap.com/2.3.2/assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="http://getbootstrap.com/2.3.2/assets/ico/favicon.png">-->
<link rel="shortcut icon" href="favicon.ico">
</head>
<body class="perpetual">
<div class="container-narrow">
<div class="masthead">
<h1><a href="index.html">Perpetua(l)</a></h1>
<div class="pull-right credit">
<h5>Stephanie Pakrul 2016 / <a href="about.html">About</a></h5>
</div>
</div>
<hr>
<div class="jumbotron">
<p class="giant">2004 - 06</p><p class="lead">Seeking freedom from the cord, I piece together the first cellular phone webcam. Hundreds of shots are displayed live on the web to tens of thousands of viewers.</p>
<p class="giant">2014 - 16</p><p class="lead">I have become an avid Instagram user. Camera quality has dramatically improved, citizen journalism punctuates the news, and taking a picture of your dinner is completely normal.</p>
<p class="lead">Curated from now-defunct public webcam archives and taken nearly a decade apart, these pairings of mobile photos highlight both the similarities and the growth of mobile device capture and the ever-changing web.</p>
</div>
<hr class="content-split">
<div class="row-fluid marketing">
<div class="thumbs">
<p style="text-align:center;">
<small>{ click/hover }</small>
</p>
<img src="images/legs_old.jpg" class="thumb img1" /><img src="images/boyfriend_old.jpg" class="thumb img2" /><img src="images/conf_old.jpg" class="thumb img3" /><img src="images/ground_old.jpg" class="thumb img4" /><img src="images/sign_old.jpg" class="thumb img5" /><img src="images/receipt_old.jpg" class="thumb img6" /><img src="images/strappyshoes_old.jpg" class="thumb img7" /><img src="images/takeout_old.jpg" class="thumb img8" /><img src="images/nyc_old.jpg" class="thumb img9" /><img src="images/cart_old.jpg" class="thumb img10" /><img src="images/piano_old.jpg" class="thumb img11" /><img src="images/planelegs_old.jpg" class="thumb img12" /><img src="images/nails_old.jpg" class="thumb img13" />
</div>
<div class="main-image-wrapper old-image">
<div class="span6 pic-title-wrapper">
<h3 class="pic-title">legs.jpg</h3>
<img src="images/legs_old.jpg" class="main-image">
</div>
<div class="span6 description">
<p>Waiting for a train (Toronto GO / San Francisco BART) in both images. Face selfies are conspicuous, but pointing the camera down affords some brief entertainment.</p>
</div>
<div class="row-fluid">
<div class="span12 caption">
<p></p>
</div>
</div>
</div>
</div>
<hr>
<div class="footer">
<p><a rel="license" href="https://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="scripts.js"></script>
</body></html>