Skip to content

Commit c6f47f8

Browse files
committed
Place video buttons in the center. Refs #69
1 parent 75f608d commit c6f47f8

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Diff for: content/pages/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -342,39 +342,39 @@ <h3 id="heading">Create IEEE 829 or free text Test Plan</h3>
342342

343343
<div class="logo-layout" style="background-image: url('/images/conf/pyconcz.png')" title="PyCon CZ">
344344
<a class="play-button" href="#seen-at" title="Watch PyCon CZ video" onclick="showVideo('JMEeviPUl04')">
345-
<i class="fa fa-play"></i>
345+
<i class="fa fa-play fa-2x"></i>
346346
</a>
347347
</div>
348348

349349
<div class="logo-layout" style="background-image: url('/images/conf/hackconf.png')" title="HackConf Sofia">
350350
<a class="play-button" href="#seen-at" title="Watch HackConf Sofia video" onclick="showVideo('r5sp0e7LsDc')">
351-
<i class="fa fa-play"></i>
351+
<i class="fa fa-play fa-2x"></i>
352352
</a>
353353
</div>
354354

355355
<div class="logo-layout" style="background-image: url('/images/conf/piterpy.png')" title="PiterPy St. Petersburg">
356356
<a class="play-button" href="#seen-at" title="Watch PiterPy video" onclick="showVideo('sSJVstoGoG0')">
357-
<i class="fa fa-play"></i>
357+
<i class="fa fa-play fa-2x"></i>
358358
</a>
359359
</div>
360360

361361
<img style="background-color: inherit" src="/images/conf/openfest.png" alt="OpenFest logo" title="Open Fest Sofia">
362362

363363
<div class="logo-layout" style="background-image: url('/images/conf/fosdem.png')" title="FOSDEM Brussels">
364364
<a class="play-button" href="#seen-at" title="Watch Fosdem video" onclick="showVideo('9kOnf5YXquA')">
365-
<i class="fa fa-play"></i>
365+
<i class="fa fa-play fa-2x"></i>
366366
</a>
367367
</div>
368368

369369
<div class="logo-layout" style="background-image: url('/images/conf/openexpo.png')" title="OpenExpo Europe">
370370
<a class="play-button" href="#seen-at" title="Watch OpenExpo video" onclick="showVideo('8neSwklzs7g')">
371-
<i class="fa fa-play"></i>
371+
<i class="fa fa-play fa-2x"></i>
372372
</a>
373373
</div>
374374

375375
<div class="logo-layout" style="background-image: url('/images/conf/openawards19.png')" title="OpenAwards winner">
376376
<a class="play-button" href="#seen-at" title="Watch OpenAwards video" onclick="showVideo('7AuZp3nVIkc')">
377-
<i class="fa fa-play"></i>
377+
<i class="fa fa-play fa-2x"></i>
378378
</a>
379379
</div>
380380

Diff for: theme/static/style/style.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,12 @@ pre code {
422422
display: inline-block;
423423
float: left;
424424
margin-left: 1.5rem;
425+
text-align: center;
425426
}
426427

427428
.play-button {
428-
padding-top: 10px;
429-
float: right;
429+
padding-top: 83px;
430+
display: block;
430431
}
431432

432433
/* Footer Section */

0 commit comments

Comments
 (0)