ball.html 1.41 KB
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 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
<!DOCTYPE html>
<html>
<head>
<style>
	body {
		background-image: url("miller.jpg");
		background-size: cover;
	}
</style>
<link rel="stylesheet" type="text/css" href="bootstrap copy.css">
	<title>Ballislife</title>
</head>
<body class="container">
<h1 style="color: white">Ballislife</h1>
<p style="text-align:center; color: white">(before college)</p>
	<div class="row">
		<div class="col-md-4 well" align="center">
			<img src="noob.jpg" height="250" width="250">
			<p>Humble beginnings</p>
		</div>

		<div class="col-md-4 well" align="center">
			<img src="meeting.jpg" height="250" width="250">
			<p>Confrontations, discussions</p>
		</div>

		<div class="col-md-4 well" align="center">
			<img src="tough.jpg" height="250" width="250">
			<p>The road was tough</p>
		</div>
	</div>

	<div class="row">
		<div class="col-md-4 well" align="center">
			<img src="uaap3.jpg" height="250" width="250">
			<p>But just kept going</p>
		</div>

		<div class="col-md-4 well" align="center">
			<img src="friends.jpg" height="250" width="250">
			<p>Met more firends</p>
		</div>

		<div class="col-md-4 well" align="center">
			<img src="champs2013.jpg" height="250" width="250">
			<p>Got to victory</p>
		</div>
	</div>
	<div class="row">
	<div class="col-md-8 well">
		<h2>But what's next?</h2>
		<p><a href="legacy.html">Continue the legacy</a></p>	
		<p>or</p>
		<p><a href="travel.html">Make a change</a></p>
	</div>
	</div>
</body>
</html>