- Speaker: Tommy Norman, Agile Coach and TFS developer for Omnicell (@tommynorman) (comfortablyscrum.com)
- agilenashville.com (@AgileNashville)
- Quick approvals
body { margin:0;padding:0; } | |
#tickers { bottom:0; position:fixed; width:100%; z-index:20;} | |
.ticker-wrap { display:none; height:25px; overflow:hidden;} | |
.ticker-wrap.active { display:block;} | |
.ticker-wrap:before, | |
.ticker-wrap:after { | |
background-position:top left; | |
content:' '; | |
display:block; |
<html> | |
<head> | |
<title>comTools Admin Home</title> | |
</head> | |
<frameset frameborder="0" framespacing="0" border="0" rows="133px, *, 24px"> | |
<frame scrolling="no" frameborder="0" noresize="" src="../../header/header.aspx?status=2" name="frmHeader"> | |
<html> | |
<head> | |
<title>LocalhostHeader</title> | |
<link rel="stylesheet" type="text/css" href="/comdatabase/casite/css/custom/mtd/mtdCss.css"> |
Tools: Fitness, Selinium, Cucumber
Jeff... ? http://www.linkedin.com/in/jeffdeskins
<!doctype html> | |
<html><head><title>whatever</title></head><body> | |
<div id="main-slider" class="carousel slide"> | |
<!-- Carousel items --> | |
<div class="carousel-inner"> | |
<div class="item active"> | |
<img src="http://placehold.it/470x360"> | |
</div> | |
<div class="item"> | |
<img src="http://placehold.it/470x360"> |
This came from a Digital Nashville talk on 5/17/2011. The speaker was [[http://www.viralorchard.com|Jeremy Scott]].
= SEO Basics (tl;dr) =
This came from a Digital Nashville talk on 5/17/2011. The speaker was [[http://www.viralorchard.com|Jeremy Scott]].
= SEO Basics (tl;dr) =
... | |
<div class="c-6"> | |
<a class="c-3" href="{{ path('product') }}"> | |
... | |
</a> | |
<a class="c-3" href="{{ path('product') }}"> | |
... | |
</a> |