mirror of https://github.com/vacp2p/waku-site.git
Team members img
This commit is contained in:
parent
85ea68e8d7
commit
d1c9749b3b
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 171 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 122 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 270 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 206 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 37 KiB |
30
index.html
30
index.html
|
@ -163,10 +163,8 @@
|
|||
<div class="hidden lg:block"></div>
|
||||
<!-- Member -->
|
||||
<div class="flex flex-col items-center">
|
||||
<div class="flex justify-center items-center bg-gray rounded-full w-16 h-16 mb-5">
|
||||
<svg class="w-14 h-14 rounded-full text-white">
|
||||
<use href="#logo"/>
|
||||
</svg>
|
||||
<div class="flex justify-center items-center rounded-full w-16 h-16 mb-5">
|
||||
<img class="w-16 h-16" src="/img/team/thoren.svg" alt="Oskar Thoren">
|
||||
</div>
|
||||
<h3 class="text-sm text-gray font-semibold text-center">Oskar Thoren</h3>
|
||||
<div class="flex items-center mt-2">
|
||||
|
@ -184,10 +182,8 @@
|
|||
</div>
|
||||
<!-- Member -->
|
||||
<div class="flex flex-col items-center">
|
||||
<div class="flex justify-center items-center bg-gray rounded-full w-16 h-16 mb-5">
|
||||
<svg class="w-14 h-14 rounded-full text-white">
|
||||
<use href="#logo"/>
|
||||
</svg>
|
||||
<div class="flex justify-center items-center rounded-full w-16 h-16 mb-5">
|
||||
<img class="w-16 h-16" src="/img/team/eigenmann.svg" alt="Dean Eigenmann">
|
||||
</div>
|
||||
<h3 class="text-sm text-gray font-semibold text-center">Dean Eigenmann</h3>
|
||||
<div class="flex items-center mt-2">
|
||||
|
@ -221,10 +217,8 @@
|
|||
</div>
|
||||
<!-- Member -->
|
||||
<div class="flex flex-col items-center">
|
||||
<div class="flex justify-center items-center bg-gray rounded-full w-16 h-16 mb-5">
|
||||
<svg class="w-14 h-14 rounded-full text-white">
|
||||
<use href="#logo"/>
|
||||
</svg>
|
||||
<div class="flex justify-center items-center rounded-full w-16 h-16 mb-5">
|
||||
<img class="w-16 h-16" src="/img/team/ryajov.svg" alt="Dimitriy Ryajov">
|
||||
</div>
|
||||
<h3 class="text-sm text-gray font-semibold text-center">Dimitriy Ryajov</h3>
|
||||
<div class="flex items-center mt-2">
|
||||
|
@ -274,10 +268,8 @@
|
|||
</div>
|
||||
<!-- Member -->
|
||||
<div class="flex flex-col items-center">
|
||||
<div class="flex justify-center items-center bg-gray rounded-full w-16 h-16 mb-5">
|
||||
<svg class="w-14 h-14 rounded-full text-white">
|
||||
<use href="#logo"/>
|
||||
</svg>
|
||||
<div class="flex justify-center items-center rounded-full w-16 h-16 mb-5">
|
||||
<img class="w-16 h-16" src="/img/team/cornelius.svg" alt="Hanno Cornelius">
|
||||
</div>
|
||||
<h3 class="text-sm text-gray font-semibold text-center">Hanno Cornelius</h3>
|
||||
<div class="flex items-center mt-2">
|
||||
|
@ -290,10 +282,8 @@
|
|||
</div>
|
||||
<!-- Member -->
|
||||
<div class="flex flex-col items-center">
|
||||
<div class="flex justify-center items-center bg-gray rounded-full w-16 h-16 mb-5">
|
||||
<svg class="w-14 h-14 rounded-full text-white">
|
||||
<use href="#logo"/>
|
||||
</svg>
|
||||
<div class="flex justify-center items-center rounded-full w-16 h-16 mb-5">
|
||||
<img class="w-16 h-16" src="/img/team/taheri.svg" alt="Sanaz Teheri-Boshrooyeh">
|
||||
</div>
|
||||
<h3 class="text-sm text-gray font-semibold text-center">Sanaz Teheri-Boshrooyeh</h3>
|
||||
<div class="flex items-center mt-2">
|
||||
|
|
Loading…
Reference in New Issue