-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (169 loc) · 4.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Ithaca Web People</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="/index.scss"/>
<link rel="icon" href="/icons/IWP-logo.png"/>
<script type="module" src="index.ts"></script>
</head>
<body>
<header id="home">
<section class="title">
<img src="/icons/IWP-logo.png" alt="IWP logo">
<h1>Ithaca Web People</h1>
</section>
<nav>
<ul>
<li>
<a href="#home">Home</a>
</li>
<li>
<a href="#events">Events</a>
</li>
<li>
<a href="#links">Links</a>
</li>
<li>
<a href="#sponsors">Sponsors</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</nav>
<div class="banner" aria-description="An IWP member giving a presentation at one of our meetups"></div>
</header>
<main>
<section id="description">
<p>
<a href="https://meetup.com/ithaca-web-people">Ithaca Web People</a>
is a group of local software developers, web designers, and tech professionals in the Ithaca, NY area.
</p>
<p>
We typically meet the first non-holiday of each month at
<a href="https://revithaca.com">Rev: Ithaca Startup Works</a>
</p>
<p>
Whether you're seeking professional networking opportunities in Upstate New York,
or are just looking for some friendly socializing with fellow nerds in the Finger Lakes;
IWP is a safe, inclusive, and welcoming place for whoever you are
and wherever you're at in your tech journey.
</p>
</section>
<section id="events">
<h2>Upcoming Events</h2>
<p>
All of our future scheduled meetups are listed below.
If you're not seeing a date that you'd expect to see, it might not be confirmed yet!
</p>
<div id="upcoming-events">
<div class="loading"><div></div></div>
</div>
</section>
<section id="links">
<h2>Links</h2>
<p>
You can find IWP all over the web!
</p>
<ul class="icon-buttons">
<li>
<a href="https://meetup.com/ithaca-web-people">
<img src="/icons/meetup.svg" alt="Meetup icon"/>
<b>Meetup Group</b>
</a>
</li>
<li>
<a href="https://join.slack.com/t/ithacawebpeople/shared_invite/enQtNDM1OTIzNDA2MzkwLTNjOTk2ZGFlMGE4YTg3MTc1MjM4MmI2ZWZjMzUzZTAxMDRiYTM4OTY5ZjE2YTZlMDkyZTlmZDY0NTFjZjdlNmY">
<img src="/icons/slack.svg" alt="Slack icon"/>
<b>Slack Team</b>
</a>
</li>
<li>
<a href="https://github.com/orgs/IthacaWebPeople">
<img src="/icons/github.svg" alt="GitHub icon"/>
<b>GitHub Org</b>
</a>
</li>
<li>
<a href="https://www.linkedin.com/groups/14549384/">
<img src="/icons/linkedin.svg" alt="LinkedIn icon"/>
<b>LinkedIn Group</b>
</a>
</li>
</ul>
</section>
<section id="sponsors">
<h2>Sponsors</h2>
<p>
An extra special "thank you" to all our sponsors who help make our group completely free for all members!
</p>
<ul class="icon-buttons">
<li>
<a href="https://revithaca.com">
<img src="/icons/rev.png" alt="Rev logo"/>
<span>
<b>Rev: Ithaca Startup Works</b>
Venue
</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/michaelgmiles/">
<img src="https://secure.meetupstatic.com/photos/member/6/c/e/4/highres_293547876.jpeg" alt="Michael Miles headshot"/>
<span>
<b>Michael Miles, Semalina LLC</b>
Food
</span>
</a>
</li>
<li>
<a href="https://singlebrook.com">
<img src="/icons/singlebrook.svg" alt="Singlebrook logo"/>
<span>
<b>Singlebrook Technologies</b>
Meetup
</span>
</a>
</li>
<li>
<a href="https://bdarfler.com">
<img src="https://64.media.tumblr.com/476a3888ef4fc06833df1b3b2349634b/4fc944b81643dc1e-0d/s960x960u_c1/b147c95766c4b9e37b140641022e599b3ccc9e9a.jpg" alt="Ben Darfler headshot">
<span>
<b>Ben Darfler</b>
Meetup
</span>
</a>
</li>
<li>
<a href="https://ecoAPM.com">
<img src="/icons/ecoAPM.png" alt="ecoAPM logo"/>
<span>
<b>ecoAPM</b>
Tech, Supplies
</span>
</a>
</li>
</ul>
</section>
<section id="contact">
<h2>Contact</h2>
<p>
The best way to connect with our members and organizers is via Meetup and Slack!
You can find the links to those in the "Links" section above.
</p>
<p>
If you would like to get in touch with our primary organizer via email,
you can do so at [Info (at) Ithaca Web People (dot) org]
</p>
</section>
</main>
<footer>
© 2011-2025 Ithaca Web People
<br/>
This site is open-source software –
<a href="https://github.com/IthacaWebPeople/www">edit it here</a>
</footer>
</body>
</html>