1- import React from 'react'
2- import './index.scss'
1+ import React from "react" ;
2+ import "./index.scss" ;
3+ import { FaFacebookF , FaInstagram , FaYoutube } from "react-icons/fa" ;
34const Footer = ( ) => {
45 return (
5-
6- < footer className = " text-center text-white" style = { { backgroundColor : '#535050' } } >
7- { /* Grid container */ }
8- < div className = "container p-4" >
9- { /* Section: Social media */ }
10- < section className = "mb-4" >
11- { /* Facebook */ }
12- < a className = "btn btn-primary btn-floating m-1" style = { { backgroundColor : '#3b5998' } } href = "#!" role = "button" > < i className = "fab fa-facebook-f" /> </ a >
13- { /* Twitter */ }
14- < a className = "btn btn-primary btn-floating m-1" style = { { backgroundColor : '#55acee' } } href = "#!" role = "button" > < i className = "fab fa-twitter" /> </ a >
15- { /* Google */ }
16- < a className = "btn btn-primary btn-floating m-1" style = { { backgroundColor : '#dd4b39' } } href = "#!" role = "button" > < i className = "fab fa-google" /> </ a >
17- { /* Instagram */ }
18- < a className = "btn btn-primary btn-floating m-1" style = { { backgroundColor : '#ac2bac' } } href = "#!" role = "button" > < i className = "fab fa-instagram" /> </ a >
19- { /* Linkedin */ }
20- < a className = "btn btn-primary btn-floating m-1" style = { { backgroundColor : '#0082ca' } } href = "#!" role = "button" > < i className = "fab fa-linkedin-in" /> </ a >
21- { /* Github */ }
22- < a className = "btn btn-primary btn-floating m-1" style = { { backgroundColor : '#333333' } } href = "#!" role = "button" > < i className = "fab fa-github" /> </ a >
23- </ section >
24- { /* Section: Social media */ }
25- { /* Section: Text */ }
26- < section className = "mb-4" >
27- < p >
28- Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt
29- distinctio earum repellat quaerat voluptatibus placeat nam,
30- commodi optio pariatur est quia magnam eum harum corrupti dicta,
31- aliquam sequi voluptate quas.
32- </ p >
33- </ section >
34- { /* Section: Text */ }
35- { /* Section: Links */ }
36- < section className >
37- { /*Grid row*/ }
38- < div className = "row" >
39- { /*Grid column*/ }
40- < div className = "col-lg-3 col-md-6 mb-4 mb-md-0" >
41- < h5 className = "text-uppercase" > Links</ h5 >
42- < ul className = "list-unstyled mb-0" >
43- < li >
44- < a href = "#!" className = "text-white" > Link 1</ a >
45- </ li >
46- < li >
47- < a href = "#!" className = "text-white" > Link 2</ a >
48- </ li >
49- < li >
50- < a href = "#!" className = "text-white" > Link 3</ a >
51- </ li >
52- < li >
53- < a href = "#!" className = "text-white" > Link 4</ a >
54- </ li >
55- </ ul >
56- </ div >
57- { /*Grid column*/ }
58- { /*Grid column*/ }
59- < div className = "col-lg-3 col-md-6 mb-4 mb-md-0" >
60- < h5 className = "text-uppercase" > Links</ h5 >
61- < ul className = "list-unstyled mb-0" >
62- < li >
63- < a href = "#!" className = "text-white" > Link 1</ a >
64- </ li >
65- < li >
66- < a href = "#!" className = "text-white" > Link 2</ a >
67- </ li >
68- < li >
69- < a href = "#!" className = "text-white" > Link 3</ a >
70- </ li >
71- < li >
72- < a href = "#!" className = "text-white" > Link 4</ a >
73- </ li >
74- </ ul >
75- </ div >
76- { /*Grid column*/ }
77- { /*Grid column*/ }
78- < div className = "col-lg-3 col-md-6 mb-4 mb-md-0" >
79- < h5 className = "text-uppercase" > Links</ h5 >
80- < ul className = "list-unstyled mb-0" >
81- < li >
82- < a href = "#!" className = "text-white" > Link 1</ a >
83- </ li >
84- < li >
85- < a href = "#!" className = "text-white" > Link 2</ a >
86- </ li >
87- < li >
88- < a href = "#!" className = "text-white" > Link 3</ a >
89- </ li >
90- < li >
91- < a href = "#!" className = "text-white" > Link 4</ a >
92- </ li >
93- </ ul >
94- </ div >
95- { /*Grid column*/ }
96- { /*Grid column*/ }
97- < div className = "col-lg-3 col-md-6 mb-4 mb-md-0" >
98- < h5 className = "text-uppercase" > Links</ h5 >
99- < ul className = "list-unstyled mb-0" >
100- < li >
101- < a href = "#!" className = "text-white" > Link 1</ a >
102- </ li >
103- < li >
104- < a href = "#!" className = "text-white" > Link 2</ a >
105- </ li >
106- < li >
107- < a href = "#!" className = "text-white" > Link 3</ a >
108- </ li >
109- < li >
110- < a href = "#!" className = "text-white" > Link 4</ a >
111- </ li >
112- </ ul >
113- </ div >
114- { /*Grid column*/ }
115- </ div >
116- { /*Grid row*/ }
117- </ section >
118- { /* Section: Links */ }
6+ < footer className = "container-md " >
7+ < div className = "footer" >
8+ < h4 > TrisApple.com</ h4 >
9+ < div className = "footer_iconsGroup" >
10+ < a className = "footer_icons footer_icons-fb" href = "facebook.com" >
11+ < FaFacebookF />
12+ </ a >
13+ < a
14+ className = "footer_icons footer_icons-instagram "
15+ href = "facebook.com"
16+ >
17+ < FaInstagram />
18+ </ a >
19+ < a className = "footer_icons footer_icons-youtube" href = "facebook.com" >
20+ < FaYoutube />
21+ </ a >
22+ </ div >
23+ < ul >
24+ < li > Trang chủ</ li >
25+ < li > Sản phẩm</ li >
26+ < li > Bảo hành</ li >
27+ < li > Liên hệ</ li >
28+ </ ul >
29+ < p >
30+ Copyright ©2022 All rights reserved | This template is made with by
31+ TrisApple.com
32+ </ p >
11933 </ div >
120- { /* Grid container */ }
121- { /* Copyright */ }
122- < div className = "text-center p-3" style = { { backgroundColor : 'rgba(0, 0, 0, 0.2)' } } >
123- © 2020 Copyright:
124- < a className = "text-white" href = "https://mdbootstrap.com/" > MDBootstrap.com</ a >
125- </ div >
126- { /* Copyright */ }
12734 </ footer >
12835 ) ;
129- }
130- export default Footer ;
36+ } ;
37+ export default Footer ;
0 commit comments