track.html 2.75 KB
Newer Older
Henry Gonzales's avatar
Henry Gonzales committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
<!DOCTYPE>
<html> 
<title> Track and Field life </title> 
<link rel="stylesheet" type="text/css" href="../css/bootstrap.css">

<head> 
<h1 style ="text-align:center;">Henballs with the track team </h1>
</head> 
<body>

<div class="row">
	<div class="col-md-12 well">
	<h2 style= "text-align:center;"> It started out as a supplementary sport for basketball </h2>
	</div>

	<div class ="col-md-3">
	<p style ="font-size:20px"> Gr.7 3 gold medals to debut his career </p>
	<img src="../pics/track4.jpg" width="550" height="400";>
	<p> Trying out the 110 hurdles for the first time </p>
	</div>

	<div class ="col-md-3">
	<p style ="font-size:20px">1st yr HS 1 gold medal  </p>
	<img src="../pics/track3.jpg" width="500" height="400";>
	<p> Discovering my talent for long jump </p>
	<p> UAAP debut </p>
	</div>

	<div class ="col-md-3">
	<p style ="font-size:20px"> 2nd yr HS (slacked off) </p>
	<img src="../pics/track5.jpg" width="500" height="400";>
	<p> Was too noob to win anything this year</p>
	</div>

	<div class ="col-md-3">
	<p style ="font-size:20px"> 3rd yr HS bronze medal in the Octathlon </p>
	<img src="../pics/track6.jpg" width="500" height="400";>
	<p> The beginning of the comeback </p>
	</div>

	</div>


<div class="row">
	<div class="col-md-12 well">
	<h2 style= "text-align:center;">4th yr HS double bronze + gold medal long jump</h2>
	<p style= "text-align:center">  Back to winning ways </p>
	</div>

	<div class ="col-md-6">
	<img src="../pics/track7.jpg" width="600" height="400";>
	<p>  Bronze medal high jump </p>
	</div>

	<div class ="col-md-6">
	<img src="../pics/track8.jpg" width="600" height="400";>
	<p> 4x100m relay team</p>
	<p> Si pmac nagbuhat </p>
	</div>

	</div>

	<div class="row">
	<div class="col-md-12 well">
	<h2 style= "text-align:center;">College </h2>
	</div>
    
	<div class ="col-md-12">
	<p style ="font-size:20px"> 1st yr College </p>
	<img src="../pics/track9.jpg" width="600" height="400" align="middle";>
	<p>  Philippine National Games medalist(2) </p>
	</div>
	
	</div>

	<div class="row">
	<div class="col-md-12 well">
	<h2 style= "text-align:center;"> Present Time</h2>
	<p style= "text-align:center; font-size:20px">  Decathlon Bronze medal </p>
	</div>

<div class ="col-md-4">
	<img src="../pics/track10.jpg" width="600" height="400";>
	<p>  Decathlon high jump </p>
	</div>

	<div class ="col-md-4">
	<img src="../pics/track11.jpg" width="600" height="400";>
	<p> Henballs finishing the Decathlon 400m </p>
	</div>

	<div class ="col-md-4">
	<img src="../pics/track12.jpg" width="650" height="500";>
	<p> Warming up before the Decathlon 110m hurdles</p>
	</div>
</div>



	<ul style = "text-align:right"> <a href="trackending.html">If he leaves </a></ul>
	<ul style = "text-align:left"> <a href="trackending2.html">If he continues </a></ul>
</body>
</html>