This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Sample DOM Structure
Sergio Cruz edited this page Aug 22, 2016
·
2 revisions
<div id="badges">
<div class="course">
<h3>Accelerating Through Angular 2</h3>
<img src="https://d1ffx7ull4987f.cloudfront.net/images/achievements/large_badge/645/accelerating-through-angular-2-e6bdfefbcf188faad87fbea650881a03.png">
<a class="btn btn-primary" target="_blank" href="http://www.codeschool.com/courses/accelerating-through-angular-2">See Course</a>
</div>
<div class="course">
<h3>Powering Up With React</h3>
<img src="https://d1ffx7ull4987f.cloudfront.net/images/achievements/large_badge/624/course-complete-9735ab04d353c7aa4d5677ebefa7823c.png">
<a class="btn btn-primary" target="_blank" href="http://www.codeschool.com/courses/powering-up-with-react">See Course</a>
</div>
<div class="course">
<h3>The Sequel to SQL</h3>
<img src="https://d1ffx7ull4987f.cloudfront.net/images/achievements/large_badge/518/course-complete-61a5b8d40f49efccf26fd3e84619545b.png">
<a class="btn btn-primary" target="_blank" href="http://www.codeschool.com/courses/the-sequel-to-sql">See Course</a>
</div>
</div>