File tree Expand file tree Collapse file tree 3 files changed +33
-22
lines changed Expand file tree Collapse file tree 3 files changed +33
-22
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<!-- Banner start -->
3
3
<section
4
- class =" flex flex-col sm:justify-between items-center sm:flex-row mt-8 sm:mt-20"
4
+ class =" flex flex-col sm:justify-between items-center sm:flex-row mt-12 sm:mt-20"
5
5
>
6
6
<div class =" w-full sm:w-1/3 text-left" >
7
7
<h1
17
17
<div class =" flex justify-center sm:block" >
18
18
<a
19
19
href =" #"
20
- class =" flex justify-center items-center w-36 sm:w-48 mt-10 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 hover:bg-indigo-500 text-gray-500 hover:text-white"
20
+ 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 hover:bg-indigo-500 text-gray-500 hover:text-white"
21
21
>
22
22
<i
23
23
data-feather =" arrow-down-circle"
Original file line number Diff line number Diff line change 58
58
</p >
59
59
<div class =" flex items-center gap-3 mt-5" >
60
60
<a
61
- href =" #"
61
+ href =" https://twitter.com/NangialaiStoman"
62
+ target =" __blank"
62
63
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"
63
64
><i data-feather =" twitter" class =" w-5 h-5" ></i
64
65
></a >
65
66
<a
66
- href =" #"
67
+ href =" https://instagram.com/NangialaiStoman"
68
+ target =" __blank"
67
69
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"
68
- ><i data-feather =" facebook " class =" w-5 h-5" ></i
70
+ ><i data-feather =" instagram " class =" w-5 h-5" ></i
69
71
></a >
70
72
<a
71
- href =" #"
73
+ href =" https://facebook.com/nangialai.stoman"
74
+ target =" __blank"
72
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"
73
- ><i data-feather =" instagram " class =" w-5 h-5" ></i
76
+ ><i data-feather =" facebook " class =" w-5 h-5" ></i
74
77
></a >
78
+
75
79
<a
76
- href =" #"
80
+ href =" https://linkedin.com/"
81
+ target =" __blank"
77
82
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"
78
83
><i data-feather =" linkedin" class =" w-5 h-5" ></i
79
84
></a >
80
85
<a
81
- href =" #"
86
+ href =" https://www.youtube.com/c/StomanStudio"
87
+ target =" __blank"
82
88
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"
83
89
><i data-feather =" youtube" class =" w-5 h-5" ></i
84
90
></a >
Original file line number Diff line number Diff line change 7
7
Follow me
8
8
</p >
9
9
<ul class =" flex gap-4 sm:gap-8" >
10
- <li
10
+ <a
11
+ href =" https://github.com/NangialaiStoman"
12
+ target =" __blank"
11
13
class =" text-gray-400 hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer rounded-lg bg-gray-50 dark:bg-ternary-dark hover:bg-gray-100 shadow-sm∫ p-4"
12
14
>
13
15
<i data-feather =" github" class =" w-6 sm:w-8 h-6 sm:h-8" ></i >
14
- </li >
15
- <li
16
+ </a >
17
+ <a
18
+ href =" https://twitter.com/NangialaiStoman"
19
+ target =" __blank"
16
20
class =" text-gray-400 hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer rounded-lg bg-gray-50 dark:bg-ternary-dark hover:bg-gray-100 shadow-sm∫ p-4"
17
21
>
18
22
<i data-feather =" twitter" class =" w-6 sm:w-8 h-6 sm:h-8" ></i >
19
- </li >
20
- <li
23
+ </a >
24
+ <a
25
+ href =" https://instagram.com/NangialaiStoman"
26
+ target =" __blank"
21
27
class =" text-gray-400 hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer rounded-lg bg-gray-50 dark:bg-ternary-dark hover:bg-gray-100 shadow-sm∫ p-4"
22
28
>
23
29
<i
24
30
data-feather =" instagram"
25
31
class =" w-6 sm:w-8 h-6 sm:h-8"
26
32
></i >
27
- </li >
28
- <li
33
+ </a >
34
+ <a
35
+ href =" https://behance.net/NangialaiStoman"
36
+ target =" __blank"
29
37
class =" text-gray-400 hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer rounded-lg bg-gray-50 dark:bg-ternary-dark hover:bg-gray-100 shadow-sm∫ p-4"
30
38
>
31
- <i
32
- data-feather =" dribbble"
33
- class =" w-6 sm:w-8 h-6 sm:h-8"
34
- ></i >
35
- </li >
39
+ <i data-feather =" feather" class =" w-6 sm:w-8 h-6 sm:h-8" ></i >
40
+ </a >
36
41
</ul >
37
42
</div >
38
43
<div class =" flex justify-center items-center text-center" >
39
44
<div class =" text-lg text-ternary-dark dark:text-ternary-light" >
40
45
© ; Copyright 2021.
41
46
<a
42
- href =" https ://stoman.me"
47
+ href =" http ://stoman.me"
43
48
target =" __blank"
44
49
class =" text-secondary-dark dark:text-secondary-light font-medium"
45
50
>Stoman</a
You can’t perform that action at this time.
0 commit comments