-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from desci-eth/origin/ali
fixed sponser typo, renamed packages and files properly ~ defer to ali for links
- Loading branch information
Showing
13 changed files
with
213 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.