added person image

This commit is contained in:
sairaj mote 2023-06-16 00:57:25 +05:30
parent c4cbf398d3
commit 458da9d757
9 changed files with 53 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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);

View File

@ -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'
}, },
] ]