pugin 1.6.14 → 1.6.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be925c0ac937a694e1e05cabddde024f79d2258c
4
- data.tar.gz: d985386f06b4aa2a36e7ac02e154cff3c3f9a498
3
+ metadata.gz: 12f2b32eb4cc5f7d13026b5ca25f570376212775
4
+ data.tar.gz: df6ae1106c681fce85182e478efe92aa2b7a65b3
5
5
  SHA512:
6
- metadata.gz: 4d319955dc09b5bcb2a043d8fe08e5252d1da3ea4d54e9b808c722edf319d7fa0d7717bc394961a7dc27379677bcf193f7660cd0c32d5c82e50c6e0390572510
7
- data.tar.gz: afb5da99f7e02b9399587cee796fc782122fb849f5949439624b0f9a963e7d192f61f433e1a6c56315c9f55c1f8c798a3491b2dffdbbc7f8e5bfbf90ac3e7803
6
+ metadata.gz: 8f08808154a83c5fe4bc1053bfe25042c1c47bdc96830b0084321831acf8d2aef0ef3a4057a806cadc1fab716a1c2e4ed987339492c8bfdd903f65231db21bdd
7
+ data.tar.gz: 5b3bc2fa065875730ff6de26d3295b6695ab54fca044752154a2c786eb7e9d7576856d56023167acf3413ba88bc1c2c8e2a9b58efe2b6e3d64dedf828c1a4a27
@@ -1,5 +1,5 @@
1
1
  %header
2
2
  .container
3
- %a.uk_parliament{ href: '/' }
3
+ %a.uk_parliament{ href: '/', aria: { label: "#{I18n.t('pugin.components.header.parliament_header')}" } }
4
4
  = render partial: 'pugin/icons/uk-parliament'
5
5
  = render partial: 'pugin/components/global-search' if Pugin::Feature::GlobalSearch.enabled?
@@ -1,12 +1,16 @@
1
- .status--banner
1
+ .status--banner__beta
2
2
  .container
3
- %p
4
- %img{ alt: "", class: "icon--inline", src: "#{Pugin::ASSET_LOCATION_URL}/#{Pugin::ASSET_VERSION}/icons/caution-circle-white.svg", aria:{ hidden: "true", label: "caution" } }
5
- %span.sr-only= 'caution'
6
-
7
- = I18n.t('pugin.components.status.status_text_1')
8
- %a{ href: 'http://www.smartsurvey.co.uk/s/ukparliament-beta-website-feedback/' }= I18n.t('pugin.components.status.give_feedback')
9
- = I18n.t('pugin.components.status.status_text_2')
3
+ %span.hint= I18n.t('pugin.hints.beta')
4
+ %ul.list--flex
5
+ %li
6
+ = I18n.t('pugin.components.status.beta.pages_being_tested',
7
+ link: link_to(t('pugin.components.status.beta.give_feedback'),
8
+ 'http://www.smartsurvey.co.uk/s/ukparliament-beta-website-feedback/')).html_safe
9
+ %li
10
+ = I18n.t('pugin.components.status.beta.go_to',
11
+ link: link_to(t('pugin.components.status.beta.current_website'),
12
+ 'http://www.parliament.uk')).html_safe
13
+
10
14
  - if Pugin::Feature::Bandiera.dissolution?
11
15
  - if Pugin::Feature::Bandiera.register_to_vote?
12
16
  %a{ href: 'https://www.gov.uk/register-to-vote' }= I18n.t('pugin.components.status.register_to_vote')
@@ -1,7 +1,7 @@
1
- %svg{ width: '20', height: '20', viewbox: '0 0 20 20', xmlns: 'http://www.w3.org/2000/svg', aria:{ hidden: 'true' }, data:{ icon: 'close' } }
1
+ %svg{ width: '20', height: '20', viewbox: '0 0 20 20', xmlns: 'http://www.w3.org/2000/svg', aria: { hidden: 'true' }, data: { icon: 'close' } }
2
2
  %title Cross
3
- %g{:stroke => "#fff"}
3
+ %g{ stroke: '#fff' }
4
4
  %g
5
- %line{"stroke-width" => "2", :x1 => "0", :x2 => "18", :y1 => "0", :y2 => "18"}
5
+ %line{ stroke: { width: '2' }, x1: '0', x2: '18', y1: '0', y2: '18' }
6
6
  %g
7
- %line{"stroke-width" => "2", :x1 => "0", :x2 => "18", :y1 => "18", :y2 => "0"}
7
+ %line{ stroke: { width: '2' }, x1: '0', x2: '18', y1: '18', y2: '0' }
@@ -1,5 +1,5 @@
1
- %svg{ width: '38', height: '50', viewbox: '0 0 38 50', xmlns: 'http://www.w3.org/2000/svg', aria:{ hidden: 'true' } }
1
+ %svg{ width: '38', height: '50', viewbox: '0 0 38 50', xmlns: 'http://www.w3.org/2000/svg', aria: { hidden: 'true' } }
2
2
  %title Download icon
3
- %g{ data:{ icon:'download' } }
3
+ %g{ data: { icon: 'download' } }
4
4
  %polygon{ points: '37 44 1 44 1 50 37 50' }
5
5
  %path{ d: 'M16,0 L16,29.7 L4.4,18.8 L0.3,23.2 L17,38.8 C17.6,39.3 18.3,39.6 19,39.6 C19.7,39.6 20.5,39.3 21,38.8 L37.6,23.3 L33.5,18.9 L22,29.7 L22,0 L16,0 Z' }
@@ -1,20 +1,20 @@
1
1
  %svg{ width: '100', height: '108', viewbox: '0 0 100 108', xmlns: 'http://www.w3.org/2000/svg', aria:{ hidden: 'true' } }
2
2
  %title File icons
