A Pen by Gabriel Martinez on CodePen.
This file contains hidden or 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
<script type="text/javascript"> | |
//jQuery | |
jQuery(document).ready(function($) { | |
var getUrlParameter = function getUrlParameter(sParam) { | |
var sPageURL = decodeURIComponent(window.location.search.substring(1)), | |
sURLVariables = sPageURL.split('&'), | |
sParameterName, |
This file contains hidden or 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
<p><img src="https://asuclas.qualtrics.com/CP/Graphic.php?IM=IM_d6J1NYBogMXsp13" style="width: 320px; height: 43px;" /></p> | |
<hr style=" display: block; | |
height: 1px; | |
border: 0; | |
border-top: 4px solid #000; | |
margin: 1em 0; | |
padding: 0; " />MEMORANDUM<br /> | |
To: Voting Members of the College of Liberal Arts and Sciences<br /> | |
From: Dean Kenney<br /> |
This file contains hidden or 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
var URLS = ["https://test-clas3.ws.asu.edu/", | |
"https://dev-clas3.ws.asu.edu/", | |
"https://live-clas3.ws.asu.edu/" | |
]; | |
var SCREENSHOT_WIDTH = 1280; | |
/*! | |
* | |
* Automatic Responsive screenshots creation with PhantomJS and CasperJS. | |
* Adapted from the Responsive Design Workflow book by Stephen Hay (http://responsivedesignworkflow.com/). |
This file contains hidden or 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
(function($){ | |
$(document).ready(function(){ | |
//setting class for all full bg image co paragraphs | |
$(".full-background-image-callout").parent().parent().parent().parent().parent().parent().parent().addClass("full-background-image-callout-background"); | |
$(".two-column-photos").parent().parent().parent().parent().parent().parent().parent().addClass("two-column-photos-full-background"); | |
/*--*/ |
This file contains hidden or 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
(function($){ | |
$(document).ready(function(){ | |
//setting class for all full bg image co paragraphs | |
$('.full-background-image-callout').parent().parent().parent().parent().parent().parent().parent().parent().parent().addClass('full-background-image-callout-background'); | |
//total amount of full bg image co paragraphs in this document | |
var amountoffullbackgroundparagraphs = $('.full-background-image-callout-background').length; | |
console.log(amountoffullbackgroundparagraphs); |
NewerOlder