commit 3fabf0783db37f0a28d3b397920280f93c5d524d Author: hiro hiro@torproject.org Date: Mon May 20 18:26:09 2019 +0200
Move web page out of share folder --- www/README.md | 3 +++ {share => www}/css/bootstrap.min.css | 0 {share => www}/css/gettor.css | 0 {share => www}/fonts/glyphicons-halflings-regular.eot | Bin {share => www}/fonts/glyphicons-halflings-regular.svg | 0 {share => www}/fonts/glyphicons-halflings-regular.ttf | Bin {share => www}/fonts/glyphicons-halflings-regular.woff | Bin {share => www}/fonts/glyphicons-halflings-regular.woff2 | Bin {share => www}/fonts/lato-bold.woff | Bin {share => www}/fonts/lato-italic.woff | Bin {share => www}/fonts/lato-regular.woff | Bin {share/images => www/img}/android-logo.png | Bin www/img/gettor-logo.png | Bin 0 -> 22136 bytes {share/images => www/img}/linux-logo.png | Bin {share/images => www/img}/osx-logo.png | Bin {share/images => www/img}/windows-logo.png | Bin {share/templates => www}/index.html | 0 17 files changed, 3 insertions(+)
diff --git a/www/README.md b/www/README.md new file mode 100644 index 0000000..e28d216 --- /dev/null +++ b/www/README.md @@ -0,0 +1,3 @@ +This folder contains the webpage rendered at https://gettor.torproject.org. +This is a simple html file at the moment but should be a lektor project and moved +somewhere else. diff --git a/share/css/bootstrap.min.css b/www/css/bootstrap.min.css similarity index 100% rename from share/css/bootstrap.min.css rename to www/css/bootstrap.min.css diff --git a/share/css/gettor.css b/www/css/gettor.css similarity index 100% rename from share/css/gettor.css rename to www/css/gettor.css diff --git a/share/fonts/glyphicons-halflings-regular.eot b/www/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from share/fonts/glyphicons-halflings-regular.eot rename to www/fonts/glyphicons-halflings-regular.eot diff --git a/share/fonts/glyphicons-halflings-regular.svg b/www/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from share/fonts/glyphicons-halflings-regular.svg rename to www/fonts/glyphicons-halflings-regular.svg diff --git a/share/fonts/glyphicons-halflings-regular.ttf b/www/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from share/fonts/glyphicons-halflings-regular.ttf rename to www/fonts/glyphicons-halflings-regular.ttf diff --git a/share/fonts/glyphicons-halflings-regular.woff b/www/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from share/fonts/glyphicons-halflings-regular.woff rename to www/fonts/glyphicons-halflings-regular.woff diff --git a/share/fonts/glyphicons-halflings-regular.woff2 b/www/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from share/fonts/glyphicons-halflings-regular.woff2 rename to www/fonts/glyphicons-halflings-regular.woff2 diff --git a/share/fonts/lato-bold.woff b/www/fonts/lato-bold.woff similarity index 100% rename from share/fonts/lato-bold.woff rename to www/fonts/lato-bold.woff diff --git a/share/fonts/lato-italic.woff b/www/fonts/lato-italic.woff similarity index 100% rename from share/fonts/lato-italic.woff rename to www/fonts/lato-italic.woff diff --git a/share/fonts/lato-regular.woff b/www/fonts/lato-regular.woff similarity index 100% rename from share/fonts/lato-regular.woff rename to www/fonts/lato-regular.woff diff --git a/share/images/android-logo.png b/www/img/android-logo.png similarity index 100% rename from share/images/android-logo.png rename to www/img/android-logo.png diff --git a/www/img/gettor-logo.png b/www/img/gettor-logo.png new file mode 100644 index 0000000..525d8d0 Binary files /dev/null and b/www/img/gettor-logo.png differ diff --git a/share/images/linux-logo.png b/www/img/linux-logo.png similarity index 100% rename from share/images/linux-logo.png rename to www/img/linux-logo.png diff --git a/share/images/osx-logo.png b/www/img/osx-logo.png similarity index 100% rename from share/images/osx-logo.png rename to www/img/osx-logo.png diff --git a/share/images/windows-logo.png b/www/img/windows-logo.png similarity index 100% rename from share/images/windows-logo.png rename to www/img/windows-logo.png diff --git a/share/templates/index.html b/www/index.html similarity index 100% rename from share/templates/index.html rename to www/index.html