-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
338 lines (300 loc) · 14.1 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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Jeff Hobbs</title>
<meta property="og:title" content="Jeff Hobbs" />
<meta property="og:description" content="Portfolio of personal projects" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jeffehobbs.github.io" />
<meta property="og:image" content="https://jeffehobbs.github.io/assets/og_image.jpeg" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js" integrity="sha512-Eak/29OTpb36LLo2r47IpVzPBLXnAMPAVypbSZiZ4Qkf8p/7S/XRG5xp7OKWPPYfJT6metI+IORkR5G8F900+g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
<style>
body {
min-height: 768px;
}
#stage {
padding: 5rem 0;
}
.translucent {
opacity: 0.85;
}
.navbar-brand, .btn, .card-title, .card-text, .modal-title, .modal-body {
font-family: "Avenir", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.quiet-link {
text-decoration: none;
}
</style>
<body id="backdrop">
<nav class="navbar fixed-top bg-body-tertiary translucent">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<strong>Jeff Hobbs</strong>
<div>
<a class="btn btn-outline-secondary btn-sm" href="assets/jeffhobbs_resume.pdf" target="_blank"><i class="bi bi-file-person"></i> Resume</a>
<a class="btn btn-outline-secondary btn-sm" href="https://instagram.com/jeffehobbs" target="_blank"><i class="bi bi-instagram"></i> Instagram</a>
<a class="btn btn-outline-secondary btn-sm" href="https://github.com/jeffehobbs" target="_blank"><i class="bi bi-github"></i> GitHub</a>
</div>
</a>
</div>
</nav>
<div class="container" id="stage">
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card wow animate__animated animate__fadeIn">
<a href="https://clickthru.news" target="_blank">
<img src="https://jeffehobbs.github.io/assets/clickthru.news.jpg" class="card-img-top">
</a>
<div class="card-body">
<a class="quiet-link" href="https://clickthru.news" target="_blank">
<h5 class="card-title">Clickthru.news</h5>
</a>
<p class="card-text">Scroll through a curated selection of today's best articles.</p>
<div class="d-grid gap-2">
<button onclick="moreinfo('Clickthru.news');" class="btn btn-outline-secondary btn-sm" type="button">
<i class="bi bi-info-circle"></i> More Info
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card wow animate__animated animate__fadeIn">
<div class="card-img-container">
<a class="quiet-link" href="https://spiriteddebate.news" target="_blank">
<img src="https://jeffehobbs.github.io/assets/spiriteddebate.news.jpg" class="card-img-top">
</a>
</div>
<div class="card-body">
<a class="quiet-link" href="https://spiriteddebate.news" target="_blank">
<h5 class="card-title">SpiritedDebate.news</h5>
</a>
<p class="card-text">Today's news, as discussed by crabby ghosts.</p>
<div class="d-grid gap-2">
<button onclick="moreinfo('SpiritedDebate.news');" class="btn btn-outline-secondary btn-sm" type="button">
<i class="bi bi-info-circle"></i> More Info
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card wow animate__animated animate__fadeIn">
<div class="card-img-container">
<a href="https://uncanny-valley.com" target="_blank">
<img src="https://jeffehobbs.github.io/assets/uncanny-valley.com.jpg" class="card-img-top">
</a>
</div>
<div class="card-body">
<a class="quiet-link" href="https://uncanny-valley.com" target="_blank">
<h5 class="card-title">Uncanny-Valley.com</h5>
</a>
<p class="card-text">Local news of the Pioneer Valley of Western Massachusetts.</p>
<div class="d-grid gap-2">
<button onclick="moreinfo('Uncanny-Valley.com');" class="btn btn-outline-secondary btn-sm" type="button">
<i class="bi bi-info-circle"></i> More Info
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card wow animate__animated animate__fadeIn">
<div class="card-img-container">
<a href="https://pillarbox.me" target="_blank">
<img src="https://jeffehobbs.github.io/assets/pillarbox.me.jpg" class="card-img-top">
</a>
</div>
<div class="card-body">
<a class="quiet-link" class="link-underline-opacity-0" href="https://pillarbox.me" target="_blank">
<h5 class="card-title">Pillarbox.me</h5>
</a>
<p class="card-text">Create pillarboxed graphics with ease.</p>
<div class="d-grid gap-2">
<button onclick="moreinfo('Pillarbox.me');" class="btn btn-outline-secondary btn-sm" type="button">
<i class="bi bi-info-circle"></i> More Info
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card wow animate__animated animate__fadeIn">
<a href="https://bingocard.club" target="_blank">
<img src="https://jeffehobbs.github.io/assets/bingocard.club.jpg" class="card-img-top">
</a>
<div class="card-body">
<a class="quiet-link" href="https://bingocard.club" target="_blank">
<h5 class="card-title">Bingocard.club</h5>
</a>
<p class="card-text">Fast and fun tool to make attractive, unique bingo cards.</p>
<div class="d-grid gap-2">
<button onclick="moreinfo('Bingocard.club');" class="btn btn-outline-secondary btn-sm" type="button">
<i class="bi bi-info-circle"></i> More Info
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card wow animate__animated animate__fadeIn">
<div class="card-img-container">
<a class="quiet-link" href="https://anagrammatic.link" target="_blank">
<img src="https://jeffehobbs.github.io/assets/anagrammatic.link.jpg" class="card-img-top">
</a>
</div>
<div class="card-body">
<a class="quiet-link" href="https://anagrammatic.link" target="_blank">
<h5 class="card-title">Anagrammatic.link</h5>
</a>
<p class="card-text">Cheat at Scrabble using this simple and free tool.</p>
<div class="d-grid gap-2">
<button onclick="moreinfo('Anagrammatic.link');" class="btn btn-outline-secondary btn-sm" type="button">
<i class="bi bi-info-circle"></i> More Info
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card wow animate__animated animate__fadeIn">
<div class="card-img-container">
<a class="quiet-link" href="https://bsky.app/profile/wmassweatherbot.bsky.social" target="_blank">
<img src="https://jeffehobbs.github.io/assets/wmassweatherbot.jpg" class="card-img-top">
</a>
</div>
<div class="card-body">
<a class="quiet-link" href="https://bsky.app/profile/wmassweatherbot.bsky.social" target="_blank">
<h5 class="card-title">Western Mass Weather Bot</h5>
</a>
<p class="card-text">Weather in the Pioneer Valley, updated throughout the day.</p>
<div class="d-grid gap-2">
<button onclick="moreinfo('wmassweatherbot');" class="btn btn-outline-secondary btn-sm" type="button">
<i class="bi bi-info-circle"></i> More Info
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card wow animate__animated animate__fadeIn">
<div class="card-img-container">
<a class="quiet-link" href="https://bsky.app/profile/curbalertbot.bsky.social" target="_blank">
<img src="https://jeffehobbs.github.io/assets/curbalertbot.jpg" class="card-img-top">
</a>
</div>
<div class="card-body">
<a class="quiet-link" href="https://bsky.app/profile/curbalertbot.bsky.social" target="_blank">
<h5 class="card-title">Curb Alert Bot</h5>
</a>
<p class="card-text">Best stuff free on Craigslist from all around the Pioneer Valley.</p>
<div class="d-grid gap-2">
<button onclick="moreinfo('curbalertbot');" class="btn btn-outline-secondary btn-sm" type="button">
<i class="bi bi-info-circle"></i> More Info
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card wow animate__animated animate__fadeIn">
<div class="card-img-container">
<a class="quiet-link" href="https://bsky.app/profile/montaguelog.bsky.social" target="_blank">
<img src="https://jeffehobbs.github.io/assets/montaguepolicebot.jpg" class="card-img-top">
</a>
</div>
<div class="card-body">
<a class="quiet-link" href="https://bsky.app/profile/montaguelog.bsky.social" target="_blank">
<h5 class="card-title">Montague Police Log Bot</h5>
</a>
<p class="card-text">LLM illustrations of the Montague Massachusetts police log.</p>
<div class="d-grid gap-2">
<button onclick="moreinfo('montaguelogbot');" class="btn btn-outline-secondary btn-sm" type="button">
<i class="bi bi-info-circle"></i> More Info
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card wow animate__animated animate__fadeIn">
<div class="card-img-container">
<a class="quiet-link" href="https://bsky.app/profile/radiodreambot.bsky.social" target="_blank">
<img src="https://jeffehobbs.github.io/assets/radiodreambot.jpg" class="card-img-top">
</a>
</div>
<div class="card-body">
<a class="quiet-link" href="https://bsky.app/profile/radiodreambot.bsky.social" target="_blank">
<h5 class="card-title">Radio Dream Bot</h5>
</a>
<p class="card-text">LLM illustrations of music from the French radio station 'FIP'.</p>
<div class="d-grid gap-2">
<button onclick="moreinfo('radiodreambot');" class="btn btn-outline-secondary btn-sm" type="button">
<i class="bi bi-info-circle"></i> More Info
</button>
</div>
</div>
</div>
</div>
</div><!-- end row -->
</div><!-- end container -->
<div id="project-modal" class="modal fade" tabindex="-1">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 id="project-title" class="modal-title">More Info</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div id="project-description" class="modal-body"></div>
<div class="modal-footer">
<div class="d-grid gap-2">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">OK</button>
</div>
</div>
</div>
</div>
</div>
<script>
new WOW().init();
VANTA.NET({
el: "#backdrop",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00
});
function moreinfo(project){
const data = {
"Clickthru.news": "Clickthru.news is an experiment to see if I could go from an OPML file to an attractive web-based display. It's been featured on The Verge!",
"Bingocard.club": "Bingocard.club is primarily an excuse to play with the (excellent) Python PIL/pillow graphic manipulation library.",
"Uncanny-Valley.com": "Uncanny-Valley.com is a way to easily look at all the news sites of the Pioneer Valley at once.",
"Pillarbox.me": "Pillarbox.me was built to serve a very specific production need -- we'd often have tall photos of story subjects and have to place those photos in a landscape aspect ratio container. This tool does so in a basic and attractive way, color matching the background to the primary color of the photo. It's now used by news organizations across the United States!",
"SpiritedDebate.news": "SpiritedDebate.news is primarily an experiment in LLM content, filtered through my own personal love of comment section squabbling. No ghosts were actually harmed!",
"Anagrammatic.link": "During the United States COVID lockdown, my wife and I played a lot of Scrabble. She's better at it than I am, so I had to cheat. The entire application is a serverless flask lambda on AWS.",
"wmassweatherbot": "Western Mass weather, data pulled from Weatherkit, graphed by plotly, summarized by OpenAI LLM. I actually use this!",
"curbalertbot": "Cheating at Craigslist.",
"montaguelogbot": "Imaginary scenarios based on actual police lo items. Names and addresses are redacted via entity extraction, and then the scenario is imagined by OpenAI LLM.",
"radiodreambot": "60 seconds of French radio, turned into text via the Whisper model, then imagined by the OpenAI LLM."
};
const projectTitle = document.getElementById("project-title");
const projectDescription = document.getElementById("project-description");
projectTitle.innerHTML = project;
projectDescription.innerHTML = data[project];
var projectModal = document.getElementById('project-modal');
var modal = new bootstrap.Modal(projectModal);
modal.show();
};
</script>
</body>
</html>