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

feat: title animation #7

Merged
merged 32 commits into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
07db1a8
feat: team section setup
0xArdy Jan 23, 2023
3baa772
style: footer circle
0xArdy Jan 23, 2023
772f88e
feat: scroll to top when navigate
0xArdy Jan 23, 2023
7035294
refactor: test amplify
turtlemoji Jan 24, 2023
6c989a4
feat: lore page improvements
0xArdy Jan 24, 2023
e6fa10d
Merge branch 'feat/navigator' of github-defi:defi-wonderland/wonderla…
0xArdy Jan 24, 2023
b8fcb32
fix: remove portfolio sections
0xArdy Jan 24, 2023
27d9056
fix: set some measures as tsc variables
0xArdy Jan 24, 2023
923c4c9
fix: ring position and lore page width
0xArdy Jan 25, 2023
197e3df
feat: team grid
0xArdy Jan 25, 2023
2e5961a
feat: portfolio setup
0xArdy Jan 26, 2023
85ff91a
fix: remove horizontal scroll
0xArdy Jan 26, 2023
fc8b236
feat: responsive navbar and other responsive improvements
0xArdy Jan 26, 2023
e85ecc7
fix: conflicts
0xArdy Jan 26, 2023
9401cbb
fix: conflicts
0xArdy Jan 26, 2023
644e36e
feat: title effect
0xArdy Jan 27, 2023
782d47e
style: fix title font size
0xArdy Jan 27, 2023
49ffc02
style: gradient color on hover
0xArdy Jan 27, 2023
0137f5d
fix: padding bottom in footer
0xArdy Jan 27, 2023
da7eff8
fix: font sizes on mobile
0xArdy Jan 27, 2023
43eef22
fix: portfolio background
0xArdy Jan 27, 2023
538a602
fix conflicts
0xArdy Jan 27, 2023
f4bf40b
fix: font color
0xArdy Jan 27, 2023
290f04b
style: title font size
0xArdy Jan 27, 2023
03cf490
fix: conflicts
0xArdy Jan 31, 2023
05bd03a
fix: build
0xArdy Jan 31, 2023
e1d9b87
fix: title animation trimmed
0xArdy Jan 31, 2023
9b7db9f
chore: remove `
0xArdy Jan 31, 2023
f307634
fix: title animation speed
0xArdy Feb 1, 2023
7d2cbea
fix: remove redundant code
0xArdy Feb 1, 2023
13d7e77
fix: remove ts flag
0xArdy Feb 2, 2023
283f751
chore: remove {}
0xArdy Feb 2, 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
48 changes: 28 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,37 @@
<meta charset="UTF-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow">
<meta name="keywords" content="DeFi Wonderland, Defi, decentralized finance, activist fund, ethereum, solidity, devs">
<meta name="description" content="Wonderland is an activist fund, as such, our goal is to join forces with the best builders in the world to shape the future of the web. We believe this future needs to be open-source, permissionless, and decentralized, and we strive towards that goal.">
<meta name="author" content="DeFi Wonderland">
<meta property="og:url" content="https://defi.sucks">
<meta property="og:type" content="website">
<meta property="og:title" content="DeFi Wonderland">
<meta property="og:description" content="Wonderland is an activist fund, as such, our goal is to join forces with the best builders in the world to shape the future of the web. We believe this future needs to be open-source, permissionless, and decentralized, and we strive towards that goal.">
<meta property="og:image" content="https://defi.sucks/share.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@DeFi_wonderlnad">
<meta name="twitter:creator" content="@DeFi_wonderland">
<meta name="twitter:title" content="DeFi Wonderland">
<meta name="twitter:description" content="Wonderland is an activist fund, as such, our goal is to join forces with the best builders in the world to shape the future of the web. We believe this future needs to be open-source, permissionless, and decentralized, and we strive towards that goal.">
<meta name="twitter:image" content="https://defi.sucks/share.jpg">
<meta name="theme-color" content="#10152A">


<meta name="robots" content="index, follow" />
<meta
name="keywords"
content="DeFi Wonderland, Defi, decentralized finance, activist fund, ethereum, solidity, devs"
/>
<meta
name="description"
content="Wonderland is an activist fund, as such, our goal is to join forces with the best builders in the world to shape the future of the web. We believe this future needs to be open-source, permissionless, and decentralized, and we strive towards that goal."
/>
<meta name="author" content="DeFi Wonderland" />
<meta property="og:url" content="https://defi.sucks" />
<meta property="og:type" content="website" />
<meta property="og:title" content="DeFi Wonderland" />
<meta
property="og:description"
content="Wonderland is an activist fund, as such, our goal is to join forces with the best builders in the world to shape the future of the web. We believe this future needs to be open-source, permissionless, and decentralized, and we strive towards that goal."
/>
<meta property="og:image" content="https://defi.sucks/share.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@DeFi_wonderlnad" />
<meta name="twitter:creator" content="@DeFi_wonderland" />
<meta name="twitter:title" content="DeFi Wonderland" />
<meta
name="twitter:description"
content="Wonderland is an activist fund, as such, our goal is to join forces with the best builders in the world to shape the future of the web. We believe this future needs to be open-source, permissionless, and decentralized, and we strive towards that goal."
/>
<meta name="twitter:image" content="https://defi.sucks/share.jpg" />
<meta name="theme-color" content="#10152A" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />

<script src="/libs/blotter.min.js"></script>
<!-- <script src="/libs/rollingDistortMaterial.js"></script> -->
<script src="/libs/liquidDistortMaterial.js"></script>

<title>DeFi Wonderland</title>
</head>
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5",
"fontfaceobserver": "^2.3.0"

"fontfaceobserver": "2.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.3.0",
"react-text-fun": "1.0.0",
"styled-components": "5.3.5"
},
"devDependencies": {
"@types/fontfaceobserver": "^2.1.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vite-tsconfig-paths": "^3.5.0"
"@types/fontfaceobserver": "2.1.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.25",
"@vitejs/plugin-react": "2.0.0",
"typescript": "4.6.4",
"vite": "3.0.0",
"vite-tsconfig-paths": "3.5.0"
}
}
48 changes: 0 additions & 48 deletions public/libs/liquidDistortMaterial.js

This file was deleted.

176 changes: 0 additions & 176 deletions public/libs/rollingDistortMaterial.js

This file was deleted.

5 changes: 5 additions & 0 deletions src/assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ a {
text-decoration: none;
}

button {
background-color: transparent;
border: none;
}

@media screen and (max-width: 600px) {
#hide {
display: none;
Expand Down
Binary file removed src/assets/lore_text.png
Binary file not shown.
Binary file removed src/assets/team_text.png
Binary file not shown.
12 changes: 8 additions & 4 deletions src/assets/themes/dark/_fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,28 @@
@font-face {
font-family: SharpGrotesk-10;
src: local(SharpGrotesk-LightItalic10),
url(/src/assets/themes/dark/fonts/SharpGrotesk-LightItalic10.otf) format("opentype");
url(/src/assets/themes/dark/fonts/SharpGrotesk-LightItalic10.otf)
format("opentype");
font-weight: 300;
font-style: italic;
font-stretch: normal;
}

@font-face {
font-family: SharpGrotesk-15;
src: local(SharpGrotesk-Light15),
url(/src/assets/themes/dark/fonts/SharpGrotesk-Light15.otf) format("opentype");
url(/src/assets/themes/dark/fonts/SharpGrotesk-Light15.otf)
format("opentype");
font-weight: 500;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: SharpGrotesk-25;
src: local(SharpGrotesk-Medium25),
url(/src/assets/themes/dark/fonts/SharpGrotesk-Medium25.otf) format("opentype");
url(/src/assets/themes/dark/fonts/SharpGrotesk-Medium25.otf)
format("opentype");
font-weight: 500;
font-style: normal;
font-stretch: normal;
}
}
Loading