Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
add carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
soniyaprasad77 committed May 18, 2024
1 parent 69e954f commit 60926cc
Show file tree
Hide file tree
Showing 14 changed files with 329 additions and 35 deletions.
247 changes: 247 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@material-tailwind/react": "^2.1.9",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@react-google-maps/api": "^2.19.3",
Expand All @@ -26,6 +27,7 @@
"openai": "^4.47.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.1",
Expand Down
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Reem Kufi", sans-serif !important;
font-family: "Reem Kufi", sans-serif ;
}

img {
Expand Down
Binary file added src/Assets/SliderImages/gif1.gif
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 src/Assets/SliderImages/gif2.gif
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 src/Assets/SliderImages/img1.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 src/Assets/SliderImages/img2.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 added src/Assets/smiling.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BsFillPlayCircleFill } from "react-icons/bs";

const About = () => {
return (
<div className="about-section-container" id="about">
<div className="about-section-container mt-96 " id="about">
<div className="about-background-image-container">
<img src={AboutBackground} alt="" />
</div>
Expand Down
Loading

0 comments on commit 60926cc

Please sign in to comment.