-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpage.html
43 lines (41 loc) · 964 Bytes
/
page.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
34
35
36
37
38
39
40
41
42
43
<style>
h1 {
margin: 1em 0 0 0;
color: #2e484c;
font-family: 'Julius Sans One', sans-serif;
font-size: 1.8em;
text-transform: uppercase;
}
a:link {
font-weight: bold;
text-decoration: none;
color: #0d8ba1;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: #1a5952;
}
a:hover, a:focus, a:active {
text-decoration: underline;
color: #9685BA;
}
p {
font: "Libre Baskerville", sans-serif;
text-align: justify;
text-justify: inter-word;
width: 80%;
max-width: 800;
}
</style>
<h1>An Interactive Explorer for IMDB Data</h1>
<p>
Interact with the widgets on the left to query a subset of movies to plot.
Hover over the circles to see more information about each movie.
</p>
<p>
Inspired by the <a href="https://shiny.rstudio.com/gallery/movie-explorer.html">Shiny Movie Explorer</a>.
</p>
<i>Information courtesy of IMDb<br>(http://www.imdb.com).<br>
Used with permission.</i>
<br />