Skip to content

Commit 48c4a99

Browse files
committed
Reformatted code & removed unused code
1 parent e2f892d commit 48c4a99

2 files changed

Lines changed: 40 additions & 51 deletions

File tree

_includes/header.html

Lines changed: 40 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,47 @@
1-
<div class="container-fluid">
2-
<div id="header">
3-
<h2>Beyond Brexit: Creating dialogue and action for a country divided</h2>
4-
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
5-
<ol class="carousel-indicators">
6-
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
7-
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
8-
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
9-
</ol>
10-
<div class="carousel-inner" role="listbox">
11-
<div class="carousel-item active">
12-
<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>
1+
<div id="header">
2+
<h2>Beyond Brexit: Creating dialogue and action for a country divided</h2>
3+
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
4+
<ol class="carousel-indicators">
5+
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
6+
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
7+
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
8+
</ol>
9+
<div class="carousel-inner" role="listbox">
10+
<div class="carousel-item active">
11+
<img src="img/hackbrexit.png" alt="HackBrexit Logo">
12+
<div class="carousel-caption">
13+
<p>Brexit is one of the most controversial and seismic political events in the UK’s recent history.</p>
1614
</div>
17-
<div class="carousel-item">
18-
<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>
15+
</div>
16+
<div class="carousel-item">
17+
<img src="img/panel.jpg" alt="Second slide">
18+
<div class="carousel-caption">
19+
<p>Throughout the pre-referendum campaigns and aftermath of Brexit many questions remain unanswered and the future unclear.</p>
2220
</div>
23-
<div class="carousel-item">
24-
<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>
21+
</div>
22+
<div class="carousel-item">
23+
<img src="img/panel-audience.jpg" alt="Third slide">
24+
<div class="carousel-caption">
25+
<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>
2826
</div>
2927
</div>
30-
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
31-
<span class="icon-prev" aria-hidden="true"></span>
32-
<span class="sr-only">Previous</span>
33-
</a>
34-
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
35-
<span class="icon-next" aria-hidden="true"></span>
36-
<span class="sr-only">Next</span>
37-
</a>
3828
</div>
39-
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>
49-
<li>Truth, fiction, & accountability</li>
50-
<li>Tolerance & prejudice</li>
51-
<li>Effective organising & campaigning</li>
52-
</ul> -->
29+
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
30+
<span class="icon-prev" aria-hidden="true"></span>
31+
<span class="sr-only">Previous</span>
32+
</a>
33+
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
34+
<span class="icon-next" aria-hidden="true"></span>
35+
<span class="sr-only">Next</span>
36+
</a>
5337
</div>
38+
39+
<table class="table">
40+
<thead><h4>We invite you to hack three key themes:</h4></thead>
41+
<tr>
42+
<td>Truth, fiction, & accountability</td>
43+
<td>Tolerance & prejudice</td>
44+
<td>Effective organising & campaigning</td>
45+
</tr>
46+
</table>
5447
</div>

style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22
padding: 30px 30px;
33
text-align: center;
44
}
5-
6-
div#header p, div#header li {
7-
text-align: left;
8-
}

0 commit comments

Comments
 (0)