added person image
BIN
assets/people/erika pérez cañas.jpg
Normal file
|
After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
16
assets/svg/el-salvador.svg
Normal file
|
After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
17
css/main.css
@ -240,6 +240,21 @@ section:nth-of-type(4) p {
|
|||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#el_salvador_section {
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#el_salvador_map {
|
||||||
|
position: absolute;
|
||||||
|
opacity: 0.1;
|
||||||
|
top: 0;
|
||||||
|
width: max(100vh, 90vw);
|
||||||
|
height: auto;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
#poc_images {
|
#poc_images {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 1vw;
|
gap: 1vw;
|
||||||
@ -253,7 +268,7 @@ section:nth-of-type(4) p {
|
|||||||
-o-object-fit: cover;
|
-o-object-fit: cover;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
transition: all 0.2s ease;
|
transition: filter 0.2s ease;
|
||||||
filter: brightness(0.8);
|
filter: brightness(0.8);
|
||||||
}
|
}
|
||||||
#poc_images img:hover {
|
#poc_images img:hover {
|
||||||
|
|||||||
2
css/main.min.css
vendored
@ -210,6 +210,20 @@ section {
|
|||||||
align-self: center;
|
align-self: center;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#el_salvador_section {
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
#el_salvador_map {
|
||||||
|
position: absolute;
|
||||||
|
opacity: 0.1;
|
||||||
|
top: 0;
|
||||||
|
width: max(100vh, 90vw);
|
||||||
|
height: auto;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
#poc_images {
|
#poc_images {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 1vw;
|
gap: 1vw;
|
||||||
@ -221,7 +235,7 @@ section {
|
|||||||
height: 24vmax;
|
height: 24vmax;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
transition: all 0.2s ease;
|
transition: filter 0.2s ease;
|
||||||
filter: brightness(0.8);
|
filter: brightness(0.8);
|
||||||
&:hover {
|
&:hover {
|
||||||
filter: brightness(1);
|
filter: brightness(1);
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<article id="home" class="page">
|
<article id="home" class="page">
|
||||||
<section id="above_fold" class="gap-4">
|
<section id="above_fold" class="gap-4">
|
||||||
<img id="hero_illustration" src="assets/cityscape.svg" alt="">
|
<img id="hero_illustration" src="assets/svg/cityscape.svg" alt="">
|
||||||
<div class="grid gap-0-5">
|
<div class="grid gap-0-5">
|
||||||
<h2>Real estate tokenization through the power of Blockchain technology.</h2>
|
<h2>Real estate tokenization through the power of Blockchain technology.</h2>
|
||||||
<p>A global reference of tokenization aiming financial inclusiveness</p>
|
<p>A global reference of tokenization aiming financial inclusiveness</p>
|
||||||
@ -48,9 +48,10 @@
|
|||||||
Explore the world with seamless property rentals,
|
Explore the world with seamless property rentals,
|
||||||
powered by Bitcoin payments from anywhere on the globe!
|
powered by Bitcoin payments from anywhere on the globe!
|
||||||
</p>
|
</p>
|
||||||
<img id="bitcoin_lineart" src="assets/bitcoin line art.svg" alt="">
|
<img id="bitcoin_lineart" src="assets/svg/bitcoin line art.svg" alt="">
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section id="el_salvador_section">
|
||||||
|
<img src="assets/svg/el-salvador.svg" alt="" id="el_salvador_map">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<h4>Why</h4>
|
<h4>Why</h4>
|
||||||
<h2>El Salvador?</h2>
|
<h2>El Salvador?</h2>
|
||||||
@ -246,7 +247,7 @@
|
|||||||
{
|
{
|
||||||
name: 'Erika Pérez Cañas',
|
name: 'Erika Pérez Cañas',
|
||||||
title: 'Principal director',
|
title: 'Principal director',
|
||||||
image: 'assets/Ruchir Gupta.jpg'
|
image: 'assets/people/erika pérez cañas.jpg'
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||