Skip to content

Commit 15eb09c

Browse files
authored
Link to the Hack Night locations (#12)
1 parent e5769ba commit 15eb09c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

pages/index.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ div
2727
h3.location-header
2828
strong {{ location.title }}
2929
| {{ location.date }}
30-
address.
31-
{{ location.address1 }}#[br]
32-
{{ location.address2 }}, {{ location.city }}, {{ location.state }} {{ location.zip }}
30+
address
31+
a(:href='location.map', target='_blank').
32+
{{ location.address1 }}#[br]
33+
{{ location.address2 }}, {{ location.city }}, {{ location.state }} {{ location.zip }}
3334
p
3435
a(href='https://www.meetup.com/hackforla/',
3536
target='_blank').btn.btn-primary RSVP on Meetup

static/content/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ location:
2424
state: CA
2525
title: Westside
2626
zip: '90401'
27+
map: 'https://duckduckgo.com/?q=525+Colorado+Ave.%2C+Santa+Monica%2C+CA+90401&t=h_&ia=maps&iaxm=maps'
2728
- address1: 'La Kretz Innovation Center, Room 401'
2829
address2: 525 S Hewitt St
2930
city: Los Angeles
@@ -32,6 +33,7 @@ location:
3233
state: CA
3334
title: Downtown
3435
zip: '90013'
36+
map: 'https://duckduckgo.com/?q=525+S+Hewitt+St%2C+Los+Angeles%2C+CA+90013&t=h_&ia=maps&iaxm=maps'
3537
title: Hack Nights - Every Monday & Tuesday
3638
projects:
3739
- dek: ''

0 commit comments

Comments
 (0)