-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (101 loc) · 3.33 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head>
<title>BridgeMap - coming soon page</title>
<meta http-equiv="x-frame-options" content="sameorigin" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="An online directory for young people aged between 10-25 in England that lists organisations which offer free resources and support."
/>
<meta
name="keywords"
content="young-people, support, charity, social enterprise"
/>
<meta name="”robots”" content="”index," follow” />
<meta property="og:type" content="Coming soon" />
<meta property="og:title" content="BridgeMap" />
<meta
property="og:description"
content="An online directory for young people aged between 10-25 in England that lists organisations which offer free resources and support."
/>
<meta property="og:image" content="./assets/logo.jpg" />
<meta property="og:url" content="https://bridgemap.org" />
<meta property="og:site_name" content="BridgeMap" />
<link rel="stylesheet" href="styles/reset.css" />
<link rel="stylesheet" href="styles/index.css" />
</head>
<body>
<main class="main">
<img src="assets/logo.svg" alt="BridgeMap logo" class="logo" />
<h1 class="coming-soon-text">Coming soon</h1>
<p class="slogan-text">
View organisations offering free resources, support and opportunities
for 10-25 year olds in England.
</p>
<div class="links-container">
<a href="founders-note.html" class="links"> Founder’s note → </a>
<a
href="https://forms.gle/FW4GX4RKUTW2ivuSA"
target="_blank"
class="links"
>
Let us know about an organisation →
</a>
<a
href="https://docs.google.com/document/d/1wRFH9G2o6BU1pCMeZ-V-GHmaaOxTkfo4kR5bntMknZ0"
target="_blank"
class="links"
>
How you can help? →
</a>
</div>
<div class="social-links-container">
<a
href="https://twitter.com/BridgemapOrg"
class="social-links"
target="_blank"
>
<img src="assets/social-icons/twitter.svg" />
</a>
<a
href="mailto:[email protected]"
class="social-links"
target="_blank"
>
<img src="assets/social-icons/mail.svg" />
</a>
<a
href="https://www.linkedin.com/company/bridgemap"
class="social-links"
target="_blank"
>
<img src="assets/social-icons/linkedin.svg" />
</a>
<a
href="https://www.instagram.com/bridgemap_org/"
class="social-links"
target="_blank"
>
<img src="assets/social-icons/insta.svg" />
</a>
</div>
</main>
<footer class="illustrations-container-1">
<div class="illustrations-container-2">
<img
src="assets/illustrations/growth.svg"
class="illustrations illustrations-growth"
/>
<img
src="assets/illustrations/directory.svg"
class="illustrations illustrations-directory"
/>
<img
src="assets/illustrations/wellbeing.svg"
class="illustrations illustrations-sport"
/>
</div>
</footer>
</body>
</html>