Skip to content

Commit

Permalink
feat: add social links
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-elkin committed Dec 20, 2024
1 parent baf4da3 commit 73495c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .astro/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1733505575116
"lastUpdateCheck": 1734692226455
}
}
10 changes: 8 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ import Layout from "../layouts/Layout.astro";
topics. I write about my experience as a software engineer, share my knowledge,
and discuss the latest trends in the tech industry. I hope you enjoy reading
my blog posts and find them helpful. If you have any questions or suggestions,
feel free to contact me. I'm always happy to help and learn something new.
Thank you for visiting my blog!
feel free to contact me on <a
href="https://github.com/aleks-elkin"
target="_blank">Github</a
> or <a
href="https://bsky.app/profile/aleks-elkin.bsky.social"
target="_blank">BlueSky</a
>. I'm always happy to help and learn something new. Thank you for
visiting my blog!
</p>
</main>
</Layout>
6 changes: 3 additions & 3 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
}

@layer components {
a {
@apply text-blue-500 underline;
}
article {
p {
@apply my-4 leading-relaxed;
Expand Down Expand Up @@ -45,9 +48,6 @@
blockquote {
@apply my-4 border-l-2 pl-4;
}
a {
@apply text-blue-500 underline;
}
table {
@apply my-4 w-full table-auto border-collapse text-sm;
th {
Expand Down

0 comments on commit 73495c5

Please sign in to comment.