-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
148 lines (122 loc) · 4.94 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
<!doctype html>
<html class="element">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1">
<link rel="stylesheet" href="css/element-0.1.1.min.css">
<script src="js/element-0.1.1.min.js"></script>
<style>
@import url('fonts/inter-ui.css');
body {
font-family: 'Inter UI', sans-serif;
color: #FFFFFF;
background-color: #000000;
word-wrap: break-word;
}
g-col {
vertical-align: top;
}
.element a {
color: #FFFFFF;
text-decoration: underline;
}
</style>
<title>Dorkbot PDX</title>
</head>
<body>
<g-row>
<g-col style="width: 40%">
<img src="assets/dorkbotsticker.svg" title="Dorkbot PDX - People doing strange things with electricity">
<br>
<!-- TODO: Move these to bottom or rearrange below certain width (mobile) -->
<center>
<h3><a href="coc.html">Code of Conduct</a></h3>
<h3><a href="/archive">Blog Archive</a></h3>
</center>
</g-col>
<g-col>
<h2>Upcoming</h2>
Meetups:<br>
<!-- These comments are used by automation -->
<!-- XX MEETINGS START -->
<strong>February 10th, 2025</strong><br/>
<strong>March 10th, 2025</strong><br/>
<!-- XX MEETINGS END -->
<br />
</p>
View the calendar here:
<a
href="https://calendar.google.com/calendar/embed?src=2f03821cdf4512383f4eeb3b3ef44af6f6d09f3c3ded6a097dffb6c2e7f84b9a%40group.calendar.google.com&ctz=America%2FLos_Angeles">web</a>
|
<a
href="https://calendar.google.com/calendar/u/0?cid=MmYwMzgyMWNkZjQ1MTIzODNmNGVlYjNiM2VmNDRhZjZmNmQwOWYzYzNkZWQ2YTA5N2RmZmI2YzJlN2Y4NGI5YUBncm91cC5jYWxlbmRhci5nb29nbGUuY29t">Google
Calendar</a> |
<a
href="https://calendar.google.com/calendar/ical/2f03821cdf4512383f4eeb3b3ef44af6f6d09f3c3ded6a097dffb6c2e7f84b9a%40group.calendar.google.com/public/basic.ics">iCalendar</a>
<br><br>
Meetups run from 6:30-9:30ish PM<br><br>
Dorkbot generally happens the second Monday of each month. Check back though, sometimes we like to be tricky (Or
holidays get in the way).<br>
<h2>About</h2>
<p><strong>People doing strange things with electricity!</strong></p>
<p>
DorkbotPDX is a relaxed, informal show-and-tell for electronic artists, circuit designers, microcontroller
programmers, retro computing enthusiasts, video game designers, digital archaeologists, and mod synth gearheads
in Portland, Oregon.
</p>
<p>
Bring your electronic wonders, monsters, and works-in-progress for others to see, or come see what others have
been working on! Whether it's code or circuits, electronic creativity of all sorts is welcome here.
</p>
<p>
This is an active, ongoing event with average attendance of 20-50 people. It is free and open to everyone, and
newcomers are welcome!
</p>
<p>
Read our <a href="coc.html">Code of Conduct</a> before attending.
</p>
<h2>Where</h2>
<h3 style="text-align: center;">CTRL+H aka PDX Hackerspace</h3>
<p>The building with the giant Nyan cat on the side!<br> Enter at the second door from the south corner.<br>
By transit: MAX Yellow line; N Lombard TC</p>
<g-row>
<g-col style="width: 30%">
<center>
<a href="https://pdxhackerspace.org"><img src="img/ctrlh-logo.png" alt="Ctrl-H" width="100px"></a><br>
7608 N Interstate<br>Portland, OR</a><br>
<a href="https://goo.gl/maps/RKGb6hjpi9H2"><strong>map</strong></a>
</center>
<!-- TODO: Add inset map -->
</g-col>
<g-col>
<img src="img/ctrlh-small.jpg">
</g-col>
</g-row>
</g-col>
</g-row>
<h2>Jack In</h2>
<g-row>
<g-col>
<h3>Discord</h3>
<a href="https://discord.gg/S4GEWykFM3">Click to join</a>
<br>
<h3>eX-Twitter</h3>
<a href="https://twitter.com/dorkbotpdx">@dorkbotpdx</a>
<h3>Web Site</h3>
You can make changes to this web site by editing the <a href="https://github.com/dorkbotpdx/dorkbotpdx.org">git
repository</a>.
</g-col>
<g-col>
<h3>Mailing Lists/Google Groups</h3>
<h4><a href="https://groups.google.com/forum/#!forum/dorkbotpdx-blabber">Dorkbot PDX Blabber</a></h4>
General, unmoderated discussion list about projects, ideas, meetings, technical things, cross postings, and
banter. To join, follow the link above and click "Join group to post".
<h4><a href="https://groups.google.com/forum/#!forum/dorkbotpdx-announce">Dorkbot PDX Announcements</a></h4>
<p>Low volume, moderated list focused on group announcements such as time changes, events, workshops, and
lectures. To join, follow the link above and click "Join group".</p>
</g-col>
</g-row>
<hr style="margin-top: 50pt; margin-bottom: -20pt;">
<center><span style="font-size: 52pt">⏚</span></center>
</body>
</html>