Skip to content

Commit 86ceb1c

Browse files
committed
Cleaning up html proofer finds
1 parent 8899846 commit 86ceb1c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
1+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
22
<script src="/assets/promo.js" type="text/javascript"></script>
33
<div id="promo">
44
Pacific Northwest Software Quality Conference's Call for Papers is now Open! <a href="https://events.pnsqc.org/welcome?utm_source=testingconferences" rel="noopener" aria-label="Learn more about the PNSQC Jam event" target="_blank">Learn more</a>.

subscribe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Our Newsletter</h1>
1414
<h2>Sign Me Up</h2>
1515
<p>Yes, I'd like to join the over 1,200 other subscribers on your list: </p>
1616
<div id="mc_embed_shell">
17-
<link href="//cdn-images.mailchimp.com/embedcode/classic-061523.css" rel="stylesheet" type="text/css">
17+
<link href="https://cdn-images.mailchimp.com/embedcode/classic-061523.css" rel="stylesheet" type="text/css">
1818
<!-- <style type="text/css">
1919
#mc_embed_signup {
2020
background: #fff;
@@ -104,7 +104,7 @@ <h2>Sign Me Up</h2>
104104
</div>
105105
</form>
106106
</div>
107-
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script>
107+
<script type="text/javascript" src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script>
108108
<script
109109
type="text/javascript">(function ($) { window.fnames = new Array(); window.ftypes = new Array(); fnames[0] = 'EMAIL'; ftypes[0] = 'email'; fnames[1] = 'FNAME'; ftypes[1] = 'text'; fnames[2] = 'LNAME'; ftypes[2] = 'text'; }(jQuery)); var $mcj = jQuery.noConflict(true);</script>
110110
</div>

0 commit comments

Comments
 (0)