|
187 | 187 | <div |
188 | 188 | class="mt-12 lg:mt-20 max-w-6xl mx-auto grid gap-4 items-start grid-cols-1 md:grid-cols-2" |
189 | 189 | > |
190 | | - <div class="md:col-span-2 md:flex relative bg-white p-4 rounded-3xl"> |
191 | | - <img |
192 | | - src="{{ .Page.Site.BaseURL }}/pub-standards.webp" |
193 | | - alt="A group of 9 people around a table in a pub smiling at the camera" |
194 | | - class="rounded-md rounded-t-2xl md:rounded-md md:rounded-l-2xl md:w-2/5 md:object-cover md:object-center" |
195 | | - /> |
196 | 190 |
|
197 | | - <div class="mt-6 md:mt-2 md:ml-4"> |
198 | | - <h3 |
199 | | - class="text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10" |
200 | | - > |
201 | | - Pub Standards |
202 | | - </h3> |
203 | | - <div class="mt-6 prose prose-lg max-w-full text-gray-800 mx-auto"> |
204 | | - <p> |
205 | | - Pub Standards Lancaster is a monthly meetup of developers, |
206 | | - designers, founders and people-who-like-to-build-stuff in central |
207 | | - Pennsylvania. Don't expect structure, don't expect presentations, |
208 | | - just relax with likeminded people and a few beers. |
209 | | - </p> |
| 191 | + <div class="relative bg-white p-4 rounded-3xl"> |
| 192 | + <img |
| 193 | + src="{{ .Page.Site.BaseURL }}/open-coffee-club.png" |
| 194 | + alt="A group of 9 people chatting around a table in a coffee shop" |
| 195 | + class="rounded-md rounded-t-2xl w-full" |
| 196 | + /> |
210 | 197 |
|
211 | | - <div class="sm:flex md:block lg:flex items-center justify-between"> |
212 | | - <div class="flex items-center"> |
213 | | - <div class="flex items-center"> |
214 | | - <svg |
215 | | - class="-mt-0.5 w-5 h-5 text-gray-500" |
216 | | - xmlns="http://www.w3.org/2000/svg" |
217 | | - viewBox="0 0 20 20" |
218 | | - fill="currentColor" |
219 | | - > |
220 | | - <path |
221 | | - fill-rule="evenodd" |
222 | | - d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" |
223 | | - clip-rule="evenodd" |
224 | | - /> |
225 | | - </svg> |
226 | | - <span class="ml-1 leading-none"> Every Second Thursday </span> |
227 | | - </div> |
| 198 | + <div class="mt-6"> |
| 199 | + <h3 |
| 200 | + class="text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10" |
| 201 | + > |
| 202 | + Open Coffee Club |
| 203 | + </h3> |
| 204 | + <div class="mt-6 prose prose-lg max-w-full text-gray-800 mx-auto"> |
| 205 | + <p> |
| 206 | + Every first Friday we visit Mean Cup and chat about whatever |
| 207 | + topics come to mind! Attendees tend to skew towards technology |
| 208 | + professionals and hobbyists so expect topics to follow that |
| 209 | + general pattern. |
| 210 | + </p> |
228 | 211 |
|
229 | | - <div class="ml-4 flex items-center"> |
230 | | - <svg |
231 | | - class="w-5 h-5 text-gray-500" |
232 | | - xmlns="http://www.w3.org/2000/svg" |
233 | | - fill="none" |
234 | | - viewBox="0 0 24 24" |
235 | | - stroke-width="2" |
236 | | - stroke="currentColor" |
237 | | - > |
238 | | - <path |
239 | | - stroke-linecap="round" |
240 | | - stroke-linejoin="round" |
241 | | - d="M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z" |
242 | | - /> |
243 | | - </svg> |
| 212 | + <div class="flex items-center"> |
| 213 | + <div class="flex items-center"> |
| 214 | + <svg |
| 215 | + class="-mt-0.5 w-5 h-5 text-gray-500" |
| 216 | + xmlns="http://www.w3.org/2000/svg" |
| 217 | + viewBox="0 0 20 20" |
| 218 | + fill="currentColor" |
| 219 | + > |
| 220 | + <path |
| 221 | + fill-rule="evenodd" |
| 222 | + d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" |
| 223 | + clip-rule="evenodd" |
| 224 | + /> |
| 225 | + </svg> |
| 226 | + <span class="ml-1 leading-none"> Every First Friday </span> |
| 227 | + </div> |
244 | 228 |
|
245 | | - <span class="ml-1"> 6:00pm </span> |
246 | | - </div> |
247 | | - </div> |
| 229 | + <div class="ml-4 flex items-center"> |
| 230 | + <svg |
| 231 | + class="w-5 h-5 text-gray-500" |
| 232 | + xmlns="http://www.w3.org/2000/svg" |
| 233 | + fill="none" |
| 234 | + viewBox="0 0 24 24" |
| 235 | + stroke-width="2" |
| 236 | + stroke="currentColor" |
| 237 | + > |
| 238 | + <path |
| 239 | + stroke-linecap="round" |
| 240 | + stroke-linejoin="round" |
| 241 | + d="M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z" |
| 242 | + /> |
| 243 | + </svg> |
248 | 244 |
|
249 | | - <div class="mt-4 sm:mt-0 md:mt-4 lg:mt-0 rounded-md shadow-sm"> |
250 | | - <a |
251 | | - href="https://www.meetup.com/tech-lancaster-meetups/" |
252 | | - class="flex items-center justify-center px-4 py-2 border border-transparent text-base leading-6 font-medium no-underline rounded-md rounded-b-2xl sm:rounded-bl-md text-white bg-red-600 hover:bg-red-500 focus:bg-red-500 active:bg-red-700 transition ease-in-out duration-150" |
253 | | - > |
254 | | - <svg |
255 | | - class="-ml-1 mr-3 h-6 w-6" |
256 | | - viewBox="0 0 512 512" |
257 | | - fill="#fff" |
258 | | - > |
259 | | - <path |
260 | | - d="M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z" |
261 | | - /> |
262 | | - </svg> |
263 | | - <span class="text-white">RSVP on Meetup</span> |
264 | | - </a> |
265 | | - </div> |
| 245 | + <span class="ml-1"> 8:30am </span> |
266 | 246 | </div> |
267 | 247 | </div> |
| 248 | + |
| 249 | + <div class="mt-4 rounded-md shadow-sm"> |
| 250 | + <a |
| 251 | + href="https://www.meetup.com/tech-lancaster-meetups/" |
| 252 | + class="flex items-center justify-center px-4 py-2 border border-transparent text-base leading-6 font-medium no-underline rounded-md rounded-b-2xl text-white bg-red-600 hover:bg-red-500 focus:bg-red-500 active:bg-red-700 transition ease-in-out duration-150" |
| 253 | + > |
| 254 | + <svg |
| 255 | + class="-ml-1 mr-3 h-6 w-6" |
| 256 | + viewBox="0 0 512 512" |
| 257 | + fill="#fff" |
| 258 | + > |
| 259 | + <path |
| 260 | + d="M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z" |
| 261 | + /> |
| 262 | + </svg> |
| 263 | + <span class="text-white">RSVP on Meetup</span> |
| 264 | + </a> |
| 265 | + </div> |
268 | 266 | </div> |
269 | 267 | </div> |
| 268 | + </div> |
270 | 269 |
|
271 | 270 | <div class="relative bg-white p-4 rounded-3xl"> |
272 | 271 | <img |
|
347 | 346 | </div> |
348 | 347 | </div> |
349 | 348 |
|
350 | | - <div class="relative bg-white p-4 rounded-3xl"> |
| 349 | + <div class="md:col-span-2 md:flex relative bg-white p-4 rounded-3xl" style="opacity: 0.6;"> |
351 | 350 | <img |
352 | | - src="{{ .Page.Site.BaseURL }}/open-coffee-club.png" |
353 | | - alt="A group of 9 people chatting around a table in a coffee shop" |
354 | | - class="rounded-md rounded-t-2xl w-full" |
| 351 | + src="{{ .Page.Site.BaseURL }}/pub-standards.webp" |
| 352 | + alt="A group of 9 people around a table in a pub smiling at the camera" |
| 353 | + class="rounded-md rounded-t-2xl md:rounded-md md:rounded-l-2xl md:w-2/5 md:object-cover md:object-center" |
355 | 354 | /> |
356 | | - |
357 | | - <div class="mt-6"> |
| 355 | + |
| 356 | + <div class="mt-6 md:mt-2 md:ml-4"> |
358 | 357 | <h3 |
359 | 358 | class="text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10" |
360 | 359 | > |
361 | | - Open Coffee Club |
| 360 | + Pub Standards - On Hiatus |
362 | 361 | </h3> |
363 | 362 | <div class="mt-6 prose prose-lg max-w-full text-gray-800 mx-auto"> |
364 | 363 | <p> |
365 | | - Every first Friday we visit Mean Cup and chat about whatever |
366 | | - topics come to mind! Attendees tend to skew towards technology |
367 | | - professionals and hobbyists so expect topics to follow that |
368 | | - general pattern. |
| 364 | + Pub Standards Lancaster is currently on hiatus for August, September, and October. We look forward to seeing everyone again when we return! Meanwhile, stay safe and keep building! |
369 | 365 | </p> |
370 | | - |
371 | | - <div class="flex items-center"> |
| 366 | + |
| 367 | + <p class="text-red-500 font-bold"> |
| 368 | + Note: All meetups are suspended until the hiatus ends. |
| 369 | + </p> |
| 370 | + |
| 371 | + <div class="sm:flex md:block lg:flex items-center justify-between"> |
372 | 372 | <div class="flex items-center"> |
373 | | - <svg |
374 | | - class="-mt-0.5 w-5 h-5 text-gray-500" |
375 | | - xmlns="http://www.w3.org/2000/svg" |
376 | | - viewBox="0 0 20 20" |
377 | | - fill="currentColor" |
378 | | - > |
379 | | - <path |
380 | | - fill-rule="evenodd" |
381 | | - d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" |
382 | | - clip-rule="evenodd" |
383 | | - /> |
384 | | - </svg> |
385 | | - <span class="ml-1 leading-none"> Every First Friday </span> |
| 373 | + <div class="flex items-center"> |
| 374 | + <svg |
| 375 | + class="-mt-0.5 w-5 h-5 text-gray-500" |
| 376 | + xmlns="http://www.w3.org/2000/svg" |
| 377 | + viewBox="0 0 20 20" |
| 378 | + fill="currentColor" |
| 379 | + > |
| 380 | + <!-- The rest of your SVG data --> |
| 381 | + </svg> |
| 382 | + <span class="ml-1 leading-none line-through"> Every Second Thursday </span> |
| 383 | + </div> |
| 384 | + |
| 385 | + <div class="ml-4 flex items-center"> |
| 386 | + <svg |
| 387 | + class="w-5 h-5 text-gray-500" |
| 388 | + xmlns="http://www.w3.org/2000/svg" |
| 389 | + fill="none" |
| 390 | + viewBox="0 0 24 24" |
| 391 | + stroke-width="2" |
| 392 | + stroke="currentColor" |
| 393 | + > |
| 394 | + <!-- The rest of your SVG data --> |
| 395 | + </svg> |
| 396 | + |
| 397 | + <span class="ml-1 line-through"> 6:00pm </span> |
| 398 | + </div> |
386 | 399 | </div> |
387 | | - |
388 | | - <div class="ml-4 flex items-center"> |
389 | | - <svg |
390 | | - class="w-5 h-5 text-gray-500" |
391 | | - xmlns="http://www.w3.org/2000/svg" |
392 | | - fill="none" |
393 | | - viewBox="0 0 24 24" |
394 | | - stroke-width="2" |
395 | | - stroke="currentColor" |
| 400 | + |
| 401 | + <div class="mt-4 sm:mt-0 md:mt-4 lg:mt-0 rounded-md shadow-sm"> |
| 402 | + <a |
| 403 | + href="#" |
| 404 | + class="flex items-center justify-center px-4 py-2 border border-transparent text-base leading-6 font-medium no-underline rounded-md rounded-b-2xl sm:rounded-bl-md text-white bg-red-600 hover:bg-red-500 focus:bg-red-500 active:bg-red-700 transition ease-in-out duration-150" |
396 | 405 | > |
397 | | - <path |
398 | | - stroke-linecap="round" |
399 | | - stroke-linejoin="round" |
400 | | - d="M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z" |
401 | | - /> |
402 | | - </svg> |
403 | | - |
404 | | - <span class="ml-1"> 8:30am </span> |
| 406 | + <svg |
| 407 | + class="-ml-1 mr-3 h-6 w-6" |
| 408 | + viewBox="0 0 512 512" |
| 409 | + fill="#fff" |
| 410 | + > |
| 411 | + <!-- The rest of your SVG data --> |
| 412 | + </svg> |
| 413 | + <span class="text-white">RSVP on Meetup</span> |
| 414 | + </a> |
405 | 415 | </div> |
406 | 416 | </div> |
407 | | - |
408 | | - <div class="mt-4 rounded-md shadow-sm"> |
409 | | - <a |
410 | | - href="https://www.meetup.com/tech-lancaster-meetups/" |
411 | | - class="flex items-center justify-center px-4 py-2 border border-transparent text-base leading-6 font-medium no-underline rounded-md rounded-b-2xl text-white bg-red-600 hover:bg-red-500 focus:bg-red-500 active:bg-red-700 transition ease-in-out duration-150" |
412 | | - > |
413 | | - <svg |
414 | | - class="-ml-1 mr-3 h-6 w-6" |
415 | | - viewBox="0 0 512 512" |
416 | | - fill="#fff" |
417 | | - > |
418 | | - <path |
419 | | - d="M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z" |
420 | | - /> |
421 | | - </svg> |
422 | | - <span class="text-white">RSVP on Meetup</span> |
423 | | - </a> |
424 | | - </div> |
425 | 417 | </div> |
426 | 418 | </div> |
427 | 419 | </div> |
| 420 | + |
| 421 | + |
428 | 422 | </div> |
429 | 423 | </div> |
430 | 424 | <!-- END OTHER MEETUPS --> |
|
0 commit comments