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

update protocol-absolute URLs from http: -> https: for codeforamerica.org references (#529) #1022

Closed
Closed
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 .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ notifications:
webhooks:
urls:
- http://cfa-project-monitor.herokuapp.com/projects/325e607a-561b-4e33-9fe0-b2f38d6b384b/status
- http://www.codeforamerica.org/cgi-bin/travis-webhook.cgi
- https://www.codeforamerica.org/cgi-bin/travis-webhook.cgi
4 changes: 2 additions & 2 deletions _includes/apps/flu-shot-finder.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>Flu Shot Finder</h2>
</div>

<div class="layout-minor">
<img class="isolate" src="http://www.codeforamerica.org/blog/wp-content/uploads/2014/06/Screen-Shot-2014-06-30-at-5.38.36-PM.png" />
<img class="isolate" src="https://www.codeforamerica.org/blog/wp-content/uploads/2014/06/Screen-Shot-2014-06-30-at-5.38.36-PM.png" />
<h3 class="text-prominent">Overview</h3>
<p>The Flu Shot Finder is a map-based web application that helps users find nearby clinics offering free flu shots by entering in their address or by using a GPS-enabled mobile device.</p>

Expand Down Expand Up @@ -64,7 +64,7 @@ <h2 class="text-whisper">Redeploy</h2>
</div>
<footer class="teaser-footer">
<a href="{{ include.base }}/apps/flu-shot-finder" class="teaser-masthead">
<img class="teaser-image" src="http://www.codeforamerica.org/blog/wp-content/uploads/2014/06/Screen-Shot-2014-06-30-at-5.38.36-PM.png" />
<img class="teaser-image" src="https://www.codeforamerica.org/blog/wp-content/uploads/2014/06/Screen-Shot-2014-06-30-at-5.38.36-PM.png" />
</a>
</footer>
</article>
Expand Down
4 changes: 2 additions & 2 deletions _includes/apps/look-at-cook.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>Look at Cook</h2>
</div>

<div class="layout-minor">
<img class="isolate" src="http://www.codeforamerica.org/blog/wp-content/uploads/2014/06/Screen-Shot-2014-06-30-at-1.40.11-PM.png" />
<img class="isolate" src="https://www.codeforamerica.org/blog/wp-content/uploads/2014/06/Screen-Shot-2014-06-30-at-1.40.11-PM.png" />
<h3 class="text-prominent">Overview</h3>
<p>Look at Cook is an open source budget visualization. It allows visitors to browse budgets, by expenditures and appropriations over time, and dive in to breakdowns of every fund, department or agency.</p>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="text-whisper">Redeploy</h2>
</div>
<footer class="teaser-footer">
<a href="{{ include.base }}/apps/look-at-cook" class="teaser-masthead">
<img class="teaser-image" src="http://www.codeforamerica.org/blog/wp-content/uploads/2014/06/Screen-Shot-2014-06-30-at-1.40.11-PM.png" />
<img class="teaser-image" src="https://www.codeforamerica.org/blog/wp-content/uploads/2014/06/Screen-Shot-2014-06-30-at-1.40.11-PM.png" />
</a>
</footer>
</article>
Expand Down
10 changes: 5 additions & 5 deletions _includes/blogposts.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link rel="stylesheet" href="http://www.codeforamerica.org/blog/wp-content/themes/cfawp2012/style.css?ver=3.9.2">
<link rel="stylesheet" href="https://www.codeforamerica.org/blog/wp-content/themes/cfawp2012/style.css?ver=3.9.2">
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js"></script>

Expand All @@ -18,7 +18,7 @@
background-color: #004b6a;
}
div.featured-header:before {
background-image: url("http://www.codeforamerica.org/blog/wp-content/uploads/2015/01/FellowsBuildWeek01.jpg");
background-image: url("https://www.codeforamerica.org/blog/wp-content/uploads/2015/01/FellowsBuildWeek01.jpg");
background-size: cover;
opacity: 0.3;
width: 100%;
Expand Down Expand Up @@ -110,7 +110,7 @@ <h2><a href="<%= featuredPost.link %>"><%= featuredPost.title %></a></h2>
var excerpt = toExcerpt( content, 100 ); %>
<p>
<%= excerpt %>
<a class="more-link" href="http://www.codeforamerica.org/blog/2015/01/26/doing-a-powerful-force-for-change/">[Continue Reading]</a>
<a class="more-link" href="https://www.codeforamerica.org/blog/2015/01/26/doing-a-powerful-force-for-change/">[Continue Reading]</a>
</p>
</div>
</div>
Expand All @@ -132,7 +132,7 @@ <h2 class="entry-title">
<time class="post-date insulate text-whisper published" datetime="<%= post.date %>"><%= date %></time>
<span> by </span>
<span class="post-author vcard">
<a class="url fn n" href="http://www.codeforamerica.org/blog/author/<%= post.author.slug %>/"><%= post.author.name %></a>
<a class="url fn n" href="https://www.codeforamerica.org/blog/author/<%= post.author.slug %>/"><%= post.author.name %></a>
</span>
</div>

Expand Down Expand Up @@ -222,7 +222,7 @@ <h2 class="entry-title">

$(document).ready(function(){
// Where to grab the data from
var url = "http://www.codeforamerica.org/blog/wp-json/posts?filter[category_name]={{ include.category }}";
var url = "https://www.codeforamerica.org/blog/wp-json/posts?filter[category_name]={{ include.category }}";
// ID to grab our template from
var template = "#blogTemplate";
// Where to send the html generated from the data and template
Expand Down
2 changes: 1 addition & 1 deletion _includes/global-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<li><a href="http://codeforamerica.tumblr.com/" class="icon-tumblr">Tumblr</a></li>
<li><a href="http://www.flickr.com/photos/codeforamerica" class="icon-flickr">Flickr</a></li>
<li><a href="https://vimeo.com/codeforamerica" class="icon-vimeo2">Vimeo</a></li>
<li><a href="http://www.codeforamerica.org/feed/" class="icon-feed">RSS</a></li>
<li><a href="https://www.codeforamerica.org/feed/" class="icon-feed">RSS</a></li>
</ul>
</li>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions _includes/meta-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% elsif page.metadata.image-url == null and page.masthead-image %}
<meta itemprop="image" content="http://codeforamerica.org/{{ page.masthead-image }}">
{% else %}
<meta itemprop="image" content="http://www.codeforamerica.org/assets/CfA_logo_metatag_square.png">
<meta itemprop="image" content="https://www.codeforamerica.org/assets/CfA_logo_metatag_square.png">
{% endif %}

<!-- Twitter Card data -->
Expand Down Expand Up @@ -55,7 +55,7 @@
{% elsif page.metadata.image-url == null and page.masthead-image %}
<meta name="twitter:image:src" content="http://codeforamerica.org/{{ page.masthead-image }}">
{% else %}
<meta name="twitter:image:src" content="http://www.codeforamerica.org/assets/CfA_logo_metatag_square.png">
<meta name="twitter:image:src" content="https://www.codeforamerica.org/assets/CfA_logo_metatag_square.png">
{% endif %}

<!-- Open Graph data -->
Expand All @@ -73,7 +73,7 @@
{% elsif page.metadata.image-url == null and page.masthead-image %}
<meta property="og:image" content="http://codeforamerica.org/{{ page.masthead-image }}">
{% else %}
<meta property="og:image" content="http://www.codeforamerica.org/assets/CfA_logo_metatag_square.png">
<meta property="og:image" content="https://www.codeforamerica.org/assets/CfA_logo_metatag_square.png">
{% endif %}

{% if page.description %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/people/___-___.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4 class="text-whisper layout-tight">Member of</h4>
</p>

<p>
<a href="http://www.codeforamerica.org/2013/05/15/___-___-why-im-coding-for-america/">Why does ___ ___ code for America?</a>
<a href="https://www.codeforamerica.org/2013/05/15/___-___-why-im-coding-for-america/">Why does ___ ___ code for America?</a>
</p>

<div class="spotlight">
Expand Down
4 changes: 2 additions & 2 deletions _includes/people/aaron-ogle.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ <h4 class="text-whisper layout-tight">Member of</h4>
<div class="layout-major">

<p class="p-note">Aaron believes that software can be used to build for a better world, and he loves designing applications to make cities more livable, beautiful, and just. While a fellow at Code for America, he partnered with the City of Philadelphia to build solutions to help foster civic engagement. He specializes in JavaScript and GIS development and has contributed to such applications as reroute.it, septa.mobi, changeby.us, walkshed.org, and phillystormwater.org. He is now CTO at OpenPlans. Besides a tech geek, Aaron is an outdoorsman, an urbanist, and a devoted husband and father. </p>
<p><a href="http://www.codeforamerica.org/2010/11/01/aaron-ogle-why-im-coding-for-america/">Why does Aaron Ogle code for America?</a></p>
<p><a href="https://www.codeforamerica.org/2010/11/01/aaron-ogle-why-im-coding-for-america/">Why does Aaron Ogle code for America?</a></p>

<div class="spotlight">
<h3 class="text-whisper">Contact</h3>
<table class="table-unstyled table-minor">
<tr><th>Twitter</th><td><a href="https://twitter.com/atogle">@atogle</a></td></tr>
<tr><th>Github</th><td><a href="http://github.com/atogle">http://github<wbr>.com/<wbr>atogle</a></td></tr>
<tr><th>LinkedIn</th><td><a href="http://linkedin.com/in/aaronogle">http://linkedin<wbr>.com/<wbr>in/<wbr>aaronogle</a></td></tr>
<tr><th>Blog Posts</th><td><a href="http://www.codeforamerica.org/author/aaron/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>aaron/</a></td></tr>
<tr><th>Blog Posts</th><td><a href="https://www.codeforamerica.org/author/aaron/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>aaron/</a></td></tr>

</table>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/people/alan-palazzolo.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ <h4 class="text-whisper layout-tight">Member of</h4>
<div class="layout-major">

<p class="p-note">Alan Palazzolo is an interactive developer at MinnPost focused on open source software and data visualization. Before joining MinnPost, he was an inaugural Code for America fellow in 2011. He has also worked in the nonprofit and NGO sectors, both at home and abroad for more than 7 years. He is a firm believer that open source is more than just a software methodology.</p>
<p><a href="http://www.codeforamerica.org/2010/11/01/alan-palazzolo-why-im-coding-for-america/">Why does Alan Palazzolo code for America?</a></p>
<p><a href="https://www.codeforamerica.org/2010/11/01/alan-palazzolo-why-im-coding-for-america/">Why does Alan Palazzolo code for America?</a></p>

<div class="spotlight">
<h3 class="text-whisper">Contact</h3>
<table class="table-unstyled table-minor">
<tr><th>Twitter</th><td><a href="https://twitter.com/zzolo">@zzolo</a></td></tr>
<tr><th>Github</th><td><a href="http://github.com/zzolo">http://github<wbr>.com/<wbr>zzolo</a></td></tr>
<tr><th>LinkedIn</th><td><a href="http://www.linkedin.com/in/alanpalazzolo/">http://www<wbr>.linkedin<wbr>.com/<wbr>in/<wbr>alanpalazzolo/</a></td></tr>
<tr><th>Blog Posts</th><td><a href="http://www.codeforamerica.org/author/alan/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>alan/</a></td></tr>
<tr><th>Blog Posts</th><td><a href="https://www.codeforamerica.org/author/alan/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>alan/</a></td></tr>

</table>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/people/alan-williams.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ <h4 class="text-whisper layout-tight">Member of</h4>
<div class="layout-major">

<p class="p-note">Alan is a product manager, designer and urban planner. As a 2013 Fellow, he helped a coalition of park and public lands develop <a href="http://codeforamerica.org/specifications/trails">OpenTrails</a>, a web-oriented data format for describing trail networks. Before joining Code for America, he lead the Community team at Neighborland, a civic-ideation startup. He began his career designing and building products for disaster recovery projects on the Gulf Coast.</p>
<p><a href="http://www.codeforamerica.org/2013/11/05/alan-joseph-williams-why-im-coding-for-america/">Why does Alan Williams code for America?</a></p>
<p><a href="https://www.codeforamerica.org/2013/11/05/alan-joseph-williams-why-im-coding-for-america/">Why does Alan Williams code for America?</a></p>

<div class="spotlight">
<h3 class="text-whisper">Contact</h3>
<table class="table-unstyled table-minor">
<tr><th>Twitter</th><td><a href="https://twitter.com/alanjosephwilli">@alanjosephwilli</a></td></tr>
<tr><th>LinkedIn</th><td><a href="http://www.linkedin.com/in/alanjosephwilliams">http://www<wbr>.linkedin<wbr>.com/<wbr>in/<wbr>alanjosephwilliams</a></td></tr>
<tr><th>Blog Posts</th><td><a href="http://www.codeforamerica.org/author/alanw/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>alanw/</a></td></tr>
<tr><th>Blog Posts</th><td><a href="https://www.codeforamerica.org/author/alanw/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>alanw/</a></td></tr>

</table>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/people/alex-pandel.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3 class="text-whisper">Contact</h3>
<table class="table-unstyled table-minor">
<tr><th>Twitter</th><td><a href="https://twitter.com/alexpandel">@alexpandel</a></td></tr>
<tr><th>LinkedIn</th><td><a href="http://linkedin.com/in/alexpandel">http://linkedin<wbr>.com/<wbr>in/<wbr>alexpandel</a></td></tr>
<tr><th>Blog Posts</th><td><a href="http://www.codeforamerica.org/author/alexp/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>alexp/</a></td></tr>
<tr><th>Blog Posts</th><td><a href="https://www.codeforamerica.org/author/alexp/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>alexp/</a></td></tr>

</table>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/people/alex-tran.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ <h4 class="text-whisper layout-tight">Member of</h4>
<div class="layout-major">

<p class="p-note">Alex Tran manages & develops the curriculum for the Fellowship program as a member of the Government team. He cares deeply about how user-centered design and technology can equip underserved communities with the tools and resources to thrive. Before Code for America, he developed digital literacy trainings for leading Bay Area nonprofits, philanthropies and social enterprises at ZeroDivide. An alumni of the Coro Fellowship in Public Affairs, Alex has executed on diverse public service projects, including revamping the San Francisco Dept. of Public Work’s web presence, creating Digital Divide focused conferences for the California Emerging Technology Fund, and pitching a winning social enterprise mobile app concept to a panel of funders. Alex also has extensive community organizing experience as a Public Allies AmeriCorps volunteer and through leading climate change lobbying efforts in DC with 350.org and students from Pomona College, where he studied public policy and environmental science.</p>
<p><a href="http://www.codeforamerica.org/2012/08/15/alexander-tran-why-im-coding-for-america/">Why does Alex Tran code for America?</a></p>
<p><a href="https://www.codeforamerica.org/2012/08/15/alexander-tran-why-im-coding-for-america/">Why does Alex Tran code for America?</a></p>

<div class="spotlight">
<h3 class="text-whisper">Contact</h3>
<table class="table-unstyled table-minor">
<tr><th>Twitter</th><td><a href="https://twitter.com/alexstran">@alexstran</a></td></tr>
<tr><th>LinkedIn</th><td><a href="http://www.linkedin.com/in/alexandersitran">http://www<wbr>.linkedin<wbr>.com/<wbr>in/<wbr>alexandersitran</a></td></tr>
<tr><th>Blog Posts</th><td><a href="http://www.codeforamerica.org/author/atran/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>atran/</a></td></tr>
<tr><th>Blog Posts</th><td><a href="https://www.codeforamerica.org/author/atran/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>atran/</a></td></tr>

</table>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/people/alex-yule.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3 class="text-whisper">Contact</h3>
<table class="table-unstyled table-minor">
<tr><th>Twitter</th><td><a href="https://twitter.com/yuletide">@yuletide</a></td></tr>
<tr><th>LinkedIn</th><td><a href="http://linkedin.com/in/alexyule">http://linkedin<wbr>.com/<wbr>in/<wbr>alexyule</a></td></tr>
<tr><th>Blog Posts</th><td><a href="http://www.codeforamerica.org/author/alexy/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>alexy/</a></td></tr>
<tr><th>Blog Posts</th><td><a href="https://www.codeforamerica.org/author/alexy/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>alexy/</a></td></tr>

</table>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/people/alicia-rouault.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3 class="text-whisper">Contact</h3>
<table class="table-unstyled table-minor">
<tr><th>Twitter</th><td><a href="https://twitter.com/arouault">@arouault</a></td></tr>
<tr><th>LinkedIn</th><td><a href="http://linkedin.com/pub/alicia-rouault/21/738/a17">http://linkedin<wbr>.com/<wbr>pub/<wbr>alicia-rouault/<wbr>21/<wbr>738/<wbr>a17</a></td></tr>
<tr><th>Blog Posts</th><td><a href="http://www.codeforamerica.org/author/alicia/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>alicia/</a></td></tr>
<tr><th>Blog Posts</th><td><a href="https://www.codeforamerica.org/author/alicia/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>alicia/</a></td></tr>

</table>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/people/amir-reavis-bey.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3 class="text-whisper">Contact</h3>
<table class="table-unstyled table-minor">
<tr><th>Twitter</th><td><a href="https://twitter.com/Maromba">@Maromba</a></td></tr>
<tr><th>LinkedIn</th><td><a href="http://linkedin.com/in/amirbey">http://linkedin<wbr>.com/<wbr>in/<wbr>amirbey</a></td></tr>
<tr><th>Blog Posts</th><td><a href="http://www.codeforamerica.org/author/amir/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>amir/</a></td></tr>
<tr><th>Blog Posts</th><td><a href="https://www.codeforamerica.org/author/amir/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>amir/</a></td></tr>

</table>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/people/andrew-hyder.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ <h4 class="text-whisper layout-tight">Member of</h4>
<div class="layout-major">

<p class="p-note">Andrew Hyder is a civic hacker who enjoys making apps and maps. He is the developer relations engineer at Code for America where he travels the world helping volunteers build useful technology for their cities. As a 2013 CfA Fellow in Kansas City he advised on open data legislation, helped organized a volunteer Brigade, and developed <a href="http://bizfriend.ly">BizFriend.ly</a> to help small business owners adopt new technology. A trained urban planner he has built school yards, bicycle paths, and neighborhood parks around the Bay Area.</p>
<p><a href="http://www.codeforamerica.org/2013/11/08/andrew-hyder-why-im-coding-for-america/">Why does Andrew Hyder code for America?</a></p>
<p><a href="https://www.codeforamerica.org/2013/11/08/andrew-hyder-why-im-coding-for-america/">Why does Andrew Hyder code for America?</a></p>

<div class="spotlight">
<h3 class="text-whisper">Contact</h3>
<table class="table-unstyled table-minor">
<tr><th>Twitter</th><td><a href="https://twitter.com/hackyourcity">@hackyourcity</a></td></tr>
<tr><th>Github</th><td><a href="http://github.com/ondrae">http://github<wbr>.com/<wbr>ondrae</a></td></tr>
<tr><th>LinkedIn</th><td><a href="www.linkedin.com/in/hyd415">www.linkedin.com/in/hyd415</a></td></tr>
<tr><th>Blog Posts</th><td><a href="http://www.codeforamerica.org/author/andrew-hyder/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>andrew-hyder/</a></td></tr>
<tr><th>Blog Posts</th><td><a href="https://www.codeforamerica.org/author/andrew-hyder/">http://www<wbr>.codeforamerica<wbr>.org/<wbr>author/<wbr>andrew-hyder/</a></td></tr>

</table>
</div>
Expand Down
Loading