diff --git a/README.md b/README.md index a875424..b3fcef6 100644 --- a/README.md +++ b/README.md @@ -60,4 +60,4 @@ image: https://pbs.twimg.com/profile_images/2373368709/1n6soromrqqzzw6jl9el_400x + Event Description + A few sentences describing the project and the speaker(if any) include external link to the speaker and project. + Additional instructions for the event, like what to clone down. -+ Save the file and voilà, you've created a new event on the FSLA website! 👍👏 ++ Save the file and voilà, you've created a new event on the FSLA website! 👍👏 \ No newline at end of file diff --git a/_events/2016-08-24-homebrew.md b/_events/2016-08-24-homebrew.md index e69de29..7256eb2 100644 --- a/_events/2016-08-24-homebrew.md +++ b/_events/2016-08-24-homebrew.md @@ -0,0 +1,23 @@ +--- +layout: os-past-event +title: Andrea Kao Contributes to Homebrew🍺 +event-date: August 24th +location-name: MaxCDN +tag-line: Talk about how to contribute to Homebrew +rsvp: http://www.meetup.com/la-fullstack/events/233224552/ +image: https://pbs.twimg.com/profile_images/756954572262772736/YrkZq2Az_400x400.jpg +--- + +Fullstack LA was proud to host [Andrea Kao]{:target="blank"} to give a talk about her [Outreachy]{:target="blank"} internship, and how she got started contributing to the [Homebrew]{:target="blank"}🍺 open source project. + +[Homebrew]{:target="blank"} is a open-source package manager for Mac OS written entirely in Ruby. + +Andrea's [Presentation Notes]{:target="blank"} and [Presentation Slides]{:target="blank"} are available on her site and Speaker Deck. + +[Andrea Kao]: http://eirinikos.github.io +[Outreachy]: https://www.gnome.org/outreachy/ +[Homebrew]: http://brew.sh/ +[Twitter]: http://twitter.com/eirinikos +[Presentation Notes]: http://eirinikos.github.io/2016/08/17/fullstack-q-a/ +[Presentation Slides]: https://speakerdeck.com/eirinikos + diff --git a/_includes/events.html b/_includes/events.html index 3ba5155..840f445 100644 --- a/_includes/events.html +++ b/_includes/events.html @@ -17,6 +17,14 @@

Onetime events

{% include events/open-source-event-list.html event-type="os-single-event" %} +
+
+

Past events

+
+ {% include events/open-source-event-list.html event-type="os-past-event" %} +
+ + diff --git a/_includes/events/open-source-event-list.html b/_includes/events/open-source-event-list.html index 86f82bd..961b2c4 100644 --- a/_includes/events/open-source-event-list.html +++ b/_includes/events/open-source-event-list.html @@ -6,9 +6,18 @@

{{ event.title }}

+ + {% if event.layout == "os-past-event" %} +
+ {% include past-event-rsvp.html rsvp=event.rsvp %} +
+ + {% else %}
{% include event-rsvp.html rsvp=event.rsvp %}
+ {% endif %} +

Join us {{ event.event-date }} diff --git a/_includes/past-event-rsvp.html b/_includes/past-event-rsvp.html new file mode 100644 index 0000000..cc5511a --- /dev/null +++ b/_includes/past-event-rsvp.html @@ -0,0 +1,3 @@ + + View Meetup page + \ No newline at end of file diff --git a/_includes/sponsors.html b/_includes/sponsors.html index f3e3448..9b73811 100644 --- a/_includes/sponsors.html +++ b/_includes/sponsors.html @@ -12,15 +12,27 @@

Thanks to our sponsors

alt="Sticker Mule logo">
-
+
+
+ + 8th Light logo + +
+
+ +
8th Light logo +
+
diff --git a/_layouts/os-past-event.html b/_layouts/os-past-event.html new file mode 100644 index 0000000..d234860 --- /dev/null +++ b/_layouts/os-past-event.html @@ -0,0 +1,82 @@ + + + + {% include head.html %} + {% include navbar.html %} + +
+
+
+
+
+

Fullstack LA Open Source Past Events

+
+ +

+ A full archive listing of past Fullstack LA events. +

+ +
+ +
+
+
+ + {% include sponsors.html %} + +
+
+
+
+

Open Source Event

+ {% include events/open-source-description.html %} +
+
+ +
+
+
+
+ + + + + +
+
+
+
+ + {% include events/open-source-bring.html %} +
+
+ + {% include events/open-source-pair-programing.html %} +
+
+ + {% include events/open-source-rfp-blurb.html %} +
+
+
+
+ + {% include footer.html %} + \ No newline at end of file