Skip to content

Commit 7f7ef72

Browse files
committed
Portfolio arreglado
1 parent ebb03cd commit 7f7ef72

2 files changed

Lines changed: 13 additions & 18 deletions

File tree

css/style.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ body {
226226
background-size: cover;
227227
background-position: center;
228228
background-attachment: scroll;
229-
padding: 20px;
230-
margin-top: 20px;
229+
padding: 5%;
230+
margin-top: auto;
231231
filter: drop-shadow(0.1vw 0.1vw 00.1vw var(--bs-dark));
232232
}
233233

@@ -268,7 +268,7 @@ body {
268268
align-items: center;
269269
text-align: center;
270270
height: 100%;
271-
margin-left: calc(15%);
271+
/* margin-left: calc(15%); */
272272
}
273273

274274
.text-footer {
@@ -362,7 +362,7 @@ body {
362362
max-width: 100%;
363363
height: auto;
364364
margin: 50px;
365-
margin-left: calc(50%);
365+
/* margin-left: calc(50%); */
366366
}
367367

368368
/*** About End ***/
@@ -428,7 +428,7 @@ body {
428428
display: block;
429429
width: 100%;
430430
height: auto;
431-
margin-left: calc(15%);
431+
/* margin-left: calc(15%); */
432432
}
433433

434434
/* Boton izquierda */
@@ -488,7 +488,8 @@ body {
488488

489489
.testimonial-carousel {
490490
background: url('../img/papel_blanco.jpg') no-repeat center center;
491-
background-size: 100%;
491+
background-size: cover;
492+
492493
}
493494

494495
/* Texto */

index.html

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,17 @@ <h1 class="display-6 text-white">Nuestros trabajos</h1>
132132
<div class="row g-4 align-items-center">
133133
<div class="col-xl-6">
134134
<h4 class="text-body text-special">Videojuego / <em>Videogame</em></h4>
135-
<h1 class="display-6 mb-0 text-special">Off with the Wall</h1>
135+
<h1 class="display-6 mb-0 text-special">Soulamander</h1>
136136
</div>
137137
<div class="col-9 col-xl-4">
138138
<div class="portfolio-img">
139139
<div class="portfolio-img-inner">
140-
<img src="https://img.itch.zone/aW1nLzE2MzYzNjc2LnBuZw==/315x250%23c/IoxAA4.png" class="img-fluid" alt="Image">
140+
<img src="https://img.itch.zone/aW1nLzExOTM0MzU5LnBuZw==/315x250%23c/5ebQCQ.png" class="img-fluid" alt="Image">
141141
</div>
142142
</div>
143143
</div>
144144
<div class="col-3 col-xl-1">
145-
<div class="view-img">
146-
<a href="https://img.itch.zone/aW1nLzE2MzYzNjc2LnBuZw==/315x250%23c/IoxAA4.png" class="btn btn-primary btn-lg-square" data-lightbox="Portfolio-1"><i class="fas fa-plus"></i></a>
147-
</div>
145+
<a href=https://miguelrico2031.itch.io/soulamander class="btn btn-primary btn-lg-square"><i class="fas fa-plus"></i></a>
148146
</div>
149147
</div>
150148
</div>
@@ -162,9 +160,7 @@ <h1 class="display-6 mb-0 text-special">Pac-Man</h1>
162160
</div>
163161
</div>
164162
<div class="col-3 col-xl-1">
165-
<div class="view-img">
166-
<a href="./img/pacman.png" class="btn btn-primary btn-lg-square" data-lightbox="portfolio-2"><i class="fas fa-plus"></i></a>
167-
</div>
163+
<a href="https://quiellll.github.io/Pac-Man-v1.0/" class="btn btn-primary btn-lg-square" ><i class="fas fa-plus"></i></a>
168164
</div>
169165
</div>
170166
</div>
@@ -182,9 +178,7 @@ <h1 class="display-6 mb-0 text-special">Defense of the Pumpkin Patch</h1>
182178
</div>
183179
</div>
184180
<div class="col-3 col-xl-1">
185-
<div class="view-img">
186-
<a href="https://img.itch.zone/aW1nLzE4MjY2MTI1LnBuZw==/315x250%23c/PXngPY.png" class="btn btn-primary btn-lg-square" data-lightbox="portfolio-3"><i class="fas fa-plus"></i></a>
187-
</div>
181+
<a href="https://miguelrico2031.itch.io/defense-of-the-pumpkin-patch" class="btn btn-primary btn-lg-square" ><i class="fas fa-plus"></i></a>
188182
</div>
189183
</div>
190184
</div>
@@ -210,7 +204,7 @@ <h1 class="display-6 text-white">Equipo</h1>
210204
</div>
211205
</div>
212206
<div class="col-lg-9 drop-shadow">
213-
<div class="testimonial-content testimonial-center">
207+
<div class="testimonial-content ps-6 pt-6 pe-6 pb-6">
214208
<div class="testimonial-carousel justify-content-center owl-carousel bg-light wow fadeInUp" data-wow-delay="0.05s">
215209
<div class="testimonial-item" data-dot="<img class='img-fluid' src='img/agel.png' alt=''>">
216210
<div class="row gy-4 gx-2 mb-4">

0 commit comments

Comments
 (0)