Commit Graph
422 Commits
Author SHA1 Message Date
Jean-Philippe Sirois b1db2df6d5 Merge pull request #414 from Stone-Red-Code/add-c-sharp-resources
Add c-sharp resources
2021-07-21 15:29:43 -04:00
Aadhish Sriram S 29d2125c87 change source link of emourge
The server uses mongo version of emourge but the current source points the postgres version.
2021-07-21 19:09:29 +05:30
Stone-Red-Code d70a902c89 Fixed headings order 2021-07-09 18:40:26 +02:00
Stone-Red-Code 6555a9bcc1 Remove extra slash 2021-07-09 11:41:12 +02:00
Stone-Red-Code f7c562c383 Fixed naming conventions examples 2021-07-09 11:39:10 +02:00
Stone-Red-Code 9e07fa33fa Fixed layout conventions code example 2021-07-08 22:03:04 +02:00
Stone-Red-Code 3e75ce3aad Basic resources added
- intro
- naming conventions
- access modifiers
2021-07-08 19:27:21 +02:00
Tanya fb1cda89fb Update users count 2021-07-03 21:59:42 +04:00
ameh dcf38962c0 fix: clarify rules on minimodding 2021-06-06 17:52:18 -05:00
Jean-Philippe Sirois efb1fe724b fix: correctly show header on generic content pages 2021-06-01 00:18:01 -04:00
Jean-Philippe Sirois fd7005c9df ui: tweak sticky header styles to match figma sketch 2021-06-01 00:08:17 -04:00
Jean-Philippe Sirois e7307a0893 fix: invalid css 2021-06-01 00:08:17 -04:00
Jean-Philippe Sirois cc740502e9 fix: move to a more stable scroll API to avoid jumping 2021-06-01 00:08:17 -04:00
jumpyapple fdb6083c6b fix: AbortController not found, resize text in Box 2021-06-01 00:02:56 -04:00
jumpyapple 8a5970107f feat: create sticky version of components involved
Notices problems are
- Links in content area are higher (in terms of z value) than the sticky header.
- The sidebar header for table of contents seems to be positioned higher than it should.
- Text size of breadcrumb and title are too big.
- Flickering problem on pages that are short (less content/one page content).
2021-06-01 00:02:56 -04:00
jumpyapple 5ba1e86672 fix: window is not available during gatsby build
Check if window is available, and set initial value for `state.scrollY`.
2021-06-01 00:02:56 -04:00
jumpyapple 38e1a4ba56 feat: add a proof of concept
Using debouncing idea described in
https://css-tricks.com/styling-based-on-scroll-position/ to record
scrollY value and render the `BoxedTitle` base on the value. The box is
hidden when scrollY is greater than 30.

The class-style React component is used to register an event listener
for scrolling event.
2021-06-01 00:02:56 -04:00
ameh 6ec03a6436 feat: add minimodding, webscraping, drama rules 2021-05-28 11:05:52 -05:00
Sam Wolfs 11af26cef2 Fix chapter 12 & 13 headers 2021-05-27 03:49:42 -04:00
MuhammadWasif 79eaea6e05 Display author when only one contribute 2021-05-27 02:48:46 -04:00
norogoth 2370741701 Update beginners.md
Grammar
Changed the punctuation from a comma to a semicolon. Changed "is" to "are"

Tactfulness
Changed "mind you" to "In addition" to improve the tone.

Number
Changed the number to over 80,000! :)
2021-05-27 02:41:13 -04:00
Esteban Borai e3eff37aca fix: Safari support for PrismJS env configuration
Fixes a RegExp validation error caused when building and executing
a RegExp with LookBehind syntax on Safari.

This issue causes a white screen when running `npm start` on Safari
browser.
2021-05-22 01:10:07 -04:00
Jean-Philippe Sirois 02784d6320 Merge pull request #401 from the-programmers-hangout/update-content
Update role info and beginner content
2021-05-15 19:43:27 -04:00
Jean-Philippe Sirois b8cedc8f1c Merge pull request #400 from the-programmers-hangout/what-is-vim
feat: add vim spotlight
2021-05-15 19:42:39 -04:00
Mark 77208384d4 Update role info and beginner content 2021-05-15 21:52:33 +01:00
Mark 0cb2c17905 feat: add vim spotlight 2021-05-15 21:45:54 +01:00
Mark a82035d908 feat: Add google spotlight 2021-05-04 18:07:02 +01:00
Mark 4c63e35fe6 feat: add sqlite spotlight 2021-04-21 20:16:21 +01:00
Mark 41f3748b04 feat: Make spotlight formatting consistent across articles 2021-04-02 12:35:40 +01:00
Mark 54ceb3cf02 feat: add symfony spotlight 2021-04-02 00:12:52 +01:00
Mark 4adf7e3c0e feat: add ansible spotlight 2021-04-02 00:08:38 +01:00
Jean-Philippe Sirois 3a25f87fd6 fix: typo begginers -> beginners 2021-02-25 13:28:46 -05:00
JakeJMattson 5ec2cbff8f Migrate KUtils references to DiscordKt 2021-02-25 12:28:12 -06:00
JakeJMattson 64c2506a0c Delete kutils-guide.md 2021-02-25 12:27:49 -06:00
jumpyapple 51caf8ac80 fix(resources/python): replace the link to free book with a new one
The target repository change the directory structure resulting in a dead link.
2021-02-25 04:39:36 -05:00
Jean-Philippe Sirois 3497768ecc style: auto-format 2021-02-25 04:37:28 -05:00
Joseph f3337f8cfb added begginers page 2021-02-25 04:34:41 -05:00
Jean-Philippe Sirois 46e8651b31 style: auto-format 2021-02-25 04:24:10 -05:00
Lê Duy Quang f782589856 Added a cause and fix for the cannot read property error. 2021-02-25 04:21:57 -05:00
Lê Duy Quang b854b46050 Converted all tabs to spaces. 2021-02-25 04:21:57 -05:00
Lê Duy Quang 0862031bf9 Fixed grammar errors. 2021-02-25 04:21:57 -05:00
Lê Duy Quang ac1ed508f7 Added "Cannot read property "abc" of null/undefined." 2021-02-25 04:21:57 -05:00
Mark f29db39382 feat: Update moderation information 2021-02-20 15:50:48 +00:00
Jakob Bowyer c974b5ca5e Fixed my discord icon :blaze: 2021-02-12 15:28:09 +00:00
Jean-Philippe Sirois 5611e6b157 style: auto-format 2020-11-21 04:11:32 -05:00
Jean-Philippe Sirois a9cd7525d4 ui(rules): style the Emergengy Staff Ping role 2020-11-21 04:11:13 -05:00
Amish Naidu dc2fe9f59a Rename SRB role 2020-11-21 04:00:14 -05:00
Amish Naidu eb05b34483 Remove "assume good-faith" 2020-11-21 04:00:14 -05:00
Amish Naidu 04f48b94b9 Update rules 2020-11-21 04:00:14 -05:00
Amish Naidu f24ce33007 Restructure and tweak rules 2020-11-21 04:00:14 -05:00