Skip to content

Commit

Permalink
Adding linkedin
Browse files Browse the repository at this point in the history
  • Loading branch information
atakaragoz committed Dec 10, 2023
1 parent dba2816 commit 775cdb6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
const today = new Date();
import Social from './Social.astro';
import Social from "./Social.astro";
---


<footer>
<Social platform="GitHub" username="atakaragoz" />
<Social platform="Twitter" username="atabk" />
<Social platform="GitHub" username="atakaragoz" />
<Social platform="Twitter" username="atabk" />
<Social platform="LinkedIn" username="in/ata-b-karagoz" />
</footer>

<style>
footer {
display: flex;
gap: 1rem;
margin-top: 2rem;
padding: 25px;
text-align: center;
}
footer {
display: flex;
gap: 1rem;
margin-top: 2rem;
padding: 25px;
text-align: center;
}
</style>

0 comments on commit 775cdb6

Please sign in to comment.