3
- %g{ data:{ icon:'file' } }
4
- %g{ data:{ icon:'page' }, stroke: 'none', fill: 'none', fill:{ rule: 'evenodd' } }
5
- %polygon{ data:{ icon:'page-main' }, fill: '#ffffff', points: '0 0 52.8574219 0 86 31.7871094 86 106 0 106' }
6
- %g{ data:{ icon: 'page-attributes' }, fill:{ rule: 'nonzero' } }
7
- %path{ data:{ icon: 'page-border' }, fill: '#cbc9cd', d: 'M2.01108433,2.00736845 L2.00021277,106.007368 L84.0002128,106.007368 L84.0002128,31.8971133 L55.246835,2.20661616 L2.01108433,2.00736845 Z M0.0112761248,0 L55.9803815,0 L86,31.0757723 L86,108 L0,108 L0.0112761248,0 Z' }
8
- %polygon{ data:{ icon:'page-fold' }, fill: '#cbc9cd', points: '83.0826977 29.9827586 85.0851064 31.9827586 53.9787234 31.9827586 53.9787234 0.913793103 55.9787234 2.91138733 55.9787234 29.9827586' }
9
- %g{ data:{ icon:'success' }, fill:{ rule: 'nonzero' }, transform: 'translate(70.000000, 66.000000)' }
10
- %circle{ data:{ icon:'success-background' }, fill: '#00b95d', cx: '15', cy: '15', r: '15' }
11
- %polyline{ data:{ icon:'success-text' }, :points => '8.98528137 7.98528137 8.98528137 15.9852814 21.9852814 15.9852814', :stroke => '#f8f7f7', 'stroke-width' => '3', :fill => 'none', :transform => 'translate(15.485281, 11.985281) rotate(-45.000000) translate(-15.485281, -11.985281) '}
12
- %g{ data:{ icon:'failure' }, fill:{ rule: 'nonzero' }, transform: 'translate(70.000000, 66.000000)' }
13
- %circle{ data:{ icon:'failure-background' }, fill: '#de2e32', cx: '15', cy: '15', r: '15' }
14
- %path{ data:{ icon:'failure-text' }, fill: '#f8f7f7', d: 'M16.8961039,7 L16.012987,17.7474747 L13.9350649,17.7474747 L13.0779221,7 L16.8961039,7 Z M13,21.0606061 C13,20.4859679 13.1904743,20.0190815 13.5714286,19.6599327 C13.9523829,19.3007838 14.4199106,19.1212121 14.974026,19.1212121 C15.5454574,19.1212121 16.0259721,19.3007838 16.4155844,19.6599327 C16.8051968,20.0190815 17,20.4859679 17,21.0606061 C17,21.6352442 16.8051968,22.1021306 16.4155844,22.4612795 C16.0259721,22.8204283 15.5454574,23 14.974026,23 C14.4199106,23 13.9523829,22.8204283 13.5714286,22.4612795 C13.1904743,22.1021306 13,21.6352442 13,21.0606061 Z' }
15
- %g{ data:{ icon:'word' }, fill:{ rule: 'nonzero' }, transform: 'translate(45.000000, 69.000000)' }
16
- %rect{ data:{ icon:'word-background' }, fill: '#5f2db4', height: '24', width: '49', x: '0', y: '0' }
17
- %path{ data:{ icon:'word-text' }, fill: '#f8f7f7', d: 'M9.556,17.108 C9.24399844,17.108 8.98000108,17.0000011 8.764,16.784 C8.54799892,16.5679989 8.44,16.3040016 8.44,15.992 C8.44,15.6799984 8.54799892,15.4160011 8.764,15.2 C8.98000108,14.9839989 9.24399844,14.876 9.556,14.876 C9.86800156,14.876 10.1319989,14.9839989 10.348,15.2 C10.5640011,15.4160011 10.672,15.6799984 10.672,15.992 C10.672,16.3040016 10.5640011,16.5679989 10.348,16.784 C10.1319989,17.0000011 9.86800156,17.108 9.556,17.108 Z M16.648,16.118 C17.248003,16.118 17.7669978,15.8960022 18.205,15.452 C18.6430022,15.0079978 18.862,14.4380035 18.862,13.742 L18.862,11.798 C18.862,11.1259966 18.6490021,10.586002 18.223,10.178 C17.7969979,9.76999796 17.2780031,9.566 16.666,9.566 C15.8979962,9.566 15.310002,9.85399712 14.902,10.43 C14.493998,11.0060029 14.29,11.8459945 14.29,12.95 C14.29,13.958005 14.4969979,14.7379972 14.911,15.29 C15.3250021,15.8420028 15.9039963,16.118 16.648,16.118 Z M16.648,8.486 C17.1520025,8.486 17.6169979,8.61499871 18.043,8.873 C18.4690021,9.13100129 18.7359995,9.44599814 18.844,9.818 L18.844,4.976 L20.23,4.976 L20.23,17 L19.024,17 L18.862,15.56 C18.6339989,16.1120028 18.3010022,16.5259986 17.863,16.802 C17.4249978,17.0780014 16.8700034,17.216 16.198,17.216 C15.2379952,17.216 14.4520031,16.8290039 13.84,16.055 C13.2279969,15.2809961 12.922,14.2520064 12.922,12.968 C12.922,11.5519929 13.2459968,10.4510039 13.894,9.665 C14.5420032,8.87899607 15.4599941,8.486 16.648,8.486 Z M28.456,12.788 C28.456,11.7199947 28.261002,10.9220026 27.871,10.394 C27.480998,9.86599736 26.890004,9.602 26.098,9.602 C25.305996,9.602 24.715002,9.86599736 24.325,10.394 C23.9349981,10.9220026 23.74,11.7199947 23.74,12.788 C23.74,13.8920055 23.937998,14.7259972 24.334,15.29 C24.730002,15.8540028 25.3179961,16.136 26.098,16.136 C26.8780039,16.136 27.465998,15.8540028 27.862,15.29 C28.258002,14.7259972 28.456,13.8920055 28.456,12.788 Z M29.806,12.788 C29.806,14.180007 29.4760033,15.2659961 28.816,16.046 C28.1559967,16.8260039 27.2500058,17.216 26.098,17.216 C24.9459942,17.216 24.0400033,16.8260039 23.38,16.046 C22.7199967,15.2659961 22.39,14.180007 22.39,12.788 C22.39,11.4199932 22.7169967,10.3610037 23.371,9.611 C24.0250033,8.86099625 24.9339942,8.486 26.098,8.486 C27.2620058,8.486 28.1709967,8.86099625 28.825,9.611 C29.4790033,10.3610037 29.806,11.4199932 29.806,12.788 Z M35.134,16.118 C35.6260025,16.118 36.0279984,15.9980012 36.34,15.758 C36.6520016,15.5179988 36.8739993,15.1640023 37.006,14.696 L38.158,14.948 C38.0379994,15.6920037 37.7080027,16.2559981 37.168,16.64 C36.6279973,17.0240019 35.9020046,17.216 34.99,17.216 C33.8979945,17.216 33.0310032,16.8320038 32.389,16.064 C31.7469968,15.2959962 31.426,14.2400067 31.426,12.896 C31.426,11.5279932 31.7589967,10.4510039 32.425,9.665 C33.0910033,8.87899607 33.9939943,8.486 35.134,8.486 C36.0100044,8.486 36.7029975,8.70799778 37.213,9.152 C37.7230026,9.59600222 38.0019998,10.2259959 38.05,11.042 L36.772,11.24 C36.6879996,10.7119974 36.4990015,10.3100014 36.205,10.034 C35.9109985,9.75799862 35.5240024,9.62 35.044,9.62 C34.3239964,9.62 33.760002,9.91399706 33.352,10.502 C32.943998,11.0900029 32.74,11.8939949 32.74,12.914 C32.74,13.8620047 32.9619978,14.632997 33.406,15.227 C33.8500022,15.821003 34.4259965,16.118 35.134,16.118 Z' }
18
- %g{ data:{ icon:'pdf' }, fill:{ rule: 'nonzero' }, transform: 'translate(45.000000, 69.000000)' }
19
- %rect{ data:{ icon:'pdf-background' }, fill: '#5f2db4', height: '24', width: '49', x: '0', y: '0' }
20
- %path{ data:{ icon:'pdf-text' }, fill: '#f8f7f7', d: 'M11.556,17.108 C11.2439984,17.108 10.9800011,17.0000011 10.764,16.784 C10.5479989,16.5679989 10.44,16.3040016 10.44,15.992 C10.44,15.6799984 10.5479989,15.4160011 10.764,15.2 C10.9800011,14.9839989 11.2439984,14.876 11.556,14.876 C11.8680016,14.876 12.1319989,14.9839989 12.348,15.2 C12.5640011,15.4160011 12.672,15.6799984 12.672,15.992 C12.672,16.3040016 12.5640011,16.5679989 12.348,16.784 C12.1319989,17.0000011 11.8680016,17.108 11.556,17.108 Z M19.17,9.62 C18.4859966,9.62 17.9250022,9.8539977 17.487,10.322 C17.0489978,10.7900023 16.83,11.4079962 16.83,12.176 L16.83,13.85 C16.83,14.5580035 17.033998,15.1219979 17.442,15.542 C17.850002,15.9620021 18.3599969,16.172 18.972,16.172 C19.7040037,16.172 20.2859978,15.872003 20.718,15.272 C21.1500022,14.671997 21.366,13.8380053 21.366,12.77 C21.366,11.761995 21.1770019,10.9850027 20.799,10.439 C20.4209981,9.8929973 19.8780035,9.62 19.17,9.62 Z M19.17,17.216 C18.5939971,17.216 18.105002,17.1020011 17.703,16.874 C17.300998,16.6459989 17.0100009,16.3220021 16.83,15.902 L16.83,20.654 L15.462,20.654 L15.462,8.684 L16.542,8.684 L16.704,10.286 C16.9200011,9.7099971 17.2769975,9.2660016 17.775,8.954 C18.2730025,8.6419984 18.8399968,8.486 19.476,8.486 C20.5200052,8.486 21.3299971,8.8489964 21.906,9.575 C22.4820029,10.3010036 22.77,11.3239934 22.77,12.644 C22.77,13.9880067 22.4400033,15.0859957 21.78,15.938 C21.1199967,16.7900043 20.2500054,17.216 19.17,17.216 Z M28.116,16.118 C28.716003,16.118 29.2349978,15.8960022 29.673,15.452 C30.1110022,15.0079978 30.33,14.4380035 30.33,13.742 L30.33,11.798 C30.33,11.1259966 30.1170021,10.586002 29.691,10.178 C29.2649979,9.769998 28.7460031,9.566 28.134,9.566 C27.3659962,9.566 26.778002,9.8539971 26.37,10.43 C25.961998,11.0060029 25.758,11.8459945 25.758,12.95 C25.758,13.958005 25.9649979,14.7379972 26.379,15.29 C26.7930021,15.8420028 27.3719963,16.118 28.116,16.118 Z M28.116,8.486 C28.6200025,8.486 29.0849979,8.6149987 29.511,8.873 C29.9370021,9.1310013 30.2039995,9.4459981 30.312,9.818 L30.312,4.976 L31.698,4.976 L31.698,17 L30.492,17 L30.33,15.56 C30.1019989,16.1120028 29.7690022,16.5259986 29.331,16.802 C28.8929978,17.0780014 28.3380034,17.216 27.666,17.216 C26.7059952,17.216 25.9200031,16.8290039 25.308,16.055 C24.6959969,15.2809961 24.39,14.2520064 24.39,12.968 C24.39,11.5519929 24.7139968,10.4510039 25.362,9.665 C26.0100032,8.8789961 26.9279941,8.486 28.116,8.486 Z M34.524,17 L34.524,9.782 L33.318,9.782 L33.318,8.684 L34.524,8.684 L34.524,7.64 C34.524,6.7399955 34.7639976,6.0500024 35.244,5.57 C35.7240024,5.0899976 36.3839958,4.85 37.224,4.85 C37.5000014,4.85 37.7699987,4.87699973 38.034,4.931 C38.2980013,4.98500027 38.5679986,5.0659995 38.844,5.174 L38.556,6.362 C38.3039987,6.2299993 38.082001,6.1370003 37.89,6.083 C37.697999,6.0289997 37.4880011,6.002 37.26,6.002 C36.7919977,6.002 36.4470011,6.1429986 36.225,6.425 C36.0029989,6.7070014 35.892,7.1359971 35.892,7.712 L35.892,8.684 L38.016,8.684 L38.016,9.782 L35.892,9.782 L35.892,17 L34.524,17 Z' }
3
+ %g{ data: { icon: 'file' } }
4
+ %g{ data: { icon: 'page' }, stroke: 'none', fill: 'none', fill: { rule: 'evenodd' } }
5
+ %polygon{ data: { icon: 'page-main' }, fill: '#ffffff', points: '0 0 52.8574219 0 86 31.7871094 86 106 0 106' }
6
+ %g{ data: { icon: 'page-attributes' }, fill: { rule: 'nonzero' } }
7
+ %path{ data: { icon: 'page-border' }, fill: '#cbc9cd', d: 'M2.01108433,2.00736845 L2.00021277,106.007368 L84.0002128,106.007368 L84.0002128,31.8971133 L55.246835,2.20661616 L2.01108433,2.00736845 Z M0.0112761248,0 L55.9803815,0 L86,31.0757723 L86,108 L0,108 L0.0112761248,0 Z' }
8
+ %polygon{ data: { icon: 'page-fold' }, fill: '#cbc9cd', points: '83.0826977 29.9827586 85.0851064 31.9827586 53.9787234 31.9827586 53.9787234 0.913793103 55.9787234 2.91138733 55.9787234 29.9827586' }
9
+ %g{ data: { icon:'success' }, fill: { rule: 'nonzero' }, transform: 'translate(70.000000, 66.000000)' }
10
+ %circle{ data: { icon: 'success-background' }, fill: '#00b95d', cx: '15', cy: '15', r: '15' }
11
+ %polyline{ data: { icon: 'success-text' }, points: '8.98528137 7.98528137 8.98528137 15.9852814 21.9852814 15.9852814', stroke: '#f8f7f7', 'stroke-width': '3', fill: 'none', transform: 'translate(15.485281, 11.985281) rotate(-45.000000) translate(-15.485281, -11.985281)' }
12
+ %g{ data: { icon: 'failure' }, fill: { rule: 'nonzero' }, transform: 'translate(70.000000, 66.000000)' }
13
+ %circle{ data: { icon: 'failure-background' }, fill: '#de2e32', cx: '15', cy: '15', r: '15' }
14
+ %path{ data: { icon: 'failure-text' }, fill: '#f8f7f7', d: 'M16.8961039,7 L16.012987,17.7474747 L13.9350649,17.7474747 L13.0779221,7 L16.8961039,7 Z M13,21.0606061 C13,20.4859679 13.1904743,20.0190815 13.5714286,19.6599327 C13.9523829,19.3007838 14.4199106,19.1212121 14.974026,19.1212121 C15.5454574,19.1212121 16.0259721,19.3007838 16.4155844,19.6599327 C16.8051968,20.0190815 17,20.4859679 17,21.0606061 C17,21.6352442 16.8051968,22.1021306 16.4155844,22.4612795 C16.0259721,22.8204283 15.5454574,23 14.974026,23 C14.4199106,23 13.9523829,22.8204283 13.5714286,22.4612795 C13.1904743,22.1021306 13,21.6352442 13,21.0606061 Z' }
15
+ %g{ data: { icon: 'word' }, fill: { rule: 'nonzero' }, transform: 'translate(45.000000, 69.000000)' }
16
+ %rect{ data: { icon: 'word-background' }, fill: '#5f2db4', height: '24', width: '49', x: '0', y: '0' }
17
+ %path{ data: { icon: 'word-text' }, fill: '#f8f7f7', d: 'M9.556,17.108 C9.24399844,17.108 8.98000108,17.0000011 8.764,16.784 C8.54799892,16.5679989 8.44,16.3040016 8.44,15.992 C8.44,15.6799984 8.54799892,15.4160011 8.764,15.2 C8.98000108,14.9839989 9.24399844,14.876 9.556,14.876 C9.86800156,14.876 10.1319989,14.9839989 10.348,15.2 C10.5640011,15.4160011 10.672,15.6799984 10.672,15.992 C10.672,16.3040016 10.5640011,16.5679989 10.348,16.784 C10.1319989,17.0000011 9.86800156,17.108 9.556,17.108 Z M16.648,16.118 C17.248003,16.118 17.7669978,15.8960022 18.205,15.452 C18.6430022,15.0079978 18.862,14.4380035 18.862,13.742 L18.862,11.798 C18.862,11.1259966 18.6490021,10.586002 18.223,10.178 C17.7969979,9.76999796 17.2780031,9.566 16.666,9.566 C15.8979962,9.566 15.310002,9.85399712 14.902,10.43 C14.493998,11.0060029 14.29,11.8459945 14.29,12.95 C14.29,13.958005 14.4969979,14.7379972 14.911,15.29 C15.3250021,15.8420028 15.9039963,16.118 16.648,16.118 Z M16.648,8.486 C17.1520025,8.486 17.6169979,8.61499871 18.043,8.873 C18.4690021,9.13100129 18.7359995,9.44599814 18.844,9.818 L18.844,4.976 L20.23,4.976 L20.23,17 L19.024,17 L18.862,15.56 C18.6339989,16.1120028 18.3010022,16.5259986 17.863,16.802 C17.4249978,17.0780014 16.8700034,17.216 16.198,17.216 C15.2379952,17.216 14.4520031,16.8290039 13.84,16.055 C13.2279969,15.2809961 12.922,14.2520064 12.922,12.968 C12.922,11.5519929 13.2459968,10.4510039 13.894,9.665 C14.5420032,8.87899607 15.4599941,8.486 16.648,8.486 Z M28.456,12.788 C28.456,11.7199947 28.261002,10.9220026 27.871,10.394 C27.480998,9.86599736 26.890004,9.602 26.098,9.602 C25.305996,9.602 24.715002,9.86599736 24.325,10.394 C23.9349981,10.9220026 23.74,11.7199947 23.74,12.788 C23.74,13.8920055 23.937998,14.7259972 24.334,15.29 C24.730002,15.8540028 25.3179961,16.136 26.098,16.136 C26.8780039,16.136 27.465998,15.8540028 27.862,15.29 C28.258002,14.7259972 28.456,13.8920055 28.456,12.788 Z M29.806,12.788 C29.806,14.180007 29.4760033,15.2659961 28.816,16.046 C28.1559967,16.8260039 27.2500058,17.216 26.098,17.216 C24.9459942,17.216 24.0400033,16.8260039 23.38,16.046 C22.7199967,15.2659961 22.39,14.180007 22.39,12.788 C22.39,11.4199932 22.7169967,10.3610037 23.371,9.611 C24.0250033,8.86099625 24.9339942,8.486 26.098,8.486 C27.2620058,8.486 28.1709967,8.86099625 28.825,9.611 C29.4790033,10.3610037 29.806,11.4199932 29.806,12.788 Z M35.134,16.118 C35.6260025,16.118 36.0279984,15.9980012 36.34,15.758 C36.6520016,15.5179988 36.8739993,15.1640023 37.006,14.696 L38.158,14.948 C38.0379994,15.6920037 37.7080027,16.2559981 37.168,16.64 C36.6279973,17.0240019 35.9020046,17.216 34.99,17.216 C33.8979945,17.216 33.0310032,16.8320038 32.389,16.064 C31.7469968,15.2959962 31.426,14.2400067 31.426,12.896 C31.426,11.5279932 31.7589967,10.4510039 32.425,9.665 C33.0910033,8.87899607 33.9939943,8.486 35.134,8.486 C36.0100044,8.486 36.7029975,8.70799778 37.213,9.152 C37.7230026,9.59600222 38.0019998,10.2259959 38.05,11.042 L36.772,11.24 C36.6879996,10.7119974 36.4990015,10.3100014 36.205,10.034 C35.9109985,9.75799862 35.5240024,9.62 35.044,9.62 C34.3239964,9.62 33.760002,9.91399706 33.352,10.502 C32.943998,11.0900029 32.74,11.8939949 32.74,12.914 C32.74,13.8620047 32.9619978,14.632997 33.406,15.227 C33.8500022,15.821003 34.4259965,16.118 35.134,16.118 Z' }
18
+ %g{ data: { icon: 'pdf' }, fill: { rule: 'nonzero' }, transform: 'translate(45.000000, 69.000000)' }
19
+ %rect{ data: { icon: 'pdf-background' }, fill: '#5f2db4', height: '24', width: '49', x: '0', y: '0' }
20
+ %path{ data: { icon: 'pdf-text' }, fill: '#f8f7f7', d: 'M11.556,17.108 C11.2439984,17.108 10.9800011,17.0000011 10.764,16.784 C10.5479989,16.5679989 10.44,16.3040016 10.44,15.992 C10.44,15.6799984 10.5479989,15.4160011 10.764,15.2 C10.9800011,14.9839989 11.2439984,14.876 11.556,14.876 C11.8680016,14.876 12.1319989,14.9839989 12.348,15.2 C12.5640011,15.4160011 12.672,15.6799984 12.672,15.992 C12.672,16.3040016 12.5640011,16.5679989 12.348,16.784 C12.1319989,17.0000011 11.8680016,17.108 11.556,17.108 Z M19.17,9.62 C18.4859966,9.62 17.9250022,9.8539977 17.487,10.322 C17.0489978,10.7900023 16.83,11.4079962 16.83,12.176 L16.83,13.85 C16.83,14.5580035 17.033998,15.1219979 17.442,15.542 C17.850002,15.9620021 18.3599969,16.172 18.972,16.172 C19.7040037,16.172 20.2859978,15.872003 20.718,15.272 C21.1500022,14.671997 21.366,13.8380053 21.366,12.77 C21.366,11.761995 21.1770019,10.9850027 20.799,10.439 C20.4209981,9.8929973 19.8780035,9.62 19.17,9.62 Z M19.17,17.216 C18.5939971,17.216 18.105002,17.1020011 17.703,16.874 C17.300998,16.6459989 17.0100009,16.3220021 16.83,15.902 L16.83,20.654 L15.462,20.654 L15.462,8.684 L16.542,8.684 L16.704,10.286 C16.9200011,9.7099971 17.2769975,9.2660016 17.775,8.954 C18.2730025,8.6419984 18.8399968,8.486 19.476,8.486 C20.5200052,8.486 21.3299971,8.8489964 21.906,9.575 C22.4820029,10.3010036 22.77,11.3239934 22.77,12.644 C22.77,13.9880067 22.4400033,15.0859957 21.78,15.938 C21.1199967,16.7900043 20.2500054,17.216 19.17,17.216 Z M28.116,16.118 C28.716003,16.118 29.2349978,15.8960022 29.673,15.452 C30.1110022,15.0079978 30.33,14.4380035 30.33,13.742 L30.33,11.798 C30.33,11.1259966 30.1170021,10.586002 29.691,10.178 C29.2649979,9.769998 28.7460031,9.566 28.134,9.566 C27.3659962,9.566 26.778002,9.8539971 26.37,10.43 C25.961998,11.0060029 25.758,11.8459945 25.758,12.95 C25.758,13.958005 25.9649979,14.7379972 26.379,15.29 C26.7930021,15.8420028 27.3719963,16.118 28.116,16.118 Z M28.116,8.486 C28.6200025,8.486 29.0849979,8.6149987 29.511,8.873 C29.9370021,9.1310013 30.2039995,9.4459981 30.312,9.818 L30.312,4.976 L31.698,4.976 L31.698,17 L30.492,17 L30.33,15.56 C30.1019989,16.1120028 29.7690022,16.5259986 29.331,16.802 C28.8929978,17.0780014 28.3380034,17.216 27.666,17.216 C26.7059952,17.216 25.9200031,16.8290039 25.308,16.055 C24.6959969,15.2809961 24.39,14.2520064 24.39,12.968 C24.39,11.5519929 24.7139968,10.4510039 25.362,9.665 C26.0100032,8.8789961 26.9279941,8.486 28.116,8.486 Z M34.524,17 L34.524,9.782 L33.318,9.782 L33.318,8.684 L34.524,8.684 L34.524,7.64 C34.524,6.7399955 34.7639976,6.0500024 35.244,5.57 C35.7240024,5.0899976 36.3839958,4.85 37.224,4.85 C37.5000014,4.85 37.7699987,4.87699973 38.034,4.931 C38.2980013,4.98500027 38.5679986,5.0659995 38.844,5.174 L38.556,6.362 C38.3039987,6.2299993 38.082001,6.1370003 37.89,6.083 C37.697999,6.0289997 37.4880011,6.002 37.26,6.002 C36.7919977,6.002 36.4470011,6.1429986 36.225,6.425 C36.0029989,6.7070014 35.892,7.1359971 35.892,7.712 L35.892,8.684 L38.016,8.684 L38.016,9.782 L35.892,9.782 L35.892,17 L34.524,17 Z' }
@@ -1,5 +1,5 @@
1
- %svg{ width: '20', height: '20', viewbox: '0 0 20 20', xmlns: 'http://www.w3.org/2000/svg', aria:{ hidden: 'true' }, data:{ icon: 'search' } }
1
+ %svg{ width: '20', height: '20', viewbox: '0 0 20 20', xmlns: 'http://www.w3.org/2000/svg', aria: { hidden: 'true' }, data: { icon: 'search' } }
2
2
  %title Search icon
