-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also includes partials for twitter and a "page" setup. Fixes #18
- Loading branch information
1 parent
1a96413
commit c1848e9
Showing
7 changed files
with
56 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
Description = "" | ||
Tags = [] | ||
Categories = [] | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
+++ | ||
Categories = [] | ||
Description = "" | ||
Tags = [] | ||
date = "2015-11-22T00:34:27-06:00" | ||
title = "Contact devopsdays" | ||
|
||
+++ | ||
|
||
# Contact devopsdays | ||
|
||
The devopsdays global core team helps local organizers host their own devopsdays events worldwide. The core team consists of the following people: | ||
|
||
- Patrick Debois | ||
- John Willis | ||
- Damon Edwards | ||
- Kris Buytaert | ||
- John Vincent | ||
- Andrew Shafer | ||
- Lindsay Holmwood | ||
- Stephen Nelson-Smith | ||
- Christian Trabold | ||
- James Wickett | ||
- Anthony Goddard | ||
- Bernd Erk (January 2015-present) | ||
- Bridget Kromhout (January - 2015-present) | ||
- Jennifer Davis (November 2015-present) | ||
|
||
Organization is decentralized, so each individual event handles their own sponsorships, registration, and so forth. For questions about a specific event you see listed on the site, please contact the organizers for that event. | ||
|
||
If you have other questions (such as inquiries about hosting your own event or about potential future events you don't see on the site), the core organizers are happy to hear from you: | ||
|
||
- Email: [[email protected]](mailto:[email protected]) | ||
- Twitter: [@devopsdays](https://twitter.com/devopsdays) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
{{ partial "header.html" . }} | ||
{{ .Content }} | ||
<div class = "container-fluid"> | ||
<div class = "row"> | ||
<div class="col-md-8"> | ||
{{ .Content }} | ||
</div> | ||
<div class = "col-md-3"> | ||
{{ partial "twitter.html" . }} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{{ partial "footer.html" . }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/search?q=devopsdays%20OR%20devopsday%20OR%20%23devopsday%20OR%20%23devopsdays" data-widget-id="667543157886816256">Tweets about devopsdays OR devopsday OR #devopsday OR #devopsdays</a> | ||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> |