-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·161 lines (141 loc) · 6.99 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>befriend - the mental wellness app for university students</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<link href="css/formatting.css" rel="stylesheet">
</head>
<!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function -->
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-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 page-scroll" href="#page-top">befriend</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a class="page-scroll" href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#peer-support">Peer support</a>
</li>
<li>
<a class="page-scroll" href="#reminders">reMinders</a>
</li>
<li>
<a class="page-scroll" href="#signup">Sign up</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Section -->
<section id="intro" class="section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6">
<span class="logo">=)</span>
<h1>befriend</h1>
<span class="h3 space-below">an app for your mental health</span>
<br><br>
<p class="text-light">University can be hard. Now there's an app to help you through.
<strong>befriend</strong> helps you stay on track by matching you up with a trained mentor who can talk with you about your problems.</p>
<div class="spacer"></div>
<a href="#peer-support" class="btn btn-primary page-scroll">Learn more</a>
<div class="spacer"></div>
</div>
<div class="col-xs-12 col-sm-6">
<img class="center-block" src="img/screen-home.png">
</div>
</div>
</div>
</section>
<!-- Peer support Section -->
<section id="peer-support" class="section">
<div class="container">
<div class="row">
<div class="col-xs-12">
<img class="inline" style="width:50px;height:42px;" src="img/779-users-selected@3x.png">
<h3>Peer support</h3>
<p class="text-light"><strong>befriend</strong> helps you stay on track by matching you up with a trained mentor who can talk with you about your problems. These mentors are final year undergraduate and postgraduate students, and are matched with you based on their expertise in the issues you're having. They've been through an intense program of counselling training and will understand what you're going through.</p>
<div class="spacer"></div>
<a href="#reminders" class="btn btn-success page-scroll">Continue reading</a>
<div class="spacer"></div>
</div>
<div class="col-xs-4">
<img class="center-block" src="img/screen-peer1.png">
</div>
<div class="col-xs-4">
<img class="center-block" src="img/screen-peer2.png">
</div>
<div class="col-xs-4">
<img class="center-block" src="img/screen-peer1.png">
</div>
</div>
</div>
</section>
<!-- Reminders Section -->
<section id="reminders" class="section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 hidden-xs">
<img class="center-block" src="img/screen-remind.png">
</div>
<div class="col-xs-12 col-sm-6">
<img class="inline" style="width:42px;height:50px;" src="img/427-todo-list@3x.png">
<h3>reMinders</h3>
<p class="text-light">The key to getting through the day is remembering to look after yourself. <strong>befriend</strong> lets you set up simple reminders to make sure you take time out to stay happy and healthy.</p>
<div class="spacer"></div>
<a href="#signup" class="btn btn-primary page-scroll">Continue reading</a>
<div class="spacer"></div>
</div>
<div class="col-xs-12 visible-xs">
<img class="center-block" src="img/screen-remind.png">
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="signup" class="contact-section">
<div class="container">
<div class="row">
<div class="col-xs-12">
<img class="inline" style="width:42px;height:50px;" src="img/426-calendar@3x.png">
<h1>Coming soon</h1>
<div class="spacer"></div>
<p class="h4 text-light">We're launching <strong>befriend</strong> to universities around the UK later this year. Check back soon for more details!</p>
<div class="spacer"></div>
<a href="#page-top" class="btn btn-primary page-scroll">Back to top</a>
</div>
</div>
</div>
</section>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Scrolling Nav JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
</body>
</html>