Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Updated] contact #19

Merged
merged 7 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified frontend/public/images/logo/spardha-logo-black.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 modified frontend/public/images/logo/spardha-logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,19 @@
type="image/x-icon"
/>
<script src="%PUBLIC_URL%/jquery-3.4.1.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TXSD7QC19C"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-TXSD7QC19C'); </script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VNLVGL0J73"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VNLVGL0J73');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6843055433103547"
crossorigin="anonymous"></script>

<meta name="msvalidate.01" content="4270453E22475D1299A4A9AFD2BFF3DD" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
Expand Down
66 changes: 32 additions & 34 deletions frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ const About = React.lazy(() => import('./components/LandingPages/About/About'));
const Events = React.lazy(() =>
import('./components/LandingPages/Events/Events')
);
const Admin = React.lazy(() =>
import('./components/DashBoard/Admin/Admin')
);
const Admin = React.lazy(() => import('./components/DashBoard/Admin/Admin'));
const Team = React.lazy(() => import('./components/LandingPages/Team/Team'));
const Sponsors = React.lazy(() =>
import('./components/LandingPages/Sponsors/Sponsors')
Expand Down Expand Up @@ -63,7 +61,9 @@ const Home = React.lazy(() => import('./components/DashBoard/Home/Home'));
const Registration = React.lazy(() =>
import('./components/DashBoard/Registration/Registration')
);
const Document = React.lazy(() => import('./components/DashBoard/Document/Document'));
const Document = React.lazy(() =>
import('./components/DashBoard/Document/Document')
);

const Profile = React.lazy(() =>
import('./components/DashBoard/Profile/Profile')
Expand All @@ -80,10 +80,10 @@ const HomePage = React.lazy(() =>
const Footer1 = React.lazy(() =>
import('./components/LandingPages/Contact/Contact.js')
);
const Matches =React.lazy(()=>
const Matches = React.lazy(() =>
import('./components/LandingPages/matches/matches')
);
const Espardha =React.lazy(()=>
const Espardha = React.lazy(() =>
import('./components/LandingPages/Espardha/Espardha')
);

Expand Down Expand Up @@ -111,7 +111,7 @@ function App() {
</Suspense>
}
>
<Route
<Route
path="/"
element={
<Suspense fallback={<Spinner />}>
Expand Down Expand Up @@ -141,7 +141,6 @@ function App() {
element={
<Suspense fallback={<Preloader />}>
<Signup />

</Suspense>
}
/>
Expand Down Expand Up @@ -172,7 +171,7 @@ function App() {
</Suspense>
}
/>

<Route
exact
path="verify"
Expand All @@ -195,7 +194,7 @@ function App() {
path="espardha"
element={
<Suspense fallback={<Preloader />}>
<Espardha/>
<Espardha />
</Suspense>
}
/>
Expand Down Expand Up @@ -272,25 +271,25 @@ function App() {
}
/>
</Route>

<Route
path="admin"
path="admin"
element={
<Suspense fallback={<Preloader />}>
<Admin/>
<Admin />
</Suspense>
}
/>
<Route
path="admin/showtable"
element={
<Suspense fallback={<Spinner />}>
<ShowTable />
</Suspense>
}
/>
/>
<Route
path="admin/showtable"
element={
<Suspense fallback={<Spinner />}>
<ShowTable />
</Suspense>
}
/>

{/* <Route
{/* <Route
path="admin/allgames"
element={
<Suspense fallback={<Spinner />}>
Expand All @@ -299,14 +298,14 @@ function App() {
}
/> */}

<Route
path="admin/allusers"
element={
<Suspense fallback={<Spinner />}>
<ShowallTable />
</Suspense>
}
/>
<Route
path="admin/allusers"
element={
<Suspense fallback={<Spinner />}>
<ShowallTable />
</Suspense>
}
/>
<Route
path="/dashboard"
element={
Expand Down Expand Up @@ -347,7 +346,7 @@ function App() {
</Suspense>
}
/>

<Route
path="events"
element={
Expand All @@ -364,12 +363,11 @@ function App() {
</Suspense>
}
/>

</Route>
</Routes>
{/* </Router> */}
</>
);
}

export default App;
export default App;
60 changes: 31 additions & 29 deletions frontend/src/components/LandingPages/Contact/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,51 +21,53 @@ const Contact = () => {
<div className={styles.convenor}>
<div>
<h5><b>Convenor:</b></h5>
<h6 className={styles.name}>Himanshu Ranjan</h6>
<h6>himanshu.ranjan.met20@itbhu.ac.in</h6>
<h6 className={styles.name}>Sarthak Gupta</h6>
<h6>sarthak.gupta.civ.21@itbhu.ac.in</h6>
</div>
<div>
<h5><b>Co-convenors:</b></h5>
<h6 className={styles.name}>Harsh Lalit Parmar</h6>
<h6>[email protected]</h6>
<h6 className={styles.name}>Aditya Ayush Mishra</h6>
<h6>[email protected]</h6>
<h6 className={styles.name}>Bhumika Batra</h6>
<h6>[email protected]</h6>
<h6 className={styles.name}>Shubham Sahu</h6>
<h6>[email protected]</h6>
<h6 className={styles.name}>Adarsh Raj</h6>
<h6>[email protected]</h6>
</div>
</div>
<div className={styles.publicity}>
<h5><b>Publicity:</b></h5>
<h6 className={styles.name}>Nimish Parmar</h6>
<h6>nimish.parmar.civ21@itbhu.ac.in</h6>
<h6>+91 74006 94759</h6>
<h6 className={styles.name}>Adarsh Raj</h6>
<h6>adarsh.raj.civ21@itbhu.ac.in </h6>
<h6>+91 88628 66770</h6>
<h6 className={styles.name}>Sarthak Gupta</h6>
<h6>sarthak.gupta.civ21@itbhu.ac.in</h6>
<h6>+91 63920 03370</h6>
<h6 className={styles.name}>Suraj Kumar</h6>
<h6>suraj.kumar.min22@itbhu.ac.in</h6>
<h6>+91 93041 92920</h6>
<h6 className={styles.name}>Arya Meshram</h6>
<h6>aarya.meshram.chy22@itbhu.ac.in</h6>
<h6>+91 90090 73032</h6>
<h6 className={styles.name}>Vivek Kumar</h6>
<h6>vivek.kumar.min22@itbhu.ac.in</h6>
<h6>+91 70335 87357</h6>
</div>
</div>
<div className={styles.evehosp}>
<div className={styles.events}>
<h5><b>Events:</b></h5>
<h6 className={styles.name}>Gurmeet Punia</h6>
<h6>gurmeet.student.civ21@itbhu.ac.in</h6>
<h6>+91 97858 15941</h6>
<h6 className={styles.name}>Dhruv Jain</h6>
<h6>dhruv.jain.cd.mec21@itbhu.ac.in</h6>
<h6>+91 95489 62930</h6>
<h6 className={styles.name}>Aryan Maurya</h6>
<h6>aryan.maurya.civ22@itbhu.ac.in</h6>
<h6>+91 86040 99753</h6>
<h6 className={styles.name}>Adesh Meena</h6>
<h6>adesh.meena.ece22@itbhu.ac.in</h6>
<h6>+91 63502 78428</h6>
</div>
<div className={styles.hospitality}>
<h5><b>Hospitality:</b></h5>
<h6 className={styles.name}>Aryan Singh</h6>
<h6>aryan.singh.met21@itbhu.ac.in</h6>
<h6>+91 99972 55604</h6>
<h6 className={styles.name}>Gaurav Maharshi</h6>
<h6>gaurav.maharshi.cer21@itbhu.ac.in </h6>
<h6>+91 87624 49914</h6>
<h6 className={styles.name}>Deepanshu</h6>
<h6 className={styles.name}>Ojas Raj</h6>
<h6>ojas.raj.civ22@itbhu.ac.in</h6>
<h6>+91 79745 52339</h6>
<h6 className={styles.name}>Vinay Dadri</h6>
<h6>vinay.kumar.mec22@itbhu.ac.in </h6>
<h6>+91 85295 52845</h6>
<h6 className={styles.name}>Divyanshi Gautam</h6>
<h6>[email protected]</h6>
<h6>+91 91168 98755</h6>
<h6>+91 87070 90583</h6>
</div>
</div>
<div className={styles.linkfollow}>
Expand Down
Binary file modified frontend/src/components/LandingPages/Events/hockey.pdf
Binary file not shown.
Binary file modified frontend/src/components/LandingPages/Events/kabbadi.pdf
Binary file not shown.
Binary file modified frontend/src/components/LandingPages/Events/khokho.pdf
Binary file not shown.
Binary file modified frontend/src/components/LandingPages/Events/powerlifting.pdf
Binary file not shown.
Binary file modified frontend/src/components/LandingPages/Events/squash.pdf
Binary file not shown.
Binary file modified frontend/src/components/LandingPages/Events/tabletennis.pdf
Binary file not shown.
Binary file modified frontend/src/components/LandingPages/Events/taekwondo.pdf
Binary file not shown.
Binary file modified frontend/src/components/LandingPages/Events/tennis.pdf
Binary file not shown.
Binary file modified frontend/src/components/LandingPages/Events/volleyball.pdf
Binary file not shown.
Binary file modified frontend/src/components/LandingPages/Events/weightlifting.pdf
Binary file not shown.
15 changes: 0 additions & 15 deletions frontend/src/components/LandingPages/Gallery/Gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,13 @@ import 'react-responsive-carousel/lib/styles/carousel.min.css';
import { Modal, ModalHeader, ModalBody } from 'reactstrap';
import 'bootstrap/dist/css/bootstrap.min.css';

// import GalleryModal from '../GalleryModal/GalleryModal';
// import Background_gallery from '/images/bg/bg_football.png';

const Gallery = () => {
// const gallery_bg={
// backgroundImage: "url(" + { Background_gallery } + ")",
// backgroundAttachment: "fixed",
// backgroundPosition: "center",
// backgroundSize: "cover"
// }
const [modal, setModal] = useState(false);
const toggle = () => setModal(!modal);
const [item, setItem] = useState(0);
// const changeIndex=(index)=>{
// console.log("changeIndex",index);
// setItem(index)
// };
const [check, setCheck] = useState(false);

useEffect(() => {
// console.log('useEffect', check);
if (check) {
if (!modal) {
toggle();
Expand Down Expand Up @@ -63,7 +49,6 @@ const Gallery = () => {

</div>
</div>
{/* <hr style="margin-left: 30px; margin-right: 30px;"> */}
<div className="tz-gallery">
<div className="row_gallery mb-3 gallery-heading boldClass" style={{ color: '#760e53'}}>
Opening Ceremony
Expand Down
20 changes: 0 additions & 20 deletions frontend/src/components/LandingPages/Guests/SliderGuests.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import 'owl.carousel/dist/assets/owl.theme.default.css';

const SliderGuests = () => {
return (
// <section id="testimonials">
// SliderGuests
// </section>

<section id="testimonials" className="testimony-section">
<div className="overlay"></div>
<div className="container_slider">
Expand Down Expand Up @@ -40,8 +36,6 @@ const SliderGuests = () => {
autoplay
center={true}
className="mine_slider_guests"
// stagePadding={500}
// margin="1px"
>
<div className="item">
<div className="testimony-wrap text-center py-4">
Expand All @@ -58,20 +52,6 @@ const SliderGuests = () => {
</div>
</div>

{/* <div className="item">
<div className="testimony-wrap text-center py-4">
<div className="user-img mt-3 mb-4 bg_class_guest8"></div>
<div className="text p-3">
<p className="mb-4">
Salute to all organisers for such dedication and
determination.
</p>
<p className="name">Sushil Kumar (Wrestler)</p>
<span className="position">2010 World Title winner</span>
</div>
</div>
</div> */}

<div className="item">
<div className="testimony-wrap text-center py-4">
<div className="user-img mt-3 mb-4 bg_class_guest9"></div>
Expand Down
Loading
Loading