-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (68 loc) · 4.45 KB
/
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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<head>
<title>Dot Polly</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="flexstyle.css" />
<script src="../gator.js"></script>
<script>
function Doit()
{
clientSideInclude('nav', 'nav.txt');
clientSideInclude('foot', 'foot.txt');
}
</script>
<script>
/*Current date script credit:
JavaScript Kit (www.javascriptkit.com)
Over 200+ free scripts here!
*/
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<small><font color='000000' face='Arial'><b>"+daym+" "+montharray[month]+" "+year+"</b></font></small>")
</script>
</head>
<body onLoad="Doit();">
<header>
<svg width="60" height="60" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4">
<path d="M79.2 48.7c2-1 4-1.7 6.3-2.4 2.4-.8 4.8-1.4 7.3-2 2.6-.4 5.2-.8 7.8-1h8.3c-.2 0-.3 0-.4-.2l-4.2-2.3c-2.6-1.4-5.2-2.6-8-3.7-3-1.2-6-2.2-9.2-3-3.5-1-7-2-10.5-2.6-4-.8-7.7-1.4-11.6-2l-12-1c-3.8-.2-7.7-.3-11.6-.3-3 0-6 0-9 .2-1.3 0-2.4 0-3.5.2h-1.4c-.4 0-.8 0-1.2.2H24c-.8-.3-1.5-.5-2.2-1-.7-.2-1.4-.6-2-1.2-.8-.7-1.5-1.7-2-2.8-.4-.7-.6-1.4-.7-2.2 0-1.2 0-2.4.3-3.5.3-1.2.8-2.3 1.5-3.2.5-.6 1-1.2 1.7-1.6 1-.7 2-1.2 3-1.5.5 0 1 0 1.3-.2h.3c1 0 1.8 0 2.7-.2H31c2-.2 4-.3 6.2-.3h7.6l8.4.3c3.2.2 6.3.4 9.5.8l10 1.3c3 .5 6.3 1 9.5 1.7l8.2 2c3 .8 5.8 1.7 8.6 2.7 4.7 1.7 9.4 3.7 13.8 6l5 3 1.5 1 1.3.8 1.4 1 5.4 4c7.3 5.8 14 12.3 20 19.6 2.3 3 4.6 6.2 6.7 9.5 1.8 2.6 3.3 5.3 4.8 8l1.5 3.3 1.3 2.8 1 2.3c0 .2 0 .5.2.8 0 .2 0 .3.2.5l1 2.8 1.8 7 1 6 .2 6.2c0 2 0 4-.3 6-.3 2.6-.8 5.4-1.4 8l-2 6.7c-1 2-1.8 4.2-3 6.2-1.4 3-3 5.8-5 8.5-2 2.4-4 4.7-6 6.8-2.8 2.8-5.8 5.3-9 7.5-3 2-6.4 4-9.8 5.4-4 1.7-8 3-12.2 4-4.3 1-8.7 1.3-13 1.3-2 0-4 0-6-.2-2.3-.2-4.5-.6-6.6-1-4.4-1-8.7-2.2-13-4-3.4-1.6-6.8-3.5-10-5.6-3-2.3-6-4.7-8.7-7.4-2.2-2.2-4.2-4.5-6-7-2-2.6-3.7-5.3-5.2-8.2-1-2-2-4.3-2.8-6.5-1-2.2-1.5-4.4-2-6.6-.8-3-1.3-5.7-1.5-8.6-.4-3.8-.4-7.7 0-11.5-.8 1-1.6 2-2.3 3.2-1.6 2.6-3 5.2-4.3 8-1.6 3-3 6.2-4 9.4-1.3 3.4-2.4 7-3.3 10.6-1 4-2 8-2.8 12-.8 4-1.4 7.8-2 11.6l-1 11.2c-.2 3-.4 5.7-.4 8.6v5.5c0 .4 0 .8-.2 1.2 0 1.2-.5 2.3-1 3.3-.7 1-1.5 2-2.4 2.6l-2 1c-1.2.5-2.4.7-3.5.6-1.2 0-2.4-.4-3.4-1-.6-.2-1.3-.7-1.8-1.2-.6-.5-1-1-1.5-1.8-.5-.6-.8-1.4-1-2-.3-1-.3-1.4-.4-2.4v-.3-3c0-1.2 0-2.5.2-3.8 0-3.2.3-6.4.5-9.6.3-4 .7-8 1.3-12 .5-4 1-8 2-12 .7-4.4 1.7-9 3-13.3 1-4.3 2.4-8.5 4-12.6 1.3-3.6 2.8-7.2 4.5-10.8 1.5-3 3.2-6 5-9 1-1.7 2.3-3.4 3.5-5l1-1.3 1-1.3 1-1.4 4.2-4.8C43.5 72 50 66 57.3 60.8c3.4-2.4 7-4.6 10.5-6.6 1.5-1 3-1.7 4.6-2.4 1.4-.8 3-1.4 4.4-2 .8-.4 1.6-.8 2.4-1zm55 25.5c4.8 0 8.7 4 8.7 8.8 0 5-4 9-9 9-4.8 0-8.7-4-8.7-9 0-4.8 4-8.8 8.8-8.8z" fill="#000"/>
<path d="M166.3 94.8c16 2 28.3 14.5 28.3 29.7 0 1.2 0 2.3-.2 3.5h-14.2c-3.6 10-14 17.5-26.2 17.5-1.2 0-2.3 0-3.5-.3 1.7-1.7 3.2-3.6 4.7-5.5 2-2.7 3.7-5.5 5.2-8.5 1-2 2-4 2.8-6.3.8-2.3 1.5-4.5 2-6.7.7-2.7 1.2-5.5 1.5-8.2l.3-5.8c0-2 0-4-.3-6 0-1.2-.2-2.3-.4-3.4z" fill="#ff9a2a"/>
</svg>
dot polly <div style="font-size:.5em;padding-left: 5px">instruction manual for the world </div><div style="font-size:.5em;color:#ccc"> —before alpha
</div>
</header>
<span id="nav">
</span>
<div id='main'>
<article>
<svg></svg>
</article>
<port>
<p>Overview Effect, political projection. Nations of the world as dots, relationships mapped from drop down menu, further national data to be presented by clicking on the nations in the future. </p>
<p style="color:green">Americas</p>
<p style="color:purple">Europe</p>
<p style="color:orange">Africa</p>
<p style="color:red">Asia</p>
<p style="color:blue">Oceania</p>
<div class="legend">
<a href="http://www.un.org/en/universal-declaration-human-rights/index.html">Universal Declaration of Human Rights</a></div>
<div class="cartouche_red"><a href="http://www.bbc.co.uk/programmes/p02nrss1/episodes/downloads" style="color: red">More or Less: Behind the Stats
</a></div>
<div class="inset"><a href="grid.html" style="color: #009eff">
<script src="https://chec-cdn.s3.amazonaws.com/js/embed.js"></script>
<a href class="bloo"="https://checkout.chec.io/97k6qq" data-chec-product-id="97k6qq">What do you have to say?</a></div>
</div>
</p>
</port>
<footer>
<span id="foot">
</span>
</footer>
</body>
</html>