Commit Graph

29 Commits

Author SHA1 Message Date
Shahan Nedadahandeh f6443560e7
Updated package.json engine
continuous-integration/drone/push Build is failing Details
2022-07-20 23:20:34 -07:00
Shahan Nedadahandeh fc8f9eecc7
Merge remote-tracking branch 'origin/main' into shahanneda/add-wordcloud
continuous-integration/drone/push Build is failing Details
2022-07-20 23:09:41 -07:00
Shahan Nedadahandeh 9149117115
Removed unused import
continuous-integration/drone/push Build is failing Details
2022-07-20 22:51:34 -07:00
Shahan Nedadahandeh 2e9013d70b
Moved line around 2022-07-20 22:51:34 -07:00
Shahan Nedadahandeh 4fb454427c
Updated id 2022-07-20 22:51:34 -07:00
Shahan Nedadahandeh ca896bedf6
Updated style 2022-07-20 22:51:33 -07:00
Shahan Nedadahandeh 49cbd40c12
Removed older changes 2022-07-20 22:51:33 -07:00
Shahan Nedadahandeh 1ec4c2735e
Added tooltip to wordcloud 2022-07-20 22:51:30 -07:00
Amy Wang d638f42e8f
Fix Inconsolata font (#24)
Fixes #23

Kudos to @j285he for noticing that we had commas in `pages/font.css` when we should've had semicolons.

Co-authored-by: Amy Wang <a258wang@csclub.uwaterloo.ca>
Reviewed-on: #24
Reviewed-by: Shahan Neda <snedadah@csclub.uwaterloo.ca>
2022-07-20 22:51:01 -07:00
Shahan Nedadahandeh 6273339409
Fix Staging server 404 error (#22) 2022-07-20 22:50:38 -07:00
Shahan Nedadahandeh 561b1badc8
Tested fonts 2022-07-20 22:50:37 -07:00
Shahan Nedadahandeh 46059a14d4
Fixed fonts and margin 2022-07-20 22:50:37 -07:00
Shahan Nedadahandeh eef4285627
Test fonts 2022-07-20 22:50:36 -07:00
Shahan Nedadahandeh ae281310f1
Fixed issue with non html path 2022-07-20 22:50:36 -07:00
Shahan Nedadahandeh b714317622
fixed typo 2022-07-20 22:50:35 -07:00
Shahan Nedadahandeh f3110fda04
Test staging nginx config 2022-07-20 22:50:34 -07:00
Amy Wang 5ce2efdc31 Fix Inconsolata font (#24)
continuous-integration/drone/push Build is passing Details
Fixes #23

Kudos to @j285he for noticing that we had commas in `pages/font.css` when we should've had semicolons.

Co-authored-by: Amy Wang <a258wang@csclub.uwaterloo.ca>
Reviewed-on: #24
Reviewed-by: Shahan Neda <snedadah@csclub.uwaterloo.ca>
2022-07-11 02:28:47 -04:00
Shahan Nedadahandeh 854c5d5bae Fix Staging server 404 error (#22)
continuous-integration/drone/push Build is passing Details
2022-07-07 19:52:43 -04:00
Shahan Nedadahandeh 91ac58ae53
Added word cloud 2022-07-04 12:24:12 -07:00
Shahan Nedadahandeh 126a61fc28 Add colors in JS and Color Palette (#18)
continuous-integration/drone/push Build is passing Details
2022-07-01 14:30:57 -04:00
Shahan Nedadahandeh 67aa21fd65 Add CI (#13)
continuous-integration/drone/push Build is passing Details
2022-06-26 16:14:27 -04:00
Jared He b8e43bcf64 Change sans-serif fallback to monospace (#20)
Since inconsolata is a monospace font, I think we should change the fallback to be monospace as well (it also matches the aesthetic of the design more closely).

What do you all think?

Co-authored-by: Jared He <66887902+jaredjhe@users.noreply.github.com>
Reviewed-on: #20
Reviewed-by: Amy <a258wang@csclub.uwaterloo.ca>
2022-06-18 23:08:14 -04:00
Mark Chiu e5acb92e3e Add global colours and styles (Closes #11) (#14)
- Added variables for the theme colours (pink, orange, lighter pink, dark blue, etc.)
- Added variables for common styles (header, background, text, link, etc.) in dark mode and light mode; default theme is in dark mode
- Added font family Inconsolata
- Styled the page background + font family

Note: Using custom properties for variables (CSS as a single source of truth)

Missing:
- Line height
- Spacing

Co-authored-by: Emily Chiu <e26chiu@uwaterloo.ca>
Reviewed-on: #14
Reviewed-by: Shahan Neda <snedadah@csclub.uwaterloo.ca>
Reviewed-by: Amy <a258wang@csclub.uwaterloo.ca>
2022-06-17 23:41:09 -04:00
Amy Wang 591b885ae2 Fix typo 2022-06-03 02:15:22 -04:00
Amy Wang e4c7be3931 Add sample mock data 2022-06-03 02:11:48 -04:00
Amy Wang 25c3c75a06 Add playground 2022-06-03 01:31:07 -04:00
Amy Wang ce166cf404 Install basic visx packages and tweak settings 2022-06-03 01:31:07 -04:00
Amy Wang 3007e63263 Set up repo 2022-06-03 01:31:07 -04:00
Amy Wang da4f4b10c8 Initial commit from Create Next App 2022-06-03 01:31:07 -04:00