File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 18
18
<a
19
19
download =" Stoman-Resume.pdf"
20
20
href =" /files/Stoman-Resume.pdf"
21
- 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-xl bg-indigo-50 focus:ring-1 focus:ring-indigo-900 hover:bg-indigo-500 text-gray-500 hover:text-white"
21
+ 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
22
aria-label =" Download Resume"
23
23
>
24
24
<i
Original file line number Diff line number Diff line change 91
91
class =" border-t-2 pt-3 sm:pt-0 sm:border-t-0 border-primary-light dark:border-secondary-dark"
92
92
>
93
93
<button
94
- class =" sm:hidden block text-left text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-4 py-2 mt-2"
94
+ class =" 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"
95
95
@click =" showModal()"
96
96
aria-label =" Hire Me Button"
97
97
>
108
108
<!-- Hire me button start -->
109
109
<div >
110
110
<button
111
- class =" text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-lg px-5 py-2.5"
111
+ class =" text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5"
112
112
@click =" showModal()"
113
113
aria-label =" Hire Me Button"
114
114
>
Original file line number Diff line number Diff line change 8
8
>
9
9
<img
10
10
:src =" projectImage.img"
11
- class =" rounded-2xl cursor-pointer shadow-lg sm:shadow-none"
11
+ class =" rounded-xl cursor-pointer shadow-lg sm:shadow-none"
12
12
alt =" {{ projectImage.title }}"
13
13
/>
14
14
</div >
Original file line number Diff line number Diff line change 73
73
target =" __blank"
74
74
aria-label =" Share Project"
75
75
class =" bg-ternary-light dark:bg-ternary-dark text-gray-400 hover:text-primary-dark dark:hover:text-primary-light p-2 rounded-lg shadow-sm"
76
- ><i :data-feather =" social.icon" class =" w-4 h-4" ></i
76
+ ><i
77
+ :data-feather =" social.icon"
78
+ class =" w-4 lg:w-5 h-4 lg:h-5"
79
+ ></i
77
80
></a >
78
81
</div >
79
82
</div >
Original file line number Diff line number Diff line change 13
13
<div v-for =" item in relatedProject.relatedProjects" :key =" item.id" >
14
14
<img
15
15
:src =" item.img"
16
- class =" rounded-2xl cursor-pointer"
16
+ class =" rounded-xl cursor-pointer"
17
17
:alt =" item.title"
18
18
/>
19
19
</div >
You can’t perform that action at this time.
0 commit comments