Skip to content

Commit

Permalink
Merge pull request #36 from danchan020/danchan020-contribution
Browse files Browse the repository at this point in the history
add social links to footer
  • Loading branch information
priyankarpal authored Feb 23, 2023
2 parents a548ed4 + 5d7b827 commit cb3ae9b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<link rel="stylesheet" href="src/style.css" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Allerta Stencil" rel="stylesheet">
<script src="https://kit.fontawesome.com/49bf5d65f5.js" crossorigin="anonymous"></script>
</head>
<body class="bg-secondary text-white">

Expand Down Expand Up @@ -269,7 +270,17 @@ <h4 class="pt-2 text-primary">Tailwind CSS, HTML and JavaScript</h4>
<footer aria-label="Site Footer">
<div class="max-w-screen-xl pb-8 mx-auto sm:px-6">
<div class="pt-8 mt-16 border-t flex justify-center items-center border-gray-100 dark:border-gray-800">
Handcrafted By Students ❤️🚀
<div class="flex items-center justify-start ml-4 space-x-4">
<a href="https://github.com/priyankarpal/ProjectsHut" title="Github" target="_blank">
<i class="fa-brands fa-github fa-xl"></i>
</a>
<a href="https://twitter.com/Priyankarpal" title="Twitter" target="_blank">
<i class="fa-brands fa-twitter fa-xl"></i>
</a>
</div>
<div class="flex items-center justify-center flex-1">
Handcrafted By Students ❤️🚀
</div>
</div>

</div>
Expand Down

1 comment on commit cb3ae9b

@vercel
Copy link

@vercel vercel bot commented on cb3ae9b Feb 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

projectshut – ./

projectshut.vercel.app
projectshut-priyankarpal.vercel.app
projectshut-git-main-priyankarpal.vercel.app

Please sign in to comment.