Examples of various animated CSS3 progress bars.
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
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> | |
<link href='https://fonts.googleapis.com/css?family=Raleway:400,100,700,300' rel='stylesheet' type='text/css'> | |
<div id="map-locator"> | |
<div class="container clearfix"> | |
<div class="one_half"> | |
<h3>For Emergency </h3><br> | |
<p>Roofing Services</p> | |
<a href="sms://+17274253747?body=I%27m%20interested%20in%20your%20product.%20Please%20contact%20me." class="btn btn-primary m-3">Send SMS message</a> |
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="app"> | |
<div class="cardList"> | |
<button class="cardList__btn btn btn--left"> | |
<div class="icon"> | |
<svg> | |
<use xlink:href="#arrow-left"></use> | |
</svg> | |
</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
<br /> | |
<div id="mp3Player"> | |
<div id="mp3PlayerButtons"> | |
<a onclick="bntMp3Play();"><i class="fa fa-play fa-2x" aria-hidden="true"></i></a> | |
<a onclick="bntMp3Pause();"><i class="fa fa-pause fa-2x" aria-hidden="true"></i></a> | |
<a onclick="bntMp3Stop();"><i class="fa fa-stop fa-2x" aria-hidden="true"></i></a> | |
</div> | |
<div id="mp3PlayerProgressBar"> | |
<div id="slider"> | |
<div id="currentTimeBar"></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="wrapper"> | |
<div class="preview"> | |
<div class="half bigger"></div> | |
<div class="half fourth"></div> | |
</div> | |
<div id="articles"> | |
<div class="post-list"></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
<script type="text/javascript" src="//use.typekit.net/qqh1pgl.js"></script> | |
<script type="text/javascript">try{Typekit.load();}catch(e){}</script> | |
<div class="qwrapper"> | |
<nav role='navigation'> | |
<ul> | |
<li><a href="#">Land Surveyors United Community</a></li> | |
</ul> |
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="wrapper"> | |
<div class="preview"> | |
<div class="half bigger"></div> | |
<div class="half fourth"></div> | |
</div> | |
<div id="articles"> | |
<div class="post-list"></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="qrdiv"> | |
<canvas id="qrcanv">No Canvas Support?</canvas> | |
</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
<nav> | |
<div class="nav-wrapper"> | |
<div class="row"> | |
<div class="col s12"> | |
<a href="https://landsurveyorsunited.com/hubs/excel" target="_blank" class="brand-logo">Land Surveyor Spreadsheet Tools<span class="hide-on-small-only"> submitted by Land Surveyors United Members</span> | |
<span class="hide-on-small-only" style="font-weight: 100; font-size: 0.4em; opacity:0.5;"> | |
v1.0.0 | |
</span> | |
</a> | |
<ul class="right"> |