Skip to content

Commit 00b9b99

Browse files
committed
round speaker images
1 parent 2944b83 commit 00b9b99

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

themes/gophercon/layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h1>Speakers</h1>
128128

129129
<div class="row">
130130
<div class="speaker-with-bio">
131-
<div class="speaker col-md-2">
131+
<div class="speaker col-md-3">
132132
<div class="image-holder">
133133
<img class="background-image" alt="Speaker" src="2016/img/speakers/raphael-simon.jpg">
134134
<div class="hover-state text-center preserve3d">
@@ -140,7 +140,7 @@ <h1>Speakers</h1>
140140
</div>
141141
</div>
142142

143-
<div class="speaker-description col-md-9 col-md-offset-1">
143+
<div class="speaker-description col-md-9">
144144
<h2>Francesc Campoy Flores</h2>
145145
<span class="sub">goa: a new approach to microservice development in Go</span>
146146
<p>This tutorial introduces a novel approach to building microservices in Go that uses code to describe the design of the service API.</p>

themes/gophercon/static/2016/css/theme-gophercon.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,11 @@ nav .container {
12551255
.topic {
12561256
margin-bottom: 36px;
12571257
}
1258+
.speaker .background-image {
1259+
border-radius: 100%;
1260+
}
12581261
.speaker .hover-state {
1262+
border-radius: 100%;
12591263
position: absolute;
12601264
top: 0;
12611265
left: 0;
@@ -1269,6 +1273,7 @@ nav .container {
12691273
-moz-transition: all 0.3s ease-out;
12701274
}
12711275
.speaker .image-holder {
1276+
max-width: 175px;
12721277
margin-bottom: 12px;
12731278
}
12741279
.speaker span {

0 commit comments

Comments
 (0)