Align Hospitality CV layout with General CV style
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 4m36s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 14:53:49 +01:00
parent 22a836cb95
commit a520944fe3

View File

@@ -66,7 +66,7 @@ import Project from "./Project.vue";
changing priorities during service. changing priorities during service.
</p> </p>
</Project> </Project>
<Project class="border-b border-dotted"> <Project>
<template #left> <template #left>
<h4>BFI Riverfront Kitchen</h4> <h4>BFI Riverfront Kitchen</h4>
</template> </template>
@@ -107,17 +107,15 @@ import Project from "./Project.vue";
</div> </div>
</section> </section>
<section> <div class="w-full flex flex-col sm:flex-row gap-5">
<h2>Education</h2> <section class="flex-1">
<div class="w-full h-fit flex flex-col sm:flex-row gap-5"> <h2>
<div class="flex-1 sm:border-r border-dotted sm:pr-3">
<h3>
<a <a
href="https://www.adam-french.co.uk/pdf/transcript.pdf" href="https://www.adam-french.co.uk/pdf/transcript.pdf"
> >
University of Leeds University of Leeds
</a> </a>
</h3> </h2>
<div <div
class="flex-row flex place-content-between m-auto place-items-center" class="flex-row flex place-content-between m-auto place-items-center"
> >
@@ -125,27 +123,26 @@ import Project from "./Project.vue";
<small>20212025</small> <small>20212025</small>
</div> </div>
<small>BSc Computer Science with Mathematics </small> <small>BSc Computer Science with Mathematics </small>
</div> </section>
<div class="flex-1 sm:pl-3"> <section class="flex-1">
<h3>University of Waterloo</h3> <h2>University of Waterloo</h2>
<div <div
class="flex-row flex place-content-between m-auto place-items-center" class="flex-row flex place-content-between m-auto place-items-center"
> >
<small>Year abroad</small> <small>Year abroad</small>
<small>20232024</small> <small>20232024</small>
</div> </div>
</div>
</div>
</section> </section>
</div>
<section> <section>
<h2>Interests</h2> <h2>Interests</h2>
<ul class="list-disc list-inside"> <ul class="list-disc list-inside">
<li>Leetcode daily competitive problem solving</li> <li>Leetcode</li>
<li>Learning Mandarin</li> <li>Learning Mandarin</li>
<li>Rhythm Games</li> <li>Rhythm Games</li>
<li>Climbing · Gym</li> <li>Climbing, Gym</li>
<li>Board games · Meetup.com</li> <li>Board games, Meetup.com</li>
</ul> </ul>
</section> </section>
</div> </div>