Skip to content

Commit

Permalink
progress update, including misc test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgengel34 committed Sep 24, 2016
1 parent 32a2330 commit 01169b2
Show file tree
Hide file tree
Showing 8 changed files with 227 additions and 92 deletions.
6 changes: 5 additions & 1 deletion Explore.css
Expand Up @@ -39,6 +39,7 @@

#flexBoxSiteMap {
display:-ms-flexbox;
display:-webkit-box;
display:flex;
border: 1px solid black;
border-radius:25px ;
Expand All @@ -48,7 +49,10 @@
-ms-flex-flow:wrap;
-webkit-flex-flow:wrap;
flex-flow:wrap;

/*min-height:135px;*/
/*max-height:135px;*/
/*min-width:135px;*/
/*max-height:135px;*/
}

.siteButton {
Expand Down
18 changes: 9 additions & 9 deletions FirstNations.html
Expand Up @@ -100,12 +100,12 @@ <h2>The Five Tribes</h2>
<h3>Flags of the Tribes on Display in the Stone Cottage</h3>
<figure>

<img src="Images/FirstNations/tribalFlags1.jpg" alt="Flags of the Tribes on Display in the Stone Cottage" width="4000" height="" />
<img src="Images/FirstNations/tribalFlags1.jpg" alt="Flags of the Tribes on Display in the Stone Cottage" width="4000" />

<img src="Images/FirstNations/tribalFlags2.jpg" alt="Flags of the Tribes on Display in the Stone Cottage" width="4000" height=""/>
<img src="Images/FirstNations/tribalFlags2.jpg" alt="Flags of the Tribes on Display in the Stone Cottage" width="4000" />

<img src="Images/FirstNations/tribalFlags3.jpg" alt="Flags of the Tribes on Display in the Stone Cottage"
width="4000" height="" />
width="4000" />
</figure>
</article>
<article>
Expand All @@ -131,17 +131,17 @@ <h4>Inside the Stone Cottage:</h4>
<div class="col-md-6">
<figure style="width:340px;">
<img src="Images/FirstNations/StoneCottage1.jpg" alt="First Picture of the Stone Cottage Interior"
width="147" height="" />
width="147" />
<img src="Images/FirstNations/StoneCottage2.jpg" alt="Second Picture of the Stone Cottage Interior"
width="146" height="" />
width="146" />
</figure>
</div>
<div class="col-md-6">
<figure style="width:340px;">
<img src="Images/FirstNations/StoneCottage3.jpg" alt="Third Picture of the Stone Cottage Interior"
width="147" height="" />
width="147" />
<img src="Images/FirstNations/StoneCottage4.jpg" alt="Fourth Picture of the Stone Cottage Interior"
width="149" height="" />
width="149" />
</figure>
</div>
</div>
Expand Down Expand Up @@ -273,7 +273,7 @@ <h2>The Village</h2>
Watch this website and our FaceBook page for more information.
</p>
<figure>
<img alt="Three Crops in a Three Sisters Garden" src="images/FirstNations/ThreeSisters.jpg" width="1300" height=""/>
<img alt="Three Crops in a Three Sisters Garden" src="images/FirstNations/ThreeSisters.jpg" width="1300" />
<figcaption>Three Crops in a Three Sisters Garden</figcaption>
</figure>

Expand All @@ -291,7 +291,7 @@ <h3>
</div>
<div class="col-md-5">
<figure>
<img alt="Zuts" src="images/FirstNations/Zuts_150.jpg" width="150" height="" />
<img alt="Zuts" src="images/FirstNations/Zuts_150.jpg" width="150" />
<figcaption>Me! This is my picture! This is what I look like! Me!</figcaption>
</figure>
</div>
Expand Down

0 comments on commit 01169b2

Please sign in to comment.