-
Notifications
You must be signed in to change notification settings - Fork 3
/
contact.html
97 lines (92 loc) · 5.44 KB
/
contact.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
<!DOCTYPE html>
<html dir="ltr" lang="en-us">
<head>
<meta charset="utf-8" />
<title>Contact info for Robin Riley (fka Joshua R. Simmons), Open Source Strategist, Nonprofit Leader, and Community Organizer</title>
<link rel="shortcut icon" href="img/favicon.2023.png" type="image/png">
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="third_party/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="third_party/fontawesome/css/all.min.css">
<meta property="og:image" content="https://joshsimmons.com/img/opengraph.2023.opt.jpg">
<meta property="og:description" content="The personal website of Robin Riley (fka Joshua R. Simmons), an open source strategist, nonprofit leader, community organizer, and civic engagement geek based in Petaluma, California.">
<meta property="og:title" content="Contact info for Robin Riley (fka Joshua R. Simmons), Open Source Strategist, Nonprofit Leader, and Community Organizer">
<meta name="twitter:title" content="Contact info for Robin Riley (fka Joshua R. Simmons), Open Source Strategist, Nonprofit Leader, and Community Organizer">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="bg-light" id="contact">
<header class="navbar navbar-expand flex-column flex-md-row bg-white sticky-top bd-navbar">
<a class="navbar-brand mr-0 mr-md-2" href="/" title="Robin Riley (fka Joshua R. Simmons)">
<img src="img/headshot.2023.opt.jpg" height="50px" width="50px" class="img-thumbnail rounded-circle">
</a>
<nav class="navbar-nav-scroll">
<ul class="navbar-nav bd-navbar-nav flex-row" id="nav">
<li class="nav-item"><a class="nav-link active" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/talks.html">Talks</a></li>
<li class="nav-item"><a class="nav-link" href="/media.html">Media</a></li>
<li class="nav-item"><a class="nav-link" href="/external/resume.pdf">Resume</a></li>
<li class="nav-item"><a class="nav-link" href="https://blog.josh.tel/">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="/contact.html">Contact</a></li>
</ul>
</nav>
<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex" id="social">
<li class="nav-item"><a class="nav-link social-icon icon-mastodon" href="https://josh.tel/@josh" title="Mastodon" target="_blank"><i class="fab fa-mastodon"></i></a></li>
<li class="nav-item"><a class="nav-link social-icon icon-github" href="https://github.com/bluesomewhere" title="GitHub" target="_blank"><i class="fab fa-github"></i></a></li>
<li class="nav-item"><a class="nav-link social-icon icon-linkedin" href="https://linkedin.com/in/bluesomewhere" title="LinkedIn" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</header>
<main class="container-fluid">
<div class="card">
<div class="card-header">
<h1>Contact info for Robin Riley (fka Josh Simmons)</h1>
</div>
<div class="card-body">
<p>Looking to connect? Reach out – I'm always looking to meet new people!</p>
<address>
<strong>Email address</strong><br>
<a href="mailto:[email protected]">[email protected]</a>
</address>
<address>
<strong>Matrix</strong><br>
<a href="https://matrix.to/#/@robinriley:matrix.org">@[email protected]</a>
</address>
<address>
<strong>IRC</strong><br>
bluesomewhere on Libera.Chat
</address>
<address>
<strong>Social networks</strong><br>
<a href="https://josh.tel/@josh">Mastodon</a><br>
<a href="https://pix.josh.tel/i/web/profile/504887098229420033">Pixelfed</a><br>
<a href="https://books.josh.tel/user/josh">BookWyrm</a><br>
<a href="https://linkedin.com/in/bluesomewhere">LinkedIn</a><br>
<a href="https://github.com/bluesomewhere">GitHub</a>
</address>
<address>
<strong>Phone number</strong><br>
<a href="tel:17072003954">+1 (707) 200-3954</a><br>
For secure communications, ask me for my Signal number.
</address>
<address>
<strong>Fax number</strong><br>
<a href="tel:17072328932">+1 (707) 232-8932</a><br>
</address>
<address>
<strong>Mailing address</strong><br>
PO Box 2934<br>
Petaluma, California 94953<br>
United States
</address>
</div>
</div>
</main>
<footer class="container-fluid">
<div class="card">
<div class="card-body">
<p>Photo taken in <a href="https://www.flickr.com/photos/joshsimmons/32582933086/in/album-72157679784814775/" target="_blank">Tasmania, Australia</a></p>
<p>Content and code licensed <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a></p>
</div>
</div>
</footer>
</body>
<script src="main.js"></script>
</html>