<!DOCTYPE html>
<hmtl 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>About Us</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: grey;
    text-align: center;
}
			 p.one {
    border-style: double;
    border-width: 6px;
}
			
            h2 {
    font-size: 32px;
}
       h4 {
    font-size: 20px;
	text-align: center;
}
   
        </style>
    
    </head>
    <body>
        <div class="center">
       
         <!-- logo sits here -->
        
        <img src="images/Logo.jpg" alt="Logo"
             style="width:300px;height:100px;"/>
         <h1 style="color:firebrick;"> About Us</h1>
        
        <!-- Navigation menu -->
        <ul>
  <li><a href="index.html">Home</a></li>
  <li><a href="reservations.html">Reservations</a></li>
  <li><a href="menu.html">Menu</a></li>
  <li><a class="active" href="about.html">About Us</a></li>
</ul>
    
     <!--  Information about Town -->
<h4 style="color:grey;">
    Our audience is a high-end clientele who values a dining experience.
    <br /> 
    The age range
of our customers are from early 30s-60s. 
 <br />
  We welcome all our of our customers, family and friends to come back or to join us for both personal dining and events.</h4>
   
   <!-- Image -->
    <img src="images/SAMDI-Chinese-Restaurant-Danang.jpg">
      <p class="one">
      
      <!-- There is where we wll update and add customer reviews -->
    <h2 style="color:grey;">Customer Reviews:</h2>
        
<h3 style="color:firebrick;">       
"My Husband brought me here for our 25th Anniversary. It was all I could ever ask for." - Helen P. 
    
    <br /><br />
"If you are looking for both fine dining and a romanatinc night, look no further." - Richard S.
       
    <br /> <br />
    
"The atmopshere, food and service is like no other." - John B.
   
    </h3> 
       </p>
        </div>
    
     
    </body>
    </hmtl>