Skip to content

Commit

Permalink
Add more cats
Browse files Browse the repository at this point in the history
  • Loading branch information
muhaochen committed Apr 6, 2024
1 parent 8290d48 commit 1a4ef32
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
Binary file added img/pets/lucky.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pets/mongosteen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pets/targali.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 40 additions & 1 deletion people.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,52 @@ <h3>Animal Friends</h3>

<div class="row-fluid">
<div class="span3">
<a href="# class="thumbnail">
<img src="./img/pets/lucky.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Lucky</a></h4>
<p>Lilac golden British shorthair cat</p>
</div>
</div>
<hr>

<div class="row-fluid">
<div class="span3">
<a href="# class="thumbnail">
<img src="./img/pets/mangosteen.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Mangosteen</a></h4>
<p>Just a cat</p>
</div>
</div>
<hr>

<div class="row-fluid">
<div class="span3">
<a href="# class="thumbnail">
<img src="./img/pets/xudabao.JPG"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Dabao Xu</a></h4>
<p>Silver shaded british shorthair schweine</p>
<p>Silver shaded British shorthair schweine</p>
</div>
</div>
<hr>

<div class="row-fluid">
<div class="span3">
<a href="# class="thumbnail">
<img src="./img/pets/targali.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Targa Li</a></h4>
<p>Lilac golden British longhair cat</p>
</div>
</div>
<hr>
Expand Down

0 comments on commit 1a4ef32

Please sign in to comment.