Skip to content

Commit e31f4bb

Browse files
committed
carousel added
1 parent c35d6e3 commit e31f4bb

1 file changed

Lines changed: 26 additions & 2 deletions

File tree

_includes/header.html

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
<div class="container-fluid">
22
<div id="header">
3-
<img id="logo"
4-
src="https://camo.githubusercontent.com/9774ef0872671d1efb60aa2e4e78e5c3ba55ea16/68747470733a2f2f696e666f2e74686f75676874776f726b732e636f6d2f72732f3139392d5144452d3239312f696d616765732f4861636b4272657869742e706e67" alt="Hack Brexit Logo" />
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="https://camo.githubusercontent.com/9774ef0872671d1efb60aa2e4e78e5c3ba55ea16/68747470733a2f2f696e666f2e74686f75676874776f726b732e636f6d2f72732f3139392d5144452d3239312f696d616765732f4861636b4272657869742e706e67" alt="HackBrexit Logo">
12+
</div>
13+
<div class="carousel-item">
14+
<img src="https://pbs.twimg.com/media/CoDM7qyWIAANsIC.jpg" alt="Second slide">
15+
</div>
16+
<div class="carousel-item">
17+
<img src="https://pbs.twimg.com/media/CoGYrtFWcAAJpTl.jpg" alt="Third slide">
18+
</div>
19+
</div>
20+
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
21+
<span class="icon-prev" aria-hidden="true"></span>
22+
<span class="sr-only">Previous</span>
23+
</a>
24+
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
25+
<span class="icon-next" aria-hidden="true"></span>
26+
<span class="sr-only">Next</span>
27+
</a>
28+
</div>
529

630
<h2>Beyond Brexit: Creating dialogue and action for a country divided</h2>
731
<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>

0 commit comments

Comments
 (0)