Skip to content

Commit

Permalink
update the images
Browse files Browse the repository at this point in the history
  • Loading branch information
sadaf-Daneshgar committed Feb 27, 2024
1 parent 2525a53 commit db3a5aa
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
Binary file modified image/budget.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed image/library.PNG
Binary file not shown.
Binary file added image/library.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3 class="hero-section-connect">LET’S CONNECT</h3>
<section class="cards-container-section" id="portfolio-link">
<div class="card">
<div class="card-img">
<img src="image/library.PNG" alt="Page to page book library" />
<img src="image/library.jpg" alt="Page to page book library" />
</div>
<div class="card-content facebook-card">
<h2 class="card-title">Page to page Book Library</h2>
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const projectsFullDatiel = [
{
name: 'Page to page Book Library',
projectInformation: { org: 'Library', type: 'Full-stack Dev', year: '2024' },
projectImage: 'image/library.PNG',
projectImage: 'image/library.jpg',
projectDescription: 'This project is a web application that allows users to reserve books from a library.The user can also see the list of books that are available in the library.',
projectLanguages: ['Ruby on Rails', 'React-Redux', 'PostgreSQL', 'CSS'],
projectLiveLink: 'https://page-to-page.onrender.com/',
Expand Down
9 changes: 3 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -748,11 +748,8 @@ hr.newOne {
}

.card-img img {
width: 100%;
height: 100%;
object-fit: cover;
overflow: hidden;
object-position: center;
width: 555px;
height: 448px;
}

.card-content {
Expand Down Expand Up @@ -1131,6 +1128,6 @@ hr.newOne {

.card-img img {
width: 300px;
height: 300px;
height: 220px;
}
}

0 comments on commit db3a5aa

Please sign in to comment.