trusty-festivity-extension 2.5.14 → 2.5.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: 35d9ab7527c9b52645b778837cfd73ca78e589e8
4
- data.tar.gz: 66e81b90997c4e354138dd3af3ea8bdda977df36
3
+ metadata.gz: 88ae6027caa4808d3c4d99250600730955eb3dd5
4
+ data.tar.gz: d798de3cc5005ddad47ef8cf75765edbb5a7a7c6
5
5
  SHA512:
6
- metadata.gz: b55a33cd7e72f906a03d331684b12c1ccccbd54194594dc0088cfaeff5aa0a1f39690dfbacd81ee6e815c7575905383e97b7448bf68c03d30119973dfa73a918
7
- data.tar.gz: e5505f0f632abe7a11d7b2ceafe36a7b1c7abc52eb9f7a7175ffe50f28e903fb8cb114206f4cdb4ac6109867fdc49e0fb59fd1d4441f126ff972b4fae621cd5a
6
+ metadata.gz: f74ee8579accebc200612447ee19d2196aea14d23ad77febe9d91b7fc5b22c6adb573e453bd1bd454efe3821275b3623bcd1c79eb4b4706d874f33b439a8a43f
7
+ data.tar.gz: 564c909a30d854b57a1276071535a2ae3c3fd5900cefd7b44fe889b73c3dcca5125986e41290ec5f223a8f25f00385da9f094b3329979138a7d57c9099a4efcc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-festivity-extension (2.5.14)
4
+ trusty-festivity-extension (2.5.15)
5
5
  actionpack-action_caching (~> 1.1.1)
6
6
  chronic (~> 0.10.2)
7
7
  dalli-elasticache (~> 0.1.2)
