summaryrefslogtreecommitdiff
path: root/website/static
Commit message (Collapse)AuthorAge
* website: downloads: Mention the VM image.Leo Famulari2017-06-01
| | | | | | | | | | * website/www/download.scm (%vm-image-description, %vm-image-manual, %vm-image-image): New variables. (guixsd-vm-image-files): New procedure. (download-page): Use guixsd-vm-image-files. * website/static/base/img/installer.svg: Add a new logo for the VM image and rename to ... * website/static/base/img/download-icons.svg: ... this.
* website: news: Highlight Scheme syntax.Ludovic Courtès2017-04-14
| | | | | | | | | | | * website/www/news.scm (%default-special-prefixes, lex-scheme/guix): New variables. (syntax-highlight): New procedure. (post->sxml): Use it. * website/static/base/css/code.css: New file. * website/static/base/css/news.css: Import it. * website/posts/running-services-in-containers.md: Use ```scheme for the Scheme snippet.
* website: static: Add golden GNU head without text.sirgazil2016-12-16
| | | | | | | | This will be used in the GNU package blurb <https://www.gnu.org/manual/blurbs.html>, so it is better to have just the icon. * website/static/base/img/icon.png: New file.
* website: Replace original GNU Guix logo with the golden GNU.sirgazil2016-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25205 for more information about the decision. * logo/Guix-print.svg: New file. * logo/Guix.svg: Ditto. * logo/GuixSD-print.svg: Add dark horizontal variant. * logo/GuixSD.svg: Ditto. * logo/README: Mark Nikita's logo as superseded. * logo/guix-logo-white.svg: Rename to logo/superseded-guix-white.svg * logo/guix-logo.svg: Rename to logo/superseded-guix.svg * website/static/base/img/Guix-package.png: Use new logo. * website/static/base/img/Guix.png: New file. * website/static/base/img/GuixSD-package.png: Change to screen. * website/static/base/img/GuixSD.png: New file. * website/static/base/img/guix-manual-icon.png: Use new logo. * website/static/base/img/guixsd-manual-icon.png: Suggest text lines. * website/static/base/img/icon-set.svg: Use new logo. * website/static/base/img/installer.svg: Use new logo. * website/static/base/img/src-package.png: New file. * website/www.scm (%web-pages): Include new graphics page. * website/www/download.scm (%guix-src-image): New variable. (download-page): Use new variable. * website/www/graphics.scm: New file.
* Generate multiple paginated packages pages.Alex Sassmannshausen2016-12-05
| | | | | | | | | | | * website/www.scm (%web-pages): Add code for generating our packages pages. * website/www/packages.scm (packages-by-grouping): New procedure. (paginated-packages-page): New procedure. (packages-page): Tweak for use by `paginated-packages-page` as well as standalone. * website/static/base/css/packages.css (li.package-index-link): Add styling.
* website: home: Make screenshots responsive.sirgazil2016-11-27
| | | | | | | * website/static/base/css/base.css (.img-responsive): New class. * website/static/base/css/index.css (#screens-box a) (.screenshot-thumb): Adapt to small screens. * website/www.scm (screenshot): Apply new class.
* website: style: Fix responsive issues in action links.sirgazil2016-11-27
| | | | | * website/static/base/css/index.css (.action) (.download): Adapt to small screens.
* website: packages: Fix content overflow on Issues page (bug #22115).sirgazil2016-11-25
| | | | | | | | | | | | | | Note that the overflow issue is fixed, but an issue with duplicated anchors (used for ID attributes) remains, and prevents the document from passing HTML validation (see bug #24981). * website/static/base/css/base.css (anchor-link, pre): New rule sets. * website/static/base/css/packages.css (issue, issue-type): Ditto. * website/www/packages.scm (issue-count->sxml): New procedure. (issues-page): Remove unused JavaScript link. Move update date to the top of the page. (packages->issue-sxml, package->issue-sxml) (issues->sxml): Don't use table elements for document structure.
* website: news: Add 'inline-image' class.Ludovic Courtès2016-11-10
| | | | | | | | | | This is a followup to 4c322d36bc02e5e35464afa753fbf1b1da9de8f6, which had the unintended effect of moving the logo in the top banner to the right. * website/posts/growing-our-build-farm.html: Use the 'inline-image' class. * website/static/base/css/news.css (.inline-image): New category.
* website: news: Add post about the new machine.Ludovic Courtès2016-11-10
| | | | | | | | * website/posts/growing-our-build-farm.html, website/static/base/img/blog/20161110-server-back.jpg, website/static/base/img/blog/20161110-server-front.jpg, website/static/base/img/blog/20161110-server-interior.jpg, website/static/base/img/blog/20161110-server-closeup.jpg: New files.
* website: news: Correctly display inline images in posts.Ludovic Courtès2016-11-10
| | | | * website/static/base/css/news.css (img): New category.
* website: news: Justify test and enable hyphenation.Ludovic Courtès2016-11-10
| | | | * website/static/base/css/news.css (.post-body, p): New categories.
* website: Add news feed icon.Ludovic Courtès2016-10-28
| | | | * website/static/base/img/feed.png: New file.
* website: Add "News" page.Ludovic Courtès2016-10-26
| | | | | | | | * website/www/news.scm: New file. * website/static/base/css/news.css: New file. * website/haunt.scm (with-url-parameters): New macro. (parameterized-procedure, parameterized-theme): New procedures. <top level>: Use 'with-url-parameters' and add blog and atom feed.
* website: Replace front-page video with a demo.Ludovic Courtès2016-07-31
| | | | | | * website/static/base/img/guix-demo.png: New file. * website/www.scm (%video-url): Change. (main-page): Use guix-demo.png as the video poster.
* website: Use GNOME screenshot on the front page.Ludovic Courtès2016-03-20
| | | | | | * website/static/base/img/screenshots/thumbs/gnome-totem-epiphany.png: New file. * website/www.scm (main-page): Use it.
* website: packages: Support both http and https requests to hydra.gnu.org.Roel Janssen2016-03-15
| | | | | | | * website/static/base/js/packages.js (set_build_status): Use the protocol of the current URL. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* website: packages: Add build status icons in the expanded view.Roel Janssen2016-01-06
| | | | | | | | | | | | | | | | * website/www/packages.scm (package->sxml): Wrap the build status link in a div and prepend an icon to the div. * website/static/base/js/packages.js (show_hide): Fetch build status on expand. * website/static/base/css/packages.css (img.status-icon): Added css for icon padding. * website/static/base/img/status-icons/0.png: Add icon. * website/static/base/img/status-icons/1.png: Add icon. * website/static/base/img/status-icons/2.png: Add icon. * website/static/base/img/status-icons/3.png: Add icon. * website/static/base/img/status-icons/4.png: Add icon. * website/static/base/img/status-icons/5.png: Add icon. * website/static/base/img/status-icons/undefined.png: Add icon. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* website: Changed the header message to a donate message.Roel Janssen2015-12-16
| | | | | | | * website/www/shared.scm (html-page-description): Change the bar. * website/static/base/css/message-box.css: Add header bar specific style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* website: main: Update screenshots.Ludovic Courtès2015-07-20
| | | | | | | * website/www.scm (main-page): Update list of screenshots. * website/static/base/img/screenshots/thumbs/enlightenment-inkscape.png, website/static/base/img/screenshots/thumbs/guix-edit+evince.png, website/static/base/img/screenshots/thumbs/guix-system-vm.png: New files.
* website: packages: List packages.Mathieu Lirzin2015-06-17
| | | | | | | | | | | | | Integrate 'build-aux/list-packages.scm' from the Guix repository in the GuixSD website instead of using an external link. Export of the package list is optional since it requires to have Guix locally. * website/static/base/css/packages.css: New file. * website/static/base/js/packages.js: Likewise. * website/www/packages.scm (lookup-gnu-package, list-join) (package->sxml, packages->sxml): New procedures. (packages-page): Use them. * website/www/shared.scm (html-page-description): Use 'packages-page'.
* website: download: simplify download options.Felipe López2015-05-24
|
* website: Enable wide-screen menu from 800px width.Felipe López2015-05-18
|
* website: Fix dark text on dark background.Felipe López2015-05-18
|
* website: main: Update screenshots.Ludovic Courtès2015-05-14
| | | | | | | * website/www.scm (screenshot): New procedure. (main-page): Use it. * website/www/utils.scm (thumb-url): Change. * website/static/base/img/screenshots: Update files.
* website: Move static/ one level higher.Ludovic Courtès2015-05-13
* website/www/static: Rename to... * website/static: ... this.