You are on page 1of 2

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Business Development Application Town of Grimisby</title>
<link rel="stylesheet" href="_css/style.css">
</head>
<body>
<div>
<header>
<!-- Company logo is dispalyed -->
<!-- Heading is given
Navigation Bar is created -->
<img src= "images/EcoTech.png" alt="EcoTech Logo" class="Logo" >
<h1>Business Development Application Town of Grimisby</h1>
<nav>
<ul>
<li> <a href="index.html">Home</a> </li>
<li> <a href="bio.html">Biography</a></li>
<li> <a href="gisProject.html">GIS Thesis Project</a></li>
<li> <a href="gMapsApi.html">Google Maps API </a></li>
<li> <a href="contact.html">Contact </a></li>
</ul>
</nav>

</header>

<main>
<!-- Welcome page is created and abbrevations were given -->
<img src="images/business.jpg">
<h2>Welcome</h2>
<p> Welcome to the Business Development Application - Town of
Grimsby Website. This website includes a detailed description
about the <abbr title="Business Development Application - Town
of Grimsby ">Thesis Project</abbr> as a part of
<abbr title="Geographic Information Systems - Geospatial
Management">GIS - GM </abbr> program at
Niagara College. This website includes information about the
Project manager,map of study area, and contact information
and google maps API illustrating location of GIS lab- Niagara
College, route from Niagara College to Grimsby i.e Study area and
study area. </p>
</main>

<!-- a footer created informing viewers about page creator -->


<footer>
<div class="footer">
<p>Written by: Neela Bariya.<br>
Visit us at:<br>
EcoTech Inc. <br>
bariya.neela@gmail.com<br>
8511 Jennifer Crescent, Niagara Falls<br>
L0S 1J0, ON, CANADA
</p>
</div>
</footer>
</div>
</body>
</html>

You might also like