@@ -2,6 +2,19 @@
2
2
  .container {
3
3
  width: 100%;
4
4
  max-width: 100%;
5
+ .logo-container, .content-container {
6
+ @include breakpoint($breakpoint-xl) {
7
+ @include column(6);
8
+ @include last;
9
+ float: right;
10
+ }
11
+ }
12
+ .buzz-mark {
13
+ width: 75%;
14
+ @include breakpoint($breakpoint-xl) {
15
+ width: 100%;
16
+ }
17
+ }
5
18
  .buzz-intro-background {
6
19
  @include breakpoint($breakpoint-nav) {
7
20
  height: 550px;
@@ -24,10 +37,14 @@
24
37
 
25
38
  .main {
26
39
  @include container;
27
- margin-top: -1em;
28
- width: 95%;
29
- @include breakpoint($breakpoint-nav) {
30
- padding-top: 0;
40
+ height: 250px;
41
+ @include breakpoint($breakpoint-l) {
42
+ height: 325px;
43
+ }
44
+ @include breakpoint($breakpoint-xl) {
45
+ height: 200px;
46
+ margin-top: 5em;
47
+ width: 95%;
31
48
  }
32
49
  .headline {
33
50
  @include heading-6;
@@ -61,6 +78,7 @@
61
78
  }
62
79
  }
63
80
  .announcements {
81
+ clear: both;
64
82
  background: none;
65
83
  background-color: #0b7b40;
66
84
  padding-top: 2em;
@@ -127,3 +145,7 @@
127
145
  }
128
146
 
129
147
  }
148
+
149
+ .home .social-footer {
150
+ margin-top: -3.1em;
151
+ }
@@ -12,11 +12,13 @@
12
12
  <r:festivity_meta />
13
13
  <meta content='width=device-width, initial-scale=1' name='viewport'>
14
14
  <link rel="stylesheet" media="all" href="/assets/skins/buzzword/skin.css">
15
+
16
+ <!--<link rel="stylesheet" media="all" href="http://testbuzzwordpgh.trustarts.org:9090/production/assets/skins/buzzword/skin.css">-->
15
17
  <script src="/assets/festivity_app.js"></script>
16
18
  <script>
17
19
  (function(d) {
18
20
  var config = {
19
- kitId: 'uqf2ehu',
21
+ kitId: 'zbe5prw',
20
22
  scriptTimeout: 3000,
21
23
  async: true
22
24
  },
@@ -33,75 +35,11 @@
33
35
  <link href="/assets/grunticon/production/icons.fallback.css" rel="stylesheet"></link>
34
36
  </noscript>
35
37
  </head>
36
- <body class="traf <r:festivity_body_class />">
38
+ <body class="buzzword <r:festivity_body_class />">
37
39
  <div class="overflow-wrapper">
38
40
  <div class="menu-content-wrapper">
39
41
  <r:festivity_mobile_menus />
40
- <header class="site-header">
41
- <div class="container">
42
- <section class="traf-mark">
43
- <a class="traf-logo" href="/">
44
- <h1 class="site-name visually-hidden">Three Rivers Arts Festival</h1>
45
- <r:snippet name="traf_logo" />
46
- </a>
47
- </section>
48
- <div class="mobile-navigation">
49
- <button class="menu-trigger">
50
- <div class="iconmenu-button x">
51
- <span class="iconmenu"></span>
52
- </div>
53
- <span class="trigger-text">Menu</span>
54
- </div>
55
- <div class="nav-wrapper">
56
- <form action="/search" class="site-search">
57
- <label for="site-search"><span class="visually-hidden">Search</span></label>
58
- <input id="site-search" name="q" placeholder="Search..." type="text"></input>
59
- <button class="search-submit" type="submit">
60
- <span class="icon-search" data-grunticon-embed="true"></span>
61
- <span class="visually-hidden">
62
- Search
63
- </span>
64
- </button>
65
- </form>
66
- <nav class="utility-navigation" role="navigation">
67
- <ul>
68
- <li>
69
- <a href="/traf_home/about/faq">FAQ</a>
70
- </li>
71
- <li>
72
- <a href="/traf_home/visit/map">Map</a>
73
- </li>
74
- <li>
75
- <a href="/traf_home/contact">Contact Us</a>
76
- </li>
77
- <li>
78
- <a href="/events">Schedule</a>
79
- </li>
80
- </ul>
81
-
82
- </nav>
83
-
84
- <nav class="primary-navigation" role="navigation">
85
- <ul>
86
- <li>
87
- <a href="/events">Events</a>
88
- </li>
89
- <li>
90
- <a href="/traf_home/visit">Plan Your Visit</a>
91
- </li>
92
- <li>
93
- <a href="/traf_home/get-involved">Get Involved</a>
94
- </li>
95
-
96
- <li>
97
- <a href="/traf_home/about">About</a>
98
- </li>
99
- </ul>
100
- </nav>
101
-
102
- </div>
103
- </div>
104
- </header>
42
+ <header class="site-header"></header>
105
43
 
106
44
  <main class="main-content" role="main">
107
45
  <div class="container">
@@ -112,35 +50,35 @@
112
50
  <div class="container">
113
51
  <h3 class="title">Connect with us:</h3>
114
52
  <ul class="social-link-item-group">
115
- <li class="social-link-item">
53
+ <!--<li class="social-link-item">
116
54
  <a href="https://www.instagram.com/3RiversArtsFest/">
117
55
  <span class="icon-instagram" data-grunticon-embed="true"></span>
118
56
  <span class="visually-hidden">
119
57
  Follow the Three Rivers Arts Festival on Instagram
120
58
  </span>
121
59
  </a>
122
- </li>
60
+ </li>-->
123
61
  <li class="social-link-item">
124
- <a href="https://www.facebook.com/3RiversArtsFest/">
62
+ <a href="https://www.facebook.com/buzzwordpgh/events">
125
63
  <span class="icon-facebook" data-grunticon-embed="true"></span>
126
- <span class="visually-hidden">
127
- Follow the Three Rivers Arts Festival on Facebook
64
+ <span class="visually-hidden">
65
+ Follow Buzzword on Facebook
128
66
  </span>
129
67
  </a>
130
68
  </li>
131
69
  <li class="social-link-item">
132
- <a href="https://twitter.com/3RiversArtsFest">
70
+ <a href="https://twitter.com/buzzwordpgh">
133
71
  <span class="icon-twitter" data-grunticon-embed="true"></span>
134
- <span class="visually-hidden">
135
- Follow the Three Rivers Arts Festival on Twitter
72
+ <span class="visually-hidden">
73
+ Follow Buzzword on Twitter
136
74
  </span>
137
75
  </a>
138
76
  </li>
139
77
  <li class="social-link-item">
140
- <a href="http://clicks.skem1.com/signup/?c=vNHhx&lid=43">
78
+ <a href="mailto:buzzword@trustarts.org">
141
79
  <span class="icon-envelope" data-grunticon-embed="true"></span>
142
- <span class="visually-hidden">
143
- Sign up for the Three Rivers Arts Fesitval Email Newsletter
80
+ <span class="visually-hidden">
81
+ Email Us
144
82
  </span>
145
83
  </a>
146
84
  </li>
@@ -152,59 +90,65 @@
152
90
  <div class="container">
153
91
  <nav class="footer-navigation" role="navigation">
154
92
  <ul class="general">
93
+ <!--<a class="cultural-trust-logo" href="http://www.trustarts.org">
94
+ <h4 class="visually-hidden">Pittsburgh Cultural Trust</h4>
95
+ <r:snippet name="buzzword_footer_logo" />
96
+ </a>-->
155
97
  <a class="cultural-trust-logo" href="http://www.trustarts.org">
156
98
  <h4 class="visually-hidden">Pittsburgh Cultural Trust</h4>
157
- <r:snippet name="traf_footer_logo" />
99
+ <img src="http://festivity-dev.s3.amazonaws.com/sipple/pnc.png" alt="PNC">
158
100
  </a>
101
+
102
+ </ul>
103
+ <ul class="artists">
104
+ <h4>Partners </h4>
159
105
  <li>
160
- <a href="http://www.trustarts.org/about">About the Trust</a>
106
+ <a href="http://www.carnegiesciencecenter.org/">Carnegie Science Center</a>
161
107
  </li>
162
108
  <li>
163
- <a href="http://pressroom.trustarts.org/">Press Room</a>
109
+ <a href="https://pittsburghkids.org/">Children's Museum of Pittsburgh</a>
164
110
  </li>
165
111
  <li>
166
- <a href="http://www.trustarts.org/about/privacy-policy">Privacy Policy</a>
112
+ <a href="http://otsummerfest.org/">Opera Theater of Pittsburgh</a>
167
113
  </li>
168
114
  <li>
169
- <a href="http://www.trustarts.org/connect/contact_us/">Contact Us</a>
115
+ <a href="http://www.pbt.org/">Pittsburgh Ballet Theatre</a>
170
116
  </li>
171
-
172
- </ul>
173
- <ul class="attending">
174
- <h4>Attending</h4>
175
117
  <li>
176
- <a href="/traf_home/visit/parking-transportation/">Parking and Transportation</a>
118
+ <a href="http://www.trustarts.org/">Pittsburgh Cultural Trust</a>
177
119
  </li>
178
120
  <li>
179
- <a href="/traf_home/visit/food-drinks/">Food</a>
121
+ <a href="http://www.pittsburghparks.org/">Pittsburgh Parks Conservancy</a>
180
122
  </li>
123
+
124
+ </ul>
125
+
126
+ <ul class="Blog">
127
+ <h4>Resources </h4>
181
128
  <li>
182
- <a href="/traf_home/visit/accessibility/">Accessibility</a>
129
+ <a href="http://www.carnegielibrary.org/">Carnegie Library</a>
183
130
  </li>
184
- </ul>
185
- <ul class="artists">
186
- <h4>Get Involved </h4>
187
131
  <li>
188
- <a href="/traf_home/get-involved/sing-off/">Sing Off</a>
132
+ <a href="http://www.paeyc.org/">PAEYC</a>
189
133
  </li>
190
134
  <li>
191
- <a href="/traf_home/get-involved/parade-workshops/">Parade Workshops</a>
135
+ <a href="https://www.pnc.com/en/about-pnc/corporate-responsibility/grow-up-great/lesson-center.html">PNC Grow Up Great</a>
192
136
  </li>
137
+ </ul>
138
+
139
+ <ul class="involvement">
140
+ <h4>Say Hi!</h4>
193
141
  <li>
194
- <a href="/traf_home/get-involved/volunteer/">Volunteer</a>
142
+ <a href="tel:412.456.7024">412.456.7024</a>
195
143
  </li>
196
144
  <li>
197
- <a href="/traf_home/about/current-supporters">Current Supporters</a>
145
+ <a href="mailto:buzzword@trustarts.org">buzzword@trustarts.org</a>
198
146
  </li>
199
-
200
- </ul>
201
- <ul class="Blog">
202
- <h4>Blog </h4>
203
147
  <li>
204
- <a href="/traf_home/blog/new-facebook-twitter-and-instagram">NEW Facebook, Twitter and Instagram</a>
148
+ <a href="#">803 Liberty Ave</a>
205
149
  </li>
206
150
  <li>
207
- <a href="/traf_home/blog/admission-buttons-now-on-sale">Admission buttons now on sale</a>
151
+ <a href="#">Pittsburgh, PA 15222</a>
208
152
  </li>
209
153
  </ul>
210
154
  </nav>
@@ -215,7 +159,7 @@
215
159
  </footer>
216
160
  </div>
217
161
  </div>
218
- <script src="https://s3.amazonaws.com/festivity-prod/omniture/firstnight/AppMeasurement.js" type="text/javascript"></script>
162
+ <!--<script src="/omniture/traf/AppMeasurement.js" type="text/javascript"></script>-->
219
163
  <r:omniture_vars />
220
164
  </body>
221
- </html>
165
+ </html>
@@ -0,0 +1,51 @@
1
+ <div class="main">
2
+ <div class="logo-container">
3
+ <section class="buzz-mark">
4
+ <a class="buzz-logo" href="/">
5
+ <h1 class="site-name visually-hidden">Buzzword PGH</h1>
6
+ <r:snippet name="buzzword_logo" />
7
+ </a>
8
+ </section>
9
+ </div>
10
+ <div class="content-container">
11
+ <p class="headline-2"><span style="font-size: 1.5em;">Buzzword Pittsburgh</span> was created to excite children and families as they discover the words that are all around them. Through talk and play about math, science, and art, families will expand their young children&rsquo;s vocabulary and conversation skills. The program will engage families and community organizations in Pittsburgh&rsquo;s Homewood neighborhood and the greater community.
12
+ <br/><br/>
13
+ The Buzzword Pittsburgh collaborative consists of six partner organizations with expertise in the arts and sciences. They will provide interactive learning opportunities that will encourage imagination, investigation, creation, and reflection. This initiative is supported by PNC Grow Up Great.</p>
14
+
15
+ <div class="buttons">
16
+ <div class="button-wrapper"><a class="button-highlight" href="https://www.facebook.com/buzzwordpgh/events" target="_blank">Upcoming Events</a></div>
17
+
18
+ <div class="button-wrapper"><a class="button-highlight" href="http://buzzwordpgh.org/wp-content/uploads/2014/11/Buzz-Words_Web.pdf" target="_blank">Buzzwords List</a></div>
19
+ </div>
20
+ </div>
21
+ </div>
22
+
23
+ <div class="buzz-intro-background"></div>
24
+
25
+ <div class="announcements"><!-- comment out the below if needed -->
26
+ <div class="announcements-container">
27
+ <div class="announcements-header">
28
+ <h4>The Three Bs</h4>
29
+ </div>
30
+
31
+ <div class="announcements-group">
32
+ <div class="announcement-item-group">
33
+ <div class="date">Be Present!</div>
34
+
35
+ <div class="announcement-item">Use pictures, words, and definitions to investigate art, math, and science! Engage your child&rsquo;s curiosity by saying new words, repeating them, and explaining their meanings.</div>
36
+ </div>
37
+
38
+ <div class="announcement-item-group">
39
+ <div class="date">Be Playful!</div>
40
+
41
+ <div class="announcement-item">Have fun with vocabulary! To make words come to life you can talk, write, read, play, and sing with your child.</div>
42
+ </div>
43
+
44
+ <div class="announcement-item-group">
45
+ <div class="date">Be Proactive!</div>
46
+
47
+ <div class="announcement-item">You child is curious! Explore fun and easy activities that take one word and build upon it. Your child&#39;s world will open up &ndash; there will always be new words, fresh meanings, and exciting ways to apply them to everyday life!</div>
48
+ </div>
49
+ </div>
50
+ </div>
51
+ </div>
@@ -1,5 +1,5 @@
1
1
  module TrustyFestivityExtension
2
- VERSION = "2.5.14"
2
+ VERSION = "2.5.15"
3
3
  SUMMARY = "Festival microsite engine for Trusty CMS"
4
4
  DESCRIPTION = "Event management for arts festivals."
5
5
  URL = "http://github.com/pgharts/trusty-festivity-extension"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-festivity-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.14
4
+ version: 2.5.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple, Danielle Greaves, Brittany Martin, Patrick FitzGerald
@@ -697,6 +697,7 @@ files:
697
697
  - db/content/layouts/TRAF/normal.html
698
698
  - db/content/layouts/base.html
699
699
  - db/content/layouts/buzzword/base.html
700
+ - db/content/layouts/buzzword/cms_home.html
700
701
  - db/content/layouts/buzzword/normal.html
701
702
  - db/content/layouts/normal.html
702
703
  - db/content/snippets/FirstNightPGH/first_night_footer_logo.html