Skip to content

Commit d06e5f1

Browse files
authored
Merge pull request #187 from dylanbriar/dylan-archive-additions
2 parents 62765c6 + c25ea98 commit d06e5f1

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

_includes/shortcodes/meetup-details.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ module.exports = function meetupDetails(meetHeader, meetDate, venue, after, meet
121121
<span class="icon has-text-grey-dark">
122122
<svg class="icon-item" viewBox="0 0 512 512"><use xlink:href="#alarm"></use></svg>
123123
</span>
124-
<time class="has-text-primary has-text-weight-bold" dateTime="15:30">7:30PM</time> -
125-
<time class="has-text-primary has-text-weight-bold" dateTime="21:00">9:00PM</time>
124+
<time class="has-text-primary has-text-weight-bold" dateTime="14:00">6:00PM</time> -
125+
<time class="has-text-primary has-text-weight-bold" dateTime="20:00">8:00PM</time>
126126
</div>
127127
128128
<div>

_meetups/2024-12-06-meetup.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: meetup
3+
title: "Holiday Party"
4+
slides:
5+
video:
6+
speakers:
7+
- name:
8+
title:
9+
avatar: https://avatars.githubusercontent.com/u/2164095?v=4
10+
bio:
11+
email:
12+
homepage:
13+
twitter:
14+
github:
15+
linkedin:
16+
sponsor: cloudflare
17+
venue: cloudflare
18+
after: lazarus
19+
organizers:
20+
- kkipp
21+
- joahg
22+
---
23+
24+
The holiday party was a blast! We introduced our new Austin JavaScript shirts for the first time, and gave them to the winning table members of the Web Trivia game we played. Plus, some tried out our new battledecks, where each speaker improvised the topic and content based on what slides popped up on the screen. They all did great, and were awarded a shirt as well.

_meetups/2025-01-29-meetup.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: meetup
3+
title: "Cloudflare for Web Dev"
4+
slides:
5+
video:
6+
speakers:
7+
- name: Collier King
8+
title:
9+
avatar: https://avatars.githubusercontent.com/u/10591022?v=4
10+
bio:
11+
email:
12+
homepage:
13+
twitter:
14+
github:
15+
linkedin:
16+
sponsor: cloudflare
17+
venue: cloudflare
18+
after: lazarus
19+
organizers:
20+
- kkipp
21+
- joahg
22+
---
23+
24+
Cloudflare offers a cheap and easy suite of tools for developers to build full stack web applications. In this talk, Collier will show how to build and deploy a full stack web app on Cloudflare, covering hosting, storage, databases, background jobs and more.

0 commit comments

Comments
 (0)