Skip to content

Commit

Permalink
Update to https to try to prevent 'mixed content' warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rylanb committed Apr 23, 2022
1 parent d879f51 commit 9e81764
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'

gem 'middleman', '~> 4.2'
gem 'middleman-autoprefixer', '~> 2.7'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
middleman-core (>= 3.1)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activesupport (6.1.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down
2 changes: 1 addition & 1 deletion source/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h1>Not found <span>:(</span></h1>
<script>
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
</script>
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
<script src="https://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion source/crossdomain.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<!DOCTYPE cross-domain-policy SYSTEM "https://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->

Expand Down
16 changes: 8 additions & 8 deletions source/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ page_name: "homepage"
%img{alt: "Mtn Powder POWDER & WEATHER ALERTS Screenshot", src: "images/portfolio/mtn_powder_alerts.jpg"}/
%header
%h3
%a{href: "http://alerts.quicktrax.com/"} Mtn Powder Alerts
%a{href: "https://mtnpowder.com/"} Mtn Powder Alerts
%p HTML / CSS / JavaScript / Ruby on Rails
%p
Responsive /
%a{href: "https://www.alterramtnco.com/"} Alterra Mtn Co.
%article
%a.image.featured{href: "http://www.eggstrategy.com/"}
%a.image.featured{href: "https://www.eggstrategy.com/"}
%img{alt: "Egg Strategy Screenshot", src: "images/portfolio/eggstrategy.png"}/
%header
%h3
Expand All @@ -58,32 +58,32 @@ page_name: "homepage"
Responsive
%article
%a.image.featured{href: "http://www.cavitiesgetaround.com/"}
%a.image.featured{href: "#"}
%img{alt: "Cavities Get Around Screenshot", src: "images/portfolio/cavities_get_around.png"}/
%header
%h3
%a{href: "http://www.cavitiesgetaround.com/"} Cavities Get Around
%a{href: "#"} Cavities Get Around
%p HTML / CSS / JavaScript / Jekyll / I18n
%p
Responsive /
%a{href: "http://www.deltadental.com/"} Delta Dental

%article
%a.image.featured{href: "http://www.modmarket.com/"}
%a.image.featured{href: "#"}
%img{alt: "Modern Market Screenshot", src: "images/portfolio/modern-market.jpg"}/
%header
%h3
%a{href: "http://www.modmarket.com/"} Modern Market
%a{href: "#"} Modern Market
%p HTML / CSS / JavaScript / Ruby on Rails
%p
Responsive / Bootstrap

%article
%a.image.featured{href: "http://www.urbanmattress.com/"}
%a.image.featured{href: "#"}
%img{alt: "Urban Mattress Screenshot", src: "images/portfolio/urbanmattress.png"}/
%header
%h3
%a{href: "http://www.urbanmattress.com/"} Urban Mattress
%a{href: "#"} Urban Mattress
%p HTML / CSS / JavaScript / Craft CMS
%p
Responsive /
Expand Down

0 comments on commit 9e81764

Please sign in to comment.