Kaynağa Gözat

Added Craft Video Dictionary Link to nav menu

tags/1.0.3^2
Alej 2 yıl önce
ebeveyn
işleme
c2fde4da50

+ 8
- 12
vue-theme/src/components/navigation/navigation.vue Dosyayı Görüntüle

@@ -5,17 +5,9 @@ nav.main.w-max
5 5
         ul.f-row.w-max
6 6
             li.f-row.start
7 7
                 router-link(to="/")
8
-                    img(src="../../star.svg")
8
+                    img(aria-label="home button logo" src="../../star.svg")
9 9
                 router-link(to="/")
10 10
                     h1.t-serif craft in america
11
-            //- li.f-grow
12
-            //- li(v-for="item in menuItems")
13
-            //-     router-link(v-if="['event','exhibition'].includes(item)" :to="`/${item}/sorted/${sortTypes.currentAndUpcoming}`")
14
-            //-         h5.t-up {{ item }}
15
-            //-     router-link(v-else-if="['artist'].includes(item)" :to="`/${item}/sorted/${sortTypes.alpha}`")
16
-            //-         h5.t-up {{ item }}
17
-            //-     router-link(v-else :to="`/${item}`")
18
-            //-         h5.t-up {{ item }}
19 11
 
20 12
             //- hardcoded menu
21 13
             li.f-grow
@@ -29,14 +21,14 @@ nav.main.w-max
29 21
                     li
30 22
                         router-link(to="/technique") Techniques
31 23
             li.f-grow
32
-                router-link(to="/artist/sorted/by-material") Artists
24
+                router-link(to="/artist/") Artists
33 25
                 ul.submenu
34 26
                     li
35 27
                         router-link(to="/artist/sorted/by-alpha") A - Z
36 28
                     li
37 29
                         router-link(to="/artist/sorted/by-material") By Material
38 30
             li.f-grow 
39
-                router-link(to="/exhibition/sorted/by-current-and-upcoming") Exhibitions
31
+                router-link(to="/exhibition/") Exhibitions
40 32
                 ul.submenu 
41 33
                     li
42 34
                         router-link(to="/exhibition/sorted/by-current-and-upcoming") Current/Upcoming
@@ -77,6 +69,10 @@ nav.main.w-max
77 69
                         router-link(to="/page/craft-resources-map") Craft Resources Map 
78 70
                     li
79 71
                         router-link(to="/page/community-craft-calendar") Community Craft Calendar 
72
+                    li 
73
+                        a(href="https://www.craftvideodictionary.org" target="_blank") Craft Video Dictionary Website
74
+
75
+             
80 76
             li.f-grow    
81 77
                 router-link(to="/page/donate") Support
82 78
                 ul.submenu 
@@ -105,7 +101,7 @@ nav.main.w-max
105 101
     .mobile-menu
106 102
         .f-row.start
107 103
             router-link(to="/")
108
-                img(src="../../star.svg")
104
+                img(aria-label="home button logo" src="../../star.svg" )
109 105
             router-link(to="/")
110 106
                 h1.t-serif.t-up craft in america
111 107
         

Loading…
İptal
Kaydet