Removed custom fonts

This commit is contained in:
Yan Lin 2025-06-09 09:13:34 +02:00
parent 0f4437d78c
commit 1f6393cef9
34 changed files with 37 additions and 482 deletions

24
dist/index.html vendored
View file

@ -26,12 +26,12 @@
</div>
<div class="col-8 text-center">
<div class="page-header-logo h2 m-0 fw-bold" style="font-family: 'Abril Fatface', serif;">Yan Lin's Homepage</div>
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Franklin Gothic Bold', sans-serif;">Yan Lin's Homepage</div>
</div>
<div class="col-2 text-end">
<a class="link-secondary header-icon px-2 h4" href="https://lab.yanlincs.com"><i class="bi bi-stack"></i></a>
<a class="link-secondary header-icon px-2 h4" href="https://github.com/Logan-Lin"><i class="bi bi-github"></i></a>
</div>
@ -82,8 +82,8 @@
onmouseout="this.classList.remove('shadow'); this.classList.add('shadow-sm')"
>
<div class="col p-4 d-flex flex-column position-static">
<h2 class="fst-italic mb-3">Biography - Yan Lin</h2>
<p class="card-text mb-auto" style="font-size: 1.1rem">
<h3 class="fst-italic mb-3">Biography - Yan Lin</h3>
<p class="card-text mb-auto" style="font-size: calc(1.0rem + 0.1vw)">
I am currently a postdoctoral researcher in the Department of
Computer Science at Aalborg University. I received my PhD and
Bachelor's degrees from Beijing Jiaotong University, China. My
@ -105,9 +105,9 @@
<article class="section" id="publications">
<div class="d-flex justify-content-between align-items-center mb-1">
<h2 class="section-title d-inline-block mb-0">
<h3 class="section-title d-inline-block mb-0">
<i class="bi bi-book"></i> Publications
</h2>
</h3>
<a
class="mb-0 link link-secondary link-underline-opacity-0 h5"
href="/publications/"
@ -434,9 +434,9 @@
<article class="section" id="projects">
<div class="d-flex justify-content-between align-items-center mb-1">
<h2 class="section-title d-inline-block mb-0">
<h3 class="section-title d-inline-block mb-0">
<i class="bi bi-code-slash"></i> Projects
</h2>
</h3>
<a
class="mb-0 link link-secondary link-underline-opacity-0 h5"
href="/projects/"
@ -530,9 +530,9 @@
<article class="section" id="presentations">
<div class="d-flex justify-content-between align-items-center mb-1">
<h2 class="section-title d-inline-block mb-0">
<h3 class="section-title d-inline-block mb-0">
<i class="bi bi-easel"></i> Presentations
</h2>
</h3>
<a
class="mb-0 link link-secondary link-underline-opacity-0 h5"
href="/presentations/"
@ -613,7 +613,7 @@
onmouseover="this.classList.add('shadow-sm')"
onmouseout="this.classList.remove('shadow-sm')"
>
<h2 class="mb-3"><i class="bi bi-person-lines-fill"></i> Services</h2>
<h3 class="mb-3"><i class="bi bi-person-lines-fill"></i> Services</h3>
<div id="service-list">
<ul class="list ps-3">
@ -639,8 +639,6 @@
<span class="light-mode-text"><i class="bi bi-sun-fill"></i> ずっと正午でいいのに。</span>
<span class="mx-1">|</span>
Designed and implemented by Yan Lin.
<span class="mx-1">|</span>
<a class="link link-secondary" target="_blank" href="https://github.com/Logan-Lin/Homepage">Source Code</a>
</p>
</div>
</footer>