pros.html 828 Bytes
Newer Older
Norman Macasaet's avatar
Norman Macasaet 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
<!DOCTYPE html>
<html>
<head>
	<title>Pros</title>
	<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body class="container">
<h1 id="main-h1">Then I become a pro</h1>
	<div class="row" align="center">
		<div class="col-md-6 well" align="center">
			<img src="jeter.png" height="600" width="500">
			<h6>.....and maybe have a logo like that</h6>
		</div>

		<div class="col-md-6 well" align="center">
			<img src="locker.jpg" height="450" width="500"></a>
			<h6>....plus a cool locker room</h6>
		</div>

		<div class="col-md-4 well" align="center">
			<img src="charity.jpg" height="200" width="300">
			<h6>... don't forget acts of charity</h6>
		</div>

		<div class="col-md-4 well" align="center">
			
			<h3>FIN</h3>
			<p><a href="start.html">back to start</a></p>
			
		</div>
	</div>
</body>
</html>