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