-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_old_index.html
50 lines (43 loc) · 1.89 KB
/
_old_index.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
44
45
46
47
48
49
50
<!DOCTYPE HTML>
<html xml:lang="en" lang="en">
<head>
<title>NewsEcosystem Root Page</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="./../styles/normalize.css" media="all" rel="stylesheet" />
<link href="./../styles/skeleton.css" media="all" rel="stylesheet" />
<link href="./../styles/style.css" media="all" rel="stylesheet" />
<style>
</style>
</head>
<body>
<main class="container content">
<div class="six columns alpha">
<h1>NewsEcosystem Root Page</h1>
<p>This is just a page to help us navigate our working environment as we build and test incredible things!</p>
<p>For now, as we prototype and build and test components, let's have them in subfolders from the root directory and link to them from here. When we turn something in I suppose we can copy our work into the "Prototype" subdirectory, or give Jeff a URL, or whatever works.</p>
<p><strong>Note:</strong> Files outside of the <i>docs</i> folder are will not be accessible through the <a href="https://cse442-17s.github.io/Your-Corner-of-the-News-Ecosystem/" target="_blank">GitHub pages site</a>.
</div>
<div class="four columns alpha">
<h2>Prototype Links</h2>
<ul>
<li><a href="./proto_ck_1">Simple Graph Prototype</a> (taken from <a href="https://bl.ocks.org/mbostock/4062045" target="_blank">an example</a>)</li>
</ul>
</div>
<div class="four columns">
<h2>Data Links</h2>
<ul>
<li><a href="docs/data/gdelt/gdelt_weblinks.json">GDelt</a></li>
<li><a href="./docs/data/worldnews_hot.json">Redit World News</a></li>
</ul>
</div>
<div class="four columns">
<h2>Page Links</h2>
<ul>
<li><a href="./docs">Docs</a></li>
<li><a href="./docs/prototype">Prototype</a></li>
<li><a href="./docs/final">Final</a></li>
</ul>
</div>
</main>
</body>
</html>