-
Notifications
You must be signed in to change notification settings - Fork 3
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 #48 from RyanBeatty/privacy
fixed privacy policy assets, src path was corrupted
- Loading branch information
Showing
10 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Binary file modified
BIN
+126 Bytes
(100%)
steerclear/templates/privacy-policy/direct-marketing.html
Binary file not shown.
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 |
---|---|---|
|
@@ -24,9 +24,9 @@ | |
} | ||
</style> | ||
|
||
<link href="static/privacy-policy/css/bootstrap.min.css" rel="stylesheet" media="screen"> | ||
<link href="static/privacy-policy/css/bootstrap-responsive.css" rel="stylesheet"> | ||
<link href="static/privacy-policy/css/main.css" rel="stylesheet"> | ||
<link href="../../static/privacy-policy/css/bootstrap.min.css" rel="stylesheet" media="screen"> | ||
<link href="../../static/privacy-policy/css/bootstrap-responsive.css" rel="stylesheet"> | ||
<link href="../../static/privacy-policy/css/main.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
|
@@ -52,15 +52,15 @@ | |
<div class="contactOption"> | ||
<a href="steerclear.wm.edu" target=_blank> | ||
<div class="floatLeft appSummaryTitle">Website</div> | ||
<div class="floatRight rightPad"><img src="static/privacy-policy/img/arrow-right.png" /></div> | ||
<div class="floatRight rightPad"><img src="../../static/privacy-policy/img/arrow-right.png" /></div> | ||
<div class="clear"></div> | ||
</a> | ||
</div> | ||
|
||
<div class="contactOption"> | ||
<a href="mailto:[email protected]" > | ||
<div class="floatLeft appSummaryTitle">Contact</div> | ||
<div class="floatRight rightPad"><img src="static/privacy-policy/img/arrow-right.png" /></div> | ||
<div class="floatRight rightPad"><img src="../../static/privacy-policy/img/arrow-right.png" /></div> | ||
<div class="clear"></div> | ||
</a> | ||
</div> | ||
|
@@ -139,9 +139,9 @@ | |
</div><!--/.fluid-container--> | ||
|
||
|
||
<script src="static/privacy-policy/js/jquery.min.js"></script> | ||
<script src="static/privacy-policy/js/bootstrap.min.js"></script> | ||
<script src="static/privacy-policy/js/main.js"></script> | ||
<script src="../../static/privacy-policy/js/jquery.min.js"></script> | ||
<script src="../../static/privacy-policy/js/bootstrap.min.js"></script> | ||
<script src="../../static/privacy-policy/js/main.js"></script> | ||
<script> | ||
var screenSize = 0; | ||
window.onload=function(){ screenSize = $(window).width();} | ||
|
Binary file modified
BIN
+96 Bytes
(100%)
steerclear/templates/privacy-policy/location-services.html
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+24 Bytes
(100%)
steerclear/templates/privacy-policy/social-networking.html
Binary file not shown.