3
- %g{:fill => "#fff"}
4
- %path{:d => "M7.5 15C3.4 15 0 11.6 0 7.5 0 3.4 3.4 0 7.5 0 11.6 0 15 3.4 15 7.5 15 11.6 11.6 15 7.5 15ZM7.5 13C10.5 13 13 10.5 13 7.5 13 4.5 10.5 2 7.5 2 4.5 2 2 4.5 2 7.5 2 10.5 4.5 13 7.5 13Z"}
5
- %polygon{:points => "14.8 10.8 16.8 10.8 16.8 20.8 14.8 20.8", :transform => "translate(15.778175 15.778175)rotate(-45)translate(-15.778175 -15.778175)"}
3
+ %g{ fill: '#fff' }
4
+ %path{ d: 'M7.5 15C3.4 15 0 11.6 0 7.5 0 3.4 3.4 0 7.5 0 11.6 0 15 3.4 15 7.5 15 11.6 11.6 15 7.5 15ZM7.5 13C10.5 13 13 10.5 13 7.5 13 4.5 10.5 2 7.5 2 4.5 2 2 4.5 2 7.5 2 10.5 4.5 13 7.5 13Z' }
5
+ %polygon{ points: '14.8 10.8 16.8 10.8 16.8 20.8 14.8 20.8', transform: 'translate(15.778175 15.778175)rotate(-45)translate(-15.778175 -15.778175)' }
@@ -1,20 +1,20 @@
1
- %svg{ width: '214', height: '54', viewbox: '0 0 269 68', xmlns: 'http://www.w3.org/2000/svg', aria:{ hidden: 'true' } }
1
+ %svg{ width: '214', height: '54', viewbox: '0 0 269 68', xmlns: 'http://www.w3.org/2000/svg', aria: { hidden: 'true' } }
2
2
  %title UK Parliament
