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 +4 -4
- data/CHANGELOG.md +3 -0
- data/app/assets/images/toolkit/footer-standard/logo-biola-h-white-x2.png +0 -0
- data/app/assets/images/toolkit/footer-standard/logo-biola-h-white.png +0 -0
- data/app/assets/images/toolkit/footer-standard/logo-biola-v-white-x2.png +0 -0
- data/app/assets/images/toolkit/footer-standard/logo-biola-v-white.png +0 -0
- data/app/assets/stylesheets/biola/_global_marketing_footer.scss +32 -22
- data/app/views/frontend_toolkit/_global_marketing_footer.html.erb +14 -12
- data/lib/biola_frontend_toolkit/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be7d732a40b94143302d7814be7f82ddd1a99852
|
|
4
|
+
data.tar.gz: f66df2bce10c46202b8833c3292fcf87493fb855
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1047beeb05652d9a6b65a867ea11f2e8c4fafa5253a9fb7f94edf955907b55eea95607e6a5bb2304b70761a35e22aebde9ac4e8f8c1093c7a6776a5070b3d0a1
|
|
7
|
+
data.tar.gz: fcb7d4f7a387e92c70b1eaa576608961b0d5e643fefa224e45503f6c377b300726f89fe944835ae1037d486a4f579c7dc6d677e1425819590f64111d0bfcedd5
|
data/CHANGELOG.md
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,45 +1,55 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
|
|
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:
|
|
6
|
-
#biolaFooter
|
|
7
|
-
#
|
|
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:
|
|
12
|
-
#siteinfo .adr
|
|
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;
|
|
16
|
-
#siteinfoLegal
|
|
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
|
-
|
|
26
|
+
/* Mobile */
|
|
27
|
+
@media (max-width:767px) {
|
|
20
28
|
#wrapperBiolaFooter { float:none; padding:0; }
|
|
21
|
-
#biolaFooter { margin:0; padding:20px 0
|
|
22
|
-
#
|
|
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
|
|
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
|
|
40
|
+
#navBiolaSupplemental,
|
|
41
|
+
#siteinfoMapLink { display:block; float:none; width:100%; margin:20px 0; }
|
|
30
42
|
}
|
|
31
43
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
#biolaFooter
|
|
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 & Directions</a
|
|
24
|
-
<div id="siteinfoLegal"><a href="https://www.biola.edu/copyright"
|
|
13
|
+
<div id="siteinfoMapLink"><a href="https://www.biola.edu/about/location/maps">Maps & Directions</a></div>
|
|
14
|
+
<div id="siteinfoLegal"><a href="https://www.biola.edu/copyright">© 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>
|
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.
|
|
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:
|
|
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.
|
|
181
|
+
rubygems_version: 2.2.3
|
|
182
182
|
signing_key:
|
|
183
183
|
specification_version: 4
|
|
184
184
|
summary: this is a summary
|