@@ -15,16 +15,7 @@ import { SITE } from "@/config";
1515 <p >Here are the countries that I've visited so far, compliments of the <a href =" https://been.app" >Been app</a >:</p >
1616 <img src =" /assets/imgs/been-map.jpg" alt =" Been App Screenshot" >
1717 </section >
18- <br >
1918 <section id =" cards" class =" grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6 mt-10" >
20- <a href =" " target =" _blank" class =" card border-skin-line" >
21- <div class =" card-content" >
22- <h2 class =" text-lg text-skin-accent font-medium decoration-dashed" >Travel Southeast Asia</h2 >
23- <p >Backpack throughout Southeast Asia on a budget - definetly not in style.</p >
24- <progress value =" 12" max =" 100" class =" w-full mt-2" ></progress >
25- <p >#travel • #culture</p >
26- </div >
27- </a >
2819 <a href =" " target =" _blank" class =" card border-skin-line" >
2920 <div class =" card-content" >
3021 <h2 class =" text-lg text-skin-accent font-medium decoration-dashed" >Travel South America</h2 >
@@ -37,7 +28,7 @@ import { SITE } from "@/config";
3728 <div class =" card-content" >
3829 <h2 class =" text-lg text-skin-accent font-medium decoration-dashed" >Travel the Whole World</h2 >
3930 <p >Travel all over every country in the world! Who wouldn't want to?</p >
40- <progress value =" 24 " max =" 100" class =" w-full mt-2" ></progress >
31+ <progress value =" 26 " max =" 100" class =" w-full mt-2" ></progress >
4132 <p >#travel • #culture • #endgame</p >
4233 </div >
4334 </a >
@@ -101,6 +92,14 @@ import { SITE } from "@/config";
10192 <!-- COMPLETED-->
10293 <br >
10394 <section id =" cards" class =" grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6 mt-10" >
95+ <a href =" " target =" _blank" class =" card border-skin-line" >
96+ <div class =" card-content" >
97+ <h2 class =" text-lg text-skin-accent font-medium decoration-dashed" >Travel Southeast Asia</h2 >
98+ <p >Completed - backpack throughout Southeast Asia on a budget - definetly not in style.</p >
99+ <progress value =" 100" max =" 100" class =" w-full mt-2" ></progress >
100+ <p >#travel • #culture</p >
101+ </div >
102+ </a >
104103 <a href =" " target =" _blank" class =" card border-skin-line" >
105104 <div class =" card-content" >
106105 <h2 class =" text-lg text-skin-accent font-medium decoration-dashed" >Climb a Volcano</h2 >
0 commit comments