-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHomepage.html
More file actions
54 lines (47 loc) · 2.88 KB
/
Homepage.html
File metadata and controls
54 lines (47 loc) · 2.88 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
<!DOCTYPE html>
<html>
<head>
<title>Peersevere</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="right">
<li>
<A HREF ="index.html"> Log In/Sign Up</A>
</li>
</div>
<div class="hero">
<div class="info-box">
<!--TITLE-->
<div class="home-section">
<!-- <h1 id="fancy">Peersevere</h1>-->
<img src="peersevere.png" alt="logo">
</div>
<!--FIRST DESCRIPTION-->
<div id="about" class="home-section">
<p>Peersevere is a platform for college students to connect with one another. On this site, you can:</p>
<ul>
<li>Create study groups with classmates for online classes</li>
<li>Connect with students who have the same academic interests</li>
<li>Form groups with other students to learn new hobbies and skills</li>
<li>Join events to interact and learn together</li>
<li>Connect with students in your college as well as other colleges</li>
</ul>
</div>
<div id="problem" class="home-section">
<h2>The Problem</h2>
<p>With the prolonged orders for shelter in place, there has been a common theme of problems on the rise - people are struggling to find a form of normalcy. Research suggests some of the most common stressors during quarantine include boredom, frustration, and a sense of isolation from the rest of the world due to confinement, loss of usual routine, and reduced social and physical contact with others. </p>
</div>
<div id="solution" class="home-section">
<h2>What Peersevere is Doing to Help</h2>
<p>With these problems and statistics in mind, we came up with Peersevere to help college students get connected with their fellow classmates and college students from all over the US. We recognize the need for a platform that is conducive for students to use for academic and extracurricular purposes. Our website provides two distinct services. First, students can form study groups to keep themselves accountable and stay motivated for their online classes. An algorithm will help match students based off of availability and study styles. The current shelter in place has also led many to pick up new hobbies. Research suggests a major benefit of engaging in hobbies is improvement in emotional well-being and mental health as it can help alleviate feelings of anxiety. This leads us to the website's second feature as it will be a platform for college students to find and build a community we will be calling <q>peer pods</q> over similar interests and hobbies. </p>
</div>
<div id="get-started" class="home-section">
<form action="index.html">
<button class = "button">Get Started</button>
</form>
</div>
</div>
</div>
</body>
</html>