summary refs log tree commit diff
path: root/index.php
blob: 1d7cc87c5d53c322801675dc528f0d259d1a04fd (plain)
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
<!DOCTYPE html>
<head>
	<meta charset="utf-8" />
	<meta name="viewport" content="width=device-width, initial-scale=0.5, user-scalable=yes" />
	<link href="index.css" rel="stylesheet" />
	<!-- <style> <?php include 'index.css'; ?> </style> -->
	<script>
function toggleDots() {
	document.getElementsByTagName("main")[0].classList.toggle("dotted");
}
	</script>
</head>

<body>

<main>
<div id="heatmap"> <?php include 'lastlog.html'; ?> </div>
<div class="box"> <pre>
<span aria-label="tilde.town">        _
    o  | |    |                               
_|_    | |  __|   _  _|_  __           _  _   
 |  |  |/  /  |  |/   |  /  \_|  |  |_/ |/ |  
 |_/|_/|__/\_/|_/|__/o|_/\__/  \/ \/    |  |_/</span>
 is a computer meant for sharing 
</pre> </div>
<div class="box" style="float:right; text-align:right; opacity: 0.99"> <pre>
<a href="#aa">helpdesk</a>
<a href="#aa">wiki</a>
<a href="#aa">blog</a>
<a href="#aa">cgit</a>
<a href="#aa">gitea</a>
<a href="#aa">testimonials</a>
</pre> </div>

<div class="box">
we are a <b>community</b> of around <a href="#">3000 users</a> making art, socializing, and learning on a linux server.
founded in 2014 by <a href="/~vilmibm">~vilmibm</a>.
</div>

<div class="box">
here's some stuff made by townies:
<ul>
<li><a href="#aa">music</a></li>
<li><a href="#aa">a zine</a></li>
<li><a href="#aa">interactive art</a></li>
<li><a href="#aa">technical guides</a></li>
<li><a href="#aa">a babby</a></li>
</ul>
</div>

<div class="box">
<p> if you think you might enjoy being a part of this community you can <a href="#aa">learn more here</a>.  </p>
</div>


<div class="box">
<p> every dot in the background represents one townie. the more recently were they active, the brighter the dot.
if you <button onclick="toggleDots()">hide all this text</button> you'll be able to inspect them. </p>
</div>

<div class="box"> <pre>
ecdsa host key: SHA256:RGr0EXrHOCt/ZZitfMK2WFwbI80OGzat+DlthhTfWf4 
</pre> </div>

</main>

<aside id="right">
<div class="box"> <pre aria-label="ascii art of a postcard with a town on it">
 _____________________________________________ 
|  __            :                            |
| / /\ __    ___!__    _,__       ___,_       |
|/ / o\/ \  /      /\ /__/ \     /__\__\  . . |
| /   \\  \/_____ /_*\  |  |[^][^|  |  |[^]())|
|/  /\    |      |    |_|__|  .: |__|__|  ()(/|
|   ||    |  {^} |    |                  ( ~)(|
| []  []  |   |  |    |. .   A  ._  .  .( O((/|
|  _  _   |___|__|__D_|    . H  / \  {^} ()||)|
| | |[@]  |   |    .  .  .  | |/   \  |   \|| |
|_|_|_____|         .  .    |^|     \ | v  ||/|
|      . .   v   v  .       | |      \|.  v /v|
|           .  v  v .      / O \    /|   . /vv|
|  |_ u _|     .  .       /  _  \  / |    ..  |
|  || | ||               /  |_|  \/  |     .  |
|___________<span style="opacity:.5">by <a href="/~sanqui">~sanqui</a></span>________________________|
</pre> </div>

<div class="box"> <marquee>
<?php system("uptime") ?>
</marquee> </div>

<div class="box" id="planet">
recent posts on the <a href="/~dzwdz/tmp/sfeed.html">planet</a>:
<ul>
<?php include '/home/dzwdz/Their/src/sfeed/short.html'; ?>
</ul>
</div>

<div class="box">
<img alt="tilde.town button" src="//tilde.town/~lucidiot/img/logos/tildetown_anim2.gif" />
<img alt="firefox button" src="//tilde.town/~dzwdz/pics/88x31/firefox2.gif" />
<img alt="trans rights NOW button" src="//tilde.town/~dzwdz/pics/88x31/transnow2.gif" />
<a href="https://migadu.com/"><img title="we <3 migadu" alt="migadu" src="//tilde.town/~dzwdz/pics/88x31/migadu.png" /></a>
<a href="https://tiny.tilde.website/@tildetown"><img alt="mastodon" src="//tilde.town/~dzwdz/pics/88x31/mastodon_button_2.gif" /></a>
</div>
</aside>

<aside id="users">
some random users:
<ul>
<?php system("shuf -n125 userbar.html") ?>
</ul>
</aside>