Remove bootstrap entirely

This commit is contained in:
Yan Lin 2025-10-05 19:21:11 +02:00
parent adc327e462
commit a35c1491cb
9 changed files with 427 additions and 79 deletions

11
dist/index.html vendored
View file

@ -14,7 +14,6 @@
<meta name="apple-mobile-web-app-title" content="YL Homepage" />
<link rel="manifest" href="/site.webmanifest" />
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/index.css">
</head>
@ -111,7 +110,7 @@
</p>
</div>
<div
class="col-5 col-xl-4 col-xxl-3 d-none d-lg-block d-flex align-items-center"
class="col-5 col-xl-4 col-xxl-3 d-none d-lg-flex align-items-center"
>
<img
src="/profile.webp"
@ -127,7 +126,7 @@
<article class="section" id="publications">
<div class="d-flex align-items-center mb-1">
<h3 class="section-title d-inline-block mb-0">
<i class="bi bi-book"></i> Publications
Publications
</h3>
<div class="flex-grow-1 mx-3" style="border-bottom: 1px dashed var(--border-color); height: 1px;"></div>
<a class="mb-0 link link-secondary link-underline-opacity-0 h5" href="/publications/">
@ -461,7 +460,7 @@
<article class="section" id="projects">
<div class="d-flex align-items-center mb-1">
<h3 class="section-title d-inline-block mb-0">
<i class="bi bi-code-slash"></i> Projects
Projects
</h3>
<div class="flex-grow-1 mx-3" style="border-bottom: 1px dashed var(--border-color); height: 1px;"></div>
<a class="mb-0 link link-secondary link-underline-opacity-0 h5" href="/projects/">
@ -558,7 +557,7 @@
<article class="section" id="presentations">
<div class="d-flex align-items-center mb-1">
<h3 class="section-title d-inline-block mb-0">
<i class="bi bi-easel"></i> Presentations
Presentations
</h3>
<div class="flex-grow-1 mx-3" style="border-bottom: 1px dashed var(--border-color); height: 1px;"></div>
<a class="mb-0 link link-secondary link-underline-opacity-0 h5" href="/presentations/">
@ -641,7 +640,7 @@
onmouseover="this.classList.add('shadow-sm')"
onmouseout="this.classList.remove('shadow-sm')"
>
<h3 class="mb-3"><i class="bi bi-person-lines-fill"></i> Services</h3>
<h3 class="mb-3">Services</h3>
<div id="service-list">
<ul class="list ps-3">