1- <template ></template >
1+ <template >
2+ <footer >
3+ <div class =" footer" >
4+ <div class =" about-us relative" >
5+ <div class =" context context-left" >
6+ <h1 >BUS MANAGEMENT</h1 >
7+ <p >Địa chỉ: 217/24/12 Ngô Quyền, Phường 6, Tp Đà Lạt </p >
8+ <p >Hotline: <a href =" tel:+0908747742" style =" color : #fff ;" > 0908747742 (Mr Tâm)</a >
9+ </p >
10+ <p >Email: <a href =" mailto:tamproduction102@gmail.com"
11+ style =" color : #fff ;" >tamproduction102@gmail.com</a >
12+ </p >
13+ <p >Chụp ảnh Đà Lạt, quay phim Đà Lạt</p >
14+ <div class =" line" ></div >
15+ <div class =" icon flex justify-center items-center" >
16+ <a href =" https://www.facebook.com/ngothanhtam.photodalat" target =" _blank" >
17+ <font-awesome-icon icon =" fa-brands fa-facebook"
18+ style =" font-size : 20px ; margin-top : 10px ; --fa-animation-duration : 2s ; --fa-animation-iteration-count : 5 " />
19+ </a >
20+ <a href =" https://www.youtube.com/@quayphimdalat102" target =" _blank" >
21+ <font-awesome-icon icon =" fa-brands fa-youtube"
22+ style =" font-size : 20px ; margin-top : 10px ; margin-left : 10px ; --fa-animation-duration : 2s ; --fa-animation-iteration-count : 5 " />
23+
24+ </a >
25+ <a href =" https://www.tiktok.com/@ngothanhtam.dalat" target =" _blank" >
26+ <font-awesome-icon icon =" fa-brands fa-tiktok"
27+ style =" font-size : 20px ; margin-top : 10px ; margin-left : 10px ; --fa-animation-duration : 2s ; --fa-animation-iteration-count : 5 " />
28+ </a >
29+ <a href =" https://tamproduction.com/" target =" _blank" >
30+ <font-awesome-icon icon =" earth-americas" style =" font-size : 20px ; margin-top : 5px ; margin-left : 10px ; --fa-animation-duration : 2s ; --fa-animation-iteration-count : 5 " />
31+ </a >
32+ </div >
33+
34+ </div >
35+ </div >
36+ </div >
37+ </footer >
38+ </template >
39+
40+ <style scoped>
41+ .footer {
42+ position : relative ;
43+ bottom : 0 ;
44+ overflow : hidden ;
45+ width : 100% ;
46+ color : #fff ;
47+ }
48+
49+ .about-us {
50+ background : url (' ../assets/img/pngkey.com-world-map-black-and-1707126.png' ), #1a5b34e0 ;
51+ background-repeat : no-repeat ;
52+ background-position : center ;
53+ width : 100% ;
54+ height : 450px ;
55+ border-top : 2px solid #fff ;
56+ }
57+
58+ .about-us p {
59+ font-size : 15px ;
60+ text-align : center ;
61+ margin-bottom : 10px ;
62+ }
63+
64+ .about-us h1 {
65+ font-size : 3.5em ;
66+ font-weight : bold ;
67+ text-align : center ;
68+ }
69+
70+ .context-left {
71+ transform : translateY (35% );
72+ }
73+
74+ .line {
75+ width : 45% ;
76+ border-bottom : 1px solid #fff ;
77+ margin : auto ;
78+ }
79+
80+ </style >
0 commit comments