|
|
@@ -3,7 +3,7 @@
|
|
3
|
3
|
footer.main.w-max
|
|
4
|
4
|
//- address contact
|
|
5
|
5
|
ul.f-col.start
|
|
6
|
|
- li.b-dot.b-radius
|
|
|
6
|
+ li
|
|
7
|
7
|
h4 Craft in America
|
|
8
|
8
|
ul
|
|
9
|
9
|
li 8415 W. Third St.
|
|
|
@@ -13,7 +13,7 @@
|
|
13
|
13
|
li (323) 951-0610 center
|
|
14
|
14
|
li
|
|
15
|
15
|
router-link(to="mailto:info@craftinamerica.org") info@craftinamerica.org
|
|
16
|
|
- li.b-dot.b-radius
|
|
|
16
|
+ li
|
|
17
|
17
|
h4 Connect with Us
|
|
18
|
18
|
ul.f-row
|
|
19
|
19
|
li
|
|
|
@@ -36,66 +36,36 @@
|
|
36
|
36
|
a(href="https://twitter.com/CraftinAmerica") TT<br>
|
|
37
|
37
|
img(src="../star.svg")
|
|
38
|
38
|
//- replace with respective icon
|
|
39
|
|
- li.b-dot.b-radius
|
|
|
39
|
+ li
|
|
40
|
40
|
h5
|
|
41
|
41
|
a(href="https://visitor.r20.constantcontact.com/d.jsp?llr=fyb4y9cab&p=oi&m=fyb4y9cab&sit=olvymhdeb&f=ee3616e1-10de-4a59-b451-1a882111b1f5", target="_blank") Join email list
|
|
42
|
42
|
|
|
43
|
43
|
//- menu links
|
|
44
|
44
|
ul.f-col.start
|
|
45
|
|
- li.b-dot.b-radius
|
|
|
45
|
+ li
|
|
46
|
46
|
h5
|
|
47
|
47
|
router-link(to="/episodes") PBS Series
|
|
48
|
48
|
ul.f-col.start
|
|
49
|
49
|
li Episodes
|
|
50
|
|
- li Shorts
|
|
51
|
|
- li
|
|
|
50
|
+
|
|
52
|
51
|
h5
|
|
53
|
52
|
router-link(to="/artists") Artists
|
|
54
|
53
|
ul.f-col.start
|
|
55
|
54
|
li
|
|
56
|
55
|
router-link(to="/artists/by-alpha") A-Z
|
|
57
|
|
- li
|
|
58
|
|
- router-link(to="/artists/by-material") By Material
|
|
59
|
|
- li.b-dot.b-radius
|
|
|
56
|
+
|
|
|
57
|
+ li
|
|
60
|
58
|
h5
|
|
61
|
59
|
router-link(to="/exhibitions") Exhibitions
|
|
62
|
|
- ul.f-col.start
|
|
63
|
|
- li Current/Upcoming
|
|
64
|
|
- li Past
|
|
65
|
|
- li Permanent Collection
|
|
66
|
|
- li Explore Craft Objects
|
|
67
|
|
- li.b-dot.b-radius
|
|
|
60
|
+
|
|
|
61
|
+ li
|
|
68
|
62
|
h5
|
|
69
|
63
|
router-link(to="/events") Events
|
|
70
|
|
- ul.f-col.start
|
|
71
|
|
- li Talks
|
|
72
|
|
- li.b-dot.b-radius
|
|
73
|
|
- h5
|
|
74
|
|
- router-link(to="/center") Center
|
|
75
|
|
- ul.f-col.start
|
|
76
|
|
- li Publications
|
|
77
|
|
- li Library
|
|
78
|
|
- li.b-dot.b-radius
|
|
79
|
|
- h5
|
|
80
|
|
- router-link(to="/support") Support
|
|
81
|
|
- ul.f-col.start
|
|
82
|
|
- li Donate
|
|
83
|
|
- li Shop
|
|
84
|
|
- li.b-dot.b-radius
|
|
85
|
|
- h5
|
|
86
|
|
- router-link(to="/about") About
|
|
87
|
|
- ul.f-col.start
|
|
88
|
|
- li Mission
|
|
89
|
|
- li Staff
|
|
90
|
|
- li Board
|
|
91
|
|
- li Contact
|
|
92
|
|
- li.b-dot.b-radius
|
|
|
64
|
+
|
|
|
65
|
+ li
|
|
93
|
66
|
h5
|
|
94
|
67
|
router-link(to="/posts") News
|
|
95
|
|
- ul.f-col.start
|
|
96
|
|
- li Blog Posts
|
|
97
|
|
- li Press Releases
|
|
98
|
|
- li In the News
|
|
|
68
|
+
|
|
99
|
69
|
.sub-footer.f-col.start
|
|
100
|
70
|
h6 Craft in America © 2010–{{ today }}
|
|
101
|
71
|
//- actually the bottom of the page
|