3
3
 
4
- %g{"data-icon" => "portcullis", :fill => "#fff"}
5
- %path{:d => "M52.9 4.1L52.2 4.5C53 6 53.2 7.9 52.7 9.6 51.8 8.9 51.2 8 51 7L50.3 7.4C49.8 9.4 48.9 11.4 47.7 13.2L47.9 13.9C48.6 13.5 49.4 13.3 50.2 13.4 50.5 13.4 50.7 13.4 51 13.4 50.3 15.1 48.7 16.2 46.9 16.2 45.1 16.3 43.5 15.3 42.7 13.7 43.2 13.5 43.6 13 43.8 12.4 44 11.5 43.4 11.1 43.6 10.2 43.8 9.4 44.5 8.9 45.2 8.9 46 9 46.7 9.5 46.8 10.3 47.5 9.9 47.9 9.1 47.8 8.3 47.7 7.5 47.2 6.8 46.4 6.6 45.7 6.3 44.8 6.5 44.3 7.1 44.6 6.6 44.8 6.1 44.9 5.6 45.1 4.3 44.9 3 44.1 2 42.9 2.6 42 3.7 41.8 5 41.6 5.5 41.6 6.1 41.7 6.6 41.4 5.9 40.7 5.3 39.9 5.3 39.1 5.2 38.4 5.6 38 6.3 37.6 7 37.6 7.8 38.1 8.5 38.5 7.8 39.3 7.6 40 7.9 40.7 8.2 41.1 8.9 41 9.7 40.8 10.5 40.1 10.7 39.9 11.6 39.8 12.1 39.9 12.6 40.2 13L40.3 13.2C38.7 14.4 36.5 14.7 34.7 13.8 32.8 12.9 31.7 11 31.7 9L31.7 8.5C33.3 8.8 34.8 9.6 35.9 10.9L36.5 10.3 36.5 3.9 35.9 3.3C34.8 4.5 33.3 5.3 31.7 5.6 31.6 3.3 33.2 1.3 35.4 0.8L34.8 0.2C33.2 0.1 31.6 0 30 0 28.4 0 26.8 0.1 25.2 0.2L24.6 0.8C26.8 1.3 28.4 3.3 28.4 5.6 26.7 5.3 25.2 4.5 24.1 3.3L23.5 3.9 23.5 10.3 24.1 10.8C25.2 9.6 26.7 8.8 28.4 8.5L28.4 9C28.3 11 27.2 12.9 25.4 13.8 23.5 14.7 21.4 14.5 19.7 13.2L19.8 13.1C20.1 12.6 20.2 12.1 20.1 11.6 19.9 10.7 19.2 10.6 19 9.7 18.8 9 19.2 8.2 20 7.9 20.7 7.6 21.5 7.8 22 8.5 22.4 7.8 22.4 7 22 6.3 21.6 5.6 20.9 5.2 20.1 5.3 19.3 5.3 18.6 5.9 18.3 6.6 18.4 6.1 18.4 5.5 18.2 5 18 3.7 17.1 2.6 15.9 2 15.1 3 14.8 4.4 15.1 5.7 15.2 6.2 15.4 6.7 15.7 7.2 15.1 6.6 14.3 6.4 13.5 6.7 12.8 6.9 12.2 7.6 12.2 8.4 12.1 9.2 12.5 10 13.2 10.4 13.3 9.6 13.9 9.1 14.7 9 15.5 9 16.2 9.5 16.4 10.3 16.6 11.2 16 11.6 16.2 12.4 16.3 13 16.7 13.5 17.3 13.8 16.5 15.4 14.8 16.3 13 16.3 11.3 16.2 9.7 15.1 9 13.5 9.3 13.4 9.5 13.4 9.8 13.4 10.6 13.4 11.4 13.6 12.1 14L12.3 13.2C11.1 11.4 10.2 9.5 9.6 7.4L9 7C8.8 8 8.2 8.9 7.3 9.6 6.8 7.9 7 6 7.8 4.5L7.1 4.1C6 4.5 4.3 5.2 3.1 5.7L10 21.1C22.7 15.5 37.2 15.5 50 21.1L56.8 5.7C55.7 5.2 54.1 4.5 52.9 4.1Z"}
6
- %path{:d => "M59 33C59.1 31.2 57.8 29.5 56 29.1L56 26.9C58 26.4 59.3 24.5 59 22.5 58.8 20.5 57 19 55 19 53.2 18.9 51.5 20.2 51.1 22L8.9 22C8.5 20.2 6.8 18.9 5 19 3.9 19 2.9 19.4 2.1 20.1 1.4 20.9 1 21.9 1 23 0.9 24.8 2.2 26.5 4 26.9L4 29.1C2.2 29.6 1 31.2 1 33 1 34.8 2.2 36.5 4 36.9L4 39.1C2.2 39.6 1 41.2 1 43 1 44.8 2.2 46.5 4 46.9L4 49.1C2.2 49.6 1 51.2 1 53 1 54.8 2.2 56.5 4 56.9L4 59.1C2 59.6 0.7 61.5 1 63.5 1.3 65.5 3 67 5 67 7 67 8.8 65.5 9 63.5 9.3 61.5 8 59.6 6 59.1L6 56.9C7.8 56.5 9 54.8 9 53 9 51.2 7.8 49.6 6 49.1L6 46.9C7.8 46.5 9 44.8 9 43 9 41.2 7.8 39.6 6 39.1L6 36.9C7.8 36.5 9 34.8 9 33 9 31.2 7.8 29.6 6 29.1L6 26.9C7.4 26.6 8.6 25.4 8.9 24L11 24 11 67 11.5 67C12.5 63.9 14 61.1 16 58.5L16 58 14 58 14 52 19 52 19 58 18 58 18 58.6C19.3 61.2 20.3 64.1 20.8 67L21.2 67C21.7 64.1 22.7 61.2 24 58.6L24 58 23 58 23 52 28 52 28 58 27 58 27 58.6C28.3 61.2 29.3 64.1 29.8 67L30.2 67C30.7 64.1 31.7 61.2 33 58.6L33 58 32 58 32 52 37 52 37 58 36 58 36 58.6C37.3 61.2 38.3 64.1 38.8 67L39.2 67C39.7 64.1 40.7 61.2 42 58.6L42 58 41 58 41 52 46 52 46 58 44 58 44 58.5C46 61.1 47.5 63.9 48.5 67L49 67 49 24 51.1 24C51.4 25.4 52.6 26.6 54 26.9L54 29.1C52.2 29.6 51 31.2 51 33 51 34.8 52.2 36.5 54 36.9L54 39.1C52.2 39.6 51 41.2 51 43 51 44.8 52.2 46.5 54 46.9L54 49.1C52.2 49.6 51 51.2 51 53 51 54.8 52.2 56.5 54 56.9L54 59.1C52 59.6 50.8 61.5 51 63.5 51.3 65.5 53 67 55 67 57 67 58.7 65.5 59 63.5 59.2 61.5 58 59.6 56 59.1L56 56.9C57.8 56.5 59 54.8 59 53 59 51.2 57.8 49.6 56 49.1L56 46.9C57.8 46.5 59 44.8 59 43 59 41.2 57.8 39.6 56 39.1L56 36.9C57.8 36.5 59.1 34.8 59 33ZM7 63C7 63.5 6.8 64.1 6.4 64.4 6.1 64.8 5.5 65 5 65 4.1 65 3.2 64.4 3 63.5 2.7 62.6 3.2 61.6 4 61.2 4.1 61.7 4.5 62 5 62 5.5 62 5.9 61.7 6 61.2 6.7 61.6 7 62.3 7 63ZM7 53C7 53.7 6.7 54.4 6 54.8 5.9 54.3 5.5 54 5 54 4.5 54 4.1 54.3 4 54.8 3.4 54.4 3 53.7 3 53 3 52.3 3.4 51.6 4 51.2 4.1 51.7 4.5 52 5 52 5.5 52 5.9 51.7 6 51.2 6.7 51.6 7 52.3 7 53ZM7 43C7 43.7 6.7 44.4 6 44.8 5.9 44.3 5.5 44 5 44 4.5 44 4.1 44.3 4 44.8 3.4 44.4 3 43.7 3 43 3 42.3 3.4 41.6 4 41.2 4.1 41.7 4.5 42 5 42 5.5 42 5.9 41.7 6 41.2 6.7 41.6 7 42.3 7 43ZM6 24.8C5.9 24.3 5.5 24 5 24 4.5 24 4.1 24.3 4 24.8 3.2 24.4 2.7 23.4 3 22.5 3.2 21.6 4.1 21 5 21 5.9 21 6.8 21.6 7 22.5 7.3 23.4 6.8 24.4 6 24.8ZM19 49L14 49 14 43 19 43 19 49ZM19 40L14 40 14 34 19 34 19 40ZM19 31L14 31 14 25 19 25 19 31ZM28 49L23 49 23 43 28 43 28 49ZM28 40L23 40 23 34 28 34 28 40ZM28 31L23 31 23 25 28 25 28 31ZM37 49L32 49 32 43 37 43 37 49ZM37 40L32 40 32 34 37 34 37 40ZM37 31L32 31 32 25 37 25 37 31ZM46 49L41 49 41 43 46 43 46 49ZM46 40L41 40 41 34 46 34 46 40ZM46 31L41 31 41 25 46 25 46 31ZM53 23C53 22 53.7 21.2 54.7 21.1 55.6 20.9 56.6 21.5 56.9 22.4 57.2 23.3 56.8 24.3 56 24.8 56 24.2 55.6 23.8 55 23.8 54.4 23.8 54 24.2 54 24.8 53.3 24.4 53 23.7 53 23ZM57 63C57 64 56.3 64.8 55.3 64.9 54.4 65.1 53.4 64.5 53.1 63.6 52.8 62.7 53.2 61.7 54 61.2 54 61.8 54.4 62.2 55 62.2 55.6 62.2 56 61.8 56 61.2 56.7 61.6 57 62.3 57 63ZM57 53C57 53.7 56.7 54.4 56 54.8 56 54.2 55.6 53.8 55 53.8 54.4 53.8 54 54.2 54 54.8 53.4 54.4 53 53.7 53 53 53 52.3 53.4 51.6 54 51.2 54 51.8 54.4 52.2 55 52.2 55.6 52.2 56 51.8 56 51.2 56.7 51.6 57 52.3 57 53ZM57 43C57 43.7 56.7 44.4 56 44.8 56 44.2 55.6 43.8 55 43.8 54.4 43.8 54 44.2 54 44.8 53.4 44.4 53 43.7 53 43 53 42.3 53.4 41.6 54 41.2 54 41.8 54.4 42.2 55 42.2 55.6 42.2 56 41.8 56 41.2 56.7 41.6 57 42.3 57 43ZM7 33C7 33.7 6.7 34.4 6 34.8 5.9 34.3 5.5 34 5 34 4.5 34 4.1 34.3 4 34.8 3.4 34.4 3 33.7 3 33 3 32.3 3.4 31.6 4 31.2 4.1 31.7 4.5 32 5 32 5.5 32 5.9 31.7 6 31.2 6.7 31.6 7 32.3 7 33ZM57 33C57 33.7 56.7 34.4 56 34.8 56 34.2 55.6 33.8 55 33.8 54.4 33.8 54 34.2 54 34.8 53.4 34.4 53 33.7 53 33 53 32.3 53.4 31.6 54 31.2 54 31.8 54.4 32.2 55 32.2 55.6 32.2 56 31.8 56 31.2 56.7 31.6 57 32.3 57 33Z"}
4
+ %g{ data: { icon: 'portcullis' }, fill: '#fff' }
5
+ %path{ d: 'M52.9 4.1L52.2 4.5C53 6 53.2 7.9 52.7 9.6 51.8 8.9 51.2 8 51 7L50.3 7.4C49.8 9.4 48.9 11.4 47.7 13.2L47.9 13.9C48.6 13.5 49.4 13.3 50.2 13.4 50.5 13.4 50.7 13.4 51 13.4 50.3 15.1 48.7 16.2 46.9 16.2 45.1 16.3 43.5 15.3 42.7 13.7 43.2 13.5 43.6 13 43.8 12.4 44 11.5 43.4 11.1 43.6 10.2 43.8 9.4 44.5 8.9 45.2 8.9 46 9 46.7 9.5 46.8 10.3 47.5 9.9 47.9 9.1 47.8 8.3 47.7 7.5 47.2 6.8 46.4 6.6 45.7 6.3 44.8 6.5 44.3 7.1 44.6 6.6 44.8 6.1 44.9 5.6 45.1 4.3 44.9 3 44.1 2 42.9 2.6 42 3.7 41.8 5 41.6 5.5 41.6 6.1 41.7 6.6 41.4 5.9 40.7 5.3 39.9 5.3 39.1 5.2 38.4 5.6 38 6.3 37.6 7 37.6 7.8 38.1 8.5 38.5 7.8 39.3 7.6 40 7.9 40.7 8.2 41.1 8.9 41 9.7 40.8 10.5 40.1 10.7 39.9 11.6 39.8 12.1 39.9 12.6 40.2 13L40.3 13.2C38.7 14.4 36.5 14.7 34.7 13.8 32.8 12.9 31.7 11 31.7 9L31.7 8.5C33.3 8.8 34.8 9.6 35.9 10.9L36.5 10.3 36.5 3.9 35.9 3.3C34.8 4.5 33.3 5.3 31.7 5.6 31.6 3.3 33.2 1.3 35.4 0.8L34.8 0.2C33.2 0.1 31.6 0 30 0 28.4 0 26.8 0.1 25.2 0.2L24.6 0.8C26.8 1.3 28.4 3.3 28.4 5.6 26.7 5.3 25.2 4.5 24.1 3.3L23.5 3.9 23.5 10.3 24.1 10.8C25.2 9.6 26.7 8.8 28.4 8.5L28.4 9C28.3 11 27.2 12.9 25.4 13.8 23.5 14.7 21.4 14.5 19.7 13.2L19.8 13.1C20.1 12.6 20.2 12.1 20.1 11.6 19.9 10.7 19.2 10.6 19 9.7 18.8 9 19.2 8.2 20 7.9 20.7 7.6 21.5 7.8 22 8.5 22.4 7.8 22.4 7 22 6.3 21.6 5.6 20.9 5.2 20.1 5.3 19.3 5.3 18.6 5.9 18.3 6.6 18.4 6.1 18.4 5.5 18.2 5 18 3.7 17.1 2.6 15.9 2 15.1 3 14.8 4.4 15.1 5.7 15.2 6.2 15.4 6.7 15.7 7.2 15.1 6.6 14.3 6.4 13.5 6.7 12.8 6.9 12.2 7.6 12.2 8.4 12.1 9.2 12.5 10 13.2 10.4 13.3 9.6 13.9 9.1 14.7 9 15.5 9 16.2 9.5 16.4 10.3 16.6 11.2 16 11.6 16.2 12.4 16.3 13 16.7 13.5 17.3 13.8 16.5 15.4 14.8 16.3 13 16.3 11.3 16.2 9.7 15.1 9 13.5 9.3 13.4 9.5 13.4 9.8 13.4 10.6 13.4 11.4 13.6 12.1 14L12.3 13.2C11.1 11.4 10.2 9.5 9.6 7.4L9 7C8.8 8 8.2 8.9 7.3 9.6 6.8 7.9 7 6 7.8 4.5L7.1 4.1C6 4.5 4.3 5.2 3.1 5.7L10 21.1C22.7 15.5 37.2 15.5 50 21.1L56.8 5.7C55.7 5.2 54.1 4.5 52.9 4.1Z' }
6
+ %path{ d: 'M59 33C59.1 31.2 57.8 29.5 56 29.1L56 26.9C58 26.4 59.3 24.5 59 22.5 58.8 20.5 57 19 55 19 53.2 18.9 51.5 20.2 51.1 22L8.9 22C8.5 20.2 6.8 18.9 5 19 3.9 19 2.9 19.4 2.1 20.1 1.4 20.9 1 21.9 1 23 0.9 24.8 2.2 26.5 4 26.9L4 29.1C2.2 29.6 1 31.2 1 33 1 34.8 2.2 36.5 4 36.9L4 39.1C2.2 39.6 1 41.2 1 43 1 44.8 2.2 46.5 4 46.9L4 49.1C2.2 49.6 1 51.2 1 53 1 54.8 2.2 56.5 4 56.9L4 59.1C2 59.6 0.7 61.5 1 63.5 1.3 65.5 3 67 5 67 7 67 8.8 65.5 9 63.5 9.3 61.5 8 59.6 6 59.1L6 56.9C7.8 56.5 9 54.8 9 53 9 51.2 7.8 49.6 6 49.1L6 46.9C7.8 46.5 9 44.8 9 43 9 41.2 7.8 39.6 6 39.1L6 36.9C7.8 36.5 9 34.8 9 33 9 31.2 7.8 29.6 6 29.1L6 26.9C7.4 26.6 8.6 25.4 8.9 24L11 24 11 67 11.5 67C12.5 63.9 14 61.1 16 58.5L16 58 14 58 14 52 19 52 19 58 18 58 18 58.6C19.3 61.2 20.3 64.1 20.8 67L21.2 67C21.7 64.1 22.7 61.2 24 58.6L24 58 23 58 23 52 28 52 28 58 27 58 27 58.6C28.3 61.2 29.3 64.1 29.8 67L30.2 67C30.7 64.1 31.7 61.2 33 58.6L33 58 32 58 32 52 37 52 37 58 36 58 36 58.6C37.3 61.2 38.3 64.1 38.8 67L39.2 67C39.7 64.1 40.7 61.2 42 58.6L42 58 41 58 41 52 46 52 46 58 44 58 44 58.5C46 61.1 47.5 63.9 48.5 67L49 67 49 24 51.1 24C51.4 25.4 52.6 26.6 54 26.9L54 29.1C52.2 29.6 51 31.2 51 33 51 34.8 52.2 36.5 54 36.9L54 39.1C52.2 39.6 51 41.2 51 43 51 44.8 52.2 46.5 54 46.9L54 49.1C52.2 49.6 51 51.2 51 53 51 54.8 52.2 56.5 54 56.9L54 59.1C52 59.6 50.8 61.5 51 63.5 51.3 65.5 53 67 55 67 57 67 58.7 65.5 59 63.5 59.2 61.5 58 59.6 56 59.1L56 56.9C57.8 56.5 59 54.8 59 53 59 51.2 57.8 49.6 56 49.1L56 46.9C57.8 46.5 59 44.8 59 43 59 41.2 57.8 39.6 56 39.1L56 36.9C57.8 36.5 59.1 34.8 59 33ZM7 63C7 63.5 6.8 64.1 6.4 64.4 6.1 64.8 5.5 65 5 65 4.1 65 3.2 64.4 3 63.5 2.7 62.6 3.2 61.6 4 61.2 4.1 61.7 4.5 62 5 62 5.5 62 5.9 61.7 6 61.2 6.7 61.6 7 62.3 7 63ZM7 53C7 53.7 6.7 54.4 6 54.8 5.9 54.3 5.5 54 5 54 4.5 54 4.1 54.3 4 54.8 3.4 54.4 3 53.7 3 53 3 52.3 3.4 51.6 4 51.2 4.1 51.7 4.5 52 5 52 5.5 52 5.9 51.7 6 51.2 6.7 51.6 7 52.3 7 53ZM7 43C7 43.7 6.7 44.4 6 44.8 5.9 44.3 5.5 44 5 44 4.5 44 4.1 44.3 4 44.8 3.4 44.4 3 43.7 3 43 3 42.3 3.4 41.6 4 41.2 4.1 41.7 4.5 42 5 42 5.5 42 5.9 41.7 6 41.2 6.7 41.6 7 42.3 7 43ZM6 24.8C5.9 24.3 5.5 24 5 24 4.5 24 4.1 24.3 4 24.8 3.2 24.4 2.7 23.4 3 22.5 3.2 21.6 4.1 21 5 21 5.9 21 6.8 21.6 7 22.5 7.3 23.4 6.8 24.4 6 24.8ZM19 49L14 49 14 43 19 43 19 49ZM19 40L14 40 14 34 19 34 19 40ZM19 31L14 31 14 25 19 25 19 31ZM28 49L23 49 23 43 28 43 28 49ZM28 40L23 40 23 34 28 34 28 40ZM28 31L23 31 23 25 28 25 28 31ZM37 49L32 49 32 43 37 43 37 49ZM37 40L32 40 32 34 37 34 37 40ZM37 31L32 31 32 25 37 25 37 31ZM46 49L41 49 41 43 46 43 46 49ZM46 40L41 40 41 34 46 34 46 40ZM46 31L41 31 41 25 46 25 46 31ZM53 23C53 22 53.7 21.2 54.7 21.1 55.6 20.9 56.6 21.5 56.9 22.4 57.2 23.3 56.8 24.3 56 24.8 56 24.2 55.6 23.8 55 23.8 54.4 23.8 54 24.2 54 24.8 53.3 24.4 53 23.7 53 23ZM57 63C57 64 56.3 64.8 55.3 64.9 54.4 65.1 53.4 64.5 53.1 63.6 52.8 62.7 53.2 61.7 54 61.2 54 61.8 54.4 62.2 55 62.2 55.6 62.2 56 61.8 56 61.2 56.7 61.6 57 62.3 57 63ZM57 53C57 53.7 56.7 54.4 56 54.8 56 54.2 55.6 53.8 55 53.8 54.4 53.8 54 54.2 54 54.8 53.4 54.4 53 53.7 53 53 53 52.3 53.4 51.6 54 51.2 54 51.8 54.4 52.2 55 52.2 55.6 52.2 56 51.8 56 51.2 56.7 51.6 57 52.3 57 53ZM57 43C57 43.7 56.7 44.4 56 44.8 56 44.2 55.6 43.8 55 43.8 54.4 43.8 54 44.2 54 44.8 53.4 44.4 53 43.7 53 43 53 42.3 53.4 41.6 54 41.2 54 41.8 54.4 42.2 55 42.2 55.6 42.2 56 41.8 56 41.2 56.7 41.6 57 42.3 57 43ZM7 33C7 33.7 6.7 34.4 6 34.8 5.9 34.3 5.5 34 5 34 4.5 34 4.1 34.3 4 34.8 3.4 34.4 3 33.7 3 33 3 32.3 3.4 31.6 4 31.2 4.1 31.7 4.5 32 5 32 5.5 32 5.9 31.7 6 31.2 6.7 31.6 7 32.3 7 33ZM57 33C57 33.7 56.7 34.4 56 34.8 56 34.2 55.6 33.8 55 33.8 54.4 33.8 54 34.2 54 34.8 53.4 34.4 53 33.7 53 33 53 32.3 53.4 31.6 54 31.2 54 31.8 54.4 32.2 55 32.2 55.6 32.2 56 31.8 56 31.2 56.7 31.6 57 32.3 57 33Z' }
7
7
 
