-
Notifications
You must be signed in to change notification settings - Fork 9
/
instructions.html
18 lines (11 loc) · 1.51 KB
/
instructions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div role="tabpanel" class="tab-pane" id="instructions">
<p> </p>
<p>The basic idea is to work through the exercises in directory order, starting with 01-04 in ascending order, then picking through 05-08 in whatever order appeals to you. If you have time to also work through the more challenging exercises in 09 during the 90 minute workshop, well, then, you work quickly. :)</p>
<ul>
<li>Sections 01-04 are mostly about CSS: <a href="http://getbootstrap.com/css/" target="_blank">http://getbootstrap.com/css/</a></li>
<li>Sections 05-08 refer more to the javascript portion of Bootstrap, although you can accomplish much functionality with CSS and other attributes: <a href="http://getbootstrap.com/javascript/" target="_blank">http://getbootstrap.com/javascript/</a></li>
<li>Files are in pairs; all '*_DONE.html' files contain one possible solution; there are, of course, many others. The other html files are the starting points. All exercises can be completed with CSS classes alone, but can also instead be completed with bootstrap.js - or some combination of the 2. The solutions provided are almost exclusively CSS solutions.</li>
<li>Click the 'start' link for each section below to get oriented (overview, references, links), then use the links to see the starting and end states of the exercises
(this will give you a visual reference as you work), then open the first project (e.g., '01_grid_breakpoints/2evenCols.html') in your favorite text editor/IDE.</li>
</ul>
</div>