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
<div class="header"> | |
<div class="logo"><h1 class="title ir">h1.title</h1></div> | |
<div class="navigation"><p>navigation goes here</p></div> | |
<div class="social"></div> | |
</div> |
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
python manage.py runserver 8080 |
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
<ul class="triangle"> | |
<li>Some text</li> | |
<li>Some text</li> | |
<li>Some text</li> | |
<li>Some text</li> | |
</ul> | |
<p></p><div class="tri-right"></div>Some text</p> |
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" src="//share.uakron.edu/global/includes/js/vendor/lightbox/js/lightbox.min.js"></script> | |
<div class="row"> | |
<div class="col-sm-12"> | |
#if($UtilMethods.isSet($galleryTitle)) | |
<h1 class="gallery-title">$galleryTitle</h1> | |
#end | |
#set($indexFolder = "$photosPath") | |
#set ($images = $photoTool.getPhotoGalleryFolderImages($indexFolder ,$host)) | |
#if($singular.equals('false')) | |
#foreach($item in $sorter.sort($images, "modDate:desc")) |
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
<div class="test"> | |
Some text | |
</div> | |
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
<div class="promo"> | |
<h1>Students show impressive gains in retention and preparedness </h1> | |
<div class="promo-tickler"> | |
<p class="sd">The Fall 2014 entering class comes better prepared to succeed and joins thousands of current University of Akron students who are making significant strides in academic performance. | |
<a href="/im/news/student-ldquo-census-rdquo-reflects-impressive-gains-in-retention-and-academic-preparedness" class="promo-link">Read more.</a></p> | |
</div> | |
<img src="http://placehold.it/150x160" class="featuredImg" /> | |
<div style="clear:both;"></div> | |
<div class="hr"><hr /></div> |
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
<div id="test"><a>A dark link</a></div> |
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
// ---- | |
// Sass (v3.4.12) | |
// Compass (v1.0.3) | |
// ---- | |
// TODO: simplify with @each | |
$tools: socket, wrench, bolt; | |
@each $tool in $tools { | |
.tool-#{$tool}{ |
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
// ---- | |
// Sass (v3.4.12) | |
// Compass (v1.0.3) | |
// ---- | |
@mixin family($size){ | |
font-size: $size; | |
@if $size <= 16px { | |
font-family: Arial, sans-serif; | |
} @else if $size <= 24px { |
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="application/ld+json"> | |
{ "@context" : "http://schema.org", | |
"@type" : "Organization", | |
"name" : "The University of Akron", | |
"url" : "http://www.uakron.edu", | |
"sameAs" : [ "https://www.facebook.com/UniversityofAkron", | |
"https://www.linkedin.com/edu/school?id=19136", | |
"https://twitter.com/uakron", | |
"http://instagram.com/uakron", | |
"https://www.youtube.com/uakron"], |