|
17 | 17 |
|
18 | 18 | <ul class="border-icons flex flex-row gap-1 md:gap-2 lg:gap-3 overflow-x-auto py-2">
|
19 | 19 | <li>
|
20 |
| - <a |
21 |
| - class="block relative rounded w-14 h-14" |
22 |
| - href="https://openai.com/" |
23 |
| - title="Open IA" |
24 |
| - aria-label="Open IA Website" |
25 |
| - target="_blank" |
26 |
| - > |
| 20 | + <div class="a block relative rounded w-14 h-14"> |
27 | 21 | <span class="flex items-center justify-center absolute rounded w-[54px] h-[54px] left-[1px] top-[1px]">
|
28 | 22 | <i class="w-[40px] h-[40px]">
|
29 | 23 | <IconOpenIa />
|
30 | 24 | </i>
|
31 | 25 | </span>
|
32 |
| - </a> |
| 26 | + </div> |
33 | 27 | </li>
|
34 | 28 | <li>
|
35 |
| - <a |
36 |
| - class="block relative rounded w-14 h-14" |
37 |
| - href="https://www.astro.build" |
38 |
| - title="Astro Build" |
39 |
| - aria-label="Astro Build Website" |
40 |
| - target="_blank" |
41 |
| - > |
| 29 | + <div class="a block relative rounded w-14 h-14"> |
42 | 30 | <span class="flex items-center justify-center absolute rounded w-[54px] h-[54px] left-[1px] top-[1px]">
|
43 | 31 | <i class="w-[40px] h-[40px]">
|
44 | 32 | <IconAstroDark class="hide-on-light" />
|
45 | 33 | <IconAstroLight class="hide-on-dark" />
|
46 | 34 | </i>
|
47 | 35 | </span>
|
48 |
| - </a> |
| 36 | + </div> |
49 | 37 | </li>
|
50 | 38 | <li>
|
51 |
| - <a |
52 |
| - class="block relative rounded w-14 h-14" |
53 |
| - href="https://angular.dev/" |
54 |
| - title="AngularJS" |
55 |
| - aria-label="AngularJS Website" |
56 |
| - target="_blank" |
57 |
| - > |
| 39 | + <div class="a block relative rounded w-14 h-14"> |
58 | 40 | <span class="flex items-center justify-center absolute rounded w-[54px] h-[54px] left-[1px] top-[1px]">
|
59 | 41 | <i class="w-[40px] h-[40px]">
|
60 | 42 | <IconAngular />
|
61 | 43 | </i>
|
62 | 44 | </span>
|
63 |
| - </a> |
| 45 | + </div> |
64 | 46 | </li>
|
65 | 47 | <li>
|
66 |
| - <a |
67 |
| - class="block relative rounded w-14 h-14" |
68 |
| - href="https://vuejs.org/" |
69 |
| - title="VueJS" |
70 |
| - target="_blank" |
71 |
| - aria-label="VueJS Website" |
72 |
| - > |
| 48 | + <div class="a block relative rounded w-14 h-14"> |
73 | 49 | <span class="flex items-center justify-center absolute rounded w-[54px] h-[54px] left-[1px] top-[1px]">
|
74 | 50 | <i class="w-[40px] h-[40px]">
|
75 | 51 | <IconVue />
|
76 | 52 | </i>
|
77 | 53 | </span>
|
78 |
| - </a> |
| 54 | + </div> |
79 | 55 | </li>
|
80 | 56 | </ul>
|
81 | 57 |
|
|
121 | 97 | li:nth-child(5) { left: -4rem; }
|
122 | 98 | }
|
123 | 99 |
|
124 |
| - a { |
| 100 | + .a { |
125 | 101 | background-color: #F3652B;
|
126 | 102 | background: linear-gradient(90deg, #F3652B 0%, var(--surface-ground) 100%);
|
127 | 103 | }
|
|
156 | 132 | li:nth-child(5) { left: -4rem; }
|
157 | 133 | }
|
158 | 134 |
|
159 |
| - a { |
| 135 | + .a { |
160 | 136 | background-color: #F3652B;
|
161 | 137 | background: linear-gradient(90deg, #F3652B 0%, var(--surface-ground) 100%);
|
162 | 138 | }
|
|
167 | 143 | .azion.azion-light {
|
168 | 144 | .border-icons {
|
169 | 145 | li {
|
170 |
| - a { |
| 146 | + .a { |
171 | 147 | span {
|
172 | 148 | background-color: var(--surface-50);
|
173 | 149 | }
|
|
179 | 155 | .azion.azion-dark {
|
180 | 156 | .border-icons {
|
181 | 157 | li {
|
182 |
| - a { |
| 158 | + .a { |
183 | 159 | span {
|
184 | 160 | background-color: var(--surface-ground);
|
185 | 161 | }
|
|
196 | 172 | left: 0;
|
197 | 173 | transition: left 800ms ease-in-out !important;
|
198 | 174 |
|
199 |
| - a { |
| 175 | + .a { |
200 | 176 | background-color: var(--surface-border);
|
201 | 177 | position: relative;
|
202 | 178 | top: 0;
|
|
0 commit comments