Commit Graph

17 Commits

Author SHA1 Message Date
Peter Etelej 5e7f6dfb6e
website: add header anchor links on hover
Adds header link icons on hover. Check for headers (h1-h4) with
defined id's and adds link icon with relevant fragment link.

Fixes #1028

Change-Id: Ic9c8744efe12dda251f4a461adb0b09cf84604c3
2018-02-25 00:46:45 +03:00
Brad Fitzpatrick cee73a1da7 website: Perkeep updates
Fix case of Twitter handle PerkeepOrg (no capital K).

Add a /keepy page about Keepy the Perkeep parakeet.

Embolden anchor text so it stands out from regular text.

Embed tweets on main page.

Change-Id: I07bdaab3c1bb480eab849fbdb8a516b772905e38
2018-01-02 16:36:48 -08:00
Brad Fitzpatrick 9427d6eef4 website: update logo/mascot/colors
This is Keepy the Perkeep Parakeet, from Ashley McNamara, @ashleymcnamara.

The CSS & HTML changes are my fault. We can revise later.

For the rename, issue #981

Change-Id: Ifaf4e4d9a92b5d6d79473f0e9aec9db8f51aa7b1
2018-01-02 12:46:51 -08:00
mpl 89f50dcf69 misc/monthly.go: improve download boxes style
Issue #858

Change-Id: I65aa6b0d2c60d7ed273679d30f148566750badbe
2016-10-31 16:53:51 +01:00
mpl 1087a9d837 website: mv downloadBox to all.css
Rids us of the IsMonthly hack.

We still need to do something about AddTemplateTheme in handler.go
though, see TODO there. In another change.

Also, change servePage to take a struct for its args, more in line with
Go style of few arguments.

Context: issue #815

Change-Id: Ib6799be31b78af3010eee942034f2ac0e8e1d76e
2016-06-20 17:51:46 +02:00
Eric Drechsel 7ab869d542 Convert code, community, and download pages to md.
Output differences:

 - Changed the heading "Contributing to Camlistore" to just
   "Contributing", so the heading ID stays the same.
 - Remove "ul.lispaced" class, just put newlines
   between list items instead (visually identical)
 - One instance of obsolete <tt> tag in /code replaced with <code>

Site index page has non-typographic elements, so converting to markdown
seems pointless.

Change-Id: I7b19337742f727f85e58639a1168cc46fd8a4e62
2016-06-03 14:43:00 -07:00
Will Norris f49f395efc website: convert docs pages to markdown
This includes all of the top-level files in the docs folder except for
status and terms, which are going to be a little trickier to convert.

This includes no editorial changes.  There are a few minor stylistic
changes (like the auth value table in server-config converted into a
list).  Text has also been mostly wrapped at 80 columns, which accounts
for a lot of the changes as well.

Change-Id: I3782158f05d2b3c72e6cb44bff92c46ccc231a96
2015-07-26 17:00:25 -07:00
Nick O'Neill 0aaa2bb014 Initial changes to the website
Give a better sense of what camlistore is right away
More readable headings on those yellow bars
Reduce number of items in the nav
Add detail to download and getting started section
Turned mailing list page into community page
Style changes to the front page from aaron.
Reworked the code page
Added some pages to fill in, protocol and todo
Reorganized docs page
Redirect lists to new community page

Change-Id: I4e953e53618b93420f9f57aaf48d2d3651977b57
2014-03-18 19:02:20 -07:00
Brad Fitzpatrick fc2597e01f Start of an overview page, describing the project, plus more misc doc/website cleanup
Change-Id: Ic456e73ab3adf549e7280c8ee1c9d6668719720e
2013-06-12 07:22:29 -07:00
mpl 52159792f0 website: do not override gitweb's font size
Change-Id: Ieb426ca28cdf45bf40582a8053357a833397d82d
2013-03-18 15:45:03 +01:00
mpl 698e8605e6 website: /pkg/ and /cmd/ work.
-added some doc.go for each command to make /cmd/*
work nicely.
-hacked a bit of style, mostly borrowed from golang too.

Change-Id: I011d70bca2c0151a29dfd53c78a896821730d5fb
2013-03-15 16:40:44 +01:00
Brad Fitzpatrick 400e437905 add term links 2011-01-29 10:37:13 -08:00
Brad Fitzpatrick 1557fe73b0 More docs 2011-01-28 13:20:49 -08:00
Brad Fitzpatrick ac93867234 Start fleshing out docs.
Yay planes to help you focus.
2011-01-28 12:05:36 -08:00
Brad Fitzpatrick 24e4b8b731 website updates 2011-01-27 23:47:44 -08:00
Brad Fitzpatrick c4809026c6 Shell of a website. 2011-01-23 21:48:04 -08:00
Brad Fitzpatrick e2435289f2 Start of a webserver for camlistore.org 2011-01-03 15:49:19 -08:00