|
|
@@ -19,7 +19,8 @@ nav.main.w-max
|
|
19
|
19
|
|
|
20
|
20
|
//- hardcoded menu
|
|
21
|
21
|
li.f-grow
|
|
22
|
|
- li.t-up PBS Series
|
|
|
22
|
+ li.t-up
|
|
|
23
|
+ router-link(to="/episode") PBS Series
|
|
23
|
24
|
ul.submenu
|
|
24
|
25
|
li
|
|
25
|
26
|
router-link(to="/episode") Episodes
|
|
|
@@ -28,14 +29,16 @@ nav.main.w-max
|
|
28
|
29
|
li
|
|
29
|
30
|
router-link(to="/technique") Techniques
|
|
30
|
31
|
li.f-grow
|
|
31
|
|
- li.t-up Artists
|
|
|
32
|
+ li.t-up
|
|
|
33
|
+ router-link(to="/artist/sorted/by-material") Artists
|
|
32
|
34
|
ul.submenu
|
|
33
|
35
|
li
|
|
34
|
36
|
router-link(to="/artist/sorted/by-alpha") A - Z
|
|
35
|
37
|
li
|
|
36
|
38
|
router-link(to="/artist/sorted/by-material") By Material
|
|
37
|
39
|
li.f-grow
|
|
38
|
|
- li.t-up Exhibitions
|
|
|
40
|
+ li.t-up
|
|
|
41
|
+ router-link(to="/exhibition/sorted/by-current-and-upcoming") Exhibitions
|
|
39
|
42
|
ul.submenu
|
|
40
|
43
|
li
|
|
41
|
44
|
router-link(to="/exhibition/sorted/by-current-and-upcoming") Current/Upcoming
|
|
|
@@ -44,7 +47,8 @@ nav.main.w-max
|
|
44
|
47
|
li
|
|
45
|
48
|
router-link(to="/object") Explore Craft Objects
|
|
46
|
49
|
li.f-grow
|
|
47
|
|
- li.t-up Center
|
|
|
50
|
+ li.t-up
|
|
|
51
|
+ router-link(to="/page/center") Center
|
|
48
|
52
|
ul.submenu
|
|
49
|
53
|
li
|
|
50
|
54
|
router-link(to="/page/center") Info
|
|
|
@@ -55,7 +59,8 @@ nav.main.w-max
|
|
55
|
59
|
li
|
|
56
|
60
|
router-link(to="/page/library") Library
|
|
57
|
61
|
li.f-grow
|
|
58
|
|
- li.t-up Education
|
|
|
62
|
+ li.t-up
|
|
|
63
|
+ router-link(to="/guide") Education
|
|
59
|
64
|
ul.submenu
|
|
60
|
65
|
li
|
|
61
|
66
|
router-link(to="/guide") Education Guides
|
|
|
@@ -71,7 +76,8 @@ nav.main.w-max
|
|
71
|
76
|
router-link(to="/page/library") Library
|
|
72
|
77
|
|
|
73
|
78
|
li.f-grow
|
|
74
|
|
- li.t-up Resources
|
|
|
79
|
+ li.t-up
|
|
|
80
|
+ router-link(to="/page/artists-resources") Resources
|
|
75
|
81
|
ul.submenu
|
|
76
|
82
|
li
|
|
77
|
83
|
router-link(to="/page/artists-resources") Opportunities
|
|
|
@@ -82,14 +88,16 @@ nav.main.w-max
|
|
82
|
88
|
li
|
|
83
|
89
|
router-link(to="/page/community-craft-calendar") Community Craft Calendar
|
|
84
|
90
|
li.f-grow
|
|
85
|
|
- li.t-up Support
|
|
|
91
|
+ li.t-up
|
|
|
92
|
+ router-link(to="/page/donate") Support
|
|
86
|
93
|
ul.submenu
|
|
87
|
94
|
li
|
|
88
|
95
|
router-link(to="/page/donate") Donate
|
|
89
|
96
|
li
|
|
90
|
|
- router-link(to="/page/shop") Shop
|
|
|
97
|
+ router-link(to="/page/donate") Shop
|
|
91
|
98
|
li.f-grow
|
|
92
|
|
- li.t-up About
|
|
|
99
|
+ li.t-up
|
|
|
100
|
+ router-link(to="/page/about") About
|
|
93
|
101
|
ul.submenu
|
|
94
|
102
|
li
|
|
95
|
103
|
router-link(to="/page/about") Craft in America
|
|
|
@@ -103,11 +111,11 @@ nav.main.w-max
|
|
103
|
111
|
router-link(to="/page/contact") Contact
|
|
104
|
112
|
li.f-grow
|
|
105
|
113
|
li.t-up
|
|
106
|
|
- a(@click="toggleSearch") search
|
|
|
114
|
+ a(@click="toggleSearch") 🔍
|
|
107
|
115
|
ul(v-if="isSearchOpen").search.w-max
|
|
108
|
116
|
li.f-row.w-max
|
|
109
|
117
|
input(v-model="searchTerms" @keyup.enter="sendSearch" tabindex="10")
|
|
110
|
|
- button.b-none.bg-none(@click="sendSearch" tabindex="11") 🔍
|
|
|
118
|
+ button.b-none.bg-none(@click="sendSearch" tabindex="11") 🔍 search
|
|
111
|
119
|
|
|
112
|
120
|
.mobile-menu
|
|
113
|
121
|
.f-row.start
|
|
|
@@ -164,7 +172,7 @@ export default {
|
|
164
|
172
|
// 'education',
|
|
165
|
173
|
// 'resources',
|
|
166
|
174
|
// 'support',
|
|
167
|
|
- // 'about',
|
|
|
175
|
+ 'page/about',
|
|
168
|
176
|
'🔍'
|
|
169
|
177
|
]
|
|
170
|
178
|
const ignore = [
|
|
|
@@ -261,6 +269,7 @@ nav.main
|
|
261
|
269
|
background-color: $lighter
|
|
262
|
270
|
padding: 0 0.5em 0.5em
|
|
263
|
271
|
opacity: 0
|
|
|
272
|
+ top: 23px
|
|
264
|
273
|
|
|
265
|
274
|
//- submenu hover
|
|
266
|
275
|
&:hover
|