-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
256 lines (232 loc) · 7.46 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bruce's home page</title>
<meta name="description" content="Bruce's home page">
<meta name="author" content="Bruce Alderson @robotpony">
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:400,100,200,300,500' rel='stylesheet' type='text/css'>
<style>
body {
position: fixed; width: 100%; height: 100%;
background: url(images/bg.jpg) no-repeat center center fixed;
font-family: 'Raleway', sans-serif;
font-weight: 400;
color: #fff;
min-height: 700px;
}
aside {
margin-left: 1.5%;
margin-top: 12%;
width: 60%;
float: left;
}
aside > h1 {
font-weight: 200;
font-size: 10pt;
text-transform: uppercase;
letter-spacing: .5em;
text-align: center;
margin-top: 2em;
}
#clock {
font-size: 128pt;
font-weight: 200;
text-align: center;
}
#clock span {
position: relative; bottom: -.75em;
font-size: 20pt;
font-weight: 200;
opacity: .85;
}
div.info {
width: 325px;
float: right;
margin-top: 25px;
margin-right: 50px;
}
div.links {
background-color: rgba(0,0,0,.4);
margin: .75em 5%;
padding: .75em 1em;
border-radius: .25em;
overflow: hidden;
}
div.links.reading.subtle {
opacity: .25;
}
div.links.reading.subtle,
div.links.reading.subtle > ul {
transition: opacity .25s ease-in;
}
div.links.reading.subtle:hover {
opacity: 1;
cursor: pointer;
}
div.links.reading {
position: fixed; bottom: 25px;
clear: both;
width: 100%;
background-color: transparent;
}
div.links h2 {
text-transform: uppercase;
letter-spacing: .25em;
font-weight: 500;
font-size: 10pt;
margin: 0;
text-align: center;
padding-bottom: .5em;
border-bottom: 1px dashed;
border-color: rgba(255,255,255, .75);
}
div.links.reading h2 {
float: left;
border: none;
margin: 0; padding: 0;
line-height: 19px;
font-weight: bold;
}
div.links ul {
list-style-type: none;
margin: 1em 0; padding: 0;
}
div.links.reading ul {
float: left;
margin: 0; padding: 0;
}
div.links ul li {
position: relative;
margin: 0; padding: .1em 0;
}
div.links.reading ul li {
margin: 0; padding: 0 0 0 1em;
float: left;
}
div.links.reading ul li a {
padding: .25em .5em;
background-color: rgba(0,0,0,.4);
border-radius: .25em;
}
div.links ul li a {
font-size: 11pt;
color: #fff;
text-decoration: none;
}
div.links.icons ul li {
float: left;
padding: 2px;
}
div.links.icons ul li a {
position: relative;
background-color: rgba(0,0,0,.25);
font-size: 24px;
padding: 3px 3px 1px;
border-radius: 3px;
}
div.links.icons ul li.special {
float: right;
}
div.links.icons ul li a:hover {
background-color: rgba(0,0,0,.5);
}
div.links.icons ul li a:active {
top: 1px; left: 1px;
}
i {
font-style: normal;
}
body > footer {
position: fixed; bottom: 0;
width: 100%;
}
body > footer p {
width: 80%;
margin: 1em auto;
}
body > footer p a {
color: #fff;
font-size: 11pt;
text-transform: uppercase;
text-decoration: none;
}
</style>
</head>
<body>
<aside>
<div id="clock">00:00</div>
<h1>
focus–do–reflect
</h1>
</aside>
<div class="info">
<div class="links icons">
<h2><i>🍋</i> LemonStand <i>🍋</i></h2>
<ul>
<li><a href="https://github.com/lemonstand/lemonstand-2" target="_blank" title="github"><i>🐙</i></a></li>
<li><a href="https://team-lemonstand.atlassian.net/wiki/spaces/PS/overview" target="_blank" title="projects"><i>✏️️</i></a></li>
<li><a href="https://docs.google.com/a/lemonstand.com/spreadsheets/d/1uJ74G9ME0mwaY1RqJRdxfqTfGx8Z2RbJ05RJJX71hjM/edit?usp=sharing" target="_blank" title="metrics"><i>📊</i></a></li>
<li><a href="https://calendar.google.com/calendar/render#main_7" target="_blank" title="calendar"><i>📅</i></a></li>
<li><a href="https://drive.google.com/drive/u/0/my-drive" target="_blank" title="files"><i>💾</i></a></li>
<li><a href="https://lemonstand.com/backend/saas/stores" target="_blank" title="lemonconfig"><i>⚙️</i></a></li>
<li><a href="https://app.intercom.io/a/apps/7236196445273cea007287c0c90a2f0d598567cc/inbox/[email protected]" target="_blank" title="intercom"><i>👥</i></a></li>
</ul>
</div>
<div class="links icons">
<h2>NapkinWare</h2>
<ul>
<li><a href="https://github.com/lemonstand/ls2-production-website" target="_blank" title="github"><i>🐙</i></a></li>
<li><a href="https://mail.google.com/mail/u/2/" target="_blank" title="[email protected]"><i>✉️</i></a></li>
<li><a href="https://calendar.google.com/calendar/b/2/render#main_7" target="_blank" title="calendar"><i>📅</i></a></li>
<li><a href="https://drive.google.com/drive/u/2/my-drive" target="_blank" title="files"><i>💾</i></a></li>
</ul>
</div>
<div class="links icons">
<h2>Me</h2>
<ul>
<li><a href="https://mail.google.com/mail/u/1/" target="_blank"><i>✉️</i></a></li>
<li><a href="https://calendar.google.com/calendar/b/1/render#main_7" target="_blank" title="calendar"><i>📅</i></a></li>
<li><a href="https://drive.google.com/drive/u/1/my-drive" target="_blank" title="files"><i>💾</i></a></li>
<li><a href="https://www.tumblr.com" target="_blank" title="files"><i>✏️️</i></a></li>
<li class="special"><a href="https://airtable.com/tblz1mPsn8N9VYuaz/viw59VTm6d21Xvlud" target="_blank" title="mega project list"><i>✨</i></a></li>
</ul>
</div>
</div>
<div class="reading links subtle">
<h2>Reading</h2>
<ul>
<li><a href="https://news.ycombinator.com" target="_blank">hackernews</a></li>
<li><a href="http://n-gate.com" target="_blank">hn-n</a></li>
<li><a href="https://www.reddit.com/me/m/online_commerce/" target="_blank">/me/commerce</a></li>
<li><a href="http://digg.com/reader#" target="_blank">feeds</a></li>
<li><a href="https://www.reddit.com/r/cooking/" target="_blank">/r/cooking</a></li>
<li><a href="https://www.reddit.com/r/AskCulinary/" target="_blank">/r/AskCulinary</a></li>
<li><a href="https://www.reddit.com/user/madmaxx/m/food/" target="_blank">/me/food</a></li>
<li><a href="https://www.reddit.com/r/printmaking/" target="_blank">/r/Printmaking</a></li>
<li><a href="https://www.reddit.com/r/TrueReddit/" target="_blank">/r/TrueReddit</a></li>
</ul>
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script>
function updateClock() {
var currentTime = new Date ( );
var currentHours = currentTime.getHours ( );
var currentMinutes = currentTime.getMinutes ( );
var currentSeconds = currentTime.getSeconds ( );
currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";
currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
currentHours = ( currentHours == 0 ) ? 12 : currentHours;
var currentTimeString = currentHours + ":" + currentMinutes + " <span>" + timeOfDay + "</span>";
$("#clock").html(currentTimeString);
}
$(document).ready(function()
{
updateClock();
setInterval('updateClock()', 30000);
});
</script>
</html>