<!DOCTYPE html>
<html>
<head>
<style>
	body {
		background-image: url("antartica.jpg");
		background-size: cover;
	}
</style>
<link rel="stylesheet" type="text/css" href="bootstrap copy.css">
	<title>Travel</title>
</head>
<body class="container">
	<h1 style="color: white">My experience of the world</h1>
	<div class="row">
		<div class="col-md-4 well" align="center">
			<img src="cable.jpg" height="250" width="250">
			<p>I really love to travel</p>
		</div>

		<div class="col-md-4 well" align="center">
			<img src="snow.jpg" height="250" width="250">
			<p>And appreciate the views</p>
		</div>

		<div class="col-md-4 well" align="center">
			<img src="osaka.jpg" height="250" width="250">
			<p>From cities</p>
		</div>
	</div>

	<div class="row">
		<div class="col-md-4 well" align="center">
			<img src="bangka.jpg" height="250" width="250">
			<p>to the outdoors</p>
		</div>

		<div class="col-md-4 well" align="center">
			<img src="ski.jpg" height="250" width="250">
			<p>willing to try new things</p>
		</div>

		<div class="col-md-4 well" align="center">
			<img src="passport.jpg" height="250" width="250">
			<p>I'm off!</p>
		</div>
	</div>
	
	<div class="row">
		<div class="col-md-8 well">
			<h2>Where next?</h2>
				<p><a href="explore.html">Travel pa more</a></p>	
				<p>or</p>
				<p><a href="ball.html">Back to my roots</a></p>
		</div>
	</div>
		
</body>
</html>