remove profile picture
This commit is contained in:
parent
2148c540ee
commit
b81e63c7f8
2 changed files with 1 additions and 14 deletions
BIN
dist/profile.webp
vendored
BIN
dist/profile.webp
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB |
|
|
@ -17,16 +17,6 @@ block content %}
|
||||||
<i>representation learning</i>, and <i>AI for science</i>.
|
<i>representation learning</i>, and <i>AI for science</i>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="col-5 col-xl-4 col-xxl-3 d-none d-lg-flex align-items-center"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
src="/profile.webp"
|
|
||||||
alt="Yan Lin"
|
|
||||||
class="rounded w-100"
|
|
||||||
style="object-fit: contain"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% for section in data.sections %}
|
{% for section in data.sections %}
|
||||||
|
|
@ -119,10 +109,7 @@ block content %}
|
||||||
{% elif section == 'services' %}
|
{% elif section == 'services' %}
|
||||||
<article
|
<article
|
||||||
id="services"
|
id="services"
|
||||||
class="rounded text-body-emphasis bg-body-secondary flex-md-row my-4 position-relative p-4 transition-shadow"
|
class="rounded text-body-emphasis bg-body-secondary flex-md-row my-4 position-relative p-4"
|
||||||
style="transition: box-shadow 0.2s ease-in-out"
|
|
||||||
onmouseover="this.classList.add('shadow-sm')"
|
|
||||||
onmouseout="this.classList.remove('shadow-sm')"
|
|
||||||
>
|
>
|
||||||
<h3 class="mb-3">Services</h3>
|
<h3 class="mb-3">Services</h3>
|
||||||
<div id="service-list">
|
<div id="service-list">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue