浏览代码

link updates and style adjust

tags/1.0.0^2^2
Alej 3 年前
父节点
当前提交
42ed0ad17f
共有 1 个文件被更改,包括 11 次插入8 次删除
  1. 11
    8
      vue-theme/src/components/footer.vue

+ 11
- 8
vue-theme/src/components/footer.vue 查看文件

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

正在加载...
取消
保存