@@ -28,7 +28,7 @@ const { frontmatter } = Astro.props;
2828 <div class =" card-content" >
2929 <h2 class =" text-lg text-skin-accent font-medium decoration-dashed" >Travel Southeast Asia</h2 >
3030 <p >Backpack throughout Southeast Asia on a budget - definetly not in style.</p >
31- <progress value =" 5 " max =" 100" class =" w-full mt-2" ></progress >
31+ <progress value =" 12 " max =" 100" class =" w-full mt-2" ></progress >
3232 <p >#travel • #culture</p >
3333 </div >
3434 </a >
@@ -44,10 +44,18 @@ const { frontmatter } = Astro.props;
4444 <div class =" card-content" >
4545 <h2 class =" text-lg text-skin-accent font-medium decoration-dashed" >Travel the Whole World</h2 >
4646 <p >Travel all over every country in the world! Who wouldn't want to?</p >
47- <progress value =" 21 " max =" 100" class =" w-full mt-2" ></progress >
47+ <progress value =" 24 " max =" 100" class =" w-full mt-2" ></progress >
4848 <p >#travel • #culture • #endgame</p >
4949 </div >
5050 </a >
51+ <a href =" " target =" _blank" class =" card border-skin-line" >
52+ <div class =" card-content" >
53+ <h2 class =" text-lg text-skin-accent font-medium decoration-dashed" >Visit a Trifecta of Tech Malls</h2 >
54+ <p >Try to hit a trifecta (or maybe more) of tech malls throughout Asia.</p >
55+ <progress value =" 66" max =" 100" class =" w-full mt-2" ></progress >
56+ <p >#travel • #culture • #computers • #nerd</p >
57+ </div >
58+ </a >
5159 <a href =" " target =" _blank" class =" card border-skin-line" >
5260 <div class =" card-content" >
5361 <h2 class =" text-lg text-skin-accent font-medium decoration-dashed" >Learn Spanish</h2 >
@@ -88,20 +96,12 @@ const { frontmatter } = Astro.props;
8896 <p >#learning • #music</p >
8997 </div >
9098 </a >
91- <a href =" " target =" _blank" class =" card border-skin-line" >
92- <div class =" card-content" >
93- <h2 class =" text-lg text-skin-accent font-medium decoration-dashed" >Learn to Cannon in C on Piano</h2 >
94- <p >Using YouTube (probably), learn how to play Cannon in C on piano - looks pretty easy to be honest.</p >
95- <progress value =" 0" max =" 100" class =" w-full mt-2" ></progress >
96- <p >#learning • #music</p >
97- </div >
98- </a >
9999 <a href =" " target =" _blank" class =" card border-skin-line" >
100100 <div class =" card-content" >
101101 <h2 class =" text-lg text-skin-accent font-medium decoration-dashed" >Become a Pilot</h2 >
102102 <p >Learn how to fly a small plane and get my personal pilots license.</p >
103103 <progress value =" 0" max =" 100" class =" w-full mt-2" ></progress >
104- <p >#learning • #flying</p >
104+ <p >#learning • #flying• #nerd </p >
105105 </div >
106106 </a >
107107 </section >
0 commit comments