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="thumb-container"> // container | |
<span class="plane top backface"></span> // top plane | |
<img class="cover-thumb backface" alt="{{{ $people->full_name }}}" src="{{{ $people->headshot->image }}}"/> // front plane | |
<span class="plane bottom backface"></span> // bottom plane | |
</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
<article data-type="carousel-location" class="wrapper__location contact-page carousel__main"> | |
<ul class="carousel" id="carousel__location"> | |
<li class="item"> | |
<div class="item__image"> | |
<img class="background__image" src="images/location/background__weather-boulder.jpg" alt=""> | |
<div class="container__location"> | |
<div class="content-location"> | |
<div class="location__collum-one"> | |
<div class="container__location-clock"> | |
<h1 class="extra-large-text">{{{ $location->title }}}</h1> |
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="social-stream"> | |
<div class="reload-button-container"> | |
<a class="reload-button"> | |
<span class="half-circle"></span> | |
<span class="circle"></span> | |
<span class="cog"></span> | |
<span class="arrows"></span> | |
reload button | |
</a> | |
</div> |