biola_frontend_toolkit 0.5.7 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e8f0db041869c57c58ea55c7d13b38865dc1df7
4
- data.tar.gz: 2de45658cdf86be9a0c64e345c3c58fa393d4b9d
3
+ metadata.gz: be7d732a40b94143302d7814be7f82ddd1a99852
4
+ data.tar.gz: f66df2bce10c46202b8833c3292fcf87493fb855
5
5
  SHA512:
6
- metadata.gz: 48b4a4396bc37d230d5983498398dd58fea34fad882d617c3a7ed3944f860fc79489309fb9e36a2e2165ae67eb2c7ca51a69043f80bfd53a0f86aa11fe01b787
7
- data.tar.gz: 01ee8d5cae4c0624d8819fd161296d2e06a523618a82aa095c2f3c9e73aeeee5d70b33fefa71bfea967ff41898c0fbdbae19dcb49e7931ee842b2db73c45e601
6
+ metadata.gz: 1047beeb05652d9a6b65a867ea11f2e8c4fafa5253a9fb7f94edf955907b55eea95607e6a5bb2304b70761a35e22aebde9ac4e8f8c1093c7a6776a5070b3d0a1
7
+ data.tar.gz: fcb7d4f7a387e92c70b1eaa576608961b0d5e643fefa224e45503f6c377b300726f89fe944835ae1037d486a4f579c7dc6d677e1425819590f64111d0bfcedd5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ### 0.6.0
4
+
5
+ * Replaced current footer with the a better accessible version
3
6
 
4
7
  ### 0.5.7
5
8
 
