<!DOCTYPE html>
<html>
<head>
<title> Troop #29 </title>
<!-- link to external css stylesheet -->
<link type="text/css" rel="stylesheet" href="stylesheet.css">
<!-- external JavaScript file
<script type="text/javascript" src="myJS.js"> </script> -->
</head>
<body>
<div id="CChead"> <!-- class="myClass" then in css .myClass -->
<!-- h1, h2, h3 ... h6 -->
<h1> < <span style="color:blue;"> Coder </span> Camps /> </h1>
</div>
<h2> Meet the campers of troop #29 </h2>
<p>
A group of individuals with various backgrounds, uniting from all over the globe (or at least the United States),
<br/>
with the common goal of learning software development/web site development and redefining our professional lives.
</p>
<table border="2">
<tr>
<td>
<h4> Yinjie Luo </h4>
<a href="http://yinjiel.blogspot.com/">
<img src="images/yinjieluo.jpg">
</a>
</td>
<td>
<h4> Lacey Mulkey </h4>
<a href="">
<img src="images/laceymulkey.jpg">
</a>
</td>
<td>
<h4> Isaac Williams </h4>
<a href="https://plus.google.com/118245179669731297062/posts">
<img src="images/isaacwilliams.jpg">
</a>
</td>
</tr>
<tr>
<td>
<h4> Ryan McDaniel </h4>
<a href="">
<img src="images/ryanmcdaniel.jpg">
</a>
</td>
<td>
<h4> Shawn Saeed </h4>
<a href="http://shawnsaeed.blogspot.com/">
<img src="images/shawnsaeed.jpg">
</a>
</td>
<td>
<h4> Debra Joyner </h4>
<a href="http://debrajoyner.blogspot.com/">
<img src="images/debrajoyner.jpeg">
</a>
</td>
</tr>
<tr>
<td>
<h4> Yola Lu </h4>
<a href="http://yolajlucc29.blogspot.com/">
<img src="images/yolalu.jpg">
</a>
</td>
<td>
<h4> Daniel Marston </h4>
<a href="">
<img src="images/danielmarston.jpg">
</a>
</td>
<td>
<h4> Andy Trewyn </h4>
<a href="http://atrewyn.blogspot.com/">
<img src="images/andytrewyn.jpg">
</a>
</td>
</tr>
<tr>
<td>
<h4> J. Andrew Brassington </h4>
<a href="http://bootcampcoder.blogspot.com/">
<img src="images/andrewbrassington.png">
</a>
</td>
<td>
<h4> James Donner </h4>
<a href="http://nibblebucket.blogspot.com/">
<img src="images/jamesdonner.jpg">
</a>
</td>
<td>
<ul> <!-- unordered (bulleted) list or use <ol> for ordered (numbered> list -->
<li> <h4> Boris Shporkin </h4> </li>
<li> <h4> James Graham </h4> </li>
<li> <h4> Amijot Sohal </h4> </li>
</ul>
</td>
</tr>
</table>
</body>
</html>
Yes, they are from all over the globe. One of the guys is coming from the UK just to be in your troop!
ReplyDeleteGood work, by the way. ;)
I wish I could just skip out on work and spend my days learning to code. Soon enough I guess :) I can't wait to meet everyone.
ReplyDelete