generated from com-480-data-visualization/com-480-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
33 lines (30 loc) · 1.04 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Data Visualization Project - Spotify</title>
<meta name="author" content="vizBrains team">
<link rel="stylesheet" href="viz/styles/style.css">
</head>
<body>
<div class="topnav">
<ul>
<a href="index.html"><h1>Music Trends</h1></a>
<a href="about.html">About</a>
<a href="https://github.com/com-480-data-visualization/data-visualization-project-2021-vizbrains">Our repository</a>
</ul>
</div>
<h2 class="title">About Us</h2>
<p>
This project was made for the course COM-480 Data Visualization. Our team is composed of 3 students:<br><br>
• Yanis Berkani, 1st year MSc student in Cybersecurity.
<br><br>
• Clément Petit, 1st year MSc student in Cybersecurity.
<br><br>
• Auguste Baum, 1st year MSc student in Data Science.
<br><br>
We really enjoyed working together as a team on this project; it allowed us to discover new insights on a topic we all are passionate about.
<br><br>
</p>
</body>
</html>