-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGraphs.html
More file actions
99 lines (98 loc) · 3.67 KB
/
Graphs.html
File metadata and controls
99 lines (98 loc) · 3.67 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<html>
<head>
<link rel="stylesheet" href="css/datepicker.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="js/kickstarter_analysis.js"></script>
<script src="js/jquery-1.11.1.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrap-datepicker.js"></script>
</head>
<body>
<div class="pace-activity"></div>
<!-- Glassy Media inter-app navigation -->
<div id="js-navigation"><nav class="app-header">
<div class="container">
<h3 class="logo">
<a href="/">Spokepoint</a>
</h3>
<ul class="app-nav pull-right">
<span class="no-auth-nav">
<li><a href="http://www.glassymedia.com">About</a></li>
<li><a href="/#create-account" class="btn btn-sm btn-primary">Sign Up</a></li>
<li><a href="/#login" class="btn btn-sm btn-default">Log In</a></li>
</span>
<span class="auth-nav">
<li><a href="/#get-started">Get Started</a></li>
<li><a href="/pitch-builder">Build Pitches</a></li>
<li><a href="/article-search">Find Articles</a></li>
<li><a href="/email-lookup">Find Emails</a></li>
<li><a href="/dashboard">Manage Campaign</a></li>
<li><a href="/#logout" class="btn btn-sm btn-darken">Log Out</a></li>
</span>
</ul>
</div>
</nav>
</div>
<div class= "wrap main">
<div class="col-sm-10 col-sm-push-1">
<div>
<h3>Looking at the Data</h3>
<p>Scatter plots of each of the category's data</p>
</div>
<div class="text-center">
<h3>Art</h3>
<object type="image/svg+xml" data="Art.svg" width="100%">your browser does not support this graph format</object>
<hr>
<h3>Comics</h3>
<object type="image/svg+xml" data="Comics.svg" width="100%"></object>
<hr>
<h3>Dance</h3>
<object type="image/svg+xml" data="Dance.svg" width="100%"></object>
<hr>
<h3>Design</h3>
<object type="image/svg+xml" data="Design.svg" width="100%"></object>
<hr>
<h3>Fashion</h3>
<object type="image/svg+xml" data="Fashion.svg" width="100%"></object>
<hr>
<h3>Film and Video</h3>
<object type="image/svg+xml" data="Film & Video.svg" width="100%"></object>
<h3>Food</h3>
<object type="image/svg+xml" data="Food.svg" width="100%"></object>
<h3>Games</h3>
<object type="image/svg+xml" data="Games.svg" width="100%"></object>
<h3>Journalism</h3>
<object type="image/svg+xml" data="Journalism.svg" width="100%"></object>
<h3>Music</h3>
<object type="image/svg+xml" data="Music.svg" width="100%"></object>
<hr>
<h3>Photography</h3>
<object type="image/svg+xml" data="Photography.svg" width="100%"></object>
<hr>
<h3>Publishing</h3>
<object type="image/svg+xml" data="Publishing.svg" width="100%"></object>
<h3>Technology</h3>
<p>1875 observations</p>
<object type="image/svg+xml" data="Technology.svg" width="100%"></object>
<h3>Theater</h3>
<p>3876 observations</p>
<object type="image/svg+xml" data="Theater.svg" width="100%"></object>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="col-sm-4">
<small>Give a ring: 617.286.6294</small>
</div>
<div class="col-sm-4">
<small>with ♥ from <a href=" https://www.youtube.com/watch?v=VcrDhf6ZnCg">Cambridge, MA</a></small>
</div>
<div class="col-sm-4">
<small>Email: <a href="mailto:info@glassymedia.com">info@glassymedia.com</a></small>
</div>
</div>
</footer>
</body>
</html>