@@ -1,45 +1,55 @@
1
- html { background: #222; } // This should color the footer in case the window expands past the footer then the color is the same.
2
- #wrapperBiolaFooter { background:image-url('toolkit/footer-standard/footer_shadow.png') 0 0 repeat-x; background: #222; }
3
- #siteinfo .org { text-indent:1000%; white-space:nowrap; overflow:hidden; }
1
+ #wrapperBiolaFooter { background:image-url('toolkit/footer-standard/footer_shadow.png') 0 0 repeat-x; }
2
+ #siteinfo .org { text-indent: 1000%; white-space: nowrap; overflow: hidden; }
3
+
4
+ /* Desktop */
4
5
  #wrapperBiolaFooter { float:left; width:100%; padding:0 0 20px; }
5
- #biolaFooter { width:770px; margin:22px auto; overflow:hidden; padding:0; background:image-url('toolkit/footer-standard/rule_dotted_v.gif') 60% top repeat-y; }
6
- #biolaFooter,#biolaFooter a { color:#CCC; font:normal 12px/1.3 Helvetica,Arial,sans-serif; }
7
- #navBiolaSupplemental { float:right; width:35%; margin:0; }
6
+ #biolaFooter { width:770px; margin:30px auto; padding:0; overflow:hidden; background:image-url('toolkit/footer-standard/rule_dotted_v.gif') 60% top repeat-y; }
7
+ #biolaFooter,
8
+ #biolaFooter a { color:#CCC; font:normal 12px/1.3 Helvetica, Arial, sans-serif; }
9
+ #biolaFooter a { text-decoration:none; }
10
+ #biolaFooter a:hover { text-decoration:underline; }
11
+ #navBiolaSupplemental { float:right; width:36%; margin:0; }
8
12
  #navBiolaSupplemental ul { list-style-type:none; margin:4px 0; padding:0; }
9
13
  #navBiolaSupplemental ul li { float:left; width:50%; margin:0 0 6px; }
10
14
  #siteinfo { float:left; width:55%; margin:0; }
11
- #siteinfo .org { display:block; width:45%; height:40px; float:left; margin:0 0 28px; background:image-url('toolkit/footer-standard/logo-biola-h-white.png') no-repeat 0 0; }
12
- #siteinfo .adr,#siteinfo .tel,#siteinfoMapLink { float:right; clear:right; width:55%; font-style:normal; line-height:1.6; }
15
+ #siteinfo .org { display:block; width:50%; height:40px; float:left; margin:0 0 13px; background:image-url('toolkit/footer-standard/logo-biola-h-white.png') no-repeat 0 0; }
16
+ #siteinfo .adr,
17
+ #siteinfo .tel,
18
+ #siteinfoMapLink { float:right; clear:right; width:50%; font-style:normal; }
13
19
  #siteinfo .adr { padding:4px 0 0 0; }
14
20
  #siteinfo .tel { margin:0 0 9px 0; }
15
- #siteinfoLegal { float:left; clear:left; width:160px; padding:0; text-align:left; margin:-15px 0 0; }
16
- #siteinfoLegal,#siteinfoLegal a { color:#AAA; font-size:10px; }
21
+ #siteinfoLegal { float:left; clear:left; padding:0; text-align:center; width:135px; margin:0; }
22
+ #siteinfoLegal,
23
+ #siteinfoLegal a { color:#AAA; font-size:11px; }
17
24
  #siteinfoLegal a { display:block; padding:0 0 2px; }
18
25
 
19
- @media(max-width:767px) {
26
+ /* Mobile */
27
+ @media (max-width:767px) {
20
28
  #wrapperBiolaFooter { float:none; padding:0; }
21
- #biolaFooter { margin:0; padding:20px 0 20px; width:auto; text-align:center; background:transparent; }
22
- #biolaFooter,#biolaFooter a { color:#CCC; font-size:10px; }
29
+ #biolaFooter { margin:0; padding:20px 0; width:auto; text-align:center; background:transparent; }
30
+ #navBiolaSupplemental ul { max-width:320px; margin-left:auto; margin-right:auto; }
31
+ #navBiolaSupplemental ul li { display:inline-block; float:none; width:auto; }
32
+ #navBiolaSupplemental ul li a { display:inline-block; padding:5px 8px; }
23
33
  #siteinfo { float:none; width:auto; }
24
34
  #siteinfo .org { display:inline-block; width:200px; height:70px; float:none; margin:0 auto 10px; padding:0; background:image-url('toolkit/footer-standard/logo-biola-v-white.png') no-repeat center top; }
25
- #siteinfo .tel,#siteinfo .adr { float:none; width:100%; }
35
+ #siteinfo .tel,
36
+ #siteinfo .adr { float:none; width:100%; }
26
37
  #siteinfoLegal { float:none; width:100%; text-align:center; margin:0; }
27
38
  #siteinfoLegal a { display:inline; }
28
39
  #siteinfoContact { margin:0 0 10px; }
29
- #navBiolaSupplemental,#siteinfoMapLink { display:none; }
40
+ #navBiolaSupplemental,
41
+ #siteinfoMapLink { display:block; float:none; width:100%; margin:20px 0; }
30
42
  }
31
43
 
32
- @media(min-width:768px) and (max-width:979px) {
33
- #biolaFooter { width:680px; }
34
- #biolaFooter,#biolaFooter a { font-size:11px; }
35
- #siteinfo .org { background-size:120px 31px; background-position:0 5px; }
36
- #siteinfoLegal,#siteinfoLegal a { font-size:9px; }
44
+ /* Tablet */
45
+ @media (min-width:768px) and (max-width:979px) {
46
+ #biolaFooter { width:720px; }
37
47
  }
38
48
 
39
- @media(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5) {
49
+ @media (max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5) {
40
50
  #siteinfo .org { background-image:image-url('toolkit/footer-standard/logo-biola-v-white-x2.png'); background-size:92px 69px; }
41
51
  }
42
52
 
43
- @media(min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5) {
53
+ @media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5) {
44
54
  #siteinfo .org { background-image:image-url('toolkit/footer-standard/logo-biola-h-white-x2.png'); background-size:142px 37px; }
45
55
  }
@@ -1,15 +1,5 @@
1
1
  <div id="wrapperBiolaFooter">
2
2
  <div id="biolaFooter">
3
- <div id="navBiolaSupplemental">
4
- <ul>
5
- <li><a href="https://www.biola.edu/contact">Contact Biola</a></li>
6
- <li><a href="https://biola.elluciancrmrecruit.com/admissions/pages/welcome.aspx">Request Admission Info</a></li>
7
- <li><a href="http://library.biola.edu">Library</a></li>
8
- <li><a href="http://giving.biola.edu/">Giving to Biola</a></li>
9
- <li><a href="https://www.biola.edu/hr">Employment</a></li>
10
- <li><a href="http://now.biola.edu/pressroom/">Press Room</a></li>
11
- </ul>
12
- </div>
13
3
  <div id="siteinfo">
14
4
  <div id="siteinfoContact" class="vcard">
15
5
  <a class="org fn" href="https://www.biola.edu/">Biola University</a>
@@ -20,8 +10,20 @@
20
10
  </div>
21
11
  <div class="tel">1-562-903-6000</div>
22
12
  </div>
23
- <div id="siteinfoMapLink"><a href="https://www.biola.edu/about/location/maps">Maps &amp; Directions</a> | <a href="https://www.biola.edu/privacy">Privacy Policy</a></div>
24
- <div id="siteinfoLegal"><a href="https://www.biola.edu/copyright" 1996-<%= Time.now.year %> Biola University, Inc.</a> All Rights Reserved.</div>
13
+ <div id="siteinfoMapLink"><a href="https://www.biola.edu/about/location/maps">Maps &amp; Directions</a></div>
14
+ <div id="siteinfoLegal"><a href="https://www.biola.edu/copyright">&copy; Biola University, Inc.</a> All Rights Reserved.</div>
15
+ </div>
16
+ <div id="navBiolaSupplemental">
17
+ <ul>
18
+ <li><a href="https://www.biola.edu/contact">Contact Biola</a></li>
19
+ <li><a href="https://biola.elluciancrmrecruit.com/admissions/pages/welcome.aspx?">Request Admission Info</a></li>
20
+ <li><a href="http://library.biola.edu/">Library</a></li>
21
+ <li><a href="http://giving.biola.edu/">Giving to Biola</a></li>
22
+ <li><a href="https://www.biola.edu/hr">Employment</a></li>
23
+ <li><a href="http://now.biola.edu/pressroom/">Press Room</a></li>
24
+ <li><a href="https://www.biola.edu/privacy">Privacy Policy</a></li>
25
+ <li><a href="https://www.biola.edu/accessibility">Accessibility</a></li>
26
+ </ul>
25
27
  </div>
26
28
  </div>
27
29
  </div>
@@ -1,3 +1,3 @@
1
1
  module BiolaFrontendToolkit
2
- VERSION = "0.5.7"
2
+ VERSION = '0.6.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biola_frontend_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Hall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-03 00:00:00.000000000 Z
11
+ date: 2017-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  version: '0'
179
179
  requirements: []
180
180
  rubyforge_project:
181
- rubygems_version: 2.6.1
181
+ rubygems_version: 2.2.3
182
182
  signing_key:
183
183
  specification_version: 4
184
184
  summary: this is a summary