Skip to content

Commit

Permalink
Merge pull request #8 from desci-eth/origin/ali
Browse files Browse the repository at this point in the history
fixed sponser typo, renamed packages and files properly ~ defer to ali for links
  • Loading branch information
hebbianloop authored Feb 1, 2024
2 parents 19b6086 + 53a91fd commit 209cc11
Show file tree
Hide file tree
Showing 13 changed files with 213 additions and 105 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.svg" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down
21 changes: 21 additions & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ body {
background-color: #152ea0;
}

@import url('https://fonts.cdnfonts.com/css/uncut-sans');
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech&display=swap');
Expand Down
25 changes: 18 additions & 7 deletions src/components/Footer/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Link } from "react-router-dom";
import Ficon from "../../assets/svg/ficon.svg";
import Ficon2 from "../../assets/svg/ficon2.svg";
import Ficon3 from "../../assets/svg/ficon3.svg";
Expand All @@ -14,22 +15,32 @@ export default function Footer() {
</p>
<div className="md:flex justify-between mt-5">
<div className="flex justify-between md:justify-start gap-5 md:gap-10">
<img src={Ficon} alt="" className="cursor-pointer" />
<img src={Ficon2} alt="" className="cursor-pointer" />
<img src={Ficon3} alt="" className="cursor-pointer" />
<img src={Ficon4} alt="" className="cursor-pointer" />
<img src={Ficon5} alt="" className="cursor-pointer" />
<img src={Ficon6} alt="" className="cursor-pointer" />
<Link to="https://github.com/desci-eth" target="_blank" className="self-center" >
<img src={Ficon} alt="" className="cursor-pointer" />
</Link>
<Link to="https://t.me/+f7T6hpOQI8cwOWRh" target="_blank" className="self-center" >
<img src={Ficon2} alt="" className="cursor-pointer" />
</Link>
<Link to="https://twitter.com/descieth" target="_blank" className="self-center" >
<img src={Ficon3} alt="" className="cursor-pointer" />
</Link>
<img src={Ficon4} alt="" className="cursor-pointer" />
<img src={Ficon5} alt="" className="cursor-pointer" />
<img src={Ficon6} alt="" className="cursor-pointer" />

<a href="mailto:[email protected]" className="self-center">
<p className="hidden lg:block self-center font-syne font-[400] text-[18px] text-white">

[email protected]
</p>
</a>
</div>

<div className="self-center border-t-[1px] md:border-t-[0px] border-[#4FA366] mt-5 md:mt-0">
<Link to="https://app.ens.domains/summit.desci.eth" >
<p className="font-syne font-[400] text-[18px] text-white mt-5 md:mt-0">
DESCI SUMMIT © 2024
</p>
</Link>
</div>
</div>
</div>
Expand Down
42 changes: 14 additions & 28 deletions src/components/Navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,27 +83,7 @@ export default function Navbar() {
</svg>
</div>
<div className="h-[160px] overflow-y-scroll">
<p
onClick={() => setIsOpen(false)}
className="font-syne font-[400] text-[15px] text-white text-center py-1 hover:bg-[#152EA0] hover:text-[#54FF7A] border-b-[#213fc7] border-b-[2px] border-l-[2px] border-l-transparent hover:border-l-[#54FF7A] cursor-pointer"
>
{" "}
2018{" "}
</p>
<p
onClick={() => setIsOpen(false)}
className="font-syne font-[400] text-[15px] text-white text-center py-1 hover:bg-[#152EA0] hover:text-[#54FF7A] border-b-[#213fc7] border-b-[2px] border-l-[2px] border-l-transparent hover:border-l-[#54FF7A] cursor-pointer"
>
{" "}
2019{" "}
</p>
<p
onClick={() => setIsOpen(false)}
className="font-syne font-[400] text-[15px] text-white text-center py-1 hover:bg-[#152EA0] hover:text-[#54FF7A] border-b-[#213fc7] border-b-[2px] border-l-[2px] border-l-transparent hover:border-l-[#54FF7A] cursor-pointer"
>
{" "}
2020{" "}
</p>

<p
onClick={() => setIsOpen(false)}
className="font-syne font-[400] text-[15px] text-white text-center py-1 hover:bg-[#152EA0] hover:text-[#54FF7A] border-b-[#213fc7] border-b-[2px] border-l-[2px] border-l-transparent hover:border-l-[#54FF7A] cursor-pointer"
Expand All @@ -125,13 +105,7 @@ export default function Navbar() {
{" "}
2023{" "}
</p>
<p
onClick={() => setIsOpen(false)}
className="font-syne font-[400] text-[15px] text-white text-center py-1 hover:bg-[#152EA0] hover:text-[#54FF7A] border-b-[#213fc7] border-l-[2px] border-l-transparent hover:border-l-[#54FF7A] cursor-pointer rounded-b-md"
>
{" "}
2024{" "}
</p>

</div>
</div>
</div>
Expand Down Expand Up @@ -190,6 +164,18 @@ export default function Navbar() {
/>
</svg>
</button> */}

<Link
to="https://airtable.com/app0wgQCdFBk4sZ4j/pagd4da0BL96BQfRM/form"
target="_blank"
className="self-center"
>
<button className=" text self-center font-ubuntu font-[400] text-white text-[12px] xl:text-[18px] 2xl:text-[20px] border-[1px] border-white transition duration-500 ease-in-out transform rounded-[4px] py-3 px-4 uppercase">
hacker house

</button>
</Link>

<Link
to="https://airtable.com/apptAi2tFe7I5lDvn/shrMx9j7mKJwnxd0J"
target="_blank"
Expand Down
Loading

0 comments on commit 209cc11

Please sign in to comment.