@@ -113,10 +113,10 @@ <h2 class="text-4xl font-bold mb-2 relative inline-block">
113113 < div class ="bg-gradient-to-r from-primary/10 to-secondary/10 p-5 ">
114114 < div class ="flex justify-between items-center ">
115115 < h3 class ="text-xl font-bold text-base-content group-hover:text-primary transition-colors duration-300 ">
116- Notes
116+ Blog
117117 </ h3 >
118118 < span class ="flex items-center justify-center h-8 w-8 rounded-full bg-primary/20 text-primary text-sm font-semibold ">
119- 2
119+ 3
120120 </ span >
121121 </ div >
122122 </ div >
@@ -127,7 +127,7 @@ <h3 class="text-xl font-bold text-base-content group-hover:text-primary transiti
127127 < div class ="mb-5 ">
128128 < div class ="text-xs uppercase tracking-wider text-base-content/60 mb-1 "> Latest Post</ div >
129129 < div class ="font-medium text-base-content hover:text-primary transition-colors ">
130- Chinese Coinage
130+ Setup Wireguard
131131 </ div >
132132 </ div >
133133
@@ -136,32 +136,42 @@ <h3 class="text-xl font-bold text-base-content group-hover:text-primary transiti
136136
137137
138138 < span class ="px-3 py-1 text-xs rounded-full bg-base-200 text-base-content/80 hover:bg-secondary/20 hover:text-secondary transition-colors duration-200 cursor-pointer whitespace-nowrap ">
139- Chinese
139+ Wireguard
140140 </ span >
141141
142142
143143
144144 < span class ="px-3 py-1 text-xs rounded-full bg-base-200 text-base-content/80 hover:bg-secondary/20 hover:text-secondary transition-colors duration-200 cursor-pointer whitespace-nowrap ">
145- Coinage
145+ VPN
146146 </ span >
147147
148148
149149
150150 < span class ="px-3 py-1 text-xs rounded-full bg-base-200 text-base-content/80 hover:bg-secondary/20 hover:text-secondary transition-colors duration-200 cursor-pointer whitespace-nowrap ">
151- Reading
151+ Linux
152+ </ span >
153+
154+
155+
156+ < span class ="px-3 py-1 text-xs rounded-full bg-base-200 text-base-content/80 transition-colors duration-200 cursor-pointer whitespace-nowrap ">
157+ ...
152158 </ span >
153159
154160
161+
162+
163+
164+
155165 </ div >
156166
157167 <!-- Spacer to push button to bottom -->
158168 < div class ="flex-grow "> </ div >
159169
160170 <!-- Action Button - Now aligned at bottom -->
161- < a href ="blog_Notes .html " class ="block w-full mt-auto ">
171+ < a href ="blog_Blog .html " class ="block w-full mt-auto ">
162172 < div class ="relative overflow-hidden rounded-lg group-hover:bg-primary group-hover:text-primary-content bg-base-200 text-base-content transition-colors duration-300 ">
163173 < div class ="px-4 py-3 flex items-center justify-between ">
164- < span class ="font-medium "> Notes </ span >
174+ < span class ="font-medium "> Blog </ span >
165175 < svg xmlns ="http://www.w3.org/2000/svg " class ="h-5 w-5 transition-transform duration-300 group-hover:translate-x-1 " viewBox ="0 0 20 20 " fill ="currentColor ">
166176 < path fill-rule ="evenodd " d ="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z " clip-rule ="evenodd " />
167177 </ svg >
@@ -178,10 +188,10 @@ <h3 class="text-xl font-bold text-base-content group-hover:text-primary transiti
178188 < div class ="bg-gradient-to-r from-primary/10 to-secondary/10 p-5 ">
179189 < div class ="flex justify-between items-center ">
180190 < h3 class ="text-xl font-bold text-base-content group-hover:text-primary transition-colors duration-300 ">
181- Blog
191+ Notes
182192 </ h3 >
183193 < span class ="flex items-center justify-center h-8 w-8 rounded-full bg-primary/20 text-primary text-sm font-semibold ">
184- 3
194+ 2
185195 </ span >
186196 </ div >
187197 </ div >
@@ -192,7 +202,7 @@ <h3 class="text-xl font-bold text-base-content group-hover:text-primary transiti
192202 < div class ="mb-5 ">
193203 < div class ="text-xs uppercase tracking-wider text-base-content/60 mb-1 "> Latest Post</ div >
194204 < div class ="font-medium text-base-content hover:text-primary transition-colors ">
195- Setup Wireguard
205+ Chinese Coinage
196206 </ div >
197207 </ div >
198208
@@ -201,42 +211,32 @@ <h3 class="text-xl font-bold text-base-content group-hover:text-primary transiti
201211
202212
203213 < span class ="px-3 py-1 text-xs rounded-full bg-base-200 text-base-content/80 hover:bg-secondary/20 hover:text-secondary transition-colors duration-200 cursor-pointer whitespace-nowrap ">
204- Wireguard
214+ Chinese
205215 </ span >
206216
207217
208218
209219 < span class ="px-3 py-1 text-xs rounded-full bg-base-200 text-base-content/80 hover:bg-secondary/20 hover:text-secondary transition-colors duration-200 cursor-pointer whitespace-nowrap ">
210- VPN
220+ Coinage
211221 </ span >
212222
213223
214224
215225 < span class ="px-3 py-1 text-xs rounded-full bg-base-200 text-base-content/80 hover:bg-secondary/20 hover:text-secondary transition-colors duration-200 cursor-pointer whitespace-nowrap ">
216- Linux
217- </ span >
218-
219-
220-
221- < span class ="px-3 py-1 text-xs rounded-full bg-base-200 text-base-content/80 transition-colors duration-200 cursor-pointer whitespace-nowrap ">
222- ...
226+ Reading
223227 </ span >
224228
225229
226-
227-
228-
229-
230230 </ div >
231231
232232 <!-- Spacer to push button to bottom -->
233233 < div class ="flex-grow "> </ div >
234234
235235 <!-- Action Button - Now aligned at bottom -->
236- < a href ="blog_Blog .html " class ="block w-full mt-auto ">
236+ < a href ="blog_Notes .html " class ="block w-full mt-auto ">
237237 < div class ="relative overflow-hidden rounded-lg group-hover:bg-primary group-hover:text-primary-content bg-base-200 text-base-content transition-colors duration-300 ">
238238 < div class ="px-4 py-3 flex items-center justify-between ">
239- < span class ="font-medium "> Blog </ span >
239+ < span class ="font-medium "> Notes </ span >
240240 < svg xmlns ="http://www.w3.org/2000/svg " class ="h-5 w-5 transition-transform duration-300 group-hover:translate-x-1 " viewBox ="0 0 20 20 " fill ="currentColor ">
241241 < path fill-rule ="evenodd " d ="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z " clip-rule ="evenodd " />
242242 </ svg >
0 commit comments