|
|
@@ -1,6 +1,6 @@
|
|
1
|
1
|
<template lang="pug">
|
|
2
|
2
|
.footer-wrapper.t-up.t-sans
|
|
3
|
|
- footer.main.w-max
|
|
|
3
|
+ footer.main.w-max.f-row.between
|
|
4
|
4
|
ul.f-col.start
|
|
5
|
5
|
//- address contact
|
|
6
|
6
|
li
|
|
|
@@ -53,14 +53,14 @@
|
|
53
|
53
|
ul.f-col.start
|
|
54
|
54
|
li
|
|
55
|
55
|
h5
|
|
56
|
|
- router-link(to="/episode") PBS Series
|
|
57
|
|
- ul.f-col.start
|
|
58
|
|
- li
|
|
59
|
|
- router-link(to="/episode") Episodes
|
|
60
|
|
- li
|
|
61
|
|
- router-link(to="/short") Shorts
|
|
62
|
|
- li
|
|
63
|
|
- router-link(to="/technique") Techniques
|
|
|
56
|
+ router-link(to="/episode") PBS Series
|
|
|
57
|
+ ul.f-col.start
|
|
|
58
|
+ li
|
|
|
59
|
+ router-link(to="/episode") Episodes
|
|
|
60
|
+ li
|
|
|
61
|
+ router-link(to="/short") Shorts
|
|
|
62
|
+ li
|
|
|
63
|
+ router-link(to="/technique") Techniques
|
|
64
|
64
|
li
|
|
65
|
65
|
h5
|
|
66
|
66
|
router-link(to="/artist") Artists
|
|
|
@@ -72,43 +72,43 @@
|
|
72
|
72
|
|
|
73
|
73
|
li
|
|
74
|
74
|
h5
|
|
75
|
|
- router-link(to="/exhibition") Exhibitions
|
|
76
|
|
- ul.f-col.start
|
|
77
|
|
- li
|
|
78
|
|
- router-link(to="/exhibition/sorted/by-current-and-upcoming") Current/Upcoming
|
|
79
|
|
- li
|
|
80
|
|
- router-link(to="/object/") Objects
|
|
|
75
|
+ router-link(to="/exhibition") Exhibitions
|
|
|
76
|
+ ul.f-col.start
|
|
|
77
|
+ li
|
|
|
78
|
+ router-link(to="/exhibition/sorted/by-current-and-upcoming") Current/Upcoming
|
|
|
79
|
+ li
|
|
|
80
|
+ router-link(to="/object/") Objects
|
|
81
|
81
|
|
|
82
|
82
|
li
|
|
83
|
83
|
h5
|
|
84
|
|
- router-link(to="/event") Center
|
|
85
|
|
- ul.f-col.start
|
|
86
|
|
- li
|
|
87
|
|
- router-link(to="/exhibition") Exhibitions
|
|
88
|
|
- li
|
|
89
|
|
- router-link(to="/event/sorted/by-current-and-upcoming") Events
|
|
90
|
|
- li
|
|
91
|
|
- router-link(to="/event/sorted/by-type&talks") Talks & Interviews
|
|
|
84
|
+ router-link(to="/event") Center
|
|
|
85
|
+ ul.f-col.start
|
|
|
86
|
+ li
|
|
|
87
|
+ router-link(to="/exhibition") Exhibitions
|
|
|
88
|
+ li
|
|
|
89
|
+ router-link(to="/event/sorted/by-current-and-upcoming") Events
|
|
|
90
|
+ li
|
|
|
91
|
+ router-link(to="/event/sorted/by-type&talks") Talks & Interviews
|
|
92
|
92
|
li
|
|
93
|
93
|
h5
|
|
94
|
|
- router-link(to="") Education
|
|
95
|
|
- ul.f-col.start
|
|
96
|
|
- li
|
|
97
|
|
- router-link(to="/guide") Guides
|
|
98
|
|
- li
|
|
99
|
|
- router-link(to="/publication") Publications
|
|
|
94
|
+ router-link(to="") Education
|
|
|
95
|
+ ul.f-col.start
|
|
|
96
|
+ li
|
|
|
97
|
+ router-link(to="/guide") Guides
|
|
|
98
|
+ li
|
|
|
99
|
+ router-link(to="/publication") Publications
|
|
100
|
100
|
|
|
101
|
101
|
|
|
102
|
102
|
li
|
|
103
|
103
|
h5
|
|
104
|
|
- router-link(to="") News
|
|
105
|
|
- ul.f-col.start
|
|
106
|
|
- li
|
|
107
|
|
- router-link(to="/blog") Blog Posts
|
|
108
|
|
- li
|
|
109
|
|
- router-link(to="/blog/sorted/by-type&releases") Press Releases
|
|
110
|
|
- li
|
|
111
|
|
- router-link(to="/blog/sorted/by-type&articles") In the News
|
|
|
104
|
+ router-link(to="") News
|
|
|
105
|
+ ul.f-col.start
|
|
|
106
|
+ li
|
|
|
107
|
+ router-link(to="/blog") Blog Posts
|
|
|
108
|
+ li
|
|
|
109
|
+ router-link(to="/blog/sorted/by-type&releases") Press Releases
|
|
|
110
|
+ li
|
|
|
111
|
+ router-link(to="/blog/sorted/by-type&articles") In the News
|
|
112
|
112
|
|
|
113
|
113
|
.sub-footer.f-col.start
|
|
114
|
114
|
h6 Craft in America © 2010–{{ today }}
|