Skip to content
Merged
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
9 changes: 7 additions & 2 deletions content/events/2016-ghent/location.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ type = "event"

+++

Information about the venue including address, map/direction, parking/transit, and any hotel group discount codes.
Devopsdays Ghent will be held at <a href="http://www.zebrastrat.be">Zebrastraat</a><br />
Address: Zebrastraat 32, 9000 Gent, Belgium<br />
Phone: +32 471 31 00 01<br />
<a href="http://www.zebrastraat.be/pages/routebeschrijving.html" target="_new">How to get there</a>

<!-- {{< event_map >}} -->
Looking for <a href="https://visit.gent.be/en/accommodation">accomodation</a>?

{{< event_map >}}
10 changes: 4 additions & 6 deletions content/events/2016-ghent/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ aliases = ["/events/2016-ghent"]

+++

## {{< event_start >}} - {{< event_end >}}

DevOps Days is coming to {{< event_location >}}!
## devopsdays is coming back to Ghent

<!-- <div style="text-align:center;">
{{< event_logo >}}
Expand All @@ -17,12 +15,12 @@ DevOps Days is coming to {{< event_location >}}!
<table>
<tr>
<td><b>Dates</b></td>
<td>{{< event_start >}} - {{< event_end >}}
<td>{{< event_start >}} and {{< event_end >}}
</tr>
<!-- <tr>
<tr>
<td><b>Location</b></td>
<td>{{< event_location >}}</td>
</tr> -->
</tr>
<!-- <tr>
<td><b>Propose</b></td>
<td>{{< event_link page="propose" text="Propose a talk!" >}}</td>
Expand Down
11 changes: 5 additions & 6 deletions data/events/2016-ghent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ friendly: "2016-ghent" # Four digit year and the city name in lower-case. Don't
status: "current" # Options are "past" or "current". Use "current" for upcoming.

# All dates are in unquoted 2016-MM-DD, like this: variable: 2016-01-05
startdate: # The start date of your event. Leave blank if you don't have a venue reserved yet.
enddate: # The end date of your event. Leave blank if you don't have a venue reserved yet.
startdate: 2016-10-27 # The start date of your event. Leave blank if you don't have a venue reserved yet.
enddate: 2016-10-28 # The end date of your event. Leave blank if you don't have a venue reserved yet.
# Leave CFP dates blank if you don't know yet, or set all three at once.
cfp_date_start: # start accepting talk proposals.
cfp_date_end: # close your call for proposals.
cfp_date_announce: # inform proposers of status

# Location
#
coordinates: "41.882219, -87.640530" # The coordinates of your city. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html
location: "Ghent" # Defaults to city, but you can make it the venue name.
coordinates: "51.0398, 3.7337" # The coordinates of your city. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html
location: "Zebrastraat" # Defaults to city, but you can make it the venue name.
#

nav_elements: # List of pages you want to show up in the navigation of your page.
- name: welcome
# - name: program
# - name: propose
# url: http://mycfp.com # The url setting is optional, and only if you want the navigation to link off-site
# - name: location
- name: location
# - name: registration
- name: sponsor
- name: contact
Expand All @@ -37,7 +37,6 @@ team_members: # Name is the only required field for team members.
- name: "Ringo De Smet"
- name: "Rudy Gevaert"
- name: "Yves Hanoulle"
- name: "Hannes Van De Vreken"
organizer_email: "organizers-belgium-2016@devopsdays.org" # Put your organizer email address here
proposal_email: "proposals-belgium-2016@devopsdays.org" # Put your proposal email address here

Expand Down