-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Music and Mental Health Website
</title>
</head>
<body>
<h1>
Welcome to our Data Visualization Project!
</h1>
<!--This is a comment. Below is a paragraph block-->
<p>
Our goals of this website are to investigate correlations between listening habits
and self-reported mental health ratings.
<br><br>
Click the button below to view the visualizations we created to demonstrate possible
relations between our 31 variables.
</p>
<div>
<p style="color:red">
Julia made the correlation heat map, the "Favorite genre vs Hours listened to music per day" boxplot, and she was in charge of creating and editing the repository.
Molly made "Primary Streaming Service by Age", "The Effect of Age on Hours Listened per Day", the age counts graph, and the 3 Anxiety vs Mental Health Illnesses graphs.
Shreshtha made the 5 "Anxiety rankings given age and hours listened per day", "Mental Health Ranking Distribution (Instrumentalists vs. Non-Instrumentalists and Composers vs. Non-Composers)", and 4 "Relation between MH condition and Genre Frequency"
</p>
</div>
<!--Create links using the 'a' tag-->
<a href="musicmentalhealth.html">Next</a>
</body>
</html>