-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (85 loc) · 4.67 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
---
layout: plain
title: Justin Soltesz
---
<article class="index">
<h1 class="index__title">Justin Soltesz</h1>
<section class="item item--transportation">
<h1 class="item__title">Streets are for people</h1>
<p class="item__body">I'm a multimodal transportation engineer — because everyone deserves to get where they're going safely and comfortably.</p>
</section>
<section class="item item--social social">
<h1 class="item__title">Find me on</h1>
<ul class="social-links">
<li class="social-links__bit social-links__bit--instagram">
<a href="https://instagram.com/justinsoltesz" class="social-links__link" title="Instagram @justinsoltesz">
<span class="social-links__container">
<i class="fab fa-instagram fa-fw social-links__icon"></i>
<span class="social-links__name">Instagram</span>
<span class="social-links__handle">@justinsoltesz</span>
</span>
</a>
</li>
<li class="social-links__bit social-links__bit--bluesky">
<a href="https://bsky.app/profile/jsoltesz.com" class="social-links__link" title="Bluesky @jsoltesz.com">
<span class="social-links__container">
<i class="fas fa-clouds fa-fw social-links__icon"></i>
<span class="social-links__name">Bluesky</span>
<span class="social-links__handle">@jsoltesz.com</span>
</span>
</a>
</li>
<!--<li class="social-links__bit social-links__bit--threads">
<a href="https://www.threads.net/@justinsoltesz" class="social-links__link" title="Threads @justinsoltesz">
<span class="social-links__container">
<i class="far fa-at fa-fw social-links__icon"></i>
<span class="social-links__name">Threads</span>
<span class="social-links__handle">@justinsoltesz</span>
</span>
</a>
</li>-->
<!--<li class="social-links__bit social-links__bit--twitter">
<a href="https://twitter.com/justinsoltesz" class="social-links__link" title="Twitter @justinsoltesz">
<span class="social-links__container">
<i class="fab fa-twitter fa-fw social-links__icon"></i>
<span class="social-links__name">Twitter</span>
<span class="social-links__handle">@justinsoltesz</span>
</span>
</a>
</li>-->
<li class="social-links__bit social-links__bit--github">
<a href="https://github.com/justinsoltesz" class="social-links__link" title="GitHub @justinsoltesz">
<span class="social-links__container">
<i class="fab fa-github fa-fw social-links__icon"></i>
<span class="social-links__name">GitHub</span>
<span class="social-links__handle">@justinsoltesz</span>
</span>
</a>
</li>
<!--<li class="social-links__bit social-links__bit--mastodon">
<a rel="me" href="https://urbanists.social/@justin" class="social-links__link" title="Mastodon @[email protected]">
<span class="social-links__container">
<i class="fab fa-mastodon fa-fw social-links__icon"></i>
<span class="social-links__name">Mastodon</span>
<span class="social-links__handle">@[email protected]</span>
</span>
</a>
</li>-->
</ul>
</section>
<section class="item item--stuff">
<h1 class="item__title">Other stuff I do</h1>
<div class="stuff">
<h2 class="stuff__title"><a href="https://cssacpublicservices.org/">South Side</a></h2>
<p class="stuff__text">I serve as the resident at-large commissioner for the Columbus South Side Area Commission and chair the Public Services and Planning committee</p>
</div>
<div class="stuff">
<h2 class="stuff__title"><a href="https://mybb.com">MyBB</a></h2>
<p class="stuff__text">Free and open source forum software</p>
</div>
<div class="stuff">
<h2 class="stuff__title"><a href="https://rctgo.com">RCTgo</a></h2>
<p class="stuff__text">The largest collection of RollerCoaster Tycoon creations on the web</p>
</div>
</section>
</article>