File tree Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 100
100
bg-indigo-500
101
101
hover:bg-indigo-600
102
102
rounded-md
103
- focus:ring-1 focus:ring-indigo-900"
103
+ focus:ring-1 focus:ring-indigo-900 duration-500 "
104
104
type =" submit"
105
105
aria-label =" Submit Request"
106
106
/>
116
116
sm:px-6
117
117
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
118
118
rounded-md
119
- focus:ring-1 focus:ring-indigo-900"
119
+ focus:ring-1 focus:ring-indigo-900 duration-500 "
120
120
@click =" showModal()"
121
121
aria-label =" Close Modal"
122
122
/>
Original file line number Diff line number Diff line change 78
78
<div >
79
79
<Button
80
80
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 "
82
82
type =" submit"
83
83
aria-label =" Send Message"
84
84
/>
Original file line number Diff line number Diff line change 6
6
<!-- Banner left contents -->
7
7
<div class =" w-full md:w-1/3 text-left" >
8
8
<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"
10
10
>
11
11
Hi, Iam Stoman
12
12
</h1 >
13
13
<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"
15
15
>
16
16
A Full-Stack Developer & Design Enthusiast
17
17
</p >
18
18
<div class =" flex justify-center sm:block" >
19
19
<a
20
20
download =" Stoman-Resume.pdf"
21
21
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 "
23
23
aria-label =" Download Resume"
24
24
>
25
25
<i
26
26
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 "
28
28
></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"
30
31
>Download CV</span
31
32
></a
32
33
>
Original file line number Diff line number Diff line change 71
71
<div class =" hidden md:block" >
72
72
<Button
73
73
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 "
75
75
@click =" showModal()"
76
76
aria-label =" Hire Me Button"
77
77
/>
Original file line number Diff line number Diff line change 26
26
class =" border-t-2 pt-3 sm:pt-0 sm:border-t-0 border-primary-light dark:border-secondary-dark"
27
27
>
28
28
<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 "
30
30
@click =" showModal()"
31
31
aria-label =" Hire Me Button"
32
32
>
Original file line number Diff line number Diff line change 10
10
<div class =" mt-10 sm:mt-20 flex justify-center" >
11
11
<router-link
12
12
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 "
14
14
aria-label =" More Projects"
15
15
>
16
16
<Button title =" More Projects" />
You can’t perform that action at this time.
0 commit comments