Skip to content

Commit 3a0f325

Browse files
committed
imagenes index
1 parent 537a793 commit 3a0f325

File tree

5 files changed

+7
-15
lines changed

5 files changed

+7
-15
lines changed

Youdemy/web/img/carrusel.jpg

123 KB
Loading

Youdemy/web/img/cocina.jpg

9.86 KB
Loading

Youdemy/web/img/java.jpg

8.91 KB
Loading

Youdemy/web/img/sql.jpg

6.45 KB
Loading

Youdemy/web/index.html

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@
9090
</div>
9191
<div class="carousel-inner">
9292
<div class="carousel-item active">
93-
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#777"/></svg>
93+
94+
95+
<img class="bd-placeholder-img card-img-top" width="100%" height="100%" src="img/carrusel.jpg">
9496

9597
<div class="container">
9698
<div class="carousel-caption text-start">
@@ -111,17 +113,6 @@ <h1>Another oferta headline.</h1>
111113
</div>
112114
</div>
113115
</div>
114-
<div class="carousel-item">
115-
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#777"/></svg>
116-
117-
<div class="container">
118-
<div class="carousel-caption text-end">
119-
<h1>One more for good oferta.</h1>
120-
<p>Some representative placeholder content for the third slide of this carousel.</p>
121-
<p><a class="btn btn-lg btn-primary" href="#">Browse gallery</a></p>
122-
</div>
123-
</div>
124-
</div>
125116
</div>
126117
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
127118
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
@@ -140,21 +131,22 @@ <h1>One more for good oferta.</h1>
140131
<!-- Three columns of text below the carousel -->
141132
<div class="row">
142133
<div class="col-lg-4">
143-
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 140x140" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#777"/><text x="50%" y="50%" fill="#777" dy=".3em">140x140</text></svg>
134+
135+
<img class="bd-placeholder-img rounded-circle" width="140" height="140" src="img/sql.jpg">
144136

145137
<h2>Sql</h2>
146138
<p>Some representative placeholder content for the three columns of text below the carousel. This is the video column.</p>
147139
<p><a class="btn btn-secondary" href="#">Ver más &raquo;</a></p>
148140
</div><!-- /.col-lg-4 -->
149141
<div class="col-lg-4">
150-
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 140x140" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#777"/><text x="50%" y="50%" fill="#777" dy=".3em">140x140</text></svg>
142+
<img class="bd-placeholder-img rounded-circle" width="140" height="140" src="img/java.jpg">
151143

152144
<h2>Java</h2>
153145
<p>Another exciting bit of representative placeholder content. This time, we've moved on to the video column.</p>
154146
<p><a class="btn btn-secondary" href="#">Ver más &raquo;</a></p>
155147
</div><!-- /.col-lg-4 -->
156148
<div class="col-lg-4">
157-
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 140x140" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#777"/><text x="50%" y="50%" fill="#777" dy=".3em">140x140</text></svg>
149+
<img class="bd-placeholder-img rounded-circle" width="140" height="140" src="img/cocina.jpg">
158150

159151
<h2>Cocina</h2>
160152
<p>And lastly this, the video column of representative placeholder cursos. This time, we've moved on to the video</p>

0 commit comments

Comments
 (0)