forked from EricMoerthVis/ScrollyVis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 1.17 KB
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<head>
<title>ScrollyVIs</title>
<link rel="stylesheet" type="text/css" href="base.css" />
</head>
<body>
<main>
<div class="content content--canvas">
<!-- <div class="header">-->
<h1 class="header__title" style="font-size: 3.0em">ScrollyVis: Guided dynamic narratives for scientific storytelling</h1>
<p class="header__text" style="font-size: 2.0em">Online Submission: 1061</p>
<!-- </div>-->
<div style="font-size: 2.5em;margin-top: 10px">Choose which case study you would like to explore</div>
<div style="margin-top: 100px">
<a href="https://ericmoerthuib.github.io/ScrollyVis/polarBear/" style="font-size: 2.2em;text-align: center; display: block; margin-top: 15px"> Polar Bear</a>
<a href="https://ericmoerthuib.github.io/ScrollyVis/machineLearning/" style="font-size: 2.2em;text-align: center; display: block; margin-top: 15px"> Machine Learning Segmentation</a>
<a href="https://ericmoerthuib.github.io/ScrollyVis/AStoryAboutTheWeather/" style="font-size: 2.2em;text-align: center; display: block; margin-top: 15px"> A Story About The Weather</a>
</div>
</div>
</main>
</body>