
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Gabriel LaGrossa - Welcome to My Site</title>
<link rel="stylesheet" href="main.css">

<body>
	<header>
		<h1>Gabriel LaGrossa</h1>
		<h2>Welcome to My Website</h2>
		
		<nav>
		<a href= "index.html">Home</a>  
		<a href= "about.html">About</a> 
		<a href= "gallery.html">Gallery</a> 
		<a href= "media.html">Media</a>  
		<a href= "links.html">Links</a>  
		</nav>
	</header>
		

		
	<main>
		<h1>Home</h1>
		<h2>Welcome to My D3 Track & Field Website</h2>
        <h3>On this page you will find information about me, my sport, and the events that I compete in!</h3>
		<h4>Feel free to explore the website, learn about track & Field, watch videos about my events, and feel free to reach out for help or information about long jump!</h4>
		
		
	</main>
	
		
<footer>
		Gabriel LaGrossa
		lagrossa@susqu.edu
        484-949-5821		
		Twitter - @gabelagrossa  Facebook - @track gdl
	</footer>

</body>

</html>