Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
added socials
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSin9h committed May 28, 2024
1 parent 111b242 commit 755a255
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
Binary file added public/banner.webp
Binary file not shown.
8 changes: 8 additions & 0 deletions public/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,24 @@ export default function Home() {
items={["semicundurcot", "python", "linear-regression"]}
slug="tags"
/>
<div class="hidden md:block">
<img
src="/banner.webp"
alt="IndiaBuild Banner"
class="rounded shadow-xl transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110"
/>
<div class="flex gap-4 mt-4">
<a href="http://indiabuild.tech/discord">
<img src="/discord.svg" alt="discord logo" width={40} />
</a>
<a href="http://indiabuild.tech/twitter">
<img src="/twitter.png" alt="Twitter logo" width={35} />
</a>
<a href="https://github.com/indiabuild">
<img src="/github.svg" alt="Github logo" width={35} />
</a>
</div>
</div>
</div>
<div class="basis-2/3">
<TopLinks />
Expand Down

0 comments on commit 755a255

Please sign in to comment.