From 69c47d8261abfbcdbda6b2a4d53bd95796c315d3 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 13 May 2015 14:03:30 +0200 Subject: website: Move static/ one level higher. * website/www/static: Rename to... * website/static: ... this. --- website/static/base/css/article.css | 46 ++ website/static/base/css/base.css | 168 +++++ website/static/base/css/download.css | 9 + website/static/base/css/footer-box.css | 19 + website/static/base/css/header-box.css | 80 +++ website/static/base/css/help.css | 9 + website/static/base/css/index.css | 237 ++++++ website/static/base/css/message-box.css | 37 + website/static/base/img/Guix-package.png | Bin 0 -> 4351 bytes website/static/base/img/GuixSD-logo.png | Bin 0 -> 3836 bytes website/static/base/img/GuixSD-package.png | Bin 0 -> 4771 bytes website/static/base/img/blue-btn-bg.png | Bin 0 -> 654 bytes website/static/base/img/chat-icon.png | Bin 0 -> 5963 bytes website/static/base/img/checkerboard-bg.png | Bin 0 -> 639 bytes website/static/base/img/commits-mockup.png | Bin 0 -> 80627 bytes website/static/base/img/contribute-btn-bg.png | Bin 0 -> 685 bytes website/static/base/img/discovery-box-bg.png | Bin 0 -> 7638 bytes .../static/base/img/discovery-box-shadow-bg.png | Bin 0 -> 627 bytes website/static/base/img/download-btn-bg.png | Bin 0 -> 689 bytes website/static/base/img/email-icon.png | Bin 0 -> 4905 bytes website/static/base/img/favicon.png | Bin 0 -> 1354 bytes website/static/base/img/featured-box-bg.png | Bin 0 -> 818 bytes website/static/base/img/guix-manual-icon.png | Bin 0 -> 5857 bytes website/static/base/img/guixsd-manual-icon.png | Bin 0 -> 5897 bytes website/static/base/img/h-separator-darker.png | Bin 0 -> 1091 bytes website/static/base/img/h-separator.png | Bin 0 -> 1266 bytes website/static/base/img/icon-set.svg | 795 +++++++++++++++++++++ website/static/base/img/installer.svg | 267 +++++++ website/static/base/img/library-icon.png | Bin 0 -> 4484 bytes website/static/base/img/link-arrow.png | Bin 0 -> 604 bytes website/static/base/img/manual-icon.png | Bin 0 -> 4515 bytes website/static/base/img/more-info-bg.png | Bin 0 -> 1015 bytes website/static/base/img/msg-info-bg.png | Bin 0 -> 2340 bytes website/static/base/img/red-btn-bg.png | Bin 0 -> 657 bytes .../img/screenshots/emacs-ui-generations-thumb.png | Bin 0 -> 70851 bytes .../img/screenshots/emacs-ui-packages-thumb.png | Bin 0 -> 47960 bytes .../base/img/screenshots/grub-menu-thumb.png | Bin 0 -> 33536 bytes website/static/base/img/screenshots/slim-thumb.png | Bin 0 -> 70304 bytes .../base/img/screenshots/user-interfaces-thumb.png | Bin 0 -> 63154 bytes .../windowmaker+icecat+inkscape-thumb.png | Bin 0 -> 63772 bytes website/static/base/img/the-emacs-of-distros.png | Bin 0 -> 382022 bytes website/static/base/img/white-star.png | Bin 0 -> 776 bytes 42 files changed, 1667 insertions(+) create mode 100644 website/static/base/css/article.css create mode 100644 website/static/base/css/base.css create mode 100644 website/static/base/css/download.css create mode 100644 website/static/base/css/footer-box.css create mode 100644 website/static/base/css/header-box.css create mode 100644 website/static/base/css/help.css create mode 100644 website/static/base/css/index.css create mode 100644 website/static/base/css/message-box.css create mode 100644 website/static/base/img/Guix-package.png create mode 100644 website/static/base/img/GuixSD-logo.png create mode 100644 website/static/base/img/GuixSD-package.png create mode 100644 website/static/base/img/blue-btn-bg.png create mode 100644 website/static/base/img/chat-icon.png create mode 100644 website/static/base/img/checkerboard-bg.png create mode 100644 website/static/base/img/commits-mockup.png create mode 100644 website/static/base/img/contribute-btn-bg.png create mode 100644 website/static/base/img/discovery-box-bg.png create mode 100644 website/static/base/img/discovery-box-shadow-bg.png create mode 100644 website/static/base/img/download-btn-bg.png create mode 100644 website/static/base/img/email-icon.png create mode 100644 website/static/base/img/favicon.png create mode 100644 website/static/base/img/featured-box-bg.png create mode 100644 website/static/base/img/guix-manual-icon.png create mode 100644 website/static/base/img/guixsd-manual-icon.png create mode 100644 website/static/base/img/h-separator-darker.png create mode 100644 website/static/base/img/h-separator.png create mode 100644 website/static/base/img/icon-set.svg create mode 100644 website/static/base/img/installer.svg create mode 100644 website/static/base/img/library-icon.png create mode 100644 website/static/base/img/link-arrow.png create mode 100644 website/static/base/img/manual-icon.png create mode 100644 website/static/base/img/more-info-bg.png create mode 100644 website/static/base/img/msg-info-bg.png create mode 100644 website/static/base/img/red-btn-bg.png create mode 100644 website/static/base/img/screenshots/emacs-ui-generations-thumb.png create mode 100644 website/static/base/img/screenshots/emacs-ui-packages-thumb.png create mode 100644 website/static/base/img/screenshots/grub-menu-thumb.png create mode 100644 website/static/base/img/screenshots/slim-thumb.png create mode 100644 website/static/base/img/screenshots/user-interfaces-thumb.png create mode 100644 website/static/base/img/screenshots/windowmaker+icecat+inkscape-thumb.png create mode 100644 website/static/base/img/the-emacs-of-distros.png create mode 100644 website/static/base/img/white-star.png (limited to 'website/static/base') diff --git a/website/static/base/css/article.css b/website/static/base/css/article.css new file mode 100644 index 0000000..40a3ef8 --- /dev/null +++ b/website/static/base/css/article.css @@ -0,0 +1,46 @@ +/* + Public domain 2015 Luis Felipe López Acevedo. All rights waived. + + + NOTE The default style is targeted at screens with a width less than + 1024 pixels. +*/ + +article, .article { + background-color: white; + margin: auto; + max-width: 980px; + padding: 50px 20px; +} + +h1, h2, h3, h4, h5 { + color: #4D4D4D; +} + +h1 { + font-size: 2.5em; + text-align: center; +} + +table { + border-collapse: collapse; + width: 100%; +} + +table, td, th { + border-color: gray; + border-style: solid; + border-width: thin; +} + +td, th { + padding: 5px 10px; +} + +td { + font-size: 0.9em; +} + +th { + background-color: #F5F5F5; +} diff --git a/website/static/base/css/base.css b/website/static/base/css/base.css new file mode 100644 index 0000000..4669290 --- /dev/null +++ b/website/static/base/css/base.css @@ -0,0 +1,168 @@ +/* + Public domain 2015 Luis Felipe López Acevedo. All rights waived. + + + NOTE The default style is targeted at screens with a width less than + 1024 pixels. +*/ + +@import url("message-box.css"); +@import url("header-box.css"); +@import url("footer-box.css"); + + +/* NATIVE ELEMENTS */ +a:link, a:visited { + border-color: #F4BB15; + border-style: none none solid none; + border-width: thin; + color: #1A1A1A; + text-decoration: none; +} + +a:active, a:focus, a:hover { + border-color: #F49B15; + border-style: none none dashed none; + color: black; +} + +body { + background-color: #333; + font-family: sans-serif; + font-size: 16px; + margin: 0px; +} +/* END NATIVE ELEMENTS */ + + +/* IDs */ +#content-box { + background-color: white; +} +/* END IDs */ + + +/* CLASSES */ +a.button:link, a.button:visited { + background-position: bottom; + background-repeat: repeat-x; + border-style: none; + border-radius: 5px; + color: white; + display: block; + font-size: 14px; + padding: 8px 15px; + text-align: center; +} + +a.btn-blue { + background-color: #63AFD8; + background-image: url("../img/blue-btn-bg.png"); +} + +a.btn-red { + background-color: #D86F63; + background-image: url("../img/red-btn-bg.png"); +} + +a.hlink-yellow:link, a.hlink-yellow:visited { + border-style: none; + color: #F4BB15; +} + +a.hlink-yellow:active, a.hlink-yellow:focus, a.hlink-yellow:hover { + color: #F49B15; +} + +a.hlink-more-dark, a.hlink-more-light { + background-image: url("../img/more-info-bg.png"); + background-position: 100% 50%; + background-repeat: no-repeat; + border-style: none; + display: inline-block; + font-size: 1.2em; + line-height: 20px; + margin: 20px 0px; + padding-right: 30px; +} + +a.hlink-more-dark, a.hlink-more-dark:link, a.hlink-more-dark:visited { + color: #333; +} + +a.hlink-more-dark:active, a.hlink-more-dark:focus, a.hlink-more-dark:hover { + color: black; +} + +a.hlink-more-light, a.hlink-more-light:link, a.hlink-more-light:visited { + color: #E6E6E6; +} + +a.hlink-more-light:active, a.hlink-more-light:focus, a.hlink-more-light:hover { + text-shadow: 2px 2px black; +} + +a.hlink-yellow-boxed, a.hlink-yellow-boxed:link, a.hlink-yellow-boxed:visited { + background-color: #F4BB15; + border-style: none; + color: black; + display: inline-block; + font-size: 1.2em; + line-height: 20px; + margin: 10px; + padding: 10px 15px; +} + +a.hlink-yellow-boxed:active, a.hlink-yellow-boxed:focus, +a.hlink-yellow-boxed:hover { + box-shadow: 2px 2px black; +} + +.h-separator { + display: block; + margin: auto; + padding: 20px 0px; + width: 100%; +} + +.text-center { + text-align: center; +} + +.text-justify { + text-align: justify; +} + +.text-left { + text-align: left; +} + +.text-right { + text-align: right; +} +/* END CLASSES */ + + +@media screen and (min-width: 1024px) { + a.button:link, a.button:visited { + display: inline-block; + } + + .h-separator { + width: auto; + } + + + /* GENERIC CONTAINERS */ + .summary-box { + color: #4D4D4D; + display: inline-block; + font-size: 0.9em; + margin: 5px; + padding: 10px; + text-align: left; + vertical-align: top; + width: 280px; + } + /* END GENERIC CONTAINERS */ +} diff --git a/website/static/base/css/download.css b/website/static/base/css/download.css new file mode 100644 index 0000000..fab1bc6 --- /dev/null +++ b/website/static/base/css/download.css @@ -0,0 +1,9 @@ +/* + Public domain 2015 Luis Felipe López Acevedo. All rights waived. + + + NOTE The default style is targeted at screens with a width less than + 1024 pixels. +*/ + +@import url("article.css"); diff --git a/website/static/base/css/footer-box.css b/website/static/base/css/footer-box.css new file mode 100644 index 0000000..d4d7cfe --- /dev/null +++ b/website/static/base/css/footer-box.css @@ -0,0 +1,19 @@ +/* + Public domain 2015 Luis Felipe López Acevedo. All rights waived. + + + NOTE The default style is targeted at screens with a width less than + 1024 pixels. +*/ + +#footer-box { + background-color: #333; + color: white; + font-size: 12px; + padding: 20px; + text-align: center; +} + +.metta { + color: #F4BB15; +} diff --git a/website/static/base/css/header-box.css b/website/static/base/css/header-box.css new file mode 100644 index 0000000..4bb1c8a --- /dev/null +++ b/website/static/base/css/header-box.css @@ -0,0 +1,80 @@ +/* + Public domain 2015 Luis Felipe López Acevedo. All rights waived. + + + NOTE The default style is targeted at screens with a width less than + 1024 pixels. +*/ + +#header-box { + background-color: #333; +} + +#logo { + border-style: none; +} + +#site-nav { + margin: 0; + padding: 0; + line-height: 55px; + list-style: none; +} + +#site-nav > li { + display: block; +} + +#site-nav a:link, #site-nav a:visited { + background-color: transparent; + background-image: url("../img/link-arrow.png"); + background-position: 97% 50%; + background-repeat: no-repeat; + border-color: black; + border-style: solid none none none; + border-width: thin; + color: #F4BB15; + display: block; + padding: 0px 20px; + text-align: left; + text-decoration: none; +} + +#site-nav a:active, #site-nav a:focus, #site-nav a:hover { + background-color: #2E3436; + color: #F49B15; +} + + +@media screen and (min-width: 1024px) { + #header-box { + height: 55px; + } + + #logo > img { + border-style: none; + } + + #site-nav { + float: right; + margin-right: 20px; + } + + + #site-nav > li { + display: inline-block; + text-align: center; + } + + #site-nav a:link, #site-nav a:visited { + background-image: none; + border: none; + padding: 0px 10px; + } + + #site-nav a:active, #site-nav a:focus, #site-nav a:hover { + background-color: transparent; + border-style: none none solid; + border-color: #F4BB15; + } +} diff --git a/website/static/base/css/help.css b/website/static/base/css/help.css new file mode 100644 index 0000000..fab1bc6 --- /dev/null +++ b/website/static/base/css/help.css @@ -0,0 +1,9 @@ +/* + Public domain 2015 Luis Felipe López Acevedo. All rights waived. + + + NOTE The default style is targeted at screens with a width less than + 1024 pixels. +*/ + +@import url("article.css"); diff --git a/website/static/base/css/index.css b/website/static/base/css/index.css new file mode 100644 index 0000000..942737f --- /dev/null +++ b/website/static/base/css/index.css @@ -0,0 +1,237 @@ +/* + Public domain 2015 Luis Felipe López Acevedo. All rights waived. + + + NOTE The default style is targeted at screens with a width less than + 1024 pixels. +*/ + +h2 { + color: #4D4D4D; + font-size: 2.5em; + margin: 50px 0px; +} + +h3 { + color: #4D4D4D; + font-size: 2.0em; +} + +.info-box { + display: inline-block; + margin: 0px 20px 20px 20px; +} + + +/* FEATURED BOX */ +#featured-box { + background-color: #3D3D3D; + background-image: url("../img/checkerboard-bg.png"), + url("../img/featured-box-bg.png"); + background-position: top, bottom; + background-repeat: repeat, repeat-x; +} + +.featured-content { + color: white; + font-size: 17px; + padding: 40px 20px; +} + +.featured-heading { + color: white; + font-size: 24px; + margin: 0px; +} + +.featured-content > ul { + list-style-image: url("../img/white-star.png"); + padding-left: 20px; +} + +.featured-content li { + padding: 10px 0px; +} + +.featured-actions { + text-align: center; +} + +.action, .action:link, .action:visited { + border-color: black; + border-radius: 6px; + border-style: solid; + border-width: thin; + color: white; + display: inline-block; + font-size: 14px; + height: 47px; + line-height: 47px; + text-align: center; + vertical-align: middle; + width: 196px; +} + +.action:active, .action:focus, .action:hover { + box-shadow: 0 0 4px gray; +} + +.download { + background-color: #60B0DB; + background-image: url("../img/download-btn-bg.png"); + background-position: bottom; + background-repeat: repeat-x; + margin-right: 20px; +} + +.contribute { + background-color: #B060DB; + background-image: url("../img/contribute-btn-bg.png"); + background-position: bottom; + background-repeat: repeat-x; +} +/* END FEATURED BOX */ + + +/* DISCOVERY BOX */ +#discovery-box { + background-color: #333; + background-image: url("../img/discovery-box-shadow-bg.png"), + url("../img/discovery-box-bg.png"); + background-repeat: repeat-x, repeat; + color: #E6E6E6; + padding: 40px 10px; + text-align: center; +} + +#discovery-box h2 { + color: #E6E6E6; +} + +.video-preview { + border-color: black; + border-style: solid; + border-width: thin; + box-shadow: 0 0 4px black; + width: 100%; +} + +#screens-box { + padding: 30px 0px; +} + +#screens-box a { + border-style: none; + display: inline-block; +} + +.screenshot-thumb { + border-color: black; + border-radius: 5px; + border-style: solid; + border-width: thin; + box-shadow: 0 0 4px gray; + display: inline-block; + margin: 10px; + width: 300px; +} + +.screenshot-thumb:hover { + box-shadow: 0 0 4px black; +} +/* END DISCOVERY BOX */ + + +/* NEWS BOX */ +#news-box { + padding: 0px 10px; + text-align: center; +} + +.news-entry:link, .news-entry:visited { + color: inherit; + display: block; + padding: 10px 15px; + text-align: left; +} + +.news-entry:active, .news-entry:focus, .news-entry:hover { + background-color: #F4BB15; +} + +.news-date { + color: #4D4D4D; + font-size: 0.9em; +} + +.news-summary { + color: #4D4D4D; +} +/* END NEWS BOX */ + + +/* CONTACT BOX */ +#contact-box { + background-color: #F5F5F5; + background-image: url("../img/h-separator.png"), + url("../img/h-separator.png"); + background-position: top center, bottom center; + background-repeat: no-repeat; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #4D4D4D; + padding: 10px; + text-align: center; +} +/* CONTACT BOX */ + + +@media screen and (min-width: 1024px) { + .info-box { + vertical-align: top; + width: 420px; + } + + + /* FEATURED BOX */ + #featured-box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + height: 445px; + padding-top: 40px; + } + + .featured-content { + margin: auto; + width: 960px; + } + + .featured-actions { + text-align: right; + } + /* END FEATURED BOX */ + + + /* NEWS BOX */ + #news-box { + text-align: center; + padding: 0px 10px; + } + + .news-entry:link, .news-entry:visited { + background-color: transparent; + border-color: white; + border-style: solid; + display: inline-block; + margin: 10px 0px 15px 0px; + vertical-align: top; + width: 270px; + } + + .news-entry:active, .news-entry:focus, .news-entry:hover { + border-color: #F4BB15; + } + /* END NEWS BOX */ +} diff --git a/website/static/base/css/message-box.css b/website/static/base/css/message-box.css new file mode 100644 index 0000000..7606d67 --- /dev/null +++ b/website/static/base/css/message-box.css @@ -0,0 +1,37 @@ +/* + Public domain 2015 Luis Felipe López Acevedo. All rights waived. + + + NOTE The default style is targeted at screens with a width less than + 1024 pixels. +*/ + +.message-box { + background-image: url("../img/msg-info-bg.png"); + background-position: -5px -5px; + background-repeat: no-repeat; + color: white; + font-size: 12px; + padding: 20px; +} + +.message-box > a:link, .message-box > a:visited { + border-color: white; + border-style: none none dotted none; + border-width: thin; + color: white; + text-decoration: none; +} + +.msg-info { + background-color: #5FBCD3; +} + +.msg-warning { + background-color: #D35F5F; +} + +.msg-label { + font-weight: bold; + padding-right: 10px; +} diff --git a/website/static/base/img/Guix-package.png b/website/static/base/img/Guix-package.png new file mode 100644 index 0000000..ea3dba9 Binary files /dev/null and b/website/static/base/img/Guix-package.png differ diff --git a/website/static/base/img/GuixSD-logo.png b/website/static/base/img/GuixSD-logo.png new file mode 100644 index 0000000..0642520 Binary files /dev/null and b/website/static/base/img/GuixSD-logo.png differ diff --git a/website/static/base/img/GuixSD-package.png b/website/static/base/img/GuixSD-package.png new file mode 100644 index 0000000..ef7f5ca Binary files /dev/null and b/website/static/base/img/GuixSD-package.png differ diff --git a/website/static/base/img/blue-btn-bg.png b/website/static/base/img/blue-btn-bg.png new file mode 100644 index 0000000..a924054 Binary files /dev/null and b/website/static/base/img/blue-btn-bg.png differ diff --git a/website/static/base/img/chat-icon.png b/website/static/base/img/chat-icon.png new file mode 100644 index 0000000..e9aeb87 Binary files /dev/null and b/website/static/base/img/chat-icon.png differ diff --git a/website/static/base/img/checkerboard-bg.png b/website/static/base/img/checkerboard-bg.png new file mode 100644 index 0000000..a7fddd3 Binary files /dev/null and b/website/static/base/img/checkerboard-bg.png differ diff --git a/website/static/base/img/commits-mockup.png b/website/static/base/img/commits-mockup.png new file mode 100644 index 0000000..7e3895e Binary files /dev/null and b/website/static/base/img/commits-mockup.png differ diff --git a/website/static/base/img/contribute-btn-bg.png b/website/static/base/img/contribute-btn-bg.png new file mode 100644 index 0000000..824da7d Binary files /dev/null and b/website/static/base/img/contribute-btn-bg.png differ diff --git a/website/static/base/img/discovery-box-bg.png b/website/static/base/img/discovery-box-bg.png new file mode 100644 index 0000000..67a79fc Binary files /dev/null and b/website/static/base/img/discovery-box-bg.png differ diff --git a/website/static/base/img/discovery-box-shadow-bg.png b/website/static/base/img/discovery-box-shadow-bg.png new file mode 100644 index 0000000..a191492 Binary files /dev/null and b/website/static/base/img/discovery-box-shadow-bg.png differ diff --git a/website/static/base/img/download-btn-bg.png b/website/static/base/img/download-btn-bg.png new file mode 100644 index 0000000..c27e7a8 Binary files /dev/null and b/website/static/base/img/download-btn-bg.png differ diff --git a/website/static/base/img/email-icon.png b/website/static/base/img/email-icon.png new file mode 100644 index 0000000..e45ffc1 Binary files /dev/null and b/website/static/base/img/email-icon.png differ diff --git a/website/static/base/img/favicon.png b/website/static/base/img/favicon.png new file mode 100644 index 0000000..cbbff44 Binary files /dev/null and b/website/static/base/img/favicon.png differ diff --git a/website/static/base/img/featured-box-bg.png b/website/static/base/img/featured-box-bg.png new file mode 100644 index 0000000..5fcead6 Binary files /dev/null and b/website/static/base/img/featured-box-bg.png differ diff --git a/website/static/base/img/guix-manual-icon.png b/website/static/base/img/guix-manual-icon.png new file mode 100644 index 0000000..e0a52b6 Binary files /dev/null and b/website/static/base/img/guix-manual-icon.png differ diff --git a/website/static/base/img/guixsd-manual-icon.png b/website/static/base/img/guixsd-manual-icon.png new file mode 100644 index 0000000..8322d7b Binary files /dev/null and b/website/static/base/img/guixsd-manual-icon.png differ diff --git a/website/static/base/img/h-separator-darker.png b/website/static/base/img/h-separator-darker.png new file mode 100644 index 0000000..2f20098 Binary files /dev/null and b/website/static/base/img/h-separator-darker.png differ diff --git a/website/static/base/img/h-separator.png b/website/static/base/img/h-separator.png new file mode 100644 index 0000000..0d64864 Binary files /dev/null and b/website/static/base/img/h-separator.png differ diff --git a/website/static/base/img/icon-set.svg b/website/static/base/img/icon-set.svg new file mode 100644 index 0000000..15dd354 --- /dev/null +++ b/website/static/base/img/icon-set.svg @@ -0,0 +1,795 @@ + + + + + Flat Icons + + + + + + + + + + image/svg+xml + + Flat Icons + August 18, 2013 + + + Luis Felipe Lopez Acevedo, aka sirgazil + + + + + Luis Felipe Lopez Acevedo, aka sirgazil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + 2 + + 3 + + + + + + + Q? + a :) + + + + + + + + + + + a + + + + + + + + + + + + + + + + + + + + + + + a + + + + + + + + + + + + + + + + + + + + + b + + a + + + diff --git a/website/static/base/img/installer.svg b/website/static/base/img/installer.svg new file mode 100644 index 0000000..53a691a --- /dev/null +++ b/website/static/base/img/installer.svg @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/static/base/img/library-icon.png b/website/static/base/img/library-icon.png new file mode 100644 index 0000000..daac95c Binary files /dev/null and b/website/static/base/img/library-icon.png differ diff --git a/website/static/base/img/link-arrow.png b/website/static/base/img/link-arrow.png new file mode 100644 index 0000000..6d2309e Binary files /dev/null and b/website/static/base/img/link-arrow.png differ diff --git a/website/static/base/img/manual-icon.png b/website/static/base/img/manual-icon.png new file mode 100644 index 0000000..1a6b04f Binary files /dev/null and b/website/static/base/img/manual-icon.png differ diff --git a/website/static/base/img/more-info-bg.png b/website/static/base/img/more-info-bg.png new file mode 100644 index 0000000..2521f0d Binary files /dev/null and b/website/static/base/img/more-info-bg.png differ diff --git a/website/static/base/img/msg-info-bg.png b/website/static/base/img/msg-info-bg.png new file mode 100644 index 0000000..dd6ed27 Binary files /dev/null and b/website/static/base/img/msg-info-bg.png differ diff --git a/website/static/base/img/red-btn-bg.png b/website/static/base/img/red-btn-bg.png new file mode 100644 index 0000000..454f541 Binary files /dev/null and b/website/static/base/img/red-btn-bg.png differ diff --git a/website/static/base/img/screenshots/emacs-ui-generations-thumb.png b/website/static/base/img/screenshots/emacs-ui-generations-thumb.png new file mode 100644 index 0000000..c11c611 Binary files /dev/null and b/website/static/base/img/screenshots/emacs-ui-generations-thumb.png differ diff --git a/website/static/base/img/screenshots/emacs-ui-packages-thumb.png b/website/static/base/img/screenshots/emacs-ui-packages-thumb.png new file mode 100644 index 0000000..e1632ab Binary files /dev/null and b/website/static/base/img/screenshots/emacs-ui-packages-thumb.png differ diff --git a/website/static/base/img/screenshots/grub-menu-thumb.png b/website/static/base/img/screenshots/grub-menu-thumb.png new file mode 100644 index 0000000..41ade6b Binary files /dev/null and b/website/static/base/img/screenshots/grub-menu-thumb.png differ diff --git a/website/static/base/img/screenshots/slim-thumb.png b/website/static/base/img/screenshots/slim-thumb.png new file mode 100644 index 0000000..9be13d3 Binary files /dev/null and b/website/static/base/img/screenshots/slim-thumb.png differ diff --git a/website/static/base/img/screenshots/user-interfaces-thumb.png b/website/static/base/img/screenshots/user-interfaces-thumb.png new file mode 100644 index 0000000..1a06db3 Binary files /dev/null and b/website/static/base/img/screenshots/user-interfaces-thumb.png differ diff --git a/website/static/base/img/screenshots/windowmaker+icecat+inkscape-thumb.png b/website/static/base/img/screenshots/windowmaker+icecat+inkscape-thumb.png new file mode 100644 index 0000000..200bca5 Binary files /dev/null and b/website/static/base/img/screenshots/windowmaker+icecat+inkscape-thumb.png differ diff --git a/website/static/base/img/the-emacs-of-distros.png b/website/static/base/img/the-emacs-of-distros.png new file mode 100644 index 0000000..70ec8ac Binary files /dev/null and b/website/static/base/img/the-emacs-of-distros.png differ diff --git a/website/static/base/img/white-star.png b/website/static/base/img/white-star.png new file mode 100644 index 0000000..5771b11 Binary files /dev/null and b/website/static/base/img/white-star.png differ -- cgit v1.2.3