My personal website. It is free and liberated from social media.

Centered things, looking better

+58 -55
+53 -49
index.html
··· 47 47 my extracurriculars. 48 48 </p> 49 49 </section> 50 - <h3>University Clubs</h3> 51 50 <section> 52 - <h4>Cybersecurity Club, Vice President</h4> 53 - <p> 54 - So far, my role entails planning and facilitating meetings. The task 55 - I enjoy most, however, is to listen and learn. Our club President 56 - has a lot of informative things to teach us! 57 - </p> 51 + <h3>University Clubs</h3> 52 + <section> 53 + <h4>Cybersecurity Club, Vice President</h4> 54 + <p> 55 + So far, my role entails planning and facilitating meetings. The 56 + task I enjoy most, however, is to listen and learn. Our club 57 + President has a lot of informative things to teach us! 58 + </p> 59 + </section> 60 + <section> 61 + <h4>Computer Science Club, Treasurer</h4> 62 + <p> 63 + I took on this role recently due to a vacancy. I've lots to learn. 64 + My friend, who acts as Treasurer for other clubs, is teaching me. 65 + </p> 66 + </section> 67 + <section> 68 + <h4>Competitive Programming Club, Member</h4> 69 + <p> 70 + I have gone to and competed in a few competitions in coordination 71 + with the club. We've attended PACISE, ICPC, and others. It is an 72 + amazing experience to solve a problem under stress! 73 + </p> 74 + </section> 58 75 </section> 59 76 <section> 60 - <h4>Computer Science Club, Treasurer</h4> 61 - <p> 62 - I took on this role recently due to a vacancy. I've lots to learn. 63 - My friend, who acts as Treasurer for other clubs, is teaching me. 64 - </p> 65 - </section> 66 - <section> 67 - <h4>Competitive Programming Club, Member</h4> 68 - <p> 69 - I have gone to and competed in a few competitions in coordination 70 - with the club. We've attended PACISE, ICPC, and others. It is an 71 - amazing experience to solve a problem under stress! 72 - </p> 73 - </section> 74 - <h3>Hobbies</h3> 75 - <section> 76 - <h4>Music: Curating and Listening</h4> 77 - <p> 78 - While I don't make music, I certainly enjoy finding new music. 79 - Either from online or from other media like movies, music follows me 80 - everywhere. One of the things about the Internet of which I'm most 81 - grateful is the exposure to music I receive. Music in many 82 - languages, even when not understood by me, still sounds great. 83 - </p> 84 - <p> 85 - I've fallen in love with many genres throughout my life. One 86 - consistent genre "type" has been electronic music. My life with EM 87 - started with dubstep, but I soon grew out of the genre and move on 88 - to other things for a time. In late 2022, I stumbled upon a drum and 89 - bass musician named LTJ Bukem. Because of him, I now most enjoy 90 - jungle and drum and bass. 91 - </p> 92 - <p> 93 - More conventional genres such as rock, rap, R&amp;B, and pop have 94 - also enjoyed a special spot in my life. From the era of Jimi Hendrix 95 - to the decade of Nirvana, rock rocks! Also, rap and pop in not just 96 - English but also other languages (such as French rap or Russian pop) 97 - is something I frequently find myself listening to during the year. 98 - I must say that having just a little bit of curiosity when 99 - listening to music in other languages really helps you learn even 100 - basic words and phrases for fun. 101 - </p> 77 + <h3>Hobbies</h3> 78 + <section> 79 + <h4>Music: Curating and Listening</h4> 80 + <p> 81 + While I don't make music, I certainly enjoy finding new music. 82 + Either from online or from other media like movies, music follows 83 + me everywhere. One of the things about the Internet of which I'm 84 + most grateful is the exposure to music I receive. Music in many 85 + languages, even when not understood by me, still sounds great. 86 + </p> 87 + <p> 88 + I've fallen in love with many genres throughout my life. One 89 + consistent genre "type" has been electronic music. My life with EM 90 + started with dubstep, but I soon grew out of the genre and move on 91 + to other things for a time. In late 2022, I stumbled upon a drum 92 + and bass musician named LTJ Bukem. Because of him, I now most 93 + enjoy jungle and drum and bass. 94 + </p> 95 + <p> 96 + More conventional genres such as rock, rap, R&amp;B, and pop have 97 + also enjoyed a special spot in my life. From the era of Jimi 98 + Hendrix to the decade of Nirvana, rock rocks! Also, rap and pop in 99 + not just English but also other languages (such as French rap or 100 + Russian pop) is something I frequently find myself listening to 101 + during the year. I must say that having just a little bit of 102 + curiosity when listening to music in other languages really helps 103 + you learn even basic words and phrases for fun. 104 + </p> 105 + </section> 102 106 </section> 103 107 </section> 104 108 <!-- Projects -->
+5 -6
style.css
··· 1 1 body { 2 2 font-family: sans-serif; 3 - margin: auto; 3 + max-width: 40em; 4 + line-height: 1.4; 5 + margin: 3em auto; 4 6 } 7 + 5 8 h2 { 6 9 border: black 1.5pt solid; 7 10 width: max-content; 8 11 padding: 5px 10px; 9 12 border-radius: 10px; 10 - } 11 - p, 12 - header { 13 - max-width: 40em; 14 - } 13 + }