[tor-commits] [nyx/master] Stub for new site

atagar at torproject.org atagar at torproject.org
Sat Aug 5 01:18:26 UTC 2017


commit 9ee1a3984ba618cae03c64d862a7c526f5490ca9
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Jul 23 14:34:40 2017 -0700

    Stub for new site
    
    Presently just a top banner. Gonna try basing this a bit on the old Tor Cloud
    site...
    
      https://www.atagar.com/transfer/tmp/tor_cloud.png
      https://www.atagar.com/transfer/tmp/tor_cloud_faq.png
---
 web/images/banner_logo.png | Bin 0 -> 11579 bytes
 web/images/banner_span.png | Bin 0 -> 191 bytes
 web/images/favicon.png     | Bin 0 -> 1555 bytes
 web/index.html             |  14 ++++++++++++++
 web/styles.css             |  12 ++++++++++++
 5 files changed, 26 insertions(+)

diff --git a/web/images/banner_logo.png b/web/images/banner_logo.png
new file mode 100644
index 0000000..321d055
Binary files /dev/null and b/web/images/banner_logo.png differ
diff --git a/web/images/banner_span.png b/web/images/banner_span.png
new file mode 100644
index 0000000..82d2643
Binary files /dev/null and b/web/images/banner_span.png differ
diff --git a/web/images/favicon.png b/web/images/favicon.png
new file mode 100644
index 0000000..00dc124
Binary files /dev/null and b/web/images/favicon.png differ
diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000..a2851ca
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+  "http://www.w3.org/TR/html4/strict.dtd">
+
+<html>
+  <head>
+    <title>Nyx</title>
+    <link rel="shortcut icon" href="images/favicon.png"/>
+    <link rel="stylesheet" type="text/css" href="styles.css" />
+  </head>
+
+  <body class="main">
+    <div class="top-banner"><img src="images/banner_logo.png" alt="nyx" /></div>
+  </body>
+</html>
diff --git a/web/styles.css b/web/styles.css
new file mode 100644
index 0000000..a37a80d
--- /dev/null
+++ b/web/styles.css
@@ -0,0 +1,12 @@
+body.main {
+  background-color: black;
+  color: white;
+  margin: 0px;
+}
+
+.top-banner {
+  width: 100%;
+  height: 140px;
+  background: url("images/banner_span.png");
+}
+





More information about the tor-commits mailing list