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

Ambassador page & hackathon page #127

Open
wants to merge 53 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
fe15d8e
Largely init hackathon page
mvaivre Apr 2, 2023
6116f2b
Tweaks to header
mvaivre Apr 2, 2023
fdba486
Animate water jet
mvaivre Apr 3, 2023
a75cbe7
Many improvements all around
mvaivre Apr 3, 2023
205f667
Show cards for ideas
mvaivre Apr 3, 2023
f5b813e
Better track cards, schedule and prerequisites
mvaivre Apr 3, 2023
7f16d97
Adapt titles hierarchy
mvaivre Apr 3, 2023
93fc79b
Add new illustrations
mvaivre Apr 4, 2023
49615eb
Init judging section, add illustration
mvaivre Apr 4, 2023
c923257
Add missing illustrations
mvaivre Apr 4, 2023
5f17681
Add prizes section
mvaivre Apr 4, 2023
4c85d1d
Add criteria
mvaivre Apr 5, 2023
0e2005e
Add Jury section
mvaivre Apr 5, 2023
539c914
Update header image
mvaivre Apr 5, 2023
df66ec2
Final content added.
mvaivre Apr 5, 2023
6f7d958
Fix linting issues
mvaivre Apr 5, 2023
ed8ce60
Fix gatsby build
mvaivre Apr 5, 2023
1171e46
Tweak mobile layout
mvaivre Apr 6, 2023
b116b6e
Add subtitle to schedule items
mvaivre Apr 6, 2023
c66f892
Padding fix
mvaivre Apr 6, 2023
eade93e
Add more themes, init ambassadors hierarchy
mvaivre Apr 20, 2023
0b54f65
Tweak hackathon page
mvaivre May 3, 2023
88a620c
Start updating ambassador content and style
mvaivre May 3, 2023
2420c8c
Ambassador page: start experimenting with visual identity.
mvaivre May 5, 2023
b2b07bf
Add landing image and NavigationHeader
mvaivre May 6, 2023
d00467f
Work on layout specificities
mvaivre May 6, 2023
bf8423f
Hackathon page improvements
mvaivre May 6, 2023
08d8c99
Some cleanup, visual identity experiment starts to look good.
mvaivre May 6, 2023
65962cf
Good progress on ambassador page content
mvaivre May 7, 2023
cbafbe1
Design whole content
mvaivre May 7, 2023
062c14b
Add header in hackathon page
mvaivre May 7, 2023
aa9adee
Fix linting issues
mvaivre May 7, 2023
ce1d52f
Redesign hackathon landing section
mvaivre May 7, 2023
8d47918
Make footer a standalone component, use it in all pages
mvaivre May 7, 2023
d56f050
Tweak ambassador page margins
mvaivre May 8, 2023
67d564e
Add ambassador program link in footer + isNew option for SimpleLink
mvaivre May 8, 2023
d74e053
Add "isNew" tag in NavigationMenu to highlight dapp building
mvaivre May 8, 2023
3d08878
Use new trial font in hackathon page, tweak cards
mvaivre May 8, 2023
052aaec
Remove use of window.location
mvaivre May 8, 2023
dce6dde
Last improvements to Hackathon page
mvaivre May 8, 2023
e90cd1a
Pass location to Footer
mvaivre May 8, 2023
e2b09a3
Better section width mgmt in ambassadors page
mvaivre May 8, 2023
ceb1599
Switch to Switzer font
mvaivre May 10, 2023
b7997d9
Add action button
mvaivre Jun 16, 2023
ada4fb5
Add reward form link
mvaivre Jun 16, 2023
241e68c
Init tiers slider and tier cards' content
mvaivre Jun 19, 2023
722649a
Tiers' targets expandable sections
mvaivre Jun 20, 2023
1b066c8
Add picture
mvaivre Jun 20, 2023
56409ad
Tiers content is done
mvaivre Jun 20, 2023
b52accc
Add program's terms and conditions
mvaivre Jun 20, 2023
7cdf9fd
Final touches
mvaivre Jun 20, 2023
5da9e81
Implement ambassador page changes. Refactor modal system.
mvaivre Jul 3, 2023
b91a056
Prevent scroll to top when opening a modal
mvaivre Jul 4, 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
2 changes: 2 additions & 0 deletions gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
import './src/styles/typography.css'

export const shouldUpdateScroll = () => false
219 changes: 18 additions & 201 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
"babel-plugin-styled-components": "^2.0.2",
"babel-preset-gatsby": "^3.1.0",
"buffer": "^6.0.3",
"colord": "^2.9.3",
"crypto-browserify": "^3.12.0",
"framer-motion": "^7.6.9",
"framer-motion": "^10.10.0",
"gatsby": "^5.1.0",
"gatsby-plugin-csp": "^1.1.4",
"gatsby-plugin-image": "^3.1.0",
Expand Down
Loading
Loading