-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #935 from fedspendingtransparency/staging
Colleges and Universities Patch Release 6.0.1
- Loading branch information
Showing
31 changed files
with
1,163 additions
and
960 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,5 +65,3 @@ Gemfile.lock | |
package-lock.json | ||
node_modules | ||
.Rproj.user | ||
|
||
docker-compose.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
<script> | ||
function clickShareItemLink(item, url) { | ||
window.open(url, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); | ||
function clickShareItemLink(item, url) { | ||
window.open(url, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); | ||
|
||
window.Analytics.event({ | ||
category: 'Share Menu - Click Item', | ||
action: item | ||
}); | ||
window.Analytics.event({ | ||
category: 'Share Menu - Click Item', | ||
action: item | ||
}); | ||
|
||
return false; | ||
} | ||
return false; | ||
} | ||
</script> | ||
|
||
<div class="popup new-share-button"> | ||
<span class="viz-share-icon" aria-hidden="true"> | ||
{% include svgs/share.svg %} Share | ||
</span> | ||
<span class="popuptext right newpopup" id="sharePopup"> | ||
<div class="share-buttons"> | ||
<ul> | ||
<li> | ||
<a href="javascript:clickShareItemLink('Facebook', 'https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ site.baseurl }}{{ page.url }}#{{include.anchor}}')" title="Share on Facebook"> | ||
{% include svgs/facebook_square_x.svg class="share-icon icon-facebook" %} | ||
<span class="share-button-text">Facebook</span> | ||
</a> | ||
</li> | ||
<li> | ||
{% if page.socialMediaText %} | ||
{% assign twitterVariable = page.socialMediaText %} | ||
{% else %} | ||
{% assign twitterVariable = page.title %} | ||
{% endif %} | ||
<a href="javascript:clickShareItemLink('Twitter', 'https://twitter.com/intent/tweet?text='+encodeURIComponent('{{ twitterVariable }}')+'&url={{ site.url }}{{ site.baseurl }}{{ page.url }}#{{include.anchor}}')" title="Share on Twitter"> | ||
{% include svgs/twitter_square_x.svg class="share-icon icon-twitter" %} | ||
<span class="share-button-text">Twitter</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="javascript:clickShareItemLink('Reddit', 'http://www.reddit.com/submit?url={{ site.url }}{{ site.baseurl }}{{ page.url }}')#{{include.anchor}}" title="Share on Reddit"> | ||
{% include svgs/reddit.svg class="share-icon icon-reddit" %} | ||
<span class="share-button-text">Reddit</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href='javascript:clickShareItemLink("Linkedin", "https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ site.baseurl }}{{ page.url }}#{{include.anchor}}")' title="Share on LinkedIn"> | ||
{% include svgs/linkedin_square_x.svg class="share-icon icon-linkedin" %} | ||
<span class="share-button-text">Linkedin</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="mailto:?subject=Check out this analysis on Data Lab&body=Did you know the federal government invested over $149 billion in higher education? Check out this analysis and discover how much your Alma Mater received in federal funds!%0D%0A%0D%0ACheck out this site {{ site.url }}{{ site.baseurl }}{{ page.url }}#{{include.anchor}}" title="Share via Email"> | ||
{% include svgs/envelope.svg class="share-icon icon-envelope" %} | ||
<span class="share-button-text">Email</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</span> | ||
<span class="viz-share-icon" aria-hidden="true"> | ||
{% include svgs/share.svg %} Share | ||
</span> | ||
<span class="popuptext right newpopup" id="sharePopup"> | ||
<div class="share-buttons"> | ||
<ul> | ||
<li> | ||
<a href="javascript:clickShareItemLink('Facebook', 'https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ site.baseurl }}{{ page.url }}#{{include.anchor}}')" title="Share on Facebook"> | ||
{% include svgs/facebook_square_x.svg class="share-icon icon-facebook" %} | ||
<span class="share-button-text">Facebook</span> | ||
</a> | ||
</li> | ||
<li> | ||
{% if page.socialTwitterText %} | ||
{% assign twitterVariable = page.socialTwitterText %} | ||
{% else %} | ||
{% assign twitterVariable = page.title %} | ||
{% endif %} | ||
<a href="javascript:clickShareItemLink('Twitter', 'https://twitter.com/intent/tweet?text='+encodeURIComponent('{{ twitterVariable }}')+'&url={{ site.url }}{{ site.baseurl }}{{ page.url }}#{{include.anchor}}')" title="Share on Twitter"> | ||
{% include svgs/twitter_square_x.svg class="share-icon icon-twitter" %} | ||
<span class="share-button-text">Twitter</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="javascript:clickShareItemLink('Reddit', 'http://www.reddit.com/submit?url={{ site.url }}{{ site.baseurl }}{{ page.url }}')" title="Share on Reddit"> | ||
{% include svgs/reddit.svg class="share-icon icon-reddit" %} | ||
<span class="share-button-text">Reddit</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href='javascript:clickShareItemLink("Linkedin", "https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ site.baseurl }}{{ page.url }}#{{include.anchor}}")' title="Share on LinkedIn"> | ||
{% include svgs/linkedin_square_x.svg class="share-icon icon-linkedin" %} | ||
<span class="share-button-text">Linkedin</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="mailto:?subject=Check out this analysis on Data Lab&body=Did you know the federal government invested over $149 billion in higher education? Check out this analysis and discover how much your Alma Mater received in federal funds!%0D%0A%0D%0ACheck out this site {{ site.url }}{{ site.baseurl }}{{ page.url }}#{{include.anchor}}" title="Share via Email"> | ||
{% include svgs/envelope.svg class="share-icon icon-envelope" %} | ||
<span class="share-button-text">Email</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</span> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.