Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendozab authored Sep 26, 2021
1 parent e5004a7 commit 87bffbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1 style = "color:rgb(251, 255, 0); text-align: center; animation-duration: 3s;
<p></p>
<br>
<br>
<img src="img_sources/IMG_6270.jpeg" class="img-rounded" alt="Me!" width="400px" heigth="400px">
<img src="img_sources/IMG_6270.jpeg" class="img-rounded; responsive" alt="Me!" width="400px" heigth="400px">
</div>
<!-- Bootstrap CSS <div class="col-sm-4">.col-sm-4</div> -->
<div class="col-sm-8 p-3 mb-2 bg-dark text-white">
Expand Down
6 changes: 3 additions & 3 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1>PacMen</h1>
<p>Description: </p>
<p class="Bio">In this project you are able to make many pacman appear on screen and make them move around the webpage and bounce off the webpage limits. Try it out!</p>
<br>
<img src="img_sources/pacman_CMB.png" class="img-rounded" alt="Me!" width="400px" heigth="400px">
<img src="img_sources/pacman_CMB.png" class="img-rounded; responsive" alt="Me!" width="400px" heigth="400px">
<p></p>
<br>
<p>Go to the GitHub Repository: </p>
Expand All @@ -70,7 +70,7 @@ <h1>Eye-Exercise</h1>
<p class="Bio">In this project a couple of eyes will follow your mouse´s every movement when the mouse pointer moves around the webpage. Try it out for yourself!</p>
<br>
<br>
<img src="img_sources/Eye-Tracker_CMB.png" class="img-rounded" alt="Me!" width="400px" heigth="400px">
<img src="img_sources/Eye-Tracker_CMB.png" class="img-rounded; responsive" alt="Me!" width="400px" heigth="400px">
<p></p>
<br>
<p>Go to the GitHub Repository: </p>
Expand All @@ -86,7 +86,7 @@ <h1>Real Time Bus Tracker</h1>
<p>Description: </p>
<p class="Bio">In this project you will see a red map pointer moving around different locations in an international map. The pointer starts from Cancun, Mexico then goes to several countries in South America and then returns to its origin.</p>
<br>
<img src="img_sources/MapAnimationCMB.png" class="img-rounded" alt="Me!" width="400px" heigth="400px">
<img src="img_sources/MapAnimationCMB.png" class="img-rounded; responsive" alt="Me!" width="400px" heigth="400px">
<p></p>
<br>
<p>Go to the GitHub Repository: </p>
Expand Down
5 changes: 5 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,10 @@
}
}

.responsive {
max-width: 100%;
height: auto;
}



0 comments on commit 87bffbe

Please sign in to comment.