Skip to content

Commit

Permalink
Merge pull request #7 from samucodesh/webpimages
Browse files Browse the repository at this point in the history
Webpimages
  • Loading branch information
samucodesh authored Sep 8, 2023
2 parents cd3e9b9 + 864e49e commit e1e0766
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added images/320p.webp
Binary file not shown.
Binary file added images/360foodme.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
</head>
<body>
<header>
<img src="https://avatars.githubusercontent.com/u/108969323?s=400&u=78851fdde1b3947b27dbaeb8f0391f940e26fedd&v=4" alt="profile picture" width="400" height="400">
<img src="./images/320p.webp" alt="profile picture" width="320" height="427">
<p id="name">Samuel Soto Hoyos</p>
<p id="about me">Software Developer</p>
</header>
<section id="Projects">
<p>
<h1>New Relic project</h1>
<img rel="preload" src="https://github.com/samucodesh/New-Relic-Monitoring-Project-/raw/main/assets/foodmeapp.png" alt="New-Relic-Monitoring-Project" width="952" height="541">
<img rel="preload" src="./images/360foodme.webp" alt="New-Relic-Monitoring-Project" width="360" height="205">
<a href="https://github.com/samucodesh/New-Relic-Monitoring-Project-">Link to repository</a>
</p>
</section>
Expand Down

0 comments on commit e1e0766

Please sign in to comment.