mirror of
https://github.com/SoPat712/my-portfolio.git
synced 2025-08-21 10:18:45 -04:00
color switch
This commit is contained in:
@@ -465,12 +465,12 @@
|
||||
href="/Josh_Patra_Resume.pdf"
|
||||
target="_blank"
|
||||
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
|
||||
</a>
|
||||
<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")}
|
||||
>
|
||||
View Projects
|
||||
|
Reference in New Issue
Block a user