Website
Jump to navigation
Jump to search
General Note: Avoid same name convention
Viewing the Web Page
Editing the Web Page
Enter the following into you file browser: \\seniord.ece.iastate.edu\seniord\may1332. This only works with computers connected to the Iowa State network.
Directory Structure
./html pages./docsweekly reports, design documents, etc..../assets/imgimages for web pages
Twitter Bootstrap
The web page uses the Twitter Bootstrap framework for design and stylization.
Editing Content
Add content between the two comments 'Page content below here" and "Page content above here".
<!-- ########## Page content below here ##########-->
<div class="row-fluid">
<div class="span7">
<h2>Title Of Heading</h2>
<p>Text Goes Here</p>
</div>
<div class="span5">
<div class="thumbnail">
<img src="./assets/img/imagename.jpg" alt="">
<p>Thumbnail caption...</p>
</div>
</div>
</div><!-- End Row Fluid -->
<!-- ########## Page content above here ##########-->