Commit Graph
413 Commits
Author SHA1 Message Date
Jean-Philippe Sirois 8722d15be5 refact: extract layout page logic 2020-01-25 14:04:38 -05:00
Maganth Seetharaman 724ef13186 feat: move about & rules pages to the sidebar layout 2020-01-25 11:52:07 -05:00
Jeremy 9cc5ffb7b7 fix(home): remove last 'extra' path on bottom svg 2020-01-25 11:06:54 -05:00
Jeremy 7f49709c94 fix(home): keep top svg at same relative height regardless of res, align to right 2020-01-25 11:06:24 -05:00
Jeremy 8ff7a97566 fix(home): ie11 support: fix top and bottom svgs 2020-01-22 04:30:37 -05:00
Jeremy c06c7df749 fix(home): ie11 support: resolve overflowing h1, nav link underlines, discord button height 2020-01-22 04:30:37 -05:00
Jean-Philippe Sirois 0a9484ffae feat(resources): make languages collapsible 2020-01-18 02:55:10 -05:00
Jean-Philippe Sirois 28f58c9d44 style: sort imports 2020-01-18 00:14:51 -05:00
Jean-Philippe Sirois 3f08458b03 feat(sidebar): close on mobile upon clicking a link 2020-01-18 00:05:45 -05:00
Jean-Philippe Sirois ea57ea7815 refact(sidebar): move mobile state to context provider 2020-01-17 23:17:05 -05:00
unknown eeddb85460 Added a title and description for the index page 2020-01-13 17:32:54 -05:00
Jean-Philippe Sirois e2dfaaf9a6 feat: link to the forum 2020-01-03 00:13:09 -08:00
Jean-Philippe Sirois a15459ca36 feat: remove dead/unused menu links 2020-01-03 00:13:09 -08:00
Jean-Philippe Sirois ccd93bd609 refact: use ramda for sorting 2020-01-01 15:06:38 -08:00
Jean-Philippe Sirois f81210326a feat(resources): sort menu items: intro, folders, pages 2020-01-01 14:59:56 -08:00
KaeseKuchenDEV 9932cceac1 content(resources): add streams for java 2020-01-01 11:52:39 -08:00
Jean-Philippe Sirois ab3360a1ad ui: improve bad animation on waves 2019-12-31 10:28:12 -08:00
Jean-Philippe Sirois d392f3ec2f content(resources): add content to lang intro pages 2019-12-15 23:57:39 -05:00
Jean-Philippe Sirois b40d6aeb58 feat(resources): link to resources home from intro 2019-12-15 19:48:02 -05:00
Jean-Philippe Sirois 97e9b8ce53 feat(resources): create intro page for each language 2019-12-15 16:22:43 -05:00
Khinshan Khan 234d20155c fixed redirect links on resources 404 2019-12-10 01:30:09 -05:00
Isaac Clayton 88c9b8885a content(rules): correct grammatical errors (#192)
* Correct Grammatical Errors

Corrected the following issues:
- fixed possession of some nouns.
- corrected common grammatical errors
- changed improper uses of 'which' → 'that'
- Cleaned up/clarified some prose

* revert to → too

* Fixed some small stylistic & grammatical errors

removed unnecessary commas, improved the flow of 'If you're a ~totally~ green noob...', made UUIDs `code style` as they're not proper names.
2019-12-06 17:10:44 -05:00
Jean-Philippe Sirois 7297015068 style: add TS types to resources 404 2019-12-01 21:00:20 -05:00
Jean-Philippe Sirois 1195215117 style: auto-format code 2019-12-01 18:51:27 -05:00
Khinshan Khan c96fb2eabf feat: support graceful 404 pages for resources 2019-12-01 18:30:22 -05:00
jacquej96 5253cccb37 content(resources): simplify Java class article
Removed the discussion about super() which will be a separate article
Reduced discussion of constructors to the bare minimum
Changed private vars to public to remove getters which will be a separate article
2019-12-01 17:48:20 -05:00
Alearori a999470c4d content(resources): add multidimensional arrays article for c++ 2019-12-01 17:43:52 -05:00
Hayden Young 7f00d07c11 content(resources): update JS arrow functions
This is both adding more content to the existing article, as well as explaining the use of parameters inside immediate return arrow functions.

> The correction was changing it from telling the reader it was for one-line expression returns only, to logic-less expression returns as they could take up multiple lines in the case of it being an object or array or such.
2019-11-24 23:06:17 -05:00
David 6e1a0ece87 fix(content): fix typo in async / await article 2019-11-24 16:57:23 +00:00
Jean-Philippe Sirois b53c362e32 feat: extend languages syntax highlighting support 2019-11-21 05:30:59 -05:00
Jean-Philippe Sirois beed6e278e content(archives): format codeblocks 2019-11-21 05:18:13 -05:00
Jean-Philippe Sirois 2635a6e84a fix: make site title much smaller mobile/tablet 2019-11-21 04:54:48 -05:00
Jean-Philippe Sirois c6d48eb9b7 refact: rename poorly named mobile header 2019-11-21 04:48:02 -05:00
Jean-Philippe Sirois e79c68fdaf feat: replace favicon with new logo 2019-11-21 04:37:43 -05:00
Jean-Philippe Sirois 0bc9d6b3df feat(archives): transfer locally, instead of fetching from git 2019-11-21 03:48:34 -05:00
Jean-Philippe Sirois 36775d4ee8 style: lint codebase (dead import) 2019-11-21 03:36:18 -05:00
Jean-Philippe Sirois 70049d9e30 feat: support custom mobile header title 2019-11-21 03:22:45 -05:00
Tom 9772a5165a content: add article about arithmetic, assignment and comparison operator & operator precendence 2019-11-21 01:00:49 -05:00
ddivad195 ae5d21758d fix(rules): fix rule links and formatting 2019-11-21 00:49:46 -05:00
Jean-Philippe Sirois 0983134a8e content(rules): update rules 2019-11-19 17:56:23 -05:00
Jean-Philippe Sirois da40a3e3ad fix: correctly cut long links on words 2019-11-12 01:12:43 -08:00
Jean-Philippe Sirois 711da3c517 refact: rename Column components to be generic 2019-11-11 17:18:09 -08:00
Jean-Philippe Sirois 7cc1e4c899 feat(archives): bootstrap what-is-archives from Github 2019-11-11 15:40:52 -08:00
Jean-Philippe Sirois 3f94a780be feat(resources): open current path on page load 2019-11-08 19:22:33 -08:00
Jean-Philippe Sirois 3b3a68698f refact: extract location to provider/hook 2019-11-08 17:04:09 -08:00
thomas-crane b578601593 fix(resources): fix typos in js resources
Some small typos in the code examples for the iterative vs functional JS
page have been fixed up.
2019-11-09 10:10:03 +11:00
Jean-Philippe Sirois 8e42839125 ui(resources): add space below resources content 2019-11-08 14:33:34 -08:00
Jean-Philippe Sirois 7c4aafbda8 style: format the codebase with Prettier 2019-11-08 14:24:27 -08:00
Jean-Philippe Sirois 5259235277 feat(resources): improve SEO by attaching excerpt as description 2019-11-05 14:52:52 -08:00
Jean-Philippe Sirois 1e3b199e0a feat(home): add jetbrains as a partner 2019-11-05 13:16:34 -08:00