Skip to content

Commit 62f12c6

Browse files
committed
All buttons transition duration
1 parent f2e3ef9 commit 62f12c6

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

src/components/HireMeModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
bg-indigo-500
101101
hover:bg-indigo-600
102102
rounded-md
103-
focus:ring-1 focus:ring-indigo-900"
103+
focus:ring-1 focus:ring-indigo-900 duration-500"
104104
type="submit"
105105
aria-label="Submit Request"
106106
/>
@@ -116,7 +116,7 @@
116116
sm:px-6
117117
py-2 bg-gray-600 text-primary-light hover:bg-ternary-dark dark:bg-gray-200 dark:text-secondary-dark dark:hover:bg-primary-light
118118
rounded-md
119-
focus:ring-1 focus:ring-indigo-900"
119+
focus:ring-1 focus:ring-indigo-900 duration-500"
120120
@click="showModal()"
121121
aria-label="Close Modal"
122122
/>

src/components/contact/ContactForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<div>
7979
<Button
8080
title="Send Message"
81-
class="px-4 py-2.5 text-white tracking-wider bg-indigo-500 hover:bg-indigo-600 focus:ring-1 focus:ring-indigo-900 rounded-lg"
81+
class="px-4 py-2.5 text-white tracking-wider bg-indigo-500 hover:bg-indigo-600 focus:ring-1 focus:ring-indigo-900 rounded-lg duration-500"
8282
type="submit"
8383
aria-label="Send Message"
8484
/>

src/components/shared/AppBanner.vue

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,28 @@
66
<!-- Banner left contents -->
77
<div class="w-full md:w-1/3 text-left">
88
<h1
9-
class="font-general-semibold text-3xl md:text-3xl xl:text-4xl text-center sm:text-left font-semibold text-ternary-dark dark:text-primary-light uppercase"
9+
class="font-general-semibold text-3xl md:text-3xl xl:text-4xl text-center sm:text-left text-ternary-dark dark:text-primary-light uppercase"
1010
>
1111
Hi, Iam Stoman
1212
</h1>
1313
<p
14-
class="font-general-regular mt-2 text-lg sm:text-xl xl:text-2xl text-center sm:text-left font-semibold leading-none text-gray-400"
14+
class="font-general-medium mt-2 text-lg sm:text-xl xl:text-2xl text-center sm:text-left leading-none text-gray-400"
1515
>
1616
A Full-Stack Developer & Design Enthusiast
1717
</p>
1818
<div class="flex justify-center sm:block">
1919
<a
2020
download="Stoman-Resume.pdf"
2121
href="/files/Stoman-Resume.pdf"
22-
class="flex justify-center items-center w-36 sm:w-48 mt-12 mb-6 sm:mb-0 text-lg border border-indigo-200 dark:border-ternary-dark py-2.5 sm:py-3 shadow-lg rounded-lg bg-indigo-50 focus:ring-1 focus:ring-indigo-900 hover:bg-indigo-500 text-gray-500 hover:text-white"
22+
class="flex justify-center items-center w-36 sm:w-48 mt-12 mb-6 sm:mb-0 text-lg border border-indigo-200 dark:border-ternary-dark py-2.5 sm:py-3 shadow-lg rounded-lg bg-indigo-50 focus:ring-1 focus:ring-indigo-900 hover:bg-indigo-500 text-gray-500 hover:text-white duration-500"
2323
aria-label="Download Resume"
2424
>
2525
<i
2626
data-feather="arrow-down-circle"
27-
class="ml-0 sm:ml-1 mr-2 sm:mr-3 w-5 sm:w-6"
27+
class="ml-0 sm:ml-1 mr-2 sm:mr-3 w-5 sm:w-6 duration-100"
2828
></i>
29-
<span class="text-sm sm:text-lg font-general-medium"
29+
<span
30+
class="text-sm sm:text-lg font-general-medium duration-100"
3031
>Download CV</span
3132
></a
3233
>

src/components/shared/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<div class="hidden md:block">
7272
<Button
7373
title="Hire Me"
74-
class="text-md font-general-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5"
74+
class="text-md font-general-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5 duration-300"
7575
@click="showModal()"
7676
aria-label="Hire Me Button"
7777
/>

src/components/shared/AppHeaderLinks.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
class="border-t-2 pt-3 sm:pt-0 sm:border-t-0 border-primary-light dark:border-secondary-dark"
2727
>
2828
<button
29-
class="font-general-medium sm:hidden block text-left text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-sm px-4 py-2 mt-2"
29+
class="font-general-medium sm:hidden block text-left text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-sm px-4 py-2 mt-2 duration-500"
3030
@click="showModal()"
3131
aria-label="Hire Me Button"
3232
>

src/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="mt-10 sm:mt-20 flex justify-center">
1111
<router-link
1212
to="/projects"
13-
class="font-general-medium flex items-center px-6 py-3 rounded-xl shadow-lg hover:shadow-xl bg-indigo-500 hover:bg-indigo-600 focus:ring-1 focus:ring-indigo-900 text-white text-lg sm:text-xl"
13+
class="font-general-medium flex items-center px-6 py-3 rounded-xl shadow-lg hover:shadow-xl bg-indigo-500 hover:bg-indigo-600 focus:ring-1 focus:ring-indigo-900 text-white text-lg sm:text-xl duration-300"
1414
aria-label="More Projects"
1515
>
1616
<Button title="More Projects" />

0 commit comments

Comments
 (0)