Removed custom fonts
This commit is contained in:
parent
0f4437d78c
commit
1f6393cef9
34 changed files with 37 additions and 482 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue