<!DOCTYPE html>
    <html lang="en">
        
    <head>
<script src="https://use.typekit.net/pgn4rci.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
  
  <!-- Organic SEO / Metatags Information -->
  
  <meta charset="utf-8" >
  <meta name="restaurant" content="chinese cuisine">
  <meta name="keywords" content="Sushi, Shrimp, Habachi, Cuisine">
  <meta name="restaurant" content="Town">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
            
                <title>Welcome to TOWN</title>
        <style>
      ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: grey;
}

.active {
    background-color: firebrick;
}
            img {
    display: block;
    margin: 0 auto;
}
            .center {
    text-align: center;
    border: 6px solid firebrick;
}
            p.one {
    border-style: solid;
    border-color: firebrick;
    text-align: center;
}
            h2 {
    font-size: 32px;
}
</style>
        <link href="http://www.geocities.ws/showdivine/GRA310/index.html#.css" rel="stylesheet" type="text/css">
    </head>
    <body>
        <div class="center">
        
        <h2 style="color:grey;"> WELCOME TO TOWN!</h2>
       
       
       <!-- This is where the logo will sit -->
        <img src="images/Logo.jpg" alt="Logo"
             style="width:300px;height:100px;"/>
        <br>
           <!-- coding for the navigation menu  -->
            <ul>
  <li><a class="active" href="#">Home</a></li>
  <li><a href="reservations.html">Reservations</a></li>
  <li><a href="menu.html">Menu</a></li>
  <li><a href="about.html">About Us</a></li>
</ul>
    
       <!-- Town's Mission Statement goes here  -->
        
<h1 style="color:firebrick;">Mission Statement:</h1>
        
<h3 style="color:grey;">To bring quality, style and the wish for good fortune
to all of our guests. 
We provide a high-end experience
through Chinese cuisine.<br />  
Our audience is a high-end clientele who values a dining experience. 
    
 </h3>
            
        <img src="images/mainepageimage.jpg" alt="main page image 1" style="width:600px;height:400px;">
            
               <!-- Town's Vision goes here -->
               
                <h2 style="color:firebrick;">Vision:</h2>
        
<h3 style="color:grey;">       
Our vision for the future is to create experiential dining that is more than just a night out. <br />
    
We aim to bring quality and luxury across all aspects of our brand. 
        <br />
    
The approach of TOWN is to develop our brand with the understanding of both our
culture and consumer insights. 

<br />
Within our vision always lives the promise of inspiring
creativity, conversation and quality.
    </h3> 
            
    <img src="images/sushi_and_sashimi_for_two.jpg" alt="mainpageimage2" style="width:600px;height:400px;">
        <br />
 </div>
 <p class="one">©2017 TOWN | 777 Town Road,   Boston, MA 02115 | 978.777.8888</p>  
        
    </body>
    </html>