Skip to content

Commit

Permalink
Merge pull request #36 from abhi5hek001/abhi1026
Browse files Browse the repository at this point in the history
Resized outcomes image + added social links and icons + added link to devfolio div + added favicon
  • Loading branch information
aahnik authored Jul 23, 2024
2 parents d47d395 + 77a4c7d commit bef763f
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 15 deletions.
Binary file added public/icons/favicon.ico
Binary file not shown.
Binary file added public/team/abhishek_sahay.webp
Binary file not shown.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default function RootLayout({
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com"/>
<link href="https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"/>
<link rel="icon" href="/icons/favicon.ico" type="image/x-icon" />
</head>

<body>
Expand Down
32 changes: 26 additions & 6 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Footer() {
<div className="flex pl-4 justify-start mt-2">
<a
className="flex items-center text-gray-300 hover:text-white mr-6 no-underline"
href="#"
href="https://www.linkedin.com/company/web3ssh/"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -59,19 +59,39 @@ export default function Footer() {
</a>
<a
className="flex items-center text-gray-300 hover:text-white mr-6 no-underline"
href="#"
href="https://x.com/web3ssh"
>
<svg
viewBox="0 0 24 24"
className="fill-current w-8 h-8"
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="40"
height="40"
viewBox="0 0 48 48"
>
<path d="M23.954 4.569a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.691 8.094 4.066 6.13 1.64 3.161a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.061a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.937 4.937 0 004.604 3.417 9.868 9.868 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63a9.936 9.936 0 002.46-2.548l-.047-.02z" />
<path
fill="#D7D7D7"
fill-rule="evenodd"
d="M38,42H10c-2.209,0-4-1.791-4-4V10c0-2.209,1.791-4,4-4h28 c2.209,0,4,1.791,4,4v28C42,40.209,40.209,42,38,42z"
clip-rule="evenodd"
></path>
<path
fill="#000"
d="M34.257,34h-6.437L13.829,14h6.437L34.257,34z M28.587,32.304h2.563L19.499,15.696h-2.563 L28.587,32.304z"
></path>
<polygon
fill="#000"
points="15.866,34 23.069,25.656 22.127,24.407 13.823,34"
></polygon>
<polygon
fill="#000"
points="24.45,21.721 25.355,23.01 33.136,14 31.136,14"
></polygon>
</svg>
</a>
<a
className="flex items-center text-gray-300 hover:text-white no-underline"
href="#"
href="https://github.com/web3ssh-iiits"
>
<svg
viewBox="0 0 24 24"
Expand Down
6 changes: 4 additions & 2 deletions src/components/Hackathon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ export default function Hackathon() {
>
<WobbleCard
containerClassName="col-span-1 lg:col-span-2 h-full bg-pink-800 min-h-[500px] lg:min-h-[300px]"
className=""
className="cursor-pointer"
>
<a href="https://web3ssh.devfolio.co/">
<div className="max-w-xs">
<h2 className="text-left text-balance text-4xl lg:text-6xl font-sans font-semibold tracking-[-0.015em] text-white">
7th to 9th August
Expand All @@ -30,7 +31,8 @@ export default function Hackathon() {
src="/graphics/code_cup.webp"
alt="linear demo image"
className="w-[240px] absolute -right-5 -bottom-1 object-contain rounded-2xl"
/>
/>
</a>
</WobbleCard>
<WobbleCard containerClassName="col-span-1 min-h-[300px]">
<h2 className="max-w-80 text-left text-balance text-4xl lg:text-6xl font-semibold tracking-[-0.015em] text-white">
Expand Down
4 changes: 2 additions & 2 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ export default function Navbar() {
</li>
<li>
<a href="https://x.com/web3ssh" target="_blank">
<img style={socialIconStyle} src={XIcon.src} alt="Linkedin" />
<img style={socialIconStyle} src={XIcon.src} alt="X" />
</a>
</li>
<li>
<a href="https://www.instagram.com/web3ssh/" target="_blank">
<img style={socialIconStyle} src={Instagram.src} alt="Linkedin" />
<img style={socialIconStyle} src={Instagram.src} alt="Instagram" />
</a>
</li>
</ul>
Expand Down
10 changes: 5 additions & 5 deletions src/data/outcomes.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[
{
"title": "Mastery of Web Development",
"text": "Mastery of Web Development with React/Svelte and Node/Bun",
"text": "Mastering Web Development with hands-on React, Svelte, Node, and Bun",
"graphics": "/graphics/mastery.webp"
},
{
"title": "In-depth Understanding",
"text": "In-depth Understanding of Blockchain and Web3 Technology",
"text": "Comprehensive Understanding of Blockchain and Web3 Technologies",
"graphics": "/graphics/learning_lit.webp"
},
{
"title": "Practical Experience",
"text": "Practical Experience with Decentralized Apps (DApps) and Decentralized Finance (DeFi)",
"text": "Hands-on Experience with DApps and Decentralized Finance (DeFi)",
"graphics": "/graphics/experience.webp"
},
{
"title": "Personalized Code Reviews",
"text": "Personalized Code Reviews and Peer Learning Sessions",
"text": "Individualized Code Reviews and Collaborative Learning Sessions",
"graphics": "/graphics/reviews.webp"
},
{
"title": "Certificate of Completion",
"text": "Certificate of Completion and Web 3.0 Handbook for all participants",
"text": "Certificate of Completion and a Web 3.0 Handbook for all developers",
"graphics": "/graphics/certificate.webp"
}
]

0 comments on commit bef763f

Please sign in to comment.