File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 3
3
<!-- Banner Start -->
4
4
<section class =" flex flex-col items-center sm:flex-row justify-between" >
5
5
<div class =" w-full sm:w-1/3 text-left" >
6
- <h1 class =" text-5xl font-semibold text-gray-700 uppercase" >
6
+ <h1
7
+ class =" text-3xl sm:text-5xl text-center sm:text-left font-semibold text-gray-700 uppercase"
8
+ >
7
9
Hi, Iam Stoman
8
10
</h1 >
9
11
<p
10
- class =" mt-4 text-4xl font-semibold leading-none text-gray-400"
12
+ class =" mt-4 text-2xml sm:text- 4xl text-center sm:text-left font-semibold leading-none text-gray-400"
11
13
>
12
14
A Full-Stack Developer & Design Enthusiast
13
15
</p >
14
- <a
15
- href =" #"
16
- class =" flex w-48 mt-10 text-lg border border-indigo-500 py-3 shadow-sm rounded-xl bg-indigo-50 hover:bg-indigo-500 hover:text-white"
17
- >
18
- <i data-feather =" arrow-down-circle" class =" ml-4 mr-3" ></i >
19
- <span >Download CV</span ></a
20
- >
16
+ <div class =" flex justify-center sm:block" >
17
+ <a
18
+ href =" #"
19
+ class =" flex justify-center items-center w-36 sm:w-48 mt-10 mb-6 sm:mb-0 text-lg border border-indigo-500 py-2.5 sm:py-3 shadow-sm rounded-xl bg-indigo-50 hover:bg-indigo-500 hover:text-white"
20
+ >
21
+ <i
22
+ data-feather =" arrow-down-circle"
23
+ class =" ml-0 sm:ml-1 mr-2 sm:mr-3 w-5 sm:w-6"
24
+ ></i >
25
+ <span class =" text-sm sm:text-lg" >Download CV</span ></a
26
+ >
27
+ </div >
21
28
</div >
22
29
<div class =" w-full sm:w-2/3 text-right" >
23
30
<img src =" @/assets/images/developer.svg" alt =" Developer" />
You can’t perform that action at this time.
0 commit comments