-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (75 loc) · 3.7 KB
/
index.html
File metadata and controls
85 lines (75 loc) · 3.7 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="author" content="OH Catalyst Cohort 2017">
<meta name="description" content="OH Discovery is exactly what the name implies. Nestled right in the middle of Liverpool’s city centre, the hustlers, innovators and generators of the 2017 Catalyst Cohort is hosting your company’s newest opportunity: the chance to discover precisely what our city’s home-grown creatives are made of.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<link rel="stylesheet" href="">
<link rel="icon" type="image/png" href="" sizes="32x32">
<link rel="icon" type="image/png" href="" sizes="16x16">-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:800|Roboto:300" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<title>OH Discover</title>
</head>
<body>
<!-- Nav Bar -->
<nav class="navbar oh-nav">
<div class="container">
<div class="navbar-header">
<!-- Bootstrap hamburger -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-collapse-nav" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Links on right handside -->
<div class="collapse navbar-collapse" id="bs-collapse-nav">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html" class="about">About</a></li>
<li><a href="people.html" class="people">People</a></li>
<li><a href="exhibition.html" class="exhibition">Exhibition</a></li>
</ul>
</div>
</div>
</nav>
<!-- Jumpotron on home page -->
<div class="jumbotron">
<div class="container">
</div>
</div>
<!-- Main content -->
<div class="container content">
<h1>Discover the new way of thinking. </h1>
<h1>The new way of creating and innovating.</h1>
<h1>Discover fresh talent doing what they do best.</h1>
<h1>We set a challenge, and wait for the combination of diferent
skills and perspectives to come together to exhibit something
beautiful.</h1>
<br>
<br>
<p align="right">November 14th, from 6.30pm onwards</p>
<p align="right">HUS, 12 Tithebarn Street, Liverpool, L2 2DT</p>
<p align="right">To get your ticket and for more information, visit <a href="https://www.eventbrite.co.uk/e/catalyst-graduation-tickets-39165963451" target="_blank">Eventbrite</a><p>
</div>
<!-- Footer -->
<div class="container">
<footer>
<p class="footer">copyright © 2017 OH Discover</p>
</footer>
</div>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</body>
</html>