Bladeren bron

Updated styling and layout heirarchy for better responsive action

tags/0.9.0
Alej 5 jaren geleden
bovenliggende
commit
348a7fab08
1 gewijzigde bestanden met toevoegingen van 25 en 19 verwijderingen
  1. 25
    19
      vue-theme/src/components/footer.vue

+ 25
- 19
vue-theme/src/components/footer.vue Bestand weergeven

1
 <template lang="pug">
1
 <template lang="pug">
2
-.footer-wrapper.f-col.between.t-up.t-sans
2
+.footer-wrapper.f-col.between.t-up.t-sans.b-radius
3
     footer.f-row
3
     footer.f-row
4
         //- address contact
4
         //- address contact
5
-        ul.f-col
5
+        ul
6
             li
6
             li
7
                 h5 Craft in America
7
                 h5 Craft in America
8
                     ul
8
                     ul
14
                         li
14
                         li
15
                             router-link(to="mailto:info@craftinamerica.org") info@craftinamerica.org
15
                             router-link(to="mailto:info@craftinamerica.org") info@craftinamerica.org
16
                 //- mailing social links
16
                 //- mailing social links
17
-                ul
18
-                    li
19
-                        h5 Connect with Us
20
-                            ul.f-row
21
-                                li
22
-                                    a(href="https://www.facebook.com/CraftinAmerica") Facebook&nbsp;<br>
23
-                                li
24
-                                    a(href="http://www.youtube.com/user/craftinamerica") YouTube&nbsp;<br>
25
-                                li
26
-                                    a(href="http://www.instagram.com/craftinamerica") Instagram&nbsp;<br>
27
-                                li
28
-                                    a(href="https://twitter.com/CraftinAmerica") Twitter&nbsp;<br>
29
-                        h5
30
-                            a(href="") Join email list
17
+                h5 Connect with Us
18
+                    ul.f-row
19
+                        li
20
+                            a(href="https://www.facebook.com/CraftinAmerica") Facebook&nbsp;<br>
21
+                        li
22
+                            a(href="http://www.youtube.com/user/craftinamerica") YouTube&nbsp;<br>
23
+                        li
24
+                            a(href="http://www.instagram.com/craftinamerica") Instagram&nbsp;<br>
25
+                        li
26
+                            a(href="https://twitter.com/CraftinAmerica") Twitter&nbsp;<br>
27
+                h5
28
+                    a(href="") Join email list
31
                             
29
                             
32
         //- menu links
30
         //- menu links
33
-        ul.f-row
31
+        
32
+        ul
34
             li
33
             li
35
                 h5
34
                 h5
36
                     router-link(to="/episodes") PBS Series
35
                     router-link(to="/episodes") PBS Series
38
                         li Episodes
37
                         li Episodes
39
                         li Shorts
38
                         li Shorts
40
                         li Techniques
39
                         li Techniques
40
+        ul
41
             li
41
             li
42
                 h5 
42
                 h5 
43
                     router-link(to="/artists") Artists
43
                     router-link(to="/artists") Artists
46
                             router-link(to="/artists/by-alpha") A-Z
46
                             router-link(to="/artists/by-alpha") A-Z
47
                         li 
47
                         li 
48
                             router-link(to="/artists/by-material") By Material
48
                             router-link(to="/artists/by-material") By Material
49
+        ul
49
             li
50
             li
50
                 h5 
51
                 h5 
51
                     router-link(to="/exhibitions") Exhibitions
52
                     router-link(to="/exhibitions") Exhibitions
54
                         li Past
55
                         li Past
55
                         li Permanent Collection
56
                         li Permanent Collection
56
                         li Explore Craft Objects
57
                         li Explore Craft Objects
58
+        ul
57
             li
59
             li
58
                 h5
60
                 h5
59
                     router-link(to="/events") Events
61
                     router-link(to="/events") Events
60
                     ul
62
                     ul
61
                         li Talks
63
                         li Talks
64
+        ul
62
             li
65
             li
63
                 h5
66
                 h5
64
                     router-link(to="/center") Center
67
                     router-link(to="/center") Center
65
                     ul
68
                     ul
66
                         li Publications
69
                         li Publications
67
                         li Library
70
                         li Library
71
+        ul
68
             li
72
             li
69
                 h5
73
                 h5
70
                     router-link(to="/support") Support
74
                     router-link(to="/support") Support
71
                     ul
75
                     ul
72
                         li Donate
76
                         li Donate
73
                         li Shop
77
                         li Shop
78
+        ul
74
             li
79
             li
75
                 h5
80
                 h5
76
                     router-link(to="/about") About
81
                     router-link(to="/about") About
79
                         li Staff
84
                         li Staff
80
                         li Board
85
                         li Board
81
                         li Contact
86
                         li Contact
87
+        ul
82
             li
88
             li
83
                 h5
89
                 h5
84
                     router-link(to="/posts") News
90
                     router-link(to="/posts") News
115
 
121
 
116
         // OUTER <ul> tags
122
         // OUTER <ul> tags
117
         > ul
123
         > ul
118
-            padding: 0 0 1em
124
+            padding: 0 0.5em
119
             background-color: lightgrey 
125
             background-color: lightgrey 
120
             /* &.f-row
126
             /* &.f-row
121
                 align-items: start */
127
                 align-items: start */
122
             > li
128
             > li
123
-                padding: 0 0.5em 0 0
129
+                padding: 0 0.5em
124
                 h5
130
                 h5
125
                     color: $cia_white
131
                     color: $cia_white
126
                 a
132
                 a

Laden…
Annuleren
Opslaan