add bluesky, update font awesome
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
7b9b4dde5d
commit
fc373b5686
23 changed files with 103 additions and 9587 deletions
13
index.html
13
index.html
|
@ -12,6 +12,9 @@
|
|||
<meta property="og:description" content="Developer and technology enthusiast who's never gonna give you up.">
|
||||
<link rel="stylesheet" type="text/css" href="fonts/css/nunito.css">
|
||||
<link rel="stylesheet" type="text/css" href="fonts/css/fontawesome.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="fonts/css/fontawesome-brands.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="fonts/css/fontawesome-regular.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="fonts/css/fontawesome-solid.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,15 +31,19 @@
|
|||
<p class="detail">mail@nsood.in</p>
|
||||
</a>
|
||||
<a href="https://social.treehouse.systems/@tendstofortytwo" class="contact-method" aria-label="Mastodon" rel="me">
|
||||
<i class="fab fa-mastodon"></i>
|
||||
<i class="fa-brands fa-mastodon"></i>
|
||||
<p class="detail">@tendstofortytwo@treehouse.systems</p>
|
||||
</a>
|
||||
<a href="https://bsky.app/profile/tends.to" class="contact-method" aria-label="Bluesky">
|
||||
<i class="fa-brands fa-bluesky"></i>
|
||||
<p class="detail">@tends.to</p>
|
||||
</a>
|
||||
<a href="https://linkedin.com/in/namansood" class="contact-method" aria-label="LinkedIn">
|
||||
<i class="fab fa-linkedin-in"></i>
|
||||
<i class="fa-brands fa-linkedin-in"></i>
|
||||
<p class="detail">Naman Sood</p>
|
||||
</a>
|
||||
<a href="https://github.com/tendstofortytwo" class="contact-method" aria-label="GitHub">
|
||||
<i class="fab fa-github"></i>
|
||||
<i class="fa-brands fa-github"></i>
|
||||
<p class="detail">tendstofortytwo</p>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue