Polish CV components: add print button, fade transition, and list styling
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 19s

- Add Print button and fade transition between CV variants in CV.vue
- Fix bullet point styling with list-disc list-inside across all CV variants
- Minor content tweaks: reorder modules, fix date range, reformat text

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 14:21:42 +00:00
parent 31d4b4c268
commit f7d69f048e
5 changed files with 76 additions and 64 deletions

View File

@@ -154,18 +154,13 @@ import Project from "./Project.vue";
<small>81.1% First Class Honours</small>
<small>20212025</small>
</div>
<small
>BSc Computer Science with Mathematics
(International)</small
>
<ul>
<small>BSc Computer Science with Mathematics </small>
<ul class="list-disc list-inside">
<li>Algorithms & Data Structures I & II</li>
<li>Compiler Design and Construction</li>
<li>Formal Languages & Finite Automata</li>
<li>Graph Algorithms & Complexity Theory</li>
<li>
Machine Learning · Databases · Computer Processors
</li>
<li>Machine Learning & Databases & Computer Processors</li>
</ul>
</div>
<div class="flex-1 pl-3">
@@ -176,12 +171,10 @@ import Project from "./Project.vue";
<small>Year abroad</small>
<small>20232024</small>
</div>
<ul>
<ul class="list-disc list-inside">
<li>Applied Cryptography</li>
<li>Introduction to Computer Graphics</li>
<li>
Introduction to Rings and Fields with Applications
</li>
<li>Introduction to Rings and Fields with Applications</li>
</ul>
</div>
</div>
@@ -209,7 +202,7 @@ import Project from "./Project.vue";
</p>
</Project>
<h2>Interests</h2>
<ul>
<ul class="list-disc list-inside">
<li>Leetcode daily competitive problem solving</li>
<li>Learning Mandarin</li>
<li>Rhythm Games</li>