Skip to content

Commit

Permalink
Home Update - V1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nyerii committed Apr 30, 2024
1 parent aef638b commit 631d9de
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 4 deletions.
Binary file added include/assets/images/img-07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added include/assets/images/logo-ayto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added include/assets/images/logo-diputa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added include/assets/images/logo-esradio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added include/assets/images/logo-fesbal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added include/assets/images/logo-interalm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added include/assets/images/logo-lvda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added include/assets/images/logo-nf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added include/assets/images/logo-radiomarca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 58 additions & 2 deletions include/style/content/index/home.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,62 @@
#home {
height: 100vh;
overflow: hidden;
background: url('../../../assets/asset-01.jpg');
background: url('../../../assets/images/img-07.png');
background-size: cover;
}
}

#hc-logo-clan {
width: 10em;
}

.home-content {
position: absolute;
left: 50%;
top: 55%;
transform: translate(-50%, -50%);
color: var(--light);
}


#hct-p1 {
margin-top: 1em;
max-width: 500px;
text-align: justify;
}

#hct-p2 {
margin-top: 1em;
}

.hct-images {
margin-top: 1em;
display: flex;
align-items: center;
gap: 1em;
flex-wrap: wrap;
}

.hct-images img {
width: 5em;
}
#hcti-fesbal {
height: 30px;
width: 30px;
}

#hc-btn {
margin-top: 1.5em;
}

#hc-btn a {
text-decoration: none;
color: var(--light);
padding: .5em 1em;
border: 1px solid var(--light);
border-radius: 5px;
}

@media screen and (max-width: 700px) {
#hct-p1 {max-width: unset;}
.home-content {width: 85%;}
}
24 changes: 23 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,29 @@

</div>

<section id="home"></section>
<section id="home">
<div class="home-content">
<img id="hc-logo-clan" src="include/assets/logo.svg">
<div class="hc-txt">
<p id="hct-p1">El Clan Nyeri, es un clan ruta perteneciente a la agrupación Cabo de Venus fundado en septiembre de 2023, y constituido poco tiempo después, el 4 de noviembre de dicho año en las Rozas, Abrucena. El clan, esta formado por miembros scouts con una larga trayectoria en el movimiento, que con su experiencia y sus ganas de servir, están realizando grandes proyectos sobrepasando los límites de la rama.</p>
<p id="hct-p2">Hemos trabajado con:</p>
<div class="hct-images">
<img src="include/assets/images/logo-diputa.png">
<img src="include/assets/images/logo-ayto.png">
<img id="hcti-fesbal" src="include/assets/images/logo-fesbal.png">
<img src="include/assets/images/logo-nf.png">
</div>
<p id="hct-p2">Hemos aparecido en:</p>
<div class="hct-images">
<img src="include/assets/images/logo-lvda.png">
<img src="include/assets/images/logo-esradio.png">
<img src="include/assets/images/logo-interalm.png">
<img src="include/assets/images/logo-radiomarca.png">
</div>
</div>
</div>

</section>

<section id="about">
<div class="about-content">
Expand Down
2 changes: 1 addition & 1 deletion photogallery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2>IX Fiesta de la Primavera: Grupo Scout Alpha</h2>

</div>

<h2>Asamblea de Fundacional: Asociación Juvenil SAL - Amigos del Nyeri</h2>
<h2>Asamblea Fundacional: Asociación Juvenil SAL - Amigos del Nyeri</h2>

<div class="pc-container">

Expand Down

0 comments on commit 631d9de

Please sign in to comment.