Skip to content

Instantly share code, notes, and snippets.

View mhoang's full-sized avatar

Mai Hoang mhoang

View GitHub Profile
<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>
<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>
@mhoang
mhoang / gist:37fe846e1b7f0038fabb
Created September 4, 2014 15:53
Twitter blade
<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>