-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathdirections.html
47 lines (44 loc) · 1.54 KB
/
directions.html
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
---
title: Directions
layout: default
---
<main role="main">
<div class="container">
{% include title-section.html %}
<div class="bg-white">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-12">
<p>
We hold CodeUp at
<a href="https://www.codecomputerlove.com/" target="_blank">Code Computerlove</a>'s offices, located in Manchester's Northern Quarter.
</p>
<p class="center">
<img class="fit rounded" src="./Content/location-map.png" />
</p>
</div>
<div class="col-md-12">
<p>
As the event is held in the evening, we have to use the trade entrance. Approaching from the South, this is on the right,
about half way up Spear Street.
</p>
<p class="center">
<img class="fit rounded" src="./Content/location-map-entrance.png" />
</p>
</div>
<div class="col-md-12">
<p>
From about 6:45pm we have a person waiting behind the gates to let people in. If you can't see anyone, send a message to the
Meetup or Slack group and we'll try to send someone down.
</p>
<p class="center">
<img class="fit rounded" src="./Content/spear-st-entrance.jpg" />
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>