Skip to content

Commit

Permalink
added past events section (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyampsoni authored Apr 19, 2024
2 parents 818048a + aba5bd0 commit bd049de
Show file tree
Hide file tree
Showing 10 changed files with 314 additions and 10 deletions.
136 changes: 136 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
"install": "^0.13.0",
"lucide-react": "^0.365.0",
"npm": "^10.5.2",
"pure-react-carousel": "^1.30.1",
"react": "^18.2.0",
"react-countup": "^6.5.3",
"react-dom": "^18.2.0",
"react-element-to-jsx-string": "^15.0.0",
"react-fontawesome": "^1.7.1",
"react-icons": "^5.1.0",
"react-intersection-observer": "^9.8.2",
"react-router-dom": "^6.22.3",
"react-router-hash-link": "^2.4.3",
Expand All @@ -54,4 +56,3 @@
"vite": "^5.2.0"
}
}

Binary file added public/ashtesham.jpeg
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 public/rakeshsaw.jpeg
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 public/vinod.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Sections/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Team } from "./Team";

import { Sponsors } from "./Sponsors";
import { ScrollToTopButton } from "@/components/ScrollToTopButton";
import { Talks } from "./Talks";
import Talk from "./Talks";
import { Link } from "react-router-dom";

export const Home = () => {
Expand Down Expand Up @@ -56,7 +56,7 @@ export const Home = () => {
<Sponsors />
</div>
<div>
<Talks />
<Talk />
</div>
<div>
<Team></Team>
Expand Down
Loading

0 comments on commit bd049de

Please sign in to comment.