-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathheader.html
More file actions
71 lines (69 loc) · 2.86 KB
/
header.html
File metadata and controls
71 lines (69 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<nav class="navbar navbar-light bg-faded">
<a class="navbar-brand" href="/">HackBrexit</a>
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sign_up_form.html">Sign up form</a>
</li>
<li class="nav-item">
<a class="nav-link" href="open_source_accelerator.html">Open source accelerator</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ministers_under_the_influence.html">Ministers Under The Influence</a>
</li>
<li class="nav-item">
<a class="nav-link" href="what_the_fact.html">What The Fact</a>
</li>
</ul>
</nav>
<div id="header">
<h2>Beyond Brexit: Creating dialogue and action for a country divided</h2>
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img src="img/hackbrexit.png" alt="HackBrexit Logo">
<div class="carousel-caption">
<p>Brexit is one of the most controversial and seismic political events in the UK’s recent history.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/panel.jpg" alt="Second slide">
<div class="carousel-caption">
<p>Throughout the pre-referendum campaigns and aftermath of Brexit many questions remain unanswered and the future unclear.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/panel-audience.jpg" alt="Third slide">
<div class="carousel-caption">
<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>
</div>
</div>
</div>
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="icon-prev" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="icon-next" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<table class="table">
<thead><h4>We invite you to hack three key themes:</h4></thead>
<tr>
<td>Truth, fiction, & accountability</td>
<td>Tolerance & prejudice</td>
<td>Effective organising & campaigning</td>
</tr>
</table>
</div>