浏览代码

Styling changes, Moved Social links back up with address and added icon placeholders

tags/0.9.0
Alej 5 年前
父节点
当前提交
bde40ba87e
共有 1 个文件被更改,包括 23 次插入18 次删除
  1. 23
    18
      vue-theme/src/components/footer.vue

+ 23
- 18
vue-theme/src/components/footer.vue 查看文件

@@ -13,6 +13,24 @@
13 13
                     li (323) 951-0610 center
14 14
                     li
15 15
                         router-link(to="mailto:info@craftinamerica.org") info@craftinamerica.org
16
+            li
17
+                h5 Connect with Us
18
+                ul.f-row
19
+                    li
20
+                        a(href="https://www.facebook.com/CraftinAmerica") FB<br>
21
+                            img(src="../star.svg") 
22
+                    li
23
+                        a(href="http://www.youtube.com/user/craftinamerica") YT<br>
24
+                            img(src="../star.svg") 
25
+                    li
26
+                        a(href="http://www.instagram.com/craftinamerica") IG<br>
27
+                            img(src="../star.svg") 
28
+                    li
29
+                        a(href="https://twitter.com/CraftinAmerica") TT<br>
30
+                            img(src="../star.svg") 
31
+            li
32
+                h5
33
+                    a(href="") Join email list
16 34
                             
17 35
         //- menu links
18 36
         ul.f-col.start
@@ -71,24 +89,7 @@
71 89
                     li Press Releases
72 90
                     li In the News
73 91
 
74
-        //- social links
75
-        ul.f-col.start
76
-            li
77
-                h5 Connect with Us
78
-                ul.f-col
79
-                    li
80
-                        a(href="https://www.facebook.com/CraftinAmerica") Facebook&nbsp;<br>
81
-                    li
82
-                        a(href="http://www.youtube.com/user/craftinamerica") YouTube&nbsp;<br>
83
-                    li
84
-                        a(href="http://www.instagram.com/craftinamerica") Instagram&nbsp;<br>
85
-                    li
86
-                        a(href="https://twitter.com/CraftinAmerica") Twitter&nbsp;<br>
87
-            li
88
-                h5
89
-                    a(href="") Join email list
90
-                    
91
-    .sub-footer
92
+    .sub-footer.f-col.start
92 93
         p Craft in America &copy; 2010&ndash;2021
93 94
 
94 95
 </template>
@@ -129,6 +130,10 @@
129 130
                     align-items: flex-start
130 131
                     > li
131 132
                         padding: 0 0 $ms--5
133
+                img
134
+                    width: $ms-2
135
+                    height: $ms-2
136
+                    padding: 0
132 137
 
133 138
     .sub-footer
134 139
         background-color: $cia_black

正在加载...
取消
保存