1
1
import React from "react" ;
2
2
import { MDBCol , MDBContainer , MDBRow , MDBFooter } from "mdbreact" ;
3
+ import fav from '../images/favicon.ico' ;
3
4
4
5
const FooterPage = ( ) => {
5
6
return (
6
7
< MDBFooter color = "blue" className = "font-small pt-4 mt-4" >
7
8
< MDBContainer fluid className = "text-center text-md-left" >
8
9
< MDBRow >
9
10
< MDBCol md = "6" >
10
- < h5 className = "title" > Shaun Collins Ajax-React Social Network</ h5 >
11
+ < h5 className = "title" > Shaun Collins Ajax-React Social Network
12
+
13
+ < img src = { fav } alt = "favicon" />
14
+ </ h5 >
11
15
< p >
12
16
I have been designing and developng websites for the last three years.
13
17
< br /> If you would like to employ my services message me!
@@ -16,18 +20,19 @@ const FooterPage = () => {
16
20
</ MDBCol >
17
21
< MDBCol md = "6" >
18
22
< h5 className = "title" > My Social Links</ h5 >
23
+ < p > Feel free to reach out!</ p >
19
24
< ul >
20
25
< li className = "list-unstyled" >
21
- < a href = "https://www.facebook.com/shaun.collins.5623" > Facebook < i class = "fab fa-facebook-square" > </ i > </ a >
26
+ < a href = "https://www.facebook.com/shaun.collins.5623" > Facebook < i className = "fab fa-facebook-square" > </ i > </ a >
22
27
</ li >
23
28
< li className = "list-unstyled" >
24
- < a href = "https://twitter.com/ajax27Co" > Twitter < i class = "fab fa-twitter-square" > </ i > </ a >
29
+ < a href = "https://twitter.com/ajax27Co" > Twitter < i className = "fab fa-twitter-square" > </ i > </ a >
25
30
</ li >
26
31
< li className = "list-unstyled" >
27
- < a href = "https://github.com/ajax27" > Github < i class = "fab fa-github-square" > </ i > </ a >
32
+ < a href = "https://github.com/ajax27" > Github < i className = "fab fa-github-square" > </ i > </ a >
28
33
</ li >
29
34
< li className = "list-unstyled" >
30
- < a href = "https://www.linkedin.com/in/shaun-collins-ajax27/" > LinkedIn < i class = "fab fa-linkedin" > </ i > </ a >
35
+ < a href = "https://www.linkedin.com/in/shaun-collins-ajax27/" > LinkedIn < i className = "fab fa-linkedin" > </ i > </ a >
31
36
</ li >
32
37
</ ul >
33
38
</ MDBCol >
0 commit comments