-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (19 loc) · 1.47 KB
/
index.html
File metadata and controls
23 lines (19 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>VISUALIZING.BOSTON</title>
<link rel="stylesheet" type="text/css" href="css/fonts.css" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link rel="stylesheet" type="text/css" href="css/tooltips.css" />
<link rel="stylesheet" type="text/css" href="css/rainbow.css" />
</head>
<body>
<img src='gfx/logo.png' style='width:180px;margin:20px'><img src="gfx/umblogo.svg" title="University of Massachusetts Boston" id='umblogo'><br>
<h1 style='margin:20px'>Data Visualization and Storytelling for the Community!</h1>
<div class="header">
<span><strong>Explore the art of data visualization and storytelling using open data sources from Massachusetts and Boston! You will create interactive charts using design best practices, and learn about the fundamentals and future of infovis!</strong>
</div>
<center>Syllabus<br><a href='syllabus.pdf'><img src='gfx/syllabus.png' style='border:thin solid white;width:350px; margin:20px'></a><br><br>Example Student Projects from last time:<br><br>
<a href='https://wilhenalbertohm.github.io/Labor-Migration-Vis/view/' target='_blank'><img src='gfx/latino.png' style='width:250px;height:150px'></a> <a href='https://nishikalewis.github.io/Visualizing-Massachusetts/Women_owned_Businesses/index.html' target='_blank'><img src='gfx/women.png' style='width:250px;height:150px'></a>
<h1>See you next time in Spring 2026!</h1></center>
</body>
</html>