Commit Graph
378 Commits
Author SHA1 Message Date
ddivad195 033b0421fc content(archive): add new archived spotlights to website 2020-02-06 10:46:51 +00:00
Jean-Philippe Sirois 9c74572573 content(resources): fix typos 2020-01-27 22:24:27 -05:00
Jean-Philippe Sirois a52982a79c ui: add footer below pages 2020-01-27 21:45:14 -05:00
Jean-Philippe Sirois 765a27ed0d content(resources): nitpick in consistency 2020-01-27 14:38:10 -05:00
Jean-Philippe Sirois fcbcd1a74a fix: remove now unused date from queries 2020-01-27 06:14:31 -05:00
Jean-Philippe Sirois 6906bc2967 content(resources): clean up placeholder resources 2020-01-27 02:00:54 -05:00
Jean-Philippe Sirois fd656fdb66 fix(404): properly style link 2020-01-26 12:56:32 -05:00
Khinshan Khan b154d0c515 refact(404): convert link correction function to functional component 2020-01-26 12:38:28 -05:00
Khinshan Khan 8ab5ec1737 fix(404): 404 for collections to properly get their layout applied 2020-01-26 12:34:48 -05:00
Khinshan Khan 849bd0be02 feat(404): add collections 404 page to tech spotlights 2020-01-26 12:33:31 -05:00
Khinshan Khan a796facdb1 feat(404): allow for suffix of matching to be passed in to make archive matches more accurate 2020-01-26 12:30:33 -05:00
Khinshan Khan 56df4abeb6 feat(404): add threshold parameter, number of characters a link can be editted to be correct 2020-01-26 12:29:06 -05:00
Khinshan Khan 713f9c1629 refact(404): abstract 404 link correction logic for collections to a component 2020-01-26 12:26:55 -05:00
Khinshan Khan e5450a099a refact(404): abstract query from possible corrections logic 2020-01-26 12:25:17 -05:00
Maganth Seetharaman 4b2fb2e94f refact(home): clean up home header now used exclusively on home 2020-01-25 23:56:32 -05:00
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