Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
isagzm committed Jun 8, 2023
1 parent 58be988 commit 68ef473
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
1 change: 1 addition & 0 deletions index-538a19b8.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion index-b2c0b062.css

This file was deleted.

File renamed without changes.
25 changes: 16 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>

<script type="module" crossorigin src="/project-cat/index-6a727020.js"></script>
<link rel="stylesheet" href="/project-cat/index-b2c0b062.css">
<script type="module" crossorigin src="/project-cat/index-cfb907f3.js"></script>
<link rel="stylesheet" href="/project-cat/index-538a19b8.css">
</head>

<body>
Expand Down Expand Up @@ -143,12 +143,14 @@ <h1 class="text-center line-height-m">¡ENTRETÉNME, KAREN! </h1>

<footer>
<!--Footer Work In Progress About Us-->
<div class="container-parent-about-us">
<div class="container-parent">
<div id="about-us" class="container-about-us-horizontal">
<h1 class="text-center line-height-m">Sobre el equipazo de Cat-U</h1>
<div class="content-card-team">
<div class="cards-team">
<img class="about-us-img" src="img/cv-image.jpg" alt="Foto de un chico guapo, que te pide dinero">
<div class="img-container">
<img class="about-us-img" src="img/cv-image.jpg" alt="">
</div>
<div class="info-team">
<h3>David Álvarez</h3>
<div class="icons">
Expand All @@ -162,8 +164,9 @@ <h3>David Álvarez</h3>
</div>
</div>
<div class="cards-team">
<img class="about-us-img" src="img/Pablo-img-about-us.jpg"
alt="Foto de un chico guapo, que te pide dinero">
<div class="img-container">
<img class="about-us-img" src="img/Pablo-img-about-us.jpg" alt="">
</div>
<div class="info-team">
<h3>Pablo Santana</h3>
<div class="icons">
Expand All @@ -177,7 +180,9 @@ <h3>Pablo Santana</h3>
</div>
</div>
<div class="cards-team">
<img class="about-us-img" src="img/IMG_4927.JPG" alt="Foto de un chico guapo, que te pide dinero">
<div class="img-container">
<img class="about-us-img" src="img/IMG_4927.JPG" alt="">
</div>
<div class="info-team">
<h3>Isabel González</h3>
<div class="icons">
Expand All @@ -191,7 +196,9 @@ <h3>Isabel González</h3>
</div>
</div>
<div class="cards-team">
<img class="about-us-img" src="img/Fany.png" alt="Foto de un chico guapo, que te pide dinero">
<div class="img-container">
<img class="about-us-img" src="img/Fany.png" alt="">
</div>
<div class="info-team">
<h3>Estefanía Martínez</h3>
<div class="icons">
Expand All @@ -215,4 +222,4 @@ <h3>Estefanía Martínez</h3>
</div>
</body>

</html>
</html>

0 comments on commit 68ef473

Please sign in to comment.