Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! 👍👏
23 changes: 23 additions & 0 deletions _events/2016-08-24-homebrew.md
Original file line number Diff line number Diff line change
@@ -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

8 changes: 8 additions & 0 deletions _includes/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ <h3>Onetime events</h3>
</div>
{% include events/open-source-event-list.html event-type="os-single-event" %}
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<h3>Past events</h3>
</div>
{% include events/open-source-event-list.html event-type="os-past-event" %}
</div>


</div>
</section>

9 changes: 9 additions & 0 deletions _includes/events/open-source-event-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@
<h1>{{ event.title }}</h1>
</a>
</div>

{% if event.layout == "os-past-event" %}
<div class="col-lg-4 text-center rsvp">
{% include past-event-rsvp.html rsvp=event.rsvp %}
</div>

{% else %}
<div class="col-lg-4 text-center rsvp">
{% include event-rsvp.html rsvp=event.rsvp %}
</div>
{% endif %}

<div class="col-lg-12">
<h4>
Join us {{ event.event-date }}
Expand Down
3 changes: 3 additions & 0 deletions _includes/past-event-rsvp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<a class="btn btn-primary btn-lg" href="{{ include.rsvp }}" role="button">
View Meetup page
</a>
14 changes: 13 additions & 1 deletion _includes/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,27 @@ <h3 class="section-heading">Thanks to our sponsors</h3>
alt="Sticker Mule logo">
</a>
</div>
<div class="col-md-6 col-sm-6 ">
<div class="col-md-6 col-sm-6">
<div class="eighthlight">
<a href="https://8thlight.com/">
<img src="/img/logos/8th-Light-Logo-Color.png"
class="img-responsive img-centered"
alt="8th Light logo">
</a>
</div>
</div>

<div class="col-md-12 col-sm-12">
<div class="eighthlight">
<a href="https://8thlight.com/">
<img src="/img/logos/8th-Light-Logo-Color.png"
class="img-responsive img-centered"
alt="8th Light logo">
</a>
<!-- New Context Goes Here -->
</div>
</div>

</div>
</div>
</aside>
82 changes: 82 additions & 0 deletions _layouts/os-past-event.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<!DOCTYPE html>
<html>

{% include head.html %}
{% include navbar.html %}

<div id="event" class="index">
<div class="jumbotron event-title">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h1 class="display-3">Fullstack LA Open Source Past Events</h1>
<hr class="m-y-5">

<p class="lead">
A full archive listing of past Fullstack LA events.
</p>

</div>

</div>
</div>
</div>

{% include sponsors.html %}

<div class="event-block">
<div class="container">
<div class="row event-flex">
<div class="col-lg-6">
<h2>Open Source Event</h2>
{% include events/open-source-description.html %}
</div>
<div class="col-lg-6">
<img class="icon-img" src="/assets/icons/code-machine.svg">
</div>
</div>
</div>
</div>


<div class="event-block featured-project">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="image-cropper event-flex">
<a href={{ page.link }}>
<img class="speaker-img" style="{{ page.image-style }}" src={{ page.image }}>
</a>
</div>
</div>
<div class="col-lg-6">
<h2>{{ page.title }}</h2>
{{ content }}
This event took place at <strong>{{ page.location-name }}.</strong>
</div>
</div>
</div>
</div>


<div class="event-block">
<div class="container">
<div class="row event-icon">
<div class="col-lg-4">
<img class="icon-img smaller-icon" src="/assets/icons/tools.svg">
{% include events/open-source-bring.html %}
</div>
<div class="col-lg-4">
<img class="icon-img smaller-icon" src="/assets/icons/pair-programing.svg">
{% include events/open-source-pair-programing.html %}
</div>
<div class="col-lg-4">
<img class="icon-img smaller-icon" src="/assets/icons/speaker.svg">
{% include events/open-source-rfp-blurb.html %}
</div>
</div>
</div>
</div>

{% include footer.html %}
</html>