From 0ffd1b968ae325d6a7eb1ef4369c85dda7f5fd08 Mon Sep 17 00:00:00 2001 From: GhostOf0days Date: Mon, 26 Feb 2024 18:14:28 -0500 Subject: [PATCH 1/2] added labrador --- public/labrador/labrador.md | 1 + src/components/Navbar/index.tsx | 34 ++++++++++--- src/pages/labrador.tsx | 86 +++++++++++++++++++++++++++++++++ src/styles/Labrador.module.scss | 61 +++++++++++++++++++++++ 4 files changed, 176 insertions(+), 6 deletions(-) create mode 100644 public/labrador/labrador.md create mode 100644 src/pages/labrador.tsx create mode 100644 src/styles/Labrador.module.scss diff --git a/public/labrador/labrador.md b/public/labrador/labrador.md new file mode 100644 index 0000000..1cca34d --- /dev/null +++ b/public/labrador/labrador.md @@ -0,0 +1 @@ +# Labrador assets go in this folder \ No newline at end of file diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 2146d1a..15822cb 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -36,9 +36,13 @@ function Toolbar({ collapsed }: { collapsed: Boolean }) { onClick={() => setMobileLinksVisible(false)} >
- {/* - /about - */} + {/* + /about + */} /tech + + /labrador +
- {/* - /about - */} + {/* + /about + */} /tech + + /labrador + +
+ Labrador +
+ + The Labrador committee works on new projects from the + ground-up that tech may take on in the future. Think of + Labrador like ScottyLabs' own internal + "startup" accelerator for tech projects. + +
+ + + // } + /> + + // } + /> + + // } + /> + + +
+ + ); +} diff --git a/src/styles/Labrador.module.scss b/src/styles/Labrador.module.scss new file mode 100644 index 0000000..5eb4702 --- /dev/null +++ b/src/styles/Labrador.module.scss @@ -0,0 +1,61 @@ +@import './variables.scss'; +@import './mixins.scss'; + +.pageContainer { + display: flex; + flex-direction: column; + min-height: 100vh; + justify-content: space-between; +} + +.pageContent { + width: 80%; + margin: 3em auto 0 auto; + + @include down($breakpoint-lg) { + width: 90%; + } +} + +.aboutSection { + display: grid; + grid-template-columns: 1fr; + gap: 2em; + margin-top: 1em; + + @include down($breakpoint-sm) { + grid-template-columns: none; + grid-template-rows: 1fr; + } +} + +.softwareIconContainer { + display: flex; + flex-direction: row; + justify-content: flex-end; + gap: 2em; + + @include down($breakpoint-sm) { + gap: 1em; + justify-content: space-between; + } +} + +.softwareIcon { + height: 64px; + width: 64px; + + @include down($breakpoint-sm) { + height: 48px; + width: 48px; + } + + @include down($breakpoint-xs) { + height: 36px; + width: 36px; + } +} + +.projectTimeline { + margin-top: 5em; +} From 89ba4f5d922da28e1f4ba489c335e4e3d7f1eb98 Mon Sep 17 00:00:00 2001 From: GhostOf0days Date: Mon, 26 Feb 2024 18:18:34 -0500 Subject: [PATCH 2/2] small grammar fix --- src/pages/labrador.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/labrador.tsx b/src/pages/labrador.tsx index 09ba87b..753c511 100644 --- a/src/pages/labrador.tsx +++ b/src/pages/labrador.tsx @@ -27,7 +27,7 @@ export default function Labrador() { // 'react-native', // 'firebase', ]} - description="Centralized grocery and expense management for housemates. Automated receipt splitting and shopping list tracking.." + description="Centralized grocery and expense management for housemates. Automated receipt splitting and shopping list tracking." // link="https://N/A.com/" // image={ //