Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickDevv committed Mar 4, 2024
2 parents 6c9fe8d + 6163b3e commit fc3310e
Show file tree
Hide file tree
Showing 17 changed files with 260 additions and 193 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
53 changes: 53 additions & 0 deletions src/components/Inicio.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<section id="Inicio">
<div class="containerInicio">
<section class="filtroInicio">
<div class="menuInicio">
<img
src="/Inicio/ieeelogo1.png"
class="logoIEEE"
alt="Logo de IEEE"
/>

<button class="botonNav">Inicio</button>
<button class="botonNav">Eventos</button>
<button class="botonNav">Próximamente</button>
<button class="botonNav"><a href="#Unete">Únete</a></button>
<button class="botonNav">FAQ</button>
<div class="RedesyInicio">
<button class="botonNav">Redes</button>
<button class="irInicio">Inicio</button>
</div>
</div>

<div class="contenedorBienvenida">
<div class="textobienvenida">
<h1>Save time by building fast with Boldo</h1>
<p>
Lorem Ipsum es simplemente el texto de relleno de
las imprentas y archivos de texto. Lorem Ipsum ha
sido el texto de relleno estándar de las
</p>
<div class="divContactar">
<button class="Contactar1">Contactar</button>
<button class="Contactar2">Contactar</button>
</div>
</div>
<div class="imagenesbienvenida">
<img class="imgarriba" src="/Inicio/1.png" />
<div>
<img class="imgabajo" src="/Inicio/2.png" />
<img class="imgabajo" src="/Inicio/3.jpg" />
</div>
</div>
</div>
<div class="logotiposBienvenida">
<img src="/Inicio/csociety_logo.png" />
<img src="/Inicio/uaeh_logo_color.png" />
<img src="/Inicio/logoESTL.png" />
<img src="/Inicio/ieeelogo2.png" />
</div>
</section>

<div class="esferaAzul ubicacionEsfera"></div>
</div>
</section>
2 changes: 1 addition & 1 deletion src/components/Unete.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<section class="unete">
<section class="unete" id="Unete">
<h1 class="titulo">Únete</h1>
<div class="underline"></div>
<div class="beneficios">
Expand Down
3 changes: 1 addition & 2 deletions src/components/Unete.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
*
{
margin: 0;
padding: 20;
box-sizing: border-box;
font-family: "Cousine", monospace;
}
Expand All @@ -13,6 +11,7 @@
}
.unete
{
padding: 20px;
height: auto;
width: auto;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,107 +1,123 @@
.contenedorBienvenida {
border: none;
overflow: auto;
margin-top: 15vh;
display: flex;
flex-direction: row;
font-family: "Cousine", monospace;
}

.textobienvenida {
width: 45%;
padding: 35px;
padding-top: 13vh;
padding-left: 6vw;
}

.textobienvenida p {
padding-left: 3px;
text-align: justify;
}

.imagenesbienvenida {
width: 55%;
}

.imagenesbienvenida {
background-color: transparent;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}


.logotiposBienvenida {
clear: both;
background-color: transparent;
}

.divContactar {
margin-left: 30px;
}



.Contactar1,
.Contactar2 {
font-weight: bolder;
letter-spacing: 0.7px;
margin-right: 6px;
padding: 5px;
border: none;
cursor: pointer;
transition: transform 0.3s ease;
border-radius: 16px;
padding-left: 20px;
padding-right: 20px;
}

.Contactar1 {
background-color: var(--azulfuerte);
color: white;
border: 2px solid var(--azulfuerte);
}

.Contactar2 {
background-color: white;
color: var(--azulfuerte);
border: 2px solid var(--azulfuerte);
}

.Contactar1:hover,
.Contactar2:hover {
transform: translateY(-5px);
}

.imagenesbienvenida img {
height: 170px;
object-fit: cover;
border-radius: 4px;
margin: 9px;
}


.imagenesbienvenida .imgarriba {
width: 490px;
position: relative;
}

.imagenesbienvenida .imgabajo {
position: relative;
width: 230px;
}



.logotiposBienvenida {
display: flex;
justify-content: center;
align-items: center;
padding-top: 8vh;
}

.logotiposBienvenida img {
height: 44px;
margin-left: 22px;
*
{
border: 0;
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
.contenedorBienvenida {

margin-top: 15vh;
display: flex;
flex-direction: row;
font-family: "Cousine", monospace;
}

.textobienvenida {
width: 45%;
padding: 35px;
padding-top: 13vh;
padding-left: 6vw;
color: black;
}

.textobienvenida p {
padding-left: 3px;
text-align: justify;
color: black;
}

.imagenesbienvenida {
width: 55%;
}

.imagenesbienvenida {
background-color: transparent;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}


.logotiposBienvenida {
clear: both;
background-color: transparent;
}

.divContactar {
margin-left: 30px;
}



.Contactar1,
.Contactar2 {
font-weight: bolder;
letter-spacing: 0.7px;
margin-right: 6px;
padding: 5px;
border: none;
cursor: pointer;
transition: transform 0.3s ease;
border-radius: 16px;
padding-left: 20px;
padding-right: 20px;
}

.Contactar1 {
background-color: var(--azulfuerte);
color: white;
border: 2px solid var(--azulfuerte);
}

.Contactar2 {
background-color: white;
color: var(--azulfuerte);
border: 2px solid var(--azulfuerte);
}

.Contactar1:hover,
.Contactar2:hover {
transform: translateY(-5px);
}

.imagenesbienvenida img {
height: 170px;
object-fit: cover;
border-radius: 4px;
margin: 9px;
}


.imagenesbienvenida .imgarriba {
width: 490px;
position: relative;
}

.imagenesbienvenida .imgabajo {
position: relative;
width: 230px;
}



.logotiposBienvenida {
height: 90px;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
margin-top: 8vh;
}

.logotiposBienvenida img {
width: 100%;
height: 100%;
margin-left: 22px;
}
a
{
text-decoration: none;
color: black;
}
9 changes: 1 addition & 8 deletions cssInicio/fondo.css → src/components/cssInicio/fondo.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
body {
background-color: var(--fondo);
box-sizing: border-box;
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
overflow-x: hidden;
}

.containerInicio {
Expand Down

0 comments on commit fc3310e

Please sign in to comment.