|
1 | | -import React from 'react' |
2 | | -import { Link } from 'react-router-dom' |
| 1 | +import React from "react"; |
| 2 | +import { Link } from "react-router-dom"; |
3 | 3 |
|
4 | | -import FooterLogo from '../../assets/images/footerLogo.png' |
5 | | -import Group54 from '../../assets/images/Group54.png' |
6 | | -import Group57 from '../../assets/images/Group57.png' |
| 4 | +import FooterLogo from "../../assets/images/footerLogo.png"; |
| 5 | +import Group54 from "../../assets/images/Group54.png"; |
| 6 | +import Group57 from "../../assets/images/Group57.png"; |
7 | 7 |
|
8 | 8 | const Footer = () => { |
9 | | - return ( |
10 | | - <div className='footer'> |
11 | | - <div className='footer__company'> |
12 | | - <img src={FooterLogo} alt='' className='footer__logo' /> |
13 | | - <p className='footer__copyright'> |
14 | | - © 2020 Safed Pankh Foundation |
15 | | - </p> |
16 | | - </div> |
17 | | - <> |
18 | | - <ul className='footer__list'> |
19 | | - <li className='footer__list--item'> |
20 | | - <Link to='/' className='footer__link'> |
21 | | - About Us |
22 | | - </Link> |
23 | | - </li> |
24 | | - <li className='footer__list--item'> |
25 | | - <Link to='/' className='footer__link'> |
26 | | - Careers |
27 | | - </Link> |
28 | | - </li> |
29 | | - <li className='footer__list--item'> |
30 | | - <Link to='/' className='footer__link'> |
31 | | - Blogs |
32 | | - </Link> |
33 | | - </li> |
34 | | - <li className='footer__list--item'> |
35 | | - <Link to='/' className='footer__link'> |
36 | | - Privacy Policy |
37 | | - </Link> |
38 | | - </li> |
39 | | - <li className='footer__list--item'> |
40 | | - <Link to='/' className='footer__link'> |
41 | | - Terms and Conditions |
42 | | - </Link> |
43 | | - </li> |
44 | | - </ul> |
45 | | - </> |
46 | | - <> |
47 | | - <ul className='footer__list'> |
48 | | - <li className='footer__list--item'> |
49 | | - <Link to='/' className='footer__link'> |
50 | | - User Guildlines |
51 | | - </Link> |
52 | | - </li> |
53 | | - <li className='footer__list--item'> |
54 | | - <Link to='/' className='footer__link'> |
55 | | - Site Map |
56 | | - </Link> |
57 | | - </li> |
58 | | - <li className='footer__list--item'> |
59 | | - <Link to='/' className='footer__link'> |
60 | | - Refund Policy |
61 | | - </Link> |
62 | | - </li> |
63 | | - <li className='footer__list--item'> |
64 | | - <Link to='/' className='footer__link'> |
65 | | - Legal Notices |
66 | | - </Link> |
67 | | - </li> |
68 | | - <li className='footer__list--item'> |
69 | | - <Link to='/' className='footer__link'> |
70 | | - Plus subscriptions T&C |
71 | | - </Link> |
72 | | - </li> |
73 | | - </ul> |
74 | | - </> |
75 | | - <div className='footer__app'> |
76 | | - <p className='footer__app--heading'>Students App</p> |
77 | | - {/* <div className='footer__assets'> |
78 | | - <img |
79 | | - src={Group54} |
80 | | - alt='' |
81 | | - className='footer__assets--item' |
82 | | - /> |
83 | | - <img |
84 | | - src={Group57} |
85 | | - alt='' |
86 | | - className='footer__assets--item' |
87 | | - /> |
88 | | - </div> */} |
89 | | - </div> |
90 | | - <div className='footer__app'> |
91 | | - <p className='footer__app--heading'>Teachers App</p> |
92 | | - {/* <div className='footer__assets'> |
93 | | - <img |
94 | | - src={Group54} |
95 | | - alt='' |
96 | | - className='footer__assets--item' |
97 | | - /> |
98 | | - <img |
99 | | - src={Group57} |
100 | | - alt='' |
101 | | - className='footer__assets--item' |
102 | | - /> |
103 | | - </div> */} |
104 | | - </div> |
| 9 | + return ( |
| 10 | + <div className="footer"> |
| 11 | + <div className="footer__company"> |
| 12 | + <img src={FooterLogo} alt="" className="footer__logo" /> |
| 13 | + <p className="footer__copyright">© 2020 Safed Pankh Foundation</p> |
| 14 | + </div> |
| 15 | + <ul className="footer__list"> |
| 16 | + <li className="footer__list--item"> |
| 17 | + <Link to="/" className="footer__link"> |
| 18 | + About Us |
| 19 | + </Link> |
| 20 | + </li> |
| 21 | + <li className="footer__list--item"> |
| 22 | + <Link to="/" className="footer__link"> |
| 23 | + Careers |
| 24 | + </Link> |
| 25 | + </li> |
| 26 | + <li className="footer__list--item"> |
| 27 | + <Link to="/" className="footer__link"> |
| 28 | + Blogs |
| 29 | + </Link> |
| 30 | + </li> |
| 31 | + <li className="footer__list--item"> |
| 32 | + <Link to="/" className="footer__link"> |
| 33 | + Privacy Policy |
| 34 | + </Link> |
| 35 | + </li> |
| 36 | + <li className="footer__list--item"> |
| 37 | + <Link to="/" className="footer__link"> |
| 38 | + Terms and Conditions |
| 39 | + </Link> |
| 40 | + </li> |
| 41 | + </ul> |
| 42 | + <ul className="footer__list"> |
| 43 | + <li className="footer__list--item"> |
| 44 | + <Link to="/" className="footer__link"> |
| 45 | + User Guildlines |
| 46 | + </Link> |
| 47 | + </li> |
| 48 | + <li className="footer__list--item"> |
| 49 | + <Link to="/" className="footer__link"> |
| 50 | + Site Map |
| 51 | + </Link> |
| 52 | + </li> |
| 53 | + <li className="footer__list--item"> |
| 54 | + <Link to="/" className="footer__link"> |
| 55 | + Refund Policy |
| 56 | + </Link> |
| 57 | + </li> |
| 58 | + <li className="footer__list--item"> |
| 59 | + <Link to="/" className="footer__link"> |
| 60 | + Legal Notices |
| 61 | + </Link> |
| 62 | + </li> |
| 63 | + <li className="footer__list--item"> |
| 64 | + <Link to="/" className="footer__link"> |
| 65 | + Plus subscriptions T&C |
| 66 | + </Link> |
| 67 | + </li> |
| 68 | + </ul> |
| 69 | + <div className="footer__app"> |
| 70 | + <p className="footer__app--heading">Students App</p> |
| 71 | + <div className="footer__assets"> |
| 72 | + <img src={Group54} alt="" className="footer__assets--item" /> |
| 73 | + <img src={Group57} alt="" className="footer__assets--item" /> |
105 | 74 | </div> |
106 | | - ) |
107 | | -} |
| 75 | + </div> |
| 76 | + <div className="footer__app"> |
| 77 | + <p className="footer__app--heading">Teachers App</p> |
| 78 | + <div className="footer__assets"> |
| 79 | + <img src={Group54} alt="" className="footer__assets--item" /> |
| 80 | + <img src={Group57} alt="" className="footer__assets--item" /> |
| 81 | + </div> |
| 82 | + </div> |
| 83 | + </div> |
| 84 | + ); |
| 85 | +}; |
108 | 86 |
|
109 | | -export default Footer |
| 87 | +export default Footer; |
0 commit comments