73 Commits

Author SHA1 Message Date
jomo
b91362e8de flip dinnerbone & grumm, fix #72 2015-01-08 19:25:09 +01:00
jomo
51d9f1db31 fix html, close #63
div elements are not allowed inside p elements
2015-01-04 00:18:48 +01:00
jomo
4a3b635166 remove newline at end of file 2015-01-03 17:50:44 +01:00
Chris Ireland
63d934e743 fix spacing issues on steve and alex 2015-01-03 11:20:03 +00:00
Chris Ireland
679faafdd4 fix accessability issues 2015-01-03 11:08:13 +00:00
Chris Ireland
73622c1d59 Fix issues with last commit 2015-01-03 10:58:17 +00:00
Chris Ireland
cc177e2d2c Tidy CSS a bit 2015-01-03 10:55:32 +00:00
jomo
9210051599 proper ingrish 2015-01-03 05:58:58 +01:00
jomo
389803938c we are blazing fast! 2015-01-03 05:37:46 +01:00
jomo
968d81f5cb use correct year automatically 2015-01-03 05:34:42 +01:00
jomo
f602665999 preload :hover images
why don't browsers do this automatically? 💩
2015-01-03 05:32:14 +01:00
jomo
756ede7d83 add preview placeholder 2015-01-03 05:14:50 +01:00
jomo
951dd9504a singular 2015-01-03 04:53:11 +01:00
jomo
d1235e38a3 nicer looking tables 2015-01-03 04:51:47 +01:00
jomo
92619310cc add lots of faces to header; make faces single-row 2015-01-03 04:33:15 +01:00
jomo
dc08e925e5 add example previews; move renders above skins; fix anchors 2015-01-03 04:06:27 +01:00
jomo
05f662a96c fix spacing 2015-01-03 02:07:45 +01:00
jomo
abd5f03259 bring back helm on hover 2015-01-03 02:00:02 +01:00
jomo
25cb3f3c35 fix domain in index 2015-01-03 01:37:42 +01:00
Chris Ireland
f20633d980 Redesign website 2015-01-02 23:48:45 +00:00
jomo
fecdc4de81 remove obsolete error.jade 2015-01-02 23:20:55 +01:00
jomo
8580f0ade3 linking to twitter 2014-12-31 19:30:18 +01:00
jomo
73ba73b535 add note about renders / beta 2014-12-29 21:17:52 +01:00
jomo
31fe0a40f9 clean up homepage 2014-12-29 21:06:30 +01:00
Jake
1c33119e05 Cache caching for skins and renders' 2014-12-17 14:52:01 -06:00
Jake
b151e03035 Add default image support. Custom images are not rendered - alex or steve are 2014-12-17 14:51:58 -06:00
Jake
f674775520 Update documentation & README for renders 2014-12-17 14:51:54 -06:00
Jake
cd7830242e Hide pre block altogether if error message does not exist 2014-12-06 09:07:57 -06:00
Jake
b21d8cba31 Make error pages look nicer 2014-12-06 09:03:33 -06:00
jomo
a4ae97ea1e clean up docs 2014-12-04 23:13:14 +01:00
jomo
972a9db442 typos 2014-11-30 19:40:49 +01:00
jomo
30fabeac8c clarify how to get face without helm 2014-11-30 06:39:33 +01:00
jomo
d18b862ecc proper favicon, close #11
I also added a note about the default parameter for skins
2014-11-30 05:18:27 +01:00
jomo
332330f68e replacing all single quotes with double quotes
Until now it was a big mess with some strings using single quotes and some others double quotes
We were using way more double quotes, so I chose to use them globally
2014-11-30 00:07:05 +01:00
jomo
37d1f3c2da I think everyone knows how to use <img> 2014-11-25 20:21:04 +01:00
jomo
fdb52d7d0f add docs for #17 2014-11-24 02:21:59 +01:00
jomo
18bec6a196 make html valid 2014-11-24 02:00:01 +01:00
jomo
d658a84668 docs improvements 2014-11-24 01:49:00 +01:00
jomo
509bd78c8e add docs for usernames + skins 2014-11-24 01:12:39 +01:00
jomo
03306dff08 better X-Storage-Type
none: Cached: User has no skin.
cached: Skin cached
checked: cached & checked for updates. No (new) skin
downloaded: checked, Skin changed or unknown, downloaded.
error: (error)
2014-11-10 23:55:56 +01:00
jomo
66914efb19 styles + missing favicon file ;_; 2014-11-10 22:47:30 +01:00
jomo
05bc54721b fix content margin-top
floating header is 50px and has a 20px margin-bottom (which is obviously not applied)
2014-11-09 23:34:36 +01:00
jomo
9b3720e6fe add alt tags to images 2014-11-09 23:26:28 +01:00
jomo
c8c686133f fix link -> meta tag 2014-11-09 23:24:47 +01:00
jomo
6c3136712d fix jade markup, link to #, remove commented code 2014-11-09 23:21:17 +01:00
jomo
fe82720ff6 comply with html standards
image/x-icon is not a valid MIME type. the valid MIME for ico files is image/vnd.microsoft.icon.
the .ico file also contained 3 sizes (which we don't really need), which were poorly resized. One of the sizes actually had glitches, see https://i.imgur.com/OGWpggH.png

the /favicon.ico file remains, but contains only 1 image. The link/icon meta tag complies with the standard defined at
https://html.spec.whatwg.org/multipage/semantics.html#rel-icon. It links to favicon.png using image/png.

The ico file has been compressed to 1.1KB and the PNG is 0.5KB.
2014-11-09 23:19:46 +01:00
jomo
24fcc70973 add some meta tags 2014-11-09 22:05:58 +01:00
jomo
d4cb8e9aef useless menu is useless | mobile 2014-11-06 22:41:47 +01:00
jomo
7b93a1ef98 use CSS for 'fork me on github' banner 2014-11-06 22:40:45 +01:00
jomo
1976ed13c9 correct docs 2014-11-06 22:02:33 +01:00