Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes and cleanup for centennial page #350

Merged
merged 10 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/centennial/centennial-card/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
isLive=false
type='blue-minion'
playContext='centennial'
isCurrentSound=(and (eq story.id currentPlaylistStoryPk) isPlaying)
isCurrentSound=(and (eq item.attributes.slug currentPlaylistStoryPk) isPlaying)
data-action=(concat 'Clicked Play/Pause ' 'On Demand: ' 'centennial')
data-label=item.attributes.title
itemPK=item.attributes.slug
Expand Down
4 changes: 0 additions & 4 deletions app/components/centennial/centennial-ctas/component.js

This file was deleted.

8 changes: 0 additions & 8 deletions app/components/centennial/centennial-ctas/template.hbs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ button-label="Share"
}}
<ul>
<li><a class="btn" {{action "shareX"}}>
<svg fill="none" height="14" viewBox="0 0 1200 1227" width="14" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m0 0h1200v1227h-1200z"/></clipPath><g clip-path="url(#a)"><path d="m714.163 519.284 446.727-519.284h-105.86l-387.893 450.887-309.809-450.887h-357.328l468.492 681.821-468.492 544.549h105.866l409.625-476.152 327.181 476.152h357.328l-485.863-707.086zm-144.998 168.544-47.468-67.894-377.686-540.2396h162.604l304.797 435.9906 47.468 67.894 396.2 566.721h-162.604l-323.311-462.446z" fill="#000"/></g></svg>
<svg fill="none" height="14" viewBox="0 0 1200 1227" width="14" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path d="m714.163 519.284 446.727-519.284h-105.86l-387.893 450.887-309.809-450.887h-357.328l468.492 681.821-468.492 544.549h105.866l409.625-476.152 327.181 476.152h357.328l-485.863-707.086zm-144.998 168.544-47.468-67.894-377.686-540.2396h162.604l304.797 435.9906 47.468 67.894 396.2 566.721h-162.604l-323.311-462.446z" fill="#000"/></g></svg>
X</a></li>
<li><a class="btn" {{action "shareFacebook"}}><i class="fa fa-facebook"></i> Facebook</a></li>
<li><a class="btn" href="{{mailtoUrl}}" target="_blank" rel="noopener noreferrer"><i class="fa fa-envelope"></i> Email</a></li>
Expand Down
4 changes: 0 additions & 4 deletions app/components/centennial/centennial-signup/component.js

This file was deleted.

8 changes: 0 additions & 8 deletions app/components/centennial/centennial-signup/template.hbs

This file was deleted.

4 changes: 0 additions & 4 deletions app/components/centennial/centennial-sponsors/component.js

This file was deleted.

19 changes: 0 additions & 19 deletions app/components/centennial/centennial-sponsors/template.hbs

This file was deleted.

2 changes: 1 addition & 1 deletion app/components/centennial/centennial-timeline/template.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="centennial-timeline centennial-module l-constrained">
<div>
<h2>Explore 100 Years of WNYC</h2>
<h2>Explore WNYC’s First Century</h2>

</div>
<div class="centennial-timeline__wrapper">
Expand Down
Loading