Skip to content

Commit

Permalink
Habemus WEB ‼️ ‼️
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-aparicio-lopez committed May 24, 2024
1 parent 65113e2 commit 0446de4
Show file tree
Hide file tree
Showing 19 changed files with 57 additions and 11 deletions.
10 changes: 9 additions & 1 deletion docs/css/media.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

.picture {
align-items: center;
}

}

/* Large devices (laptops/desktops, 992px and up) */
Expand All @@ -35,7 +39,6 @@
order: 3;
}


.navigation-menu {
order: 2;
height: 50px;
Expand All @@ -56,6 +59,8 @@
padding: 0;
}



/* CONTENT */
.content-and-sidebar {
display: grid;
Expand All @@ -68,6 +73,9 @@
}





/* FOOTER */
footer .info {
gap: 30px;
Expand Down
24 changes: 23 additions & 1 deletion docs/css/videogame.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ a .text-highlight:hover {
header {
position: fixed;
top: 0;
z-index: 1;
background-color: var(--background-color-2);
box-shadow: 0 -3px 20px 5px rgb(171, 171, 171);
width: 100%;
Expand Down Expand Up @@ -206,6 +207,7 @@ header .game-logo {

.sidebar {
display: none;

}

.content {
Expand Down Expand Up @@ -249,8 +251,28 @@ header .game-logo {
gap: 60px;
}

.picture, .picture img {
.picture {
max-width: 100%;
height: 200px;
display: flex;
justify-content: center;
align-items: end;
}

/* .enemy-card .picture {
border: 2px dashed aquamarine;
} */

.defense-card .picture {
/* border: 2px dashed magenta; */
background-color: var(--background-color-2);
padding: 10px;
border-radius: 1rem;
}

.picture img {
max-width: 100%;
max-height: 100%;
}

.about-section .picture img {
Expand Down
Binary file added docs/img/Background.jpg
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 docs/img/Baliza.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 docs/img/Baliza_outline.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 docs/img/Gifs/AraneaWalkGif.gif
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 docs/img/Gifs/HemeraDie.gif
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 docs/img/Gifs/HemeraDieGif.gif
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 docs/img/Gifs/Poly.gif
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 docs/img/Gifs/VespSpawn2.12.gif
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 docs/img/Gifs/VespTurnAround.gif
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 docs/img/Gifs/VitaeDieGif.gif
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 docs/img/Gifs/VitaeWalkRight.gif
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 docs/img/Gifs/Waves.gif
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 docs/img/Señuelo.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 docs/img/Señuelo_outline.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 docs/img/Torreta.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 docs/img/Torreta_outline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 25 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
<!-- MAIN BODY -->
<main>
<div class="content-and-sidebar">
<div class="sidebar"></div>
<div class="sidebar sidebar-left">
</div>

<div class="content">
<!-- INICIO -->
Expand Down Expand Up @@ -82,7 +83,9 @@ <h2 class="section-title">ENEMIGOS</h2>
<div class="cards enemy-cards">

<div class="card enemy-card display-row">
<div class="picture content-item" style="height: 200px; border: 2px dashed aquamarine;"><p>&lt;Img&gt;</p></div>
<div class="picture content-item">
<img src="img/Gifs/VespTurnAround.gif" style="max-width: 40%;" alt="Vespertilio gif">
</div>
<div class="card-info content-item flex-2">
<h3>VESPERTILIO</h3>
<div class="description">
Expand All @@ -92,7 +95,9 @@ <h3>VESPERTILIO</h3>
</div>

<div class="card enemy-card display-row">
<div class="picture content-item" style="height: 200px; border: 2px dashed aquamarine;"><p>&lt;Img&gt;</p></div>
<div class="picture content-item">
<img src="img/Gifs/VitaeWalkRight.gif" alt="Vitae gif">
</div>
<div class="card-info content-item flex-2">
<h3>VITAE</h3>
<div class="description">
Expand All @@ -102,7 +107,9 @@ <h3>VITAE</h3>
</div>

<div class="card enemy-card display-row">
<div class="picture content-item" style="height: 200px; border: 2px dashed aquamarine;"><p>&lt;Img&gt;</p></div>
<div class="picture content-item">
<img src="img/Gifs/Poly.gif" alt="Poly gif">
</div>
<div class="card-info content-item flex-2">
<h3>POLY</h3>
<div class="description">
Expand All @@ -113,7 +120,9 @@ <h3>POLY</h3>
</div>

<div class="card enemy-card display-row">
<div class="picture content-item" style="height: 200px; border: 2px dashed aquamarine;"><p>&lt;Img&gt;</p></div>
<div class="picture content-item">
<img src="img/Gifs/AraneaWalkGif.gif" style="max-width: 50%;" alt="Aranea gif">
</div>
<div class="card-info content-item flex-2">
<h3>ARANEAS</h3>
<div class="description">
Expand All @@ -137,7 +146,9 @@ <h2 class="section-title">DEFENSAS</h2>
<div class="cards defense-cards">

<div class="card defense-card display-row-reverse">
<div class="content-item picture" style="border: 2px dashed magenta; height: 200px;"><p>&lt;Img&gt;</p></div>
<div class="content-item picture">
<img src="img/Baliza_outline.png" alt="Baliza">
</div>
<div class="card-info content-item flex-2">
<h3>BALIZA</h3>
<div class="description">
Expand All @@ -147,7 +158,9 @@ <h3>BALIZA</h3>
</div>

<div class="card defense-card display-row-reverse">
<div class="content-item picture" style="border: 2px dashed magenta; height: 200px;"><p>&lt;Img&gt;</p></div>
<div class="content-item picture">
<img src="img/Señuelo_outline.png" style="max-height: 90%;" alt="Señuelo">
</div>
<div class="card-info content-item flex-2">
<h3>SEÑUELO</h3>
<div class="description">
Expand All @@ -158,7 +171,9 @@ <h3>SEÑUELO</h3>
</div>

<div class="card defense-card display-row-reverse">
<div class="content-item picture" style="border: 2px dashed magenta; height: 200px;"><p>&lt;Img&gt;</p></div>
<div class="content-item picture">
<img src="img/Torreta_outline.png" alt="">
</div>
<div class="card-info content-item flex-2">
<h3>TORRETA</h3>
<div class="description">
Expand Down Expand Up @@ -201,7 +216,8 @@ <h2 class="section-title">QUIÉNES SOMOS</h2>

</div>

<div class="sidebar"></div>
<div class="sidebar sidebar-right">
</div>
</div>


Expand Down

0 comments on commit 0446de4

Please sign in to comment.