-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
106 lines (98 loc) · 6.79 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
<!DOCTYPE html>
<html dir="ltr" lang="en-us">
<head>
<meta charset="utf-8">
<title>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://robinriley.fyi/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 California's North Bay Area.">
<meta property="og:title" content="Robin Riley (fka Joshua R. Simmons), Open Source Strategist, Nonprofit Leader, and Community Organizer">
<meta name="twitter:title" content="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="home">
<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.riley.pub/">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://social.riley.pub/@robin" rel="me" 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>Robin Riley (fka Joshua R. Simmons)</h1>
<h2>Booster for the commons 🌱</h2>
</div>
<div class="card-body">
<p>
Robin Riley is a community organizer, nonprofit leader, open source strategist, and activist based in the <a href="https://josh.link/bliss">North Bay Area</a>. They help organizations mature, put their best foot forward, and collaborate with community partners. Their background includes organizational development, program management, inclusive organizing, events, communications, marketing, and web development.
</p>
<p>
Robin works as the Managing Director of <a href="https://matrix.org">The Matrix.org Foundation</a> and as a Partner at <a href="https://openchapters.tech">Open Chapters</a>, serves as Secretary of <a href="https://petalumapride.org">Petaluma Pride</a>, organizes the <a href="https://publichealthpledge.com">Public Health Pledge</a>, is a co-organizer of <a href="https://northbaypython.org">North Bay Python</a>, volunteers as an advisor to <a href="https://iftas.org">Independent Federated Trust and Safety</a> (IFTAS), Chair of the <a href="https://sonomalibrary.org/visit/locations/petaluma/lab">Petaluma Library Advisory Board</a>, and sits on the City of Petaluma’s <a href="https://www.planpetaluma.org/gpac-page">General Plan Advisory Committee</a>.
</p>
<p>
Over the course of their career, Robin has worked as a freelancer, in corporate and nonprofit settings, and collaborated across public and private institutions. Robin is best known as a member of the worldwide open source software community, having served as President and Chair of the <a href="https://opensource.org">Open Source Initiative</a> Board of Directors. During their six-year tenure they oversaw a restructuring of the board and staff to better serve the organization's members and the open source ecosystem.
</p>
<p>
More than anything else, though, Robin is a small town cat parent and happy partner. A queer disabled person and an outdoor enthusiast. A concert goer and aspiring aviator. They dream of going on sabbatical to pursue research, and daydreams about disappearing into the forest.
</p>
<p>
You can find Robin on the <a href="https://social.riley.pub/@robin">Fediverse</a>, <a href="https://github.com/bluesomewhere">GitHub</a>, and <a href="https://linkedin.com/in/bluesomewhere">LinkedIn</a>.
</p>
</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>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"address": {
"@type": "PostalAddress",
"addressLocality": "Petaluma",
"addressRegion": "CA",
"postalCode": "94953",
"streetAddress": "PO Box 2934"
},
"email": "[email protected]",
"name": "Robin Riley",
"givenName": "Robin",
"familyName": "Riley",
"jobTitle": "Open Source Strategist",
"telephone": "+1 (707) 200-3954",
"url": "https://robinriley.fyi",
"image": "https://robinriley.fyi/img/srs.headshot.jpg",
"sameAs": [
"https://github.com/bluesomewhere",
"https://linkedin.com/in/bluesomewhere",
"https://social.riley.pub/@robin"
]
}
</script>
</html>