Skip to content

Commit

Permalink
events
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 4, 2023
1 parent 98847b2 commit b282aac
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 179 deletions.
88 changes: 2 additions & 86 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
"emailjs-com": "^3.2.0",
"font-awesome": "^4.7.0",
"framer-motion": "^10.16.4",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-router-dom": "^6.6.0",
"react-scripts": "5.0.1",
"react-scroll-trigger": "^0.6.14",
"react-slick": "^0.29.0",
"TagCloud": "^2.3.2",
"web-vitals": "^2.1.4"
},
Expand Down
24 changes: 24 additions & 0 deletions src/assets/data/eventsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,30 @@ const events = [
img: e,
link: "",
},
{
title: "Coming Soon!",
date: "Coming Soon!",
img: e,
link: "",
},
{
title: "Coming Soon!",
date: "Coming Soon!",
img: e,
link: "",
},
{
title: "Coming Soon!",
date: "Coming Soon!",
img: e,
link: "",
},
{
title: "Coming Soon!",
date: "Coming Soon!",
img: e,
link: "",
},
];

export default events;
3 changes: 2 additions & 1 deletion src/components/eventCard/EventCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
background-size: cover;
display: flex;
flex-direction: column;
margin: 10px;
margin: 1.5rem 2rem;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
color: black;
Expand Down Expand Up @@ -46,6 +46,7 @@
margin: auto;
width: 100%;
height: auto;
max-height: 300px;
transition: all 0.2s ease-in-out;
border-radius: 4px;
border: 2px solid orange;
Expand Down
4 changes: 1 addition & 3 deletions src/pages/home/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { Component } from "react";
import Navbar from "../../components/navbar/Navbar";
import "./HomePage.css";
import "../../App.css";
import InfiniteCarousel from "../../components/infiniteCarousel/InfiniteCarousel";
import IntroAudio from "../../components/introAudio/IntroAudio";
import Section1 from "./sections/section1/Section1";
import Section2 from "./sections/section2/Section2";
Expand All @@ -19,7 +18,6 @@ import Section11 from "./sections/section11/Section11";
import Section12 from "./sections/section12/Section12";
import Section13 from "./sections/section13/Section13";
import Section14 from "./sections/section14/Section14";
import sponsers from "../../assets/data/sponsersData";
import Statistics from "../../components/statisticalData/Statistics";
import ScrollToTopnew from "../../components/scrollToTop/ScrollToTop";

Expand All @@ -42,7 +40,7 @@ const HomePage = () => {
<Section12 />
<Section13 />
<Section8 /> */}
{/* <Section6 /> */}
<Section6 />
{/* <Section9 /> */}
<Section10 />
</div>
Expand Down
1 change: 0 additions & 1 deletion src/pages/home/sections/section3/Section3.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

.codeutsava__section3-events-container {
max-width: 98%;
padding: 8rem 0;
margin: 4rem auto;
flex-direction: column;
}
Expand Down
Loading

0 comments on commit b282aac

Please sign in to comment.