Skip to content

Commit 78e17d8

Browse files
committed
social media icons for speaker landing page
1 parent 3b93c9a commit 78e17d8

File tree

308 files changed

+2731
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

308 files changed

+2731
-8
lines changed

archetypes/speaker.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ date = "2015-03-23"
44
linktitle = "Brian Ketelsen"
55
title = "Brian Ketelsen"
66
speakerimage = "http://www.gophercon.in/images/speakers/brianketelsen.jpg"
7+
speakertitle="CIO, XOR Data Exchange, Inc."
8+
linkedin="http://www.linkedin.com/brianketelsen"
9+
twitter="http://twitter.com/bketelsen"
10+
github="https://github.com/bketelsen"
11+
712
+++
813

914

content/speakers/brianketelsen.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
+++
2+
speakertitle="CIO, XOR Data Exchange, Inc."
23
author = ["Brian Ketelsen"]
3-
date = "2015-04-01T22:27:44-04:00"
4+
date = "2015-03-23"
45
linktitle = "Brian Ketelsen"
5-
title = "brianketelsen"
6-
speakerimage="http://www.gophercon.in/images/speakers/brianketelsen.jpg"
7-
speakertitle="CIO, XOR Data Exchange, Inc."
6+
title = "Brian Ketelsen"
7+
speakerimage = "http://www.gophercon.in/images/speakers/brianketelsen.jpg"
8+
linkedin="http://www.linkedin.com/brianketelsen"
9+
twitter="http://twitter.com/bketelsen"
10+
github="https://github.com/bketelsen"
11+
812
+++
913

14+
1015
Brian has been floundering with Bootstrap since 2009.
1116
At last, the UK community has decided to organise a Go conference for the UK and rest of the world! Save the date: Friday 21st August 2015. Even though it’s the first Golang UK conference there is an experienced team behind it: we have previously organised other tech conferences (one with ~700 attendees last year) and numerous meetups of the Go London User Group. We are currently looking for people to give talks so please submit a paper if you want to meet the great UK community.
1217
At last, the UK community has decided to organise a Go conference for the UK and rest of the world! Save the date: Friday 21st August 2015. Even though it’s the first Golang UK conference there is an experienced team behind it: we have previously organised other tech conferences (one with ~700 attendees last year) and numerous meetups of the Go London User Group. We are currently looking for people to give talks so please submit a paper if you want to meet the great UK community.

themes/gophercon/layouts/section/speakers.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h3>2015 Speakers</h3>
1212
<img class="img-thumbnail" src="{{.Params.speakerimage}}" alt="{{.LinkTitle}}"/>
1313
<h5>{{.LinkTitle}}</h5>
1414
<em>{{.Params.speakertitle}}</em><br/>
15-
</div>
15+
</div>
1616
<div class="col-md-6">
1717
{{.Summary}}
1818
{{ if .Truncated }} <br/><br/>

themes/gophercon/layouts/speakers/single.html

+17-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,23 @@
44

55
<section class="row">
66
<div class="generic col-md-9">
7-
<h2> {{ .Title }} </h2><small>{{ dateFormat "Monday, Jan 2, 2006" .Date }}</small>
8-
<br/>
9-
{{ .Content }}
7+
<div class="well">
8+
<div class="row">
9+
<div class="col-md-5">
10+
<img class="img-thumbnail" src="{{.Params.speakerimage}}" alt="{{.LinkTitle}}"/>
11+
<h5>{{.LinkTitle}}</h5>
12+
<em>{{.Params.speakertitle}}</em><br/>
13+
<div>
14+
<a href="{{.Params.twitter}}"><img src="/images/social/webicon-twitter-m.png"/></a>
15+
<a href="{{.Params.github}}"><img src="/images/social/webicon-github-m.png"/></a>
16+
<a href="{{.Params.linkedin}}"><img src="/images/social/webicon-linkedin-m.png"/></a>
17+
</div>
18+
</div>
19+
<div class="col-md-6">
20+
{{.Content}}
21+
</div>
22+
</div>
23+
</div>
1024
</div><!-- generic col-md-10 -->
1125
{{ partial "sidebar.html" . }}
1226
</section>
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)