Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showcase page + navbar updates #7

Merged
merged 31 commits into from
Apr 18, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d19a351
Chore: setup dev env
arth-shukla Apr 12, 2023
270e6e8
Progress: add thumbnail grid
arth-shukla Apr 12, 2023
33661a2
Progress: skip button with simple scroll checking
arth-shukla Apr 12, 2023
535bb5d
Progress: animate button + a11y
arth-shukla Apr 12, 2023
dd5b2c3
Feat: finish showcase structure
arth-shukla Apr 12, 2023
2374830
Fix: attempt to allow gh package registry installs
arth-shukla Apr 13, 2023
dbc7b81
Fix: remove component library, move component to components folder
arth-shukla Apr 13, 2023
81f03dc
Fix: match section padding with navbar/footer
aaronchan32 Apr 13, 2023
54455fa
Feat: add (optional) ext link support
arth-shukla Apr 13, 2023
0066cec
Fix: keys regen -> unnecessary rerenders
arth-shukla Apr 13, 2023
b4f2bfa
Fix: semantic html, font sizing
arth-shukla Apr 13, 2023
689587c
Fix: h2 padding bottom
arth-shukla Apr 13, 2023
496ecc6
Trivial: thumbnail img hover anim
arth-shukla Apr 14, 2023
b60a402
Fix: button under images
arth-shukla Apr 14, 2023
83e5271
Fix: add bold styling to active page
aaronchan32 Apr 14, 2023
e77c7b2
Fix: add active styling to arrow-down
aaronchan32 Apr 14, 2023
4c9b369
Fix: centered button text and add active state
aaronchan32 Apr 14, 2023
05dd94f
Fix: use brightness() for dimming
arth-shukla Apr 14, 2023
ead788d
Feat: add showcase to navbar
aaronchan32 Apr 16, 2023
901e53f
Fix: make showcase default home page
aaronchan32 Apr 16, 2023
bf0cfe7
Fix: fix imports
aaronchan32 Apr 16, 2023
6c1875b
Fix: make mobile navbar reflect desktop navbar
aaronchan32 Apr 16, 2023
b613312
Fix: update mobile overflow when navigating
aaronchan32 Apr 16, 2023
379f119
Update .gitignore
arth-shukla Apr 18, 2023
27d6d40
Merge branch 'navbar-update' into showcase-navbar
arth-shukla Apr 18, 2023
8565cb5
Chore: thumbnail images
arth-shukla Apr 18, 2023
f37415a
Feat: add all (currently available) thumbnail data
arth-shukla Apr 18, 2023
cfe6042
Fix: adjusted padding of view showcase button
aaronchan32 Apr 18, 2023
35f76e3
Fix: account for very small screenwidth for button
aaronchan32 Apr 18, 2023
d8159b6
Chore: 2 more images
arth-shukla Apr 18, 2023
af326b3
Merge branch 'showcase-grid' into showcase-navbar
arth-shukla Apr 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: h2 padding bottom
  • Loading branch information
arth-shukla committed Apr 13, 2023
commit 689587c4fbac5ce98317a6d2fc45157968b7bd83
1 change: 1 addition & 0 deletions src/pages/showcase/styles.scss
Original file line number Diff line number Diff line change
@@ -46,6 +46,7 @@
font-size: 2.5rem;
text-transform: uppercase;
line-height: 100%;
padding-bottom: 40px;
}
p {
font-family: $p-font;