Skip to content

Commit

Permalink
Link to the Hack Night locations (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Dec 19, 2018
1 parent e5769ba commit 15eb09c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ div
h3.location-header
strong {{ location.title }}
| {{ location.date }}
address.
{{ location.address1 }}#[br]
{{ location.address2 }}, {{ location.city }}, {{ location.state }} {{ location.zip }}
address
a(:href='location.map', target='_blank').
{{ location.address1 }}#[br]
{{ location.address2 }}, {{ location.city }}, {{ location.state }} {{ location.zip }}
p
a(href='https://www.meetup.com/hackforla/',
target='_blank').btn.btn-primary RSVP on Meetup
Expand Down
2 changes: 2 additions & 0 deletions static/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ location:
state: CA
title: Westside
zip: '90401'
map: 'https://duckduckgo.com/?q=525+Colorado+Ave.%2C+Santa+Monica%2C+CA+90401&t=h_&ia=maps&iaxm=maps'
- address1: 'La Kretz Innovation Center, Room 401'
address2: 525 S Hewitt St
city: Los Angeles
Expand All @@ -32,6 +33,7 @@ location:
state: CA
title: Downtown
zip: '90013'
map: 'https://duckduckgo.com/?q=525+S+Hewitt+St%2C+Los+Angeles%2C+CA+90013&t=h_&ia=maps&iaxm=maps'
title: Hack Nights - Every Monday & Tuesday
projects:
- dek: ''
Expand Down

0 comments on commit 15eb09c

Please sign in to comment.