<!DOCTYPE>
<html>
<title> Basketball Life</title>
<link rel="stylesheet" type="text/css" href="../css/bootstrap.css">

<head> 
<h1 style="text-align:center;"> What if Henballs never left the basketball team? </h1>
</head>
<body>
    <div class="row">
	<div class="col-md-12 well">
	<h2 style= "text-align:center;"> His career before he left </h2>
	</div>

	<div class ="col-md-3">
	<p style ="font-size:20px"> Gr.7 u-13 champion national team in Guam </p>
	<img src="../pics/guam.jpg" width="550" height="400";>
	<p> Finishing undefeated on the island of Guam with a record of 5-0 </p>
	</div>

	<div class ="col-md-3">
	<p style ="font-size:20px"> 1st yr HS Champion QCAA team </p>
	<img src="../pics/qcaa.jpg" width="500" height="400";>
	<p> Finishing undefeated with a record of 7-0 </p>
	</div>

	<div class ="col-md-3">
	<p style ="font-size:20px"> 2nd yr HS 3rd place PRADA Aspirants </p>
	<img src="../pics/2yr.jpg" width="500" height="400";>
	<p> Bowing out in the semis to a Xavier squad that had Jeron Teng, Jarrel Lim, and Kyles Lao: among the players who're playing big in college right now.</p>
	<p> Final record was 6-3 </p>
	</div>

	<div class ="col-md-3">
	<p style ="font-size:20px"> 3rd yr HS 3rd place PRADA Juniors </p>
	<img src="../pics/3yr.jpg" width="500" height="400";>
	<p> Dissapointing bronze medal finish </p>
	<p> Final record was 5-4 </p>
	</div>



	</div>


	<ul style = "text-align:right"> <a href="bballending.html">If he never left... </a></ul>
	<ul style = "text-align:left"> <a href="bballending2.html">If he left.. </a></ul>





</body>
</html>