Skip to content

Commit

Permalink
Merge Merge pull request #369 from feat/add-img-aboutus
Browse files Browse the repository at this point in the history
[Feat]:modified images on about us page
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
2 parents e630101 + b3b7e6b commit 327f03e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions src/Pages/AboutUs.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* General Card Styles */
.card-image-div {
width: 80vw;
margin: 30px 10vw;
display: flex;
border-radius: 8px;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 15px;
align-items: center;
}

.card-image-div > div {
Expand All @@ -18,8 +18,10 @@
}

.card-image-div > div > img {
width: 38vw;
height: 300px;
width: 100%;
height: auto;
max-height: 300px;
object-fit: contain;
border-radius: 8px;
}

Expand All @@ -43,6 +45,7 @@
font-weight: 600;
}


.social-icons {
display: flex;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/AboutUs.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import linkedin_icon from '../assets/icons/linkedin2.png'
import twitter_icon from '../assets/icons/twitter.png'
import join_our_community from '../assets/images/join-our-community.jpg'
import our_mission from '../assets/images/our-mission.jpg'
import who_we_are from '../assets/images/who-we-are.jpg'
import who_we_are from '../assets/images/who-we-are.png'
import Footer from '../components/Footer'

// Sample data for FAQs and Testimonials
Expand Down
Binary file modified src/assets/images/join-our-community.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 src/assets/images/our-mission.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 removed src/assets/images/who-we-are.jpg
Binary file not shown.
Binary file added src/assets/images/who-we-are.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 327f03e

Please sign in to comment.