-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
154 lines (135 loc) · 4.42 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
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
<html>
<head>
<link rel="stylesheet" href="laptop.css">
<style>
a:visited {
color: blue
}
body {
font-family: 'Courier New', Courier, monospace;
}
#github-link {
font-size: 76px;
letter-spacing: -5px;
white-space: nowrap;
}
.laptop {
float: left;
}
.laptop-sm {
float: left;
}
.fat-row {
font-size: 64px;
}
.header {
font-size: 122px;
font-weight: bold;
}
.clear {
clear: both;
}
.center {
text-align: center;
}
tr.space>td {
padding-bottom: 32px;
}
</style>
</head>
<body>
<table>
<tr class="space">
<td>
<!-- <div class="laptop">
<img
src="https://media2.giphy.com/media/YDj8Ot6mIbJYs/giphy.gif?cid=790b761101614b055d3ca1572710dd678d38809f56060247&rid=giphy.gif">
</div> -->
</td>
<td>
<div class="fat-row header">
<a target="_blank" href="https://github.com/jjkaufman/laptop.css">laptop.css</a>
</div>
</td>
</tr>
<tr>
<td>
<div class="laptop">
<img
src="https://media3.giphy.com/media/4oCKJV82qxnjO/giphy.gif?cid=790b7611be038eaaaf023697e9281beff309fe0b85984402&rid=giphy.gif">
</div>
</td>
<td>
<div class="fat-row clear">
laptop CSS for the modern world
</div>
</td>
</tr>
<tr class="space">
<td>
</td>
<td style="font-size: 100px; padding-left:220px">
<u>Models</u>
</td>
</tr>
<tr class="space">
<td>
<div class="center fat-row">
<i>sm</i>
</div>
</td>
<td>
<div class="laptop-sm ">
<img
src="https://media2.giphy.com/media/LmWnCBTOGUmw8/giphy.gif?cid=790b7611cbc9986b139fe979162ccc1a757b743fae640d11&rid=giphy.gif">
</div>
<div class="laptop-sm ">
<img
src="https://media2.giphy.com/media/ZL08FWLE0O82Q/giphy.gif?cid=790b76115a1aafc67377ec2f27cb0675b05e520851004e90&rid=giphy.gif">
</div>
<div class="laptop-sm ">
<img
src="https://media1.giphy.com/media/F6ub4AQXz13xK/giphy.gif?cid=790b76114fccc933987070480d4ca7f8b712b94e1aef6152&rid=giphy.gif">
</div>
<div class="laptop-sm ">
<img
src="https://media1.giphy.com/media/3o7aDdLPUEtNUq86UU/giphy.gif?cid=790b7611045ab8cc77a7c1fe0aa6aaf45c074b899c9d8859&rid=giphy.gif">
</div>
</td>
</tr>
<tr class="space">
<td>
<div class="center fat-row">
<i>classic</i>
</div>
</td>
<td>
<div class="laptop clear">
<img
src="https://media1.giphy.com/media/qjj4xrA1STjfa/giphy.gif?cid=790b7611d35cb9bf843f9c4a3f96b16ccb8f55e56027c92f&rid=giphy.gif">
</div>
<div class="laptop">
<img
src="https://media3.giphy.com/media/Ek4Dnb6iXoEE0/giphy.gif?cid=790b7611e5996e484a77cb1a0187dcb7021ada542bdc071e&rid=giphy.gif">
</div>
</td>
</tr>
<tr class="space">
<td>
<div class="center fat-row">
<i>lg</i>
</div>
</td>
<td><br />
<div class="laptop-lg clear">
<img
src="https://media0.giphy.com/media/l3q2zbskZp2j8wniE/giphy.gif?cid=790b7611d9da7eeee693b6a75006534faceee6a9428fdd6a&rid=giphy.gif">
</div>
</td>
</tr>
</table>
<div id="github-link">
<a target="_blank" href="https://github.com/jjkaufman/laptop.css">https://github.com/jjkaufman/laptop.css</a>
</div>
</body>
</html>