summaryrefslogtreecommitdiffstats
path: root/static (follow)
Commit message (Collapse)AuthorAgeFilesLines
* projects: Add Derek Kozel.Ludovic Courtès2021-04-271-0/+123
| | | | | | * projects.scm (%projects): Add gnu-radio. (person): Add Derek. * static/images/logos/gnuradio.svg: New file.
* static: Add Mcron logo.Ricardo Wurmus2021-04-161-0/+0
|
* free-software: Move "open source" aside to a footnote.Ricardo Wurmus2021-04-151-0/+44
| | | | | The extra markup and styling necessitates the conversion from markdown to sxml.
* css: Use em-size for bullets.Ricardo Wurmus2021-04-151-3/+3
| | | | | | This avoids huge overlapping bullets when webfonts are blocked. Reported by Mark Wielaard.
* software: Render projects as cards with logos.Ricardo Wurmus2021-04-141-0/+38
|
* static: Add project logos.Ricardo Wurmus2021-04-1415-0/+316
|
* License under CC-BY-SA 4.0 and mention it in the footer.Ludovic Courtès2021-04-141-2/+3
| | | | | * haunt.scm (base-layout): Mention license in the footer. * static/css/main.css (#footer-box): Tweak.
* software: Generate project list with member details.Ricardo Wurmus2021-04-131-0/+38
| | | | | | | | * software.md: Replace this file... * software.sxml: ...with this new file. * haunt.scm (read-markdown-page): Rename this procedure... (read-page): ...to this procedure and add optional READER argument. (static-pages): Add local definition of SXML-PAGE and use it for software.sxml.
* website: Update pre style for email quote.Ricardo Wurmus2021-04-121-6/+4
|
* website: Add support for a blog.Ludovic Courtès2021-04-111-1/+1
| | | | | | | | * website/haunt.scm (post-url, post->sxml, page->sxml) (post->page): New procedures. (%theme): New variable. <top level>: Add blog post pages. * website/static/css/main.css (.post-about): Tweak margin.
* website: Disable menu item for current location.Ricardo Wurmus2021-04-111-1/+3
|
* website: Fix vertical alignment.Ricardo Wurmus2021-04-111-5/+1
| | | | This is a follow-up to commit 95bfd8155f113d46493fbfa563ae3aad96baffde.
* website: Move menubar to header.Ricardo Wurmus2021-04-111-22/+31
|
* website: Adjust focus styles.Ricardo Wurmus2021-04-111-5/+7
|
* website: Convert text to path to avoid having to distribute fonts.Ricardo Wurmus2021-04-112-2/+995
|
* website: Rearrange intro text.Ricardo Wurmus2021-04-112-25/+11
| | | | | | | | * website/haunt.scm (read-markdown-page): Move intro text from here... (base-layout): ...to here. * website/static/css/main.css: Adjust header styles. * website/static/images/noise-bg.png: New file. * website/index.md: Remove tag line.
* website: Add big-letter heading on the front page.Ludovic Courtès2021-04-101-0/+5
| | | | | | | | | Suggested by Ricardo. * website/haunt.scm (base-layout): Factorize front-page checks. (read-markdown-page): Add special heading on the front page. * website/index.md: Adjust heading. * website/static/css/main.css (.front-page-heading): New entity.
* website: Use dark blue from palette as text "black".Ricardo Wurmus2021-04-101-0/+1
|
* website: Use blue underline for unvisited links.Ricardo Wurmus2021-04-101-1/+1
|
* website: Add focus styles for accessibility.Ricardo Wurmus2021-04-101-0/+7
|
* website: Style list bullets.Ricardo Wurmus2021-04-101-0/+25
|
* website: Replace logos and favicon with SVG originals.Ricardo Wurmus2021-04-107-0/+8
|
* Add skeleton of a Haunt web site.Ludovic Courtès2021-04-1013-0/+448