diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..87b0346 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 0000000..39c0ecc Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..7f7e2d3 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/documentation.html b/documentation.html new file mode 100644 index 0000000..f0e2df1 --- /dev/null +++ b/documentation.html @@ -0,0 +1,33 @@ + + + + tilde.pink + + + + + + + + + + +
+
+
+

Documentation

+
+ Stuff goes here someday. +
+
+
+
+ + diff --git a/faq.html b/faq.html new file mode 100644 index 0000000..74c9710 --- /dev/null +++ b/faq.html @@ -0,0 +1,36 @@ + + + + tilde.pink + + + + + + + + + + +
+
+
+

Frequently Asked Questions

+ (Asked by no one) +
+
+
+ Q: Why is jan6 so jan6? +
+ A: He forgot to wear his shades. +
+
+ + diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..0ee51d6 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..0f6dd46 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..0915fa9 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..8681e6e --- /dev/null +++ b/index.html @@ -0,0 +1,54 @@ + + + + tilde.pink + + + + + + + + + + +
+
+ users +
+
+ ~tiwesdaeg +

+ ~ben +

+ ~jan6 +

+ ~login +

+ ~ff69b4 +

+ ~clarjon1 +

+ ~fosslinux +

+ ~nonlinear +

+
+
+ A tilde server of a different shade. tilde.pink is an open tilde server, providing shell, email, web and gopher accounts. Along with having a great color, tilde.pink runs on DragonflyBSD. DragonflyBSD is a unix-like operating system, similar to Linux, but different in many ways. If you're up to the challenge and want to learn new things, sign up today. +
+
+
+ way cooler than tilde.black +
+
+
+ + diff --git a/pink.png b/pink.png new file mode 100644 index 0000000..59e5411 Binary files /dev/null and b/pink.png differ diff --git a/signup.html b/signup.html new file mode 100644 index 0000000..13834bb --- /dev/null +++ b/signup.html @@ -0,0 +1,31 @@ + + + + tilde.pink + + + + + + + + + + +
+
+ If you're interested in joining us here at tilde.pink, send an application request via email. +

+ Please include your desired username and your ssh public key. Access is limited to ssh key only. +

+ We're still a work in progress right now and things are fairly barebones and not newbie freindly. +
+ + diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..7ec110c --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,70 @@ +@import url('https://fonts.googleapis.com/css?family=Fira+Sans'); +body { + background-color: #ffa5cb; + color: #ff007f; + font-size: 22px; + font-family: 'Fira Sans'; +} + +a:link, a:visited { + color: #ffa5cb; + text-decoration: none; +} + +a:hover, a:active { + color: black; + text-decoration: none; +} + +div.main a:link { + color: #ff007f; + text-decoration: none; +} + +.two a:link { color: #ff007f; } +.two a:visited { color: #ff007f; } +.two a:hover { color: black; } +.two a:active { color: black; } + +#main { + width: 80%; + margin: 0 auto; +} + +#header { + text-align: center; + font-size: 500%; +} + +#menu { + text-align: center; + background-color: #ff007f; + color: #ffa5cb; + width: 80%; + margin: 0 auto; +} + +.op { + color: #ff4aa0; + font-weight: bold; +} + +.container { + width: 80%; + margin: auto; + padding: 10px; +} + +.one { + text-align: center; + width: 160px; + background-color: #ff007f; + color: #ffa5cb; + float: left; + padding: 15px 0px 10px 0px; +} + +.two { + margin-left: 160px; + padding: 10px +}