-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmikebostock.html
More file actions
156 lines (135 loc) · 3.55 KB
/
mikebostock.html
File metadata and controls
156 lines (135 loc) · 3.55 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<html>
<!-- Sorry Mike, showing people how to make your portfolio during class. :) -->
<head>
<title>Sisi Wei</title>
<link href='http://fonts.googleapis.com/css?family=PT+Sans|PT+Serif' rel='stylesheet' type='text/css'>
<style type="text/css">
body {
width: 725px;
padding: 55px 0 20px 240px;
background-color: #FCFCFA;
font-family: 'PT Sans', sans-serif;
}
h1 {
font-size: 64px;
font-weight: 300;
margin: 0 0 20px 0;
}
a {
color: #4682B4;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.portfolio-piece {
margin: 0 0 35px 0;
}
.about {
margin: 0 0 5px 0;
}
h4 {
float: left;
width: 500px;
margin: 0px;
font-family: "PT Serif", serif;
}
.logo-and-date {
float: right;
}
.nyt-logo {
width: 15px;
position: relative;
top: 3px;
left: 1px;
}
.date {
font-size: smaller;
}
.promo-image {
border: 1px solid #CCC;
}
.cf:before,
.cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
</style>
</head>
<body>
<h1>Sisi Wei</h1>
<div class="portfolio-piece">
<div class="about cf">
<h4>
<a href="http://www.nytimes.com/interactive/2014/12/27/upshot/mapping-the-paths-to-the-nfl-playoffs.html">Mapping Every Path to the N.F.L. Playoffs</a>
</h4>
<div class="logo-and-date">
<img class="nyt-logo" src="http://bost.ocks.org/mike/nytimes.png">
<span class="date">December 27, 2014</span>
</div>
</div>
<div class="promo-image">
<img src="http://bost.ocks.org/mike/nfl-paths.png">
</div>
</div>
<div class="portfolio-piece">
<div class="about cf">
<h4>
<a href="http://www.nytimes.com/interactive/2014/12/27/upshot/mapping-the-paths-to-the-nfl-playoffs.html">Mapping Every Path to the N.F.L. Playoffs</a>
</h4>
<div class="logo-and-date">
<img class="nyt-logo" src="http://bost.ocks.org/mike/nytimes.png">
<span class="date">December 27, 2014</span>
</div>
</div>
<div class="promo-image">
<img src="http://bost.ocks.org/mike/nfl-paths.png">
</div>
</div>
<div class="portfolio-piece">
<div class="about cf">
<h4>
<a href="http://www.nytimes.com/interactive/2014/12/27/upshot/mapping-the-paths-to-the-nfl-playoffs.html">Mapping Every Path to the N.F.L. Playoffs</a>
</h4>
<div class="logo-and-date">
<img class="nyt-logo" src="http://bost.ocks.org/mike/nytimes.png">
<span class="date">December 27, 2014</span>
</div>
</div>
<div class="promo-image">
<img src="http://bost.ocks.org/mike/nfl-paths.png">
</div>
</div>
<div class="portfolio-piece">
<div class="about cf">
<h4>
<a href="http://www.nytimes.com/interactive/2014/12/27/upshot/mapping-the-paths-to-the-nfl-playoffs.html">Mapping Every Path to the N.F.L. Playoffs</a>
</h4>
<div class="logo-and-date">
<img class="nyt-logo" src="http://bost.ocks.org/mike/nytimes.png">
<span class="date">December 27, 2014</span>
</div>
</div>
<div class="promo-image">
<img src="http://bost.ocks.org/mike/nfl-paths.png">
</div>
</div>
<div class="portfolio-piece">
<div class="about cf">
<h4>
<a href="http://www.nytimes.com/interactive/2014/12/27/upshot/mapping-the-paths-to-the-nfl-playoffs.html">Mapping Every Path to the N.F.L. Playoffs</a>
</h4>
<div class="logo-and-date">
<img class="nyt-logo" src="http://bost.ocks.org/mike/nytimes.png">
<span class="date">December 27, 2014</span>
</div>
</div>
<div class="promo-image">
<img src="http://bost.ocks.org/mike/nfl-paths.png">
</div>
</div>
</body>
</html>