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

View file

@ -30,12 +30,12 @@
{% endblock %}
</div>
<div class="col-8 text-center">
<div class="page-header-logo h2 m-0 fw-bold" style="font-family: 'Abril Fatface', serif;">{% block header_title %}Yan Lin's Homepage{% endblock %}</div>
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Franklin Gothic Bold', sans-serif;">{% block header_title %}Yan Lin's Homepage{% endblock %}</div>
</div>
<div class="col-2 text-end">
{% block header_right %}
{% if is_home_page %}
<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>
{% endif %}
{% endblock %}
</div>
@ -53,8 +53,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>

View file

@ -8,8 +8,8 @@ block content %}
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
@ -31,9 +31,9 @@ block content %}
<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/"
@ -62,9 +62,9 @@ block content %}
<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/"
@ -87,9 +87,9 @@ block content %}
<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/"
@ -109,7 +109,7 @@ block content %}
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">
{% for service in data.services %}

View file

@ -10,7 +10,7 @@
{% block content %}
<article class="section mt-4">
<h2 class="section-title mb-3"><i class="bi bi-star-fill"></i> Primary Projects</h2>
<h3 class="section-title mb-3"><i class="bi bi-star-fill"></i> Primary Projects</h3>
<div class="list-group list-group-flush mb-4">
{% for project in data.primaryProjects %}
{% with type='primary' %}
@ -19,7 +19,7 @@
{% endfor %}
</div>
<h2 class="section-title mb-3 mt-4"><i class="bi bi-star"></i> Secondary Projects</h2>
<h3 class="section-title mb-3 mt-4"><i class="bi bi-star"></i> Secondary Projects</h3>
<div class="list-group list-group-flush">
{% for project in data.secondaryProjects %}
{% with type='secondary' %}

View file

@ -10,7 +10,7 @@
{% block content %}
<article class="section mt-4">
<h2 class="section-title mb-3"><i class="bi bi-star-fill"></i> Primary Publications</h2>
<h3 class="section-title mb-3"><i class="bi bi-star-fill"></i> Primary Publications</h3>
<div class="list-group list-group-flush mb-4">
{% for pub in data.primaryPublications %}
{% with type='primary' %}
@ -19,7 +19,7 @@
{% endfor %}
</div>
<h2 class="section-title mb-3 mt-4"><i class="bi bi-star"></i> Secondary Publications</h2>
<h3 class="section-title mb-3 mt-4"><i class="bi bi-star"></i> Secondary Publications</h3>
<div class="list-group list-group-flush">
{% for pub in data.secondaryPublications %}
{% with type='secondary' %}