1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00
Commit Graph

81 Commits

Author SHA1 Message Date
Artyom
38560dd012 Implement our own tracking 2016-05-04 21:03:23 +03:00
Artyom
5465444fcc Minor 2016-05-03 16:05:37 +03:00
Artyom
cb19192797 Give space to the categories 2016-05-03 03:42:30 +03:00
Artyom
d778b55fbe Make the footer nicer 2016-05-03 03:27:30 +03:00
Artyom
92d8c53776 Remove help 2016-05-02 21:44:50 +03:00
Artyom
2c6046b08f Link to Markdown everywhere 2016-05-02 21:27:49 +03:00
Artyom
393b4a1b19 Move license info to the footer 2016-05-02 18:37:13 +03:00
Artyom
db57156b1b Category groups 2016-05-01 23:17:55 +03:00
Artyom
a3c7f896c5 Fix headers 2016-04-24 23:53:00 +03:00
Artyom
7729115472 Add padding to the whole thing 2016-04-23 19:30:43 +03:00
Artyom
de1bf14d67 Arrange pros/cons one below the other on mobile 2016-04-23 18:12:10 +03:00
Artyom
0601d677ec [markup.css] Fix stupid typos 2016-04-22 01:13:16 +03:00
Artyom
77cdb3c1ef Make headers-in-notes smaller
Fixes #33
2016-04-21 19:28:35 +03:00
Artyom
9c82a6dbab Add CSS for category lists 2016-04-21 18:19:38 +03:00
Artyom
e0ff916eea Add an AJAX request indicator
Fixes #18
2016-04-16 23:06:59 +03:00
Artyom
43bb1f3a6f Show table of contents for notes 2016-04-16 02:02:43 +03:00
Artyom
fc60cf6f7d Underline headers 2016-04-15 16:54:45 +03:00
Artyom
a467d49823 Add a template for category notes 2016-04-15 16:15:02 +03:00
Artyom
7925807c02 Add some styling to the admin page 2016-04-14 01:56:13 +03:00
Artyom
f78434f2d1 Use Markdown CSS on the admin page as well 2016-04-09 03:36:38 +03:00
Artyom
025491beba Include scripts locally
This should actually be faster because then the browser wouldn't have to
additionally resolve CDNJS (and also now the site can be tested without
internet connection).
2016-04-06 01:51:50 +03:00
Artyom
96eea1265d Use wrapPage everywhere + sticky footer 2016-03-23 18:53:34 +03:00
Artyom
15c5cfc33c Add the bit about “hire me” to /donate 2016-03-23 18:18:08 +03:00
Artyom
31cd006cf8 Fix extra border on mobile
Previously the search box was going over 100% width
2016-03-22 21:55:07 +03:00
Artyom
df3c55e823 Add feed icons 2016-03-22 20:19:05 +03:00
Artyom
aa6efe9d9a Add the “unwritten rules” page 2016-03-20 13:50:23 +03:00
Artyom
c81fa12305 Add a link to the main page on category pages 2016-03-20 03:15:55 +03:00
Artyom
4f823ddba7 Remove left/right padding 2016-03-19 03:20:43 +03:00
Artyom
96a4d59b29 Add “hk” as a synonym for “hackage” 2016-03-17 18:05:38 +03:00
Artyom
def6c4db0a Change the style of pros/cons a bit 2016-03-17 03:02:51 +03:00
Artyom
43c3214d54 Add an “ecosystem” field 2016-03-17 03:02:11 +03:00
Artyom
2a70c4857b Use CSS animation for donate.html
Apparently SVG animation is deprecated
2016-03-17 01:27:12 +03:00
Artyom
f1cdd51536 Move the donations page to a file in static/ 2016-03-17 01:02:56 +03:00
Artyom
efbd7716bb Don't use the tracking image at all 2016-03-16 15:52:58 +03:00
Artyom
951eda8e38 Fix a typo 2016-03-16 00:31:14 +03:00
Artyom
61be3b5a2e Minor 2016-03-16 00:14:22 +03:00
Artyom
1209b2dfa2 Minor fix 2016-03-15 03:30:33 +03:00
Artyom
401329d851 Write about Markdown in help 2016-03-15 03:29:18 +03:00
Artyom
da90a3f270 Add highlighting for the “repl” class
As well as fix the overflow thing that was adding extra space at the top
of every code block.
2016-03-15 03:11:46 +03:00
Artyom
9ef847d066 Style blockquotes 2016-03-12 03:33:12 +03:00
Artyom
0f1577252b Add a template for item notes 2016-03-12 00:06:14 +03:00
Artyom
d5b2ec3f9c Style textareas 2016-03-11 17:08:04 +03:00
Artyom
8394dbf737 Load Piwik from cdnjs, it's faster 2016-03-11 13:42:49 +03:00
Artyom
bb588ca49c Move item controls into the header 2016-03-11 01:44:07 +03:00
Artyom
3f88eae40e Add item descriptions 2016-03-11 00:22:28 +03:00
Artyom
101158eeee Minor 2016-03-10 21:46:38 +03:00
Artyom
c07f0f1911 Fix tracking 2016-03-09 02:44:22 +03:00
Artyom
cb9735d27b Add Piwik tracking 2016-03-09 02:24:02 +03:00
Artyom
03311f0abd Use # instead of javascript:void(0) for buttons
It's faster in Firefox
2016-03-08 16:51:51 +03:00
Artyom
54ccb40b7e Show/hide help without querying the server 2016-03-07 22:20:32 +03:00