Skip to content

Commit

Permalink
changed images
Browse files Browse the repository at this point in the history
  • Loading branch information
adhikareeprayush committed Aug 9, 2024
1 parent f52f145 commit f0540ea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ nav {
}

.background {
background: url("../images/project.jpg") no-repeat;
background: url("../images/banner.jpg") no-repeat;
background-size: cover;
background-position: top;
filter: brightness(0.5);
Expand Down
Binary file added images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/project.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<header>
<nav>
<div class="logo">
<a href="#">Portfolio</a>
<a href="#">Portfolio.</a>
</div>
<div class="nav-menu">
<ul>
Expand All @@ -42,7 +42,7 @@ <h2>Hi, I'm <span class="stroke-text">Joe Doe</span></h2>
</div>
<div class="right">
<div class="image">
<img src="images/project.jpg" alt="A girl">
<img src="images/profile.jpg" alt="name">
</div>
<div class="card">
<div class="rotate-45"></div>
Expand Down Expand Up @@ -198,10 +198,11 @@ <h1>Contact Me</h1>
<!-- Footer -->
<footer>
<div class="footer-content">
<p>&copy; 2021 Portfolio. All Rights Reserved.</p>
<p style="text-align: center;">&copy; 2024 Portfolio. All Rights Reserved. <br> <a
href="https://github.com/adhikareeprayush">Prayush Adhikari</a></p>
</div>
</footer>

</body>

</html>
</html>

0 comments on commit f0540ea

Please sign in to comment.