Skip to content

Commit 2346442

Browse files
committed
captions added to images and styling updated
1 parent 82db8e5 commit 2346442

2 files changed

Lines changed: 21 additions & 16 deletions

File tree

_includes/header.html

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<div class="container-fluid">
22
<div id="header">
3+
<h2>Beyond Brexit: Creating dialogue and action for a country divided</h2>
34
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
45
<ol class="carousel-indicators">
56
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
@@ -9,12 +10,21 @@
910
<div class="carousel-inner" role="listbox">
1011
<div class="carousel-item active">
1112
<img src="img/hackbrexit.png" alt="HackBrexit Logo">
13+
<div class="carousel-caption">
14+
<p>Brexit is one of the most controversial and seismic political events in the UK’s recent history.</p>
15+
</div>
1216
</div>
1317
<div class="carousel-item">
1418
<img src="img/panel.jpg" alt="Second slide">
19+
<div class="carousel-caption">
20+
<p>Throughout the pre-referendum campaigns and aftermath of Brexit many questions remain unanswered and the future unclear.</p>
21+
</div>
1522
</div>
1623
<div class="carousel-item">
1724
<img src="img/panel-audience.jpg" alt="Third slide">
25+
<div class="carousel-caption">
26+
<p>Regardless of whether you voted in or out, this two day event is open to the tech and non-tech community to join forces to create dialogue and action beyond Brexit.</p>
27+
</div>
1828
</div>
1929
</div>
2030
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
@@ -27,18 +37,18 @@
2737
</a>
2838
</div>
2939

30-
<h2>Beyond Brexit: Creating dialogue and action for a country divided</h2>
31-
<p>Brexit is one of the most controversial and seismic political events in the UK’s recent history. Yet throughout the pre-referendum campaigns and aftermath of Brexit many questions remain unanswered and the future unclear.</p>
32-
33-
<p>Regardless of whether you voted in or out, this two day event is open to the tech and non-tech community to join forces to create dialogue and action beyond Brexit.</p>
34-
35-
36-
<p>We invite you to hack three key themes:</p>
37-
38-
<ul>
40+
<table class="table">
41+
<thead><h4>We invite you to hack three key themes:</h4></thead>
42+
<tr>
43+
<td>Truth, fiction, & accountability</td>
44+
<td>Tolerance & prejudice</td>
45+
<td>Effective organising & campaigning</td>
46+
</tr>
47+
</table>
48+
<!-- <ul>
3949
<li>Truth, fiction, & accountability</li>
4050
<li>Tolerance & prejudice</li>
4151
<li>Effective organising & campaigning</li>
42-
</ul>
52+
</ul> -->
4353
</div>
4454
</div>

style.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
#header, footer {
22
padding: 30px 30px;
33
text-align: center;
4-
}
5-
6-
#logo {
7-
width: 80%;
8-
height: auto;
9-
}
4+
}
105

116
div#header p, div#header li {
127
text-align: left;

0 commit comments

Comments
 (0)