forked from TechHubLondon/TechHubLondon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·199 lines (182 loc) · 9.47 KB
/
index.html
File metadata and controls
executable file
·199 lines (182 loc) · 9.47 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>TechHub.LONDON</title>
<meta name="description" content="TechHub's guide to working and playing in East London. Join the community and get involved!">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="author" href="humans.txt" />
<meta content="TechHub.LONDON" property="og:title" />
<meta content="TechHub.LONDON" property="title" />
<meta content="TechHub's guide to working and playing in East London. Join the community and get involved!" property="og:description" />
<meta content="images/techhub-logo.png" property="og:image" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@techhub">
<meta name="twitter:title" content="TechHub.LONDON">
<meta name="twitter:description" content="TechHub's guide to working and playing in East London. Join the community and get involved!">
<meta name="twitter:creator" content="@techhub">
<meta name="twitter:image:src" content="http://d363bjfyowzbm6.cloudfront.net/images/TechHubdotLondonTwitterImage.jpg">
<!-- build:css styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="bower_components/components-font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="bower_components/github-fork-ribbon-css/gh-fork-ribbon.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/animate.css">
<!-- endbuild -->
<!-- build:js scripts/vendor/modernizr.js -->
<script src="bower_components/modernizr/modernizr.js"></script>
<!-- endbuild -->
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Static navbar -->
<div class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand hidden-xs hidden-sm" href="index.html">TechHub.london</a>
</div>
<div class="navbar-collapse collapse navbar-dotlondon">
<ul class="nav navbar-nav navbar-right">
<li class="visible-sm visible-xs"><a href="index.html"><i class="fa fa-home"></i></a>
</li>
<li><a href="community.html">Community</a>
</li>
<li><a href="eat.html">Eat & Drink</a>
</li>
<li><a href="staying.html">Stay over?</a>
</li>
<li><a href="workout.html">Work out</a>
</li>
<li><a href="usefulstuff.html">Useful stuff</a>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
<section class="intro img-background">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="logo-intro hidden">
<img src="images/techhub-logo.png" alt="" class="center-block img-responsive logo-intro">
<div class="dot-london hidden">.LONDON</div>
<div class="dot-london-sub hidden">
<span>Our guide to living and working in Old Street</span>
</div>
</div>
<!-- <div class="jumbo-text hidden">Things to do <i class="fa fa-shopping-cart"></i>
<br>Places to go <i class="fa fa-umbrella"></i>
<br>People to meet like Mr. Tibbitts <i class="fa fa-smile-o"></i>
</div> -->
</div>
</div>
</div>
</section>
<section id="home-info" class="content-section">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="section-text">
<h3><a href="http://london.techhub.com">TechHub</a> is an international community of technology entrepreneurs, centred in London.
<br>
<br>Since we know the area pretty well, we thought we’d share our tips for where to go, where to stay and what to do.
</h3>
</div>
</div>
</div>
</div>
<div class="map">
<div class="map-disable"></div>
<div id="map-home" class="map-canvas"></div>
</div>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="section-text">
<h3>Our London spaces are located in east London, in the Old Street/Shoreditch area (affectionately dubbed “
<span class="text-success">Silicon Roundabout</span>” by some).</h3>
<h3>The area is home to
<span class="text-success">London's biggest cluster of Tech companies</span>, and it's a flourishing neighbourhood with a lot to offer, both in terms of professional networking and local flavour!
</h3>
<h3>Check out the pages above to see where we would recommend.
</h3>
</div>
</div>
</div>
</div>
<div class="img-background roundabout"></div>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="section-text">
<h3>Think you know London better?
<br>
<br>We thought it was really important that all of these pages were Open Source, so the community can get involved.
<br>
<br>You can see all of the source code for these pages and edit them on
<br><a href="https://github.com/TechHubLondon/TechHubLondon.github.io"><i class="fa fa-github text-success"></i> GitHub</a> - send us a pull request with your additions, we’d love to have them!
</h3>
</div>
</div>
</div>
</div>
</section>
<section id="footer" class="container">
<div class="row text-center">
<p class="footer-social">
<a href="https://www.facebook.com/TechHub"><i class="fa fa-facebook fa-2x"></i></a><a href="https://plus.google.com/102123850768920364979/posts"><i class="fa fa-google-plus fa-2x"></i></a><a href="https://twitter.com/TechHub"><i class="fa fa-twitter fa-2x"></i></a><a href="http://instagram.com/techhublondon"><i class="fa fa-instagram fa-2x"></i></a><a href="https://github.com/TechHubLondon"><i class="fa fa-github fa-2x"></i></a>
</p>
<br>
<p>Interested in being a
<span class="text-success">TechHub</span> member?
<br><a href="http://london.techhub.com">Visit our main website.</a>
</p>
<p class="text-muted small-section">
<span class="fa fa-heart text-success"></span> from <a href="http://www.techhub.com">TechHub</a> team</p>
</div>
</section>
<!-- BOTTOM RIGHT RIBBON: START COPYING HERE -->
<div class="github-fork-ribbon-wrapper right-bottom">
<div class="github-fork-ribbon">
<a href="https://github.com/TechHubLondon/TechHubLondon.github.io">Fork me on GitHub</a>
</div>
</div>
<!-- BOTTOM RIGHT RIBBON: END COPYING HERE -->
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<!-- build:js scripts/vendor.js -->
<!-- bower:js -->
<script src="bower_components/imager.js/Imager.js"></script>
<script src="bower_components/respond/dest/respond.src.js"></script>
<!-- endbower -->
<!-- endbuild -->
<script src="//maps.googleapis.com/maps/api/js?sensor=false"></script>
<!-- build:js scripts/plugins.js -->
<script src="bower_components/bootstrap/js/dropdown.js"></script>
<script src="bower_components/bootstrap/js/transition.js"></script>
<script src="bower_components/bootstrap/js/collapse.js"></script>
<!-- endbuild -->
<!-- build:js({app,.tmp}) scripts/main.js -->
<script src="scripts/main.js"></script>
<!-- endbuild -->
</body>
</html>