fix imgs2
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 4.1 KiB |
@@ -11,7 +11,7 @@
|
|||||||
url=""
|
url=""
|
||||||
/>
|
/>
|
||||||
<div class="flex flex-col h-screen">
|
<div class="flex flex-col h-screen">
|
||||||
<img class="pt-10" src="/img/new_home.png" alt="">
|
<img class="py-20" src="/img/new_home.png" alt="">
|
||||||
<div class="center py-10">
|
<div class="center py-10">
|
||||||
<!-- <h2 class="text-center">CO-CREATING BETTER FUTURES TOGETHER</h2> -->
|
<!-- <h2 class="text-center">CO-CREATING BETTER FUTURES TOGETHER</h2> -->
|
||||||
<!-- <p class="text-center py-1">The ThreeFold Foundation is not ThreeFold — rather, it is sparking a movement to bring the world <br> a truly peer-to-peer internet. We acknowledge and support the many people and organizations around the world <br> who bring crucial support to the growth and adoption of the ThreeFold Grid.</p> -->
|
<!-- <p class="text-center py-1">The ThreeFold Foundation is not ThreeFold — rather, it is sparking a movement to bring the world <br> a truly peer-to-peer internet. We acknowledge and support the many people and organizations around the world <br> who bring crucial support to the growth and adoption of the ThreeFold Grid.</p> -->
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
<div class="avatars">
|
<div class="avatars">
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<div class="flex justify-between items-center">
|
<div class="flex justify-between items-center">
|
||||||
<ul class="list-none flex author-list m-0">
|
<ul class="list-none flex author-list m-0 py-2">
|
||||||
<li
|
<li
|
||||||
v-for="project in $page.person.project_ids"
|
v-for="project in $page.person.project_ids"
|
||||||
:key="project.id"
|
:key="project.id"
|
||||||
|
|||||||
Reference in New Issue
Block a user