Skip to content

Commit

Permalink
feat: consistent heading styles throughout
Browse files Browse the repository at this point in the history
  • Loading branch information
serhez committed Apr 15, 2024
1 parent 3566c8a commit 24d2383
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 38 deletions.
12 changes: 12 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,16 @@ import 'primevue/resources/themes/aura-light-noir/theme.css';
opacity: 0;
transform: translate3d(5px, 0px, 0px);
}
h1 {
@apply max-w-2xl text-2xl font-bold tracking-tight sm:text-3xl sm:leading-tight;
}
h2 {
@apply text-lg tracking-tight sm:text-xl sm:leading-tight;
}
p {
text-align: justify;
}
</style>
3 changes: 2 additions & 1 deletion components/research/popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const model = defineModel<{
</script>

<template>
<div class="p-8 bg-zinc-50 rounded-xl shadow-md hover:shadow-xl transition-shadow duration-300 ease-in-out">
<div
class="m-2 p-8 lg:p-14 bg-zinc-50 rounded-xl shadow-md hover:shadow-xl transition-shadow duration-300 ease-in-out">
<div class="flex flex-col divide-y-2">
<div class="flex flex-col gap-2 pb-3">
<h2 class="text-xl font-bold tracking-tight sm:text-2xl sm:leading-tight">{{ model?.title }}</h2>
Expand Down
2 changes: 1 addition & 1 deletion pages/projects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import projects from '@/content/projects.json';
<template>
<main>
<div class="flex flex-col gap-6">
<h1 class="max-w-2xl text-2xl font-bold tracking-tight sm:text-3xl sm:leading-tight">
<h1>
Software libraries
</h1>
<div class="grid grid-cols-1 gap-10 md:grid-cols-2 lg:grid-cols-3">
Expand Down
4 changes: 2 additions & 2 deletions pages/research.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function togglePopup(publication: any) {
<main>
<div class="flex flex-col gap-12">
<div class="flex flex-col gap-6">
<h1 class="max-w-2xl text-2xl font-bold tracking-tight sm:text-3xl sm:leading-tight">
<h1>
Current interests
</h1>
<div class="flex flex-col gap-2">
Expand Down Expand Up @@ -46,7 +46,7 @@ function togglePopup(publication: any) {
</div>
</div>
<div class="flex flex-col gap-0">
<h1 class="max-w-2xl text-2xl font-bold tracking-tight sm:text-3xl sm:leading-tight">
<h1>
Publications
</h1>
<research-table class="w-full" :publications="publications" @click="togglePopup" />
Expand Down
48 changes: 14 additions & 34 deletions pages/resume.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<main class="flex flex-col lg:flex-row gap-20 divide">
<div class="flex flex-col gap-12 basis-3/5">
<div class="flex flex-col gap-4">
<h1 class="text-4xl">Education</h1>
<div class="flex flex-col gap-6">
<h1>Education</h1>
<div class="flex flex-col gap-1">
<h2><strong>MSc in Machine learning, Data Science and Artificial Intelligence</strong> —
Aalto
Expand All @@ -17,8 +17,8 @@
<p><strong>First Class</strong> (1:1) grade. Minor in Entrepreneurship.</p>
</div>
</div>
<div class="flex flex-col gap-4">
<h1 class="text-4xl">Professional Experience</h1>
<div class="flex flex-col gap-6">
<h1>Professional Experience</h1>
<div class="flex flex-col gap-1">
<h2><strong>Research Assistant</strong> — Intelligent Robotics Group, 
 Aalto University
</h2>
Expand All @@ -27,7 +27,7 @@
supervisors Prof. Ville
Kyrki and Prof. Kevin Luck for the previous 6 months. I incorporate an <strong>imitation
learning</strong> signal
measuring the behavioral similarity between different designs of the agent in the
measuring the behavioral similarity between different morphologies in the
<strong>reinforcement learning co-adaptation
setting</strong> (i.e., the design and behavior of an agent are jointly optimized). We have
observed that
Expand All @@ -43,7 +43,7 @@
<div class="flex flex-col gap-1">
<h2><strong>Backend Software Engineer</strong> — Cabify</h2>
<p>January 2022 — August 2022</p>
<p>Cabify is a spanish <strong>ride-sharing company</strong> which provides vehicles for hire via
<p>Cabify is a Spanish <strong>ride-sharing company</strong> which provides vehicles for hire via
its
smartphone mobile
app. It was the <strong>first Spanish unicorn</strong>. I worked on Cabify’s <strong>matching
Expand Down Expand Up @@ -79,12 +79,12 @@
</div>
</div>
<div class="flex flex-col gap-12 basis-2/5">
<div class="flex flex-col gap-4">
<h1 class="text-4xl">Courses (non-exhaustive)</h1>
<div class="flex flex-col gap-6">
<h1>Courses (non-exhaustive)</h1>
<div class="flex flex-row gap-4">
<div class="flex flex-col gap-1 basis-1/2">
<h2>Post-graduate</h2>
<ul>
<ul class="list-disc pl-6">
<li>Statistical NLP</li>
<li>Reinforcement Learning</li>
<li>Nonlinear Optimization</li>
Expand All @@ -101,7 +101,7 @@
</div>
<div class="flex flex-col gap-1 basis-1/2">
<h2>Graduate</h2>
<ul>
<ul class="list-disc pl-6">
<li>Discrete Mathematics</li>
<li>Mathematics & Statistics</li>
<li>Computer Architecture & Concurrency</li>
Expand All @@ -114,8 +114,8 @@
</div>
</div>
</div>
<div class="flex flex-col gap-4">
<h1 class="text-4xl">Certifications</h1>
<div class="flex flex-col gap-6">
<h1>Certifications</h1>
<div class="flex flex-col gap-1">
<h2><fancy-link
to="https://www.coursera.org/account/accomplishments/verify/6WN9QM9WWXWG?utm_campaign=sharing_cta&utm_content=cert_image&utm_medium=certificate&utm_product=course&utm_source=link"
Expand All @@ -135,8 +135,8 @@
<p>September 2018</p>
</div>
</div>
<div class="flex flex-col gap-4">
<h1 class="text-4xl">Skills</h1>
<div class="flex flex-col gap-6">
<h1>Skills</h1>
<div class="flex flex-col gap-1">
<h2>Most used in the last year</h2>
<p>Python, C++ & CUDA, web (Go, Vue, REST APIs...).</p>
Expand All @@ -157,23 +157,3 @@
</div>
</main>
</template>

<style scoped>
h1 {
@apply max-w-2xl text-2xl font-bold tracking-tight sm:text-3xl sm:leading-tight;
}
h2 {
font-weight: 500;
font-size: 1.3rem;
}
p {
text-align: justify;
}
ul {
list-style-type: disc;
padding-left: 20px;
}
</style>

0 comments on commit 24d2383

Please sign in to comment.