Просмотр исходного кода

link updates and style adjust

tags/1.0.0^2^2
Alej 3 лет назад
Родитель
Сommit
42ed0ad17f
1 измененных файлов: 11 добавлений и 8 удалений
  1. 11
    8
      vue-theme/src/components/footer.vue

+ 11
- 8
vue-theme/src/components/footer.vue Просмотреть файл

@@ -81,14 +81,16 @@
81 81
 
82 82
             li
83 83
                 h5
84
-                    router-link(to="/event") Center 
84
+                    router-link(to="/page/center") Center 
85 85
                 ul.f-col
86
+                    li
87
+                        router-link(to="/page/center")   Info
86 88
                     li
87 89
                         router-link(to="/exhibition")   Exhibitions
88 90
                     li 
89 91
                         router-link(to="/event/sorted/by-current-and-upcoming")   Events 
90 92
                     li
91
-                        router-link(to="/event/sorted/by-type&talks")   Talks & Interviews
93
+                        router-link(to="/event?type=talks")   Talks & Interviews
92 94
             li
93 95
                 h5
94 96
                     router-link(to="") Education 
@@ -97,6 +99,8 @@
97 99
                         router-link(to="/guide")   Guides 
98 100
                     li 
99 101
                         router-link(to="/publication")   Publications 
102
+                    li 
103
+                        router-link(to="/page/library")   Library 
100 104
 
101 105
 
102 106
             li
@@ -106,9 +110,9 @@
106 110
                     li
107 111
                         router-link(to="/blog")   Blog Posts  
108 112
                     li 
109
-                        router-link(to="/blog/sorted/by-type&releases")   Press Releases 
113
+                        router-link(to="/posts?type=releases")   Press Releases 
110 114
                     li 
111
-                        router-link(to="/blog/sorted/by-type&articles")   In the News 
115
+                        router-link(to="/posts?type=articles")   In the News 
112 116
 
113 117
     .sub-footer.f-col.start
114 118
         h6 Craft in America © 2010–{{ today }} 
@@ -150,14 +154,13 @@ export default {
150 154
                 width: 100%
151 155
         // OUTER <ul> tags
152 156
         > ul
153
-            padding: 0 $ms-0
157
+            padding: $ms-0
154 158
             &:nth-child(n+2)
155
-                padding: 0 $ms-0 $ms-3 $ms-0
159
+                /* padding: 0 $ms-0 $ms-3 $ms-0 */
156 160
             > li
157 161
                 color: $cia_white
158 162
                 padding: 0 0 $ms--6
159 163
                 h4
160
-                    /* color: $cia_white */
161 164
                     margin: $ms-0 0 $ms--3
162 165
                 h5 
163 166
                     /* margin: $ms-0 0 $ms--1 */
@@ -213,7 +216,7 @@ export default {
213 216
             /* background-color: rebeccapurple */
214 217
             background-color: $cia_red
215 218
             &:nth-child(n+2)
216
-                margin: 0 0 $ms-2 0
219
+                /* margin: 0 0 $ms-2 0 */
217 220
                 > li
218 221
                     width: 43%
219 222
     /* 1200px */

Загрузка…
Отмена
Сохранить