Skip to content

Commit

Permalink
[Updated] Footer (#82)
Browse files Browse the repository at this point in the history
* Contact info updated (#63)

* contact updated

* minor changes

* new sponsors added (#62)

* updated matches page (#59)

* updated footer (#64)

* changes in dashboard (#68)

* Spelling correction in Espardha page (#67)

* Spelling correction in Espardha page

* Insta svg correction

* rectified events page (#74)

* Footer correction (#73)

* Spelling correction in Espardha page

* Insta svg correction

* footer correction

* [updated gap]sign up and login (#72)

* [Updated] Sponsors (#65)

* Contact info updated (#63)

* contact updated

* minor changes

* new sponsors added (#62)

* updated matches page (#59)

---------

Co-authored-by: AnkitPathak05 <[email protected]>
Co-authored-by: Saksham Agrawal <[email protected]>

* [Updated] Footer (#66)

* Contact info updated (#63)

* contact updated

* minor changes

* new sponsors added (#62)

* updated matches page (#59)

* updated footer (#64)

---------

Co-authored-by: AnkitPathak05 <[email protected]>
Co-authored-by: Saksham Agrawal <[email protected]>
Co-authored-by: ROHIT KUMAR <[email protected]>

* adjust gap

---------

Co-authored-by: Atul Yadav <[email protected]>
Co-authored-by: AnkitPathak05 <[email protected]>
Co-authored-by: Saksham Agrawal <[email protected]>
Co-authored-by: ROHIT KUMAR <[email protected]>

* mobile navbar (#69)

* [Updated] Sponsors (#65)

* Contact info updated (#63)

* contact updated

* minor changes

* new sponsors added (#62)

* updated matches page (#59)

---------

Co-authored-by: AnkitPathak05 <[email protected]>
Co-authored-by: Saksham Agrawal <[email protected]>

* [Updated] Footer (#66)

* Contact info updated (#63)

* contact updated

* minor changes

* new sponsors added (#62)

* updated matches page (#59)

* updated footer (#64)

---------

Co-authored-by: AnkitPathak05 <[email protected]>
Co-authored-by: Saksham Agrawal <[email protected]>
Co-authored-by: ROHIT KUMAR <[email protected]>

* mobile navbar

* mobile nav image part

---------

Co-authored-by: Atul Yadav <[email protected]>
Co-authored-by: AnkitPathak05 <[email protected]>
Co-authored-by: Saksham Agrawal <[email protected]>
Co-authored-by: ROHIT KUMAR <[email protected]>

* Revert "[updated gap]sign up and login (#72)" (#75)

This reverts commit 9d29fa2.

* images compressed (#78)

* collaboration mail added (#77)

* dashboard updated (#71)

* dashboard final

* dashboard updated

* [updated]Register (#79)

* update register

* some changes

---------

Co-authored-by: vipul <[email protected]>

* double footer resolved (#81)

* double footer resolved

* build resolved

* build resolved

---------

Co-authored-by: AnkitPathak05 <[email protected]>
Co-authored-by: Saksham Agrawal <[email protected]>
Co-authored-by: ROHIT KUMAR <[email protected]>
Co-authored-by: subham-45 <[email protected]>
Co-authored-by: Ankit Raj <[email protected]>
Co-authored-by: vipul <[email protected]>
Co-authored-by: Vipul <[email protected]>
  • Loading branch information
8 people authored Sep 25, 2024
1 parent 34b5eac commit 11838bb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
Button,
} from 'reactstrap';
import styles from '../Signup/Signup.module.css';
import Footer from '../../Footer/footer';


function Forgot() {
const ref_container = useRef();
Expand Down Expand Up @@ -218,8 +218,7 @@ function Forgot() {
</Form>
</div>
</div>
<div style={{height:'30px'}}></div>
<Footer></Footer>

</div>
);
}
Expand Down
9 changes: 6 additions & 3 deletions frontend/src/components/LandingPages/Register/Login/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useEffect, useRef } from 'react';
import { Link } from 'react-router-dom';
// import { useNavigate } from 'react-router-dom';
import axios from 'axios';
import Footer from '../../Footer/footer';

import { motion, AnimatePresence } from 'framer-motion';
import {
Alert,
Expand Down Expand Up @@ -715,8 +715,11 @@ function Login() {
</motion.div>
</AnimatePresence>
</div>
<div style={{height:'30px'}}></div>
<Footer></Footer>

{/* <div style={{height:'30px'}}></div>
<Footer></Footer> */}


</div>
);
}
Expand Down
5 changes: 2 additions & 3 deletions frontend/src/components/LandingPages/Register/Reset/Reset.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect, useRef } from 'react';
import axios from 'axios';
import styles from '../Signup/Signup.module.css';
import Footer from '../../Footer/footer';

import {
Alert,
Button,
Expand Down Expand Up @@ -274,8 +274,7 @@ function Reset() {
</Form>
</div>
</div>
<div style={{height:'30px'}}></div>
<Footer/>

</div>
);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect, useRef } from 'react';
import { Link } from 'react-router-dom';
import axios from 'axios';
import Footer from '../../Footer/footer';

import {
Alert,
Button,
Expand Down Expand Up @@ -845,8 +845,7 @@ function Signup() {
</Form>
</motion.div>
</div>
<div style={{height:'30px'}}></div>
<Footer/></div>
</div>
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FaEnvelope, FaUser } from 'react-icons/fa';
import { Link } from 'react-router-dom';
import { useReducer } from 'react';
import isEmail from 'validator/lib/isEmail';
import Footer from '../../Footer/footer';

import {
Alert,
Form,
Expand Down Expand Up @@ -223,8 +223,7 @@ function Verify() {
</Form>
</div>
</div>
<div style={{height:'30px'}}></div>
<Footer></Footer>

</div>
);
}
Expand Down

0 comments on commit 11838bb

Please sign in to comment.