mirror of
https://github.com/SoPat712/my-portfolio.git
synced 2025-08-21 18:28:46 -04:00
color switch
This commit is contained in:
@@ -465,12 +465,12 @@
|
|||||||
href="/Josh_Patra_Resume.pdf"
|
href="/Josh_Patra_Resume.pdf"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-md transition"
|
class="px-4 py-2 bg-green-600 hover:bg-green-700 text-white rounded-md transition"
|
||||||
>
|
>
|
||||||
View Resume
|
View Resume
|
||||||
</a>
|
</a>
|
||||||
<button
|
<button
|
||||||
class="px-4 py-2 bg-green-600 hover:bg-green-700 text-white rounded-md transition"
|
class="px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-md transition"
|
||||||
on:click={() => navigateTo("projects")}
|
on:click={() => navigateTo("projects")}
|
||||||
>
|
>
|
||||||
View Projects
|
View Projects
|
||||||
|
Reference in New Issue
Block a user