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
<!-- Example row of columns --> | |
<div class="row"> | |
<div class="span4 carshow"> | |
<img src="images/engines.jpg" alt="Auto Show - Deland, FL" /> | |
<h2>Deland, FL</h2> | |
<h3>October 20, 2009</h3> | |
<p>Downtown Deland is a quaint area in between Orlando and Daytona beach with a classic auto show every Saturday. Come have fun in the sun with us in mainstreet from 10am-2pm.</p> | |
</div> | |
<div class="span4 carshow"> |
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
<header> | |
<h1>Classic Auto Shows</h1> | |
<p>Our Classic Auto Shows are coming to a city near you. Featuring the best in exotic hot rods and classic automobiles. With over $250,000 in auctions and a whole lot of fun...don't miss our next show in a city near you.</p> | |
</header> |
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
<!-- Le javascript | |
================================================== --> | |
<!-- Placed at the end of the document so the pages load faster --> | |
<script src="_/js/jquery.js"></script> | |
<script src="_/js/bootstrap-transition.js"></script> | |
<script src="_/js/bootstrap-alert.js"></script> | |
<script src="_/js/bootstrap-modal.js"></script> | |
<script src="_/js/bootstrap-dropdown.js"></script> | |
<script src="_/js/bootstrap-scrollspy.js"></script> | |
<script src="_/js/bootstrap-tab.js"></script> |
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
<!-- Le javascript | |
================================================== --> | |
<!-- Placed at the end of the document so the pages load faster --> | |
<script src="_/js/jquery.js"></script> | |
<script src="_/js/bootstrap.js"></script> |
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
body { | |
background: #158D90; | |
} | |
header { | |
font-family: 'Droid Serif', Georgia, serif; | |
font-size: 1.2em; | |
padding: 0 10%; | |
} |
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
.carousel { | |
border: 10px solid #FFF; | |
-webkit-transform: rotate(1deg); | |
-moz-transform: rotate(1deg); | |
-ms-transform: rotate(1deg); | |
-o-transform: rotate(1deg); | |
transform: rotate(1deg); | |
filter: progid:DXImageTransform.Microsoft.Matrix( M11=0.9986295347545738, M12=-0.05233595624294383, M21=0.05233595624294383, M22=0.9986295347545738, sizingMethod='auto expand'); | |
zoom: 1; | |
-webkit-box-shadow: 10px 10px 20px #002624; |
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
.carshow { | |
font-family: 'Droid Serif', Georgia, serif; | |
} | |
.carshow h2 { | |
font-family: "Lobster two"; | |
font-weight: normal; | |
color: white; | |
margin: 0; | |
padding: 0; |
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
{ "speakers": [ | |
{ "firstname": "Ray", | |
"lastname": "Villalobos", | |
"category": "Front End", | |
"title": "Bootstrap & CSS Preprocessors", | |
"image": "http://barcampdeland.org/images/speaker_rayvillalobos.jpg", | |
"link": "http://iviewsource.com", | |
"bio": "Ray Villalobos is a full-time author and teacher at lynda.com. He is author of the book, Exploring Multimedia for Designers. He has more than 20 years experience in developing and programming multimedia projects. Previously at Entravision Communications, he designed and developed a network of radio station and TV web sites. As a senior producer for Tribune Interactive, he was responsible for designing orlandosentinel.com and for creating immersive multimedia projects and Flash games for the site.", | |
"description": "As responsive design continues to take over the web, front-end developers and designers have turned to preprocessors and layout systems that simplify their workflow. Lynda.com staff author Ray Villalobos will talk about using the Bootstrap framew |