8
- %g{"data-icon" => "uk-parliament", :fill => "#fff", :transform => "translate(74 5)"}
9
- %path{:d => "M22.3 0.7L22.3 19.7C22.3 27.2 17 29.6 11.2 29.6 5.3 29.6 0 27.1 0 19.7L0 0.7 5.1 0.7 5.1 18.3C5.1 23.1 7.1 25.4 11.1 25.4 15.2 25.4 17.2 23 17.2 18.4L17.2 0.7 22.3 0.7Z"}
10
- %polygon{:points => "41.6 29 33.2 16.9 31.2 16.9 31.2 29 26 29 26 0.7 31.1 0.7 31.1 12.4 33.3 12.4 41.1 0.7 47.1 0.7 37.6 14.4 47.9 29"}
11
- %path{:d => "M0 62L0 33.7 9.1 33.7C16.1 33.7 19.2 37 19.2 42.7 19.2 48.4 15.8 52.1 9.6 52.1L5.1 52.1 5.1 62 0 62ZM5.1 47.8L9 47.8C12.7 47.8 14 46 14 42.9 14 39.7 12.3 38 9 38L5.1 38 5.1 47.8Z"}
12
- %path{:d => "M38.7 56.3C38.7 57.9 39.5 58.3 40.4 58.3 40.8 58.3 41.3 58.2 41.7 58L41.7 61.8C40.8 62.2 39.8 62.4 38.9 62.4 36.2 62.4 34.6 61.3 34.1 58.8 33 61.6 30.5 62.6 27.6 62.6 23.7 62.6 21 60.3 21 56.5 21 51.6 24.8 48.8 33.8 49.3L33.8 46.8C33.8 44.3 32.4 43.2 30.2 43.2 29.2 43.1 28.3 43.5 27.6 44.1 26.9 44.8 26.6 45.7 26.6 46.7L21.7 45.9C22 41.1 26.1 39.3 30.5 39.3 35.3 39.3 38.8 41.3 38.8 46.3L38.7 56.3ZM33.7 52.3C28.3 52.2 26 53.5 26 56 26 56.8 26.3 57.6 26.9 58.2 27.5 58.7 28.4 59 29.2 58.9 31.3 58.9 33.7 57.7 33.7 55.2L33.7 52.3Z"}
13
- %path{:d => "M72.3 30.4C73.1 30.3 74 30.6 74.6 31.2 75.2 31.8 75.6 32.7 75.6 33.6 75.5 35.3 74 36.6 72.3 36.6 70.6 36.6 69.1 35.3 69 33.6 69 32.7 69.3 31.9 70 31.3 70.6 30.7 71.4 30.3 72.3 30.4ZM74.8 39.8L74.8 62 69.8 62 69.8 39.8 74.8 39.8Z"}
14
- %path{:d => "M95.5 56.3C95.5 57.9 96.2 58.3 97.1 58.3 97.6 58.3 98 58.2 98.4 58L98.4 61.8C97.5 62.2 96.6 62.4 95.6 62.4 93 62.4 91.4 61.3 90.8 58.8 89.7 61.6 87.2 62.6 84.3 62.6 80.4 62.6 77.7 60.3 77.7 56.5 77.7 51.6 81.6 48.8 90.5 49.3L90.5 46.8C90.5 44.3 89.1 43.2 87 43.2 86 43.1 85.1 43.5 84.4 44.1 83.7 44.8 83.3 45.7 83.4 46.7L78.5 45.9C78.8 41.1 82.9 39.3 87.3 39.3 92.1 39.3 95.5 41.3 95.5 46.3L95.5 56.3ZM90.5 52.3C85 52.2 82.8 53.5 82.8 56 82.7 56.8 83.1 57.6 83.7 58.2 84.3 58.7 85.1 59 85.9 58.9 88 58.9 90.5 57.7 90.5 55.2L90.5 52.3Z"}
15
- %path{:d => "M125.6 39.3C129.3 39.3 132 41.3 132 46.1L132 62 127 62 127 47.8C127 45.2 126 43.6 123.6 43.6 121.2 43.6 119 45.2 119 49.4L119 62 114 62 114 47.8C114 45.2 113 43.6 110.5 43.6 108.1 43.6 106 45.2 106 49.5L106 62 101 62 101 39.8 105 39.8 105.6 44.1C106.5 41.1 109.4 39.1 112.5 39.3 115.6 39.3 117.9 40.6 118.5 44.2 119.7 40.7 122.4 39.3 125.6 39.3Z"}
16
- %path{:d => "M150 55.2L154.4 56.5C153.4 61.1 149.6 62.6 145.3 62.6 139.2 62.6 135.1 58.5 135.1 51.2 135.1 43.7 139.1 39.3 145.5 39.3 151.4 39.3 154.5 43.3 154.5 48.9 154.5 49.9 154.4 50.9 154.1 51.9L140 51.9C140.2 55.9 142.1 58.7 145.5 58.7 147.7 58.9 149.6 57.4 150 55.2ZM149.6 48.6C149.6 48.3 149.6 48 149.6 47.7 149.7 46.5 149.2 45.3 148.4 44.5 147.6 43.6 146.4 43.1 145.2 43.1 142.3 43.1 140.4 45.2 140.1 48.6L149.6 48.6Z"}
17
- %path{:d => "M162.4 44.1C163.6 40.8 166.2 39.3 169.5 39.3 173.1 39.3 176.2 41.3 176.2 46.2L176.2 62 171.2 62 171.2 47.9C171.2 45.2 170.2 43.6 167.6 43.6 165.1 43.6 162.8 44.9 162.8 49.5L162.8 62 157.8 62 157.8 39.8 161.9 39.8 162.4 44.1Z"}
18
- %path{:d => "M194.3 61.2C192.5 62.2 190.4 62.6 188.4 62.6 184.3 62.6 181.7 60.5 181.7 56L181.7 43.8 178.5 43.8 178.5 39.8 181.7 39.8 182.9 33.7 186.8 33.7 186.8 39.8 193.4 39.8 193.4 43.8 186.8 43.8 186.8 55C186.8 57.4 187.8 58.3 189.6 58.3 191 58.3 192.3 57.8 193.4 57L194.3 61.2Z"}
19
- %path{:d => "M49.1 45.9L48.5 39.8 44.2 39.8 44.2 62 49.2 62 49.2 51.1C49.2 46.7 52.2 44.7 55.2 44.7L55.9 44.7 55.9 39.4C51.9 39.8 49.9 42.4 49.1 45.9Z"}
20
- %path{:d => "M65.5 58C65 58.1 64.5 57.9 64.1 57.5 63.7 57.2 63.5 56.6 63.5 56.1L63.5 31.2 58.5 31.2 58.5 57.3C58.5 60.9 61 62.4 64 62.4 65 62.4 66 62.2 67 61.9L67 57.9C66.5 58 66 58 65.5 58Z"}
8
+ %g{ data: { icon: 'uk-parliament' }, fill: '#fff', transform: 'translate(74 5)' }
9
+ %path{ d: 'M22.3 0.7L22.3 19.7C22.3 27.2 17 29.6 11.2 29.6 5.3 29.6 0 27.1 0 19.7L0 0.7 5.1 0.7 5.1 18.3C5.1 23.1 7.1 25.4 11.1 25.4 15.2 25.4 17.2 23 17.2 18.4L17.2 0.7 22.3 0.7Z' }
10
+ %polygon{ points: '41.6 29 33.2 16.9 31.2 16.9 31.2 29 26 29 26 0.7 31.1 0.7 31.1 12.4 33.3 12.4 41.1 0.7 47.1 0.7 37.6 14.4 47.9 29' }
11
+ %path{ d: 'M0 62L0 33.7 9.1 33.7C16.1 33.7 19.2 37 19.2 42.7 19.2 48.4 15.8 52.1 9.6 52.1L5.1 52.1 5.1 62 0 62ZM5.1 47.8L9 47.8C12.7 47.8 14 46 14 42.9 14 39.7 12.3 38 9 38L5.1 38 5.1 47.8Z' }
12
+ %path{ d: 'M38.7 56.3C38.7 57.9 39.5 58.3 40.4 58.3 40.8 58.3 41.3 58.2 41.7 58L41.7 61.8C40.8 62.2 39.8 62.4 38.9 62.4 36.2 62.4 34.6 61.3 34.1 58.8 33 61.6 30.5 62.6 27.6 62.6 23.7 62.6 21 60.3 21 56.5 21 51.6 24.8 48.8 33.8 49.3L33.8 46.8C33.8 44.3 32.4 43.2 30.2 43.2 29.2 43.1 28.3 43.5 27.6 44.1 26.9 44.8 26.6 45.7 26.6 46.7L21.7 45.9C22 41.1 26.1 39.3 30.5 39.3 35.3 39.3 38.8 41.3 38.8 46.3L38.7 56.3ZM33.7 52.3C28.3 52.2 26 53.5 26 56 26 56.8 26.3 57.6 26.9 58.2 27.5 58.7 28.4 59 29.2 58.9 31.3 58.9 33.7 57.7 33.7 55.2L33.7 52.3Z' }
13
+ %path{ d: 'M72.3 30.4C73.1 30.3 74 30.6 74.6 31.2 75.2 31.8 75.6 32.7 75.6 33.6 75.5 35.3 74 36.6 72.3 36.6 70.6 36.6 69.1 35.3 69 33.6 69 32.7 69.3 31.9 70 31.3 70.6 30.7 71.4 30.3 72.3 30.4ZM74.8 39.8L74.8 62 69.8 62 69.8 39.8 74.8 39.8Z' }
14
+ %path{ d: 'M95.5 56.3C95.5 57.9 96.2 58.3 97.1 58.3 97.6 58.3 98 58.2 98.4 58L98.4 61.8C97.5 62.2 96.6 62.4 95.6 62.4 93 62.4 91.4 61.3 90.8 58.8 89.7 61.6 87.2 62.6 84.3 62.6 80.4 62.6 77.7 60.3 77.7 56.5 77.7 51.6 81.6 48.8 90.5 49.3L90.5 46.8C90.5 44.3 89.1 43.2 87 43.2 86 43.1 85.1 43.5 84.4 44.1 83.7 44.8 83.3 45.7 83.4 46.7L78.5 45.9C78.8 41.1 82.9 39.3 87.3 39.3 92.1 39.3 95.5 41.3 95.5 46.3L95.5 56.3ZM90.5 52.3C85 52.2 82.8 53.5 82.8 56 82.7 56.8 83.1 57.6 83.7 58.2 84.3 58.7 85.1 59 85.9 58.9 88 58.9 90.5 57.7 90.5 55.2L90.5 52.3Z' }
15
+ %path{ d: 'M125.6 39.3C129.3 39.3 132 41.3 132 46.1L132 62 127 62 127 47.8C127 45.2 126 43.6 123.6 43.6 121.2 43.6 119 45.2 119 49.4L119 62 114 62 114 47.8C114 45.2 113 43.6 110.5 43.6 108.1 43.6 106 45.2 106 49.5L106 62 101 62 101 39.8 105 39.8 105.6 44.1C106.5 41.1 109.4 39.1 112.5 39.3 115.6 39.3 117.9 40.6 118.5 44.2 119.7 40.7 122.4 39.3 125.6 39.3Z' }
16
+ %path{ d: 'M150 55.2L154.4 56.5C153.4 61.1 149.6 62.6 145.3 62.6 139.2 62.6 135.1 58.5 135.1 51.2 135.1 43.7 139.1 39.3 145.5 39.3 151.4 39.3 154.5 43.3 154.5 48.9 154.5 49.9 154.4 50.9 154.1 51.9L140 51.9C140.2 55.9 142.1 58.7 145.5 58.7 147.7 58.9 149.6 57.4 150 55.2ZM149.6 48.6C149.6 48.3 149.6 48 149.6 47.7 149.7 46.5 149.2 45.3 148.4 44.5 147.6 43.6 146.4 43.1 145.2 43.1 142.3 43.1 140.4 45.2 140.1 48.6L149.6 48.6Z' }
17
+ %path{ d: 'M162.4 44.1C163.6 40.8 166.2 39.3 169.5 39.3 173.1 39.3 176.2 41.3 176.2 46.2L176.2 62 171.2 62 171.2 47.9C171.2 45.2 170.2 43.6 167.6 43.6 165.1 43.6 162.8 44.9 162.8 49.5L162.8 62 157.8 62 157.8 39.8 161.9 39.8 162.4 44.1Z' }
18
+ %path{ d: 'M194.3 61.2C192.5 62.2 190.4 62.6 188.4 62.6 184.3 62.6 181.7 60.5 181.7 56L181.7 43.8 178.5 43.8 178.5 39.8 181.7 39.8 182.9 33.7 186.8 33.7 186.8 39.8 193.4 39.8 193.4 43.8 186.8 43.8 186.8 55C186.8 57.4 187.8 58.3 189.6 58.3 191 58.3 192.3 57.8 193.4 57L194.3 61.2Z' }
19
+ %path{ d: 'M49.1 45.9L48.5 39.8 44.2 39.8 44.2 62 49.2 62 49.2 51.1C49.2 46.7 52.2 44.7 55.2 44.7L55.9 44.7 55.9 39.4C51.9 39.8 49.9 42.4 49.1 45.9Z' }
20
+ %path{ d: 'M65.5 58C65 58.1 64.5 57.9 64.1 57.5 63.7 57.2 63.5 56.6 63.5 56.1L63.5 31.2 58.5 31.2 58.5 57.3C58.5 60.9 61 62.4 64 62.4 65 62.4 66 62.2 67 61.9L67 57.9C66.5 58 66 58 65.5 58Z' }
@@ -5,6 +5,8 @@ en:
5
5
  formats:
