-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (126 loc) · 4.47 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--
TRASH MAGIC MEDIA NETWORK
EVERYTHING IS PHYSICAL
EVERYTHING IS FRACTAL
EVERYTHING IS RECURSIVE
NO MONEY
NO MINING
NO PROPERTY
LOOK AT THE FUNGI
LOOK AT THE INSECTS
LANGUAGE IS HOW THE MIND PARSES REALITY
All Code, text, art, media, technology, and ideas CC0 PUBLIC DOMAIN
-->
<link href="data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAP//AP///wANAP8A5Dz6ABueRwAAt/8A6BonABo86AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAREREREREREREREAAAEREREREQCIgREREd3dwAAB3d3d3d3d3d3d3d3d3d3d3d3d3VVVVVVVQAFVVAAVVVQIiBRAiIBEQIAIBECAAERAgAgFgIABmYCIiBmAiIGZgIiIGYCIgZmYCIAaIAAMzMzAAiIiIiIiIiIiIiIiIiIiIiIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" rel="icon" type="image/x-icon" />
<!--Stop Google:-->
<META NAME="robots" CONTENT="noindex,nofollow">
<script src = "https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
<title>TRASH MAGIC SERVER</title>
<script src = "jscode/trashmagic.js"></script>
<script src = "jscode/geometron.js"></script>
</head>
<body>
<div id = "mainscroll">
<h1 id = "title">TRASH MAGIC SERVER</h1>
<p>Share books and zines, and create a personal home page to share your art. Create sub-folders in the "media" folder to put different collections of media in. Learn HTML and make your own home pages to share media on the web.</p>
<a href = "media.html">ZINES AND BOOKS</a>
<a href = "web/">WEB PAGES</a>
<a href = "web/trashrobot.html">TRASH ROBOT</a>
<a href = "https://github.com/LafeLabs/trashmagicmedia">REPLICATE SERVER</a>
<div id = "qrcode"></div>
<a href = "symbol.html" style = "border:solid;border-color:red" id = "geometronbox"><canvas id = "geometronmain"></canvas></a>
</div>
<script>
mainGVM = new GVM(document.getElementById("geometronmain"),200,200);
mainGVM.importbytecode(hypercube);
mainGVM.drawGlyph("0305,0306,0341,0201,0335,0341,0201,0335,0341,0201,0335,0341,0201,0335,0341,0201,0335,0341,0201,0335,0350,0335,0312,0337,0201,0335,0335,0335,0335,0201,0335,0335,0335,0335,0201,0335,0335,0335,0336,0330,0335,0335,0335,0337,0201,0335,0335,0335,0335,0201,0335,0335,0335,0335,0201,0336,0336,0331,0335,0335,0335,0337,0341,0201,0335,0341,0335,0335,0341,0335,0201,0341,0335,0335,0341,0335,0341,0335,0341,0201,0341,0335,0335,0335,0336,0330,0335,0335,0335,0337,0201,0335,0335,0335,0341,0335,0201,0341,0335,0335,0335,0335,0201,0341,");
titles = document.getElementsByTagName("H1");
for(var index = 0;index < titles.length;index++){
rainbowstring(titles[index]);
}
//ps = document.getElementsByTagName("p");
//for(var index = 0;index < ps.length;index++){
// rainbowstring(ps[index]);
//}
rainbow(document.getElementsByTagName("A"));
globalurl = window.location.href;
codesquaresize = 0.2*innerWidth;
qrcode = new QRCode(document.getElementById("qrcode"), {
text: globalurl,
width: codesquaresize,
height: codesquaresize,
colorDark : "#000000",
colorLight : "#ffffff",
correctLevel : QRCode.CorrectLevel.H
});
document.getElementById("qrcode").style.width = codesquaresize.toString() + "px";
document.getElementById("qrcode").style.height = codesquaresize.toString() + "px";
//listimages(document.getElementById("mainscroll"),"images");
//listfiles(document.getElementById("mainscroll"),"media/austin-library-zines/");
</script>
<style>
#mainscroll{
position:absolute;
left:0px;
right:0px;
bottom:0px;
top:0px;
overflow:scroll;
background-color:black;
color:#00ff00;
font-family:courier;
}
mainscroll div{
margin:auto;
display:block;
}
h1{
text-align:center;
font-size:4em;
font-family:helvetica;
}
p{
text-align:justify;
padding:1em 1em 1em 1em;
}
a{
text-align:center;
font-family:helvetica;
font-size:3em;
width:80%;
margin:auto;
display:block;
border:solid;
border-radius:0.5em;
border-width:0.5em;
color:black;
margin-top:1em;
}
img{
display:block;
max-width:50%;
margin:auto;
margin-top:2em;
}
#qrcode{
display:block;
margin:auto;
margin-top:2em;
margin-bottom:2em;
margin-left:30%;
text-align:center;
background-color:white;
border-color:white;
border:solid;
}
@media only screen and (orientation: portrait) {
}
@media only screen and (orientation: landscape) {
}
</style>
</body>
</html>