|
1 | 1 | import React from 'react'
|
| 2 | +import "../../Styles/Footer.css" |
2 | 3 |
|
3 | 4 | function Footer() {
|
4 | 5 | return (
|
5 |
| - <footer className="page-footer footer"> |
6 |
| - <div className="container"> |
7 |
| - <div className="row"> |
8 |
| - <div className="col l6 s12"> |
9 |
| - <h5 className="gamergram">Gamergram</h5> |
10 |
| - <p>A web application to publish your thoughts, connect with friends, share pictures, comment, like and much more!</p> |
11 |
| - <p>Developed by Meghal Bisht using the MERN stack.</p> |
12 |
| - </div> |
13 |
| - <div className="col l4 offset-l2 s12"> |
14 |
| - <h5>Connect with me</h5> |
15 |
| - <ul> |
16 |
| - <li><a rel="noopener noreferrer" target="_blank" href="https://www.linkedin.com/in/meghal-bisht-777451177/">LinkedIn</a></li> |
17 |
| - <li><a rel="noopener noreferrer" target="_blank" href="https://github.com/MeghalBisht">GitHub</a></li> |
18 |
| - <li><a rel="noopener noreferrer" target="_blank" href="https://resume-meghal.herokuapp.com/">Website</a></li> |
19 |
| - </ul> |
20 |
| - </div> |
21 |
| - </div> |
22 |
| - </div> |
23 |
| - <div className="footer-copyright"> |
24 |
| - <div className="container"> |
25 |
| - © 2020 <span>Gamergram</span> |
| 6 | + <footer className="footer"> |
| 7 | + <div className="container text-center"> |
| 8 | + <img src="../../gamergram.ico" className="d-block mb-4 mx-auto" width="100px " /> |
| 9 | + |
| 10 | + <p className="text-secondary col md 9 mx-auto">A web application to publish your thoughts, connect with friends, share pictures, comment, like and much more!</p> |
| 11 | + <p className="text-secondary col md 9 mx-auto">Developed by Meghal Bisht using the MERN stack.</p> |
| 12 | + <hr className="my-5" /> |
| 13 | + <div className="mb-3"> |
| 14 | + <a rel="noopener noreferrer" target="_blank" className="ctx__icons" href="https://www.linkedin.com/in/meghal-bisht-777451177/"> |
| 15 | + <i className="fab fa-linkedin"></i> |
| 16 | + </a> |
| 17 | + <a rel="noopener noreferrer" target="_blank" className="ctx__icons" href="https://github.com/MeghalBisht"> |
| 18 | + <i className="fab fa-github"></i> |
| 19 | + </a> |
| 20 | + <a rel="noopener noreferrer" target="_blank" className="ctx__icons" href="https://resume-meghal.herokuapp.com/"> |
| 21 | + <i className="fas fa-code"></i> |
| 22 | + </a> |
26 | 23 | </div>
|
| 24 | + <p className="text-secondary">Copyright 2020. All rights reserved!</p> |
27 | 25 | </div>
|
28 | 26 | </footer>
|
29 | 27 | )
|
|
0 commit comments