6
6
  year_only: "%Y"
7
7
  pugin:
8
+ hints:
9
+ beta: 'beta'
8
10
  cards:
9
11
  person-list:
10
12
  current_mp_for: "Current MP for"
@@ -12,6 +14,11 @@ en:
12
14
  header:
13
15
  parliament_header: "UK Parliament"
14
16
  status:
17
+ beta:
18
+ pages_being_tested: 'These pages are being tested. %{link} to help improve them.'
19
+ give_feedback: 'Give feedback'
20
+ go_to: 'Go to %{link}'
21
+ current_website: 'current website'
15
22
  status_text_1: 'This is a test website, so may be inaccurate.'
16
23
  status_text_2: 'to help improve it.'
17
24
  election_text_1: 'in the general election by 22 May.'
data/lib/pugin.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'pugin/version'
2
2
 
3
3
  module Pugin
4
- ASSET_VERSION = '1.7.5'.freeze
4
+ ASSET_VERSION = '1.7.6'.freeze
5
5
  ASSET_LOCATION_URL = ENV.fetch('ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1live.pugin-website')
6
6
  STATIC_ASSET_LOCATION_URL = ENV.fetch('STATIC_ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1live.static-assets')
7
7
  STATIC_ASSET_PUBLIC_LOCATION_URL = ENV.fetch('STATIC_ASSET_PUBLIC_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1live.static-assets-public')
data/lib/pugin/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pugin
2
- VERSION = '1.6.14'.freeze
2
+ VERSION = '1.6.15'.freeze
3
3
  end
@@ -1,6 +1,6 @@
1
1
  <header>
2
2
  <div class='container'>
3
- <a class='uk_parliament' href='/'>
3
+ <a aria-label='UK Parliament' class='uk_parliament' href='/'>
4
4
  <svg aria-hidden='true' height='54' viewbox='0 0 269 68' width='214' xmlns='http://www.w3.org/2000/svg'>
5
5
  <title>UK Parliament</title>
6
6
  <g data-icon='portcullis' fill='#fff'>
@@ -1,6 +1,6 @@
1
1
  <header>
2
2
  <div class='container'>
3
- <a class='uk_parliament' href='/'>
3
+ <a aria-label='UK Parliament' class='uk_parliament' href='/'>
4
4
  <svg aria-hidden='true' height='54' viewbox='0 0 269 68' width='214' xmlns='http://www.w3.org/2000/svg'>
5
5
  <title>UK Parliament</title>
6
6
  <g data-icon='portcullis' fill='#fff'>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.14
4
+ version: 1.6.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Rayner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-14 00:00:00.000000000 Z
11
+ date: 2018-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails