menu.ejs 3.46 KB
<!DOCTYPE html>
<html lang="en">

  <head>
    <meta charset="utf-8">

      <!-- Bootstrap core CSS -->
    <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom fonts for this template -->
    <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
    <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'>

    <!-- Custom styles for this template -->
    <link href="css/grayscale.min.css" rel="stylesheet">

    <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script>

      <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
      <link rel="stylesheet" href="https://jqueryui.com/resources/demos/style.css">
      <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
      <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>

  <title>메뉴</title>

  <style type="text/css">
  .reservationTheme{
    background:url('/img/s.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }

  .container{
    text-align: center;
  }
  .form-group{
       vertical-align: center;
  }
    </style>
      <section id="about" class="reservationTheme content-section">
        <div class="container "text-align=" center">
          <br><br><br><br>
        <h1>MENU</h1>
          <h2>오늘의 특선메뉴<h2>
          <image src = "/img/킹크랩.jpg"  width=400 height=300>
          <p>킹크랩스페셜   1인당 50,000원 </p>

          <br>
          <h2>활어회<h2>
          <image src = "/img/광어.jpg" width=400 height=300>
          <p>광어         소 38,000원 / 중 48,000원 / 대 58,000원 </p>
          <image src = "/img/농성어.jpg"  width=400 height=300>
          <p>농성어         시가</p>
          <image src = "/img/시메사바.jpg"  width=400 height=300>
          <p>시메사바      50,000원</p>
          <image src = "/img/연어모둠회.jpg"  width=400 height=300>
          <p>연어모듬회    소 42,000원 / 중 52,000원 / 대 62,000원</p>
          <image src = "/img/전복.jpg" width=400 height=300>
          <p>전복         25,000원</p>
        <br>
        <h2>특별정식<h2>
          <image src = "/img/점심정식.jpg"  width=400 height=300>
          <p>점심정식       1인당 9,900원 / 평일 11:00 ~ 15:00</p>
          <image src = "/img/점심특선.jpg"  width=400 height=300>
          <p>점심특선       1인당 20,000원 / 평일 11:00 ~ 15:00</p>

        <br>
        <h2>해산물<h2>
        <image src = "/img/물회.jpg"  width=400 height=300>
        <p>물회              45,000원</p>
        <image src = "/img/생우럭탕.jpg"  width=400 height=300>
        <p>생우럭탕           30,000원</p>
        <image src = "/img/해산물모둠.jpg"  width=400 height=300>
        <p>해산물모둠         3,5000원</p>
        <image src = "/img/대하구이.jpg"  width=400 height=300>
        <p>대하구이           50,000원</p>



<br>
          <a href="/first" class="btn btn-default btn-lg">홈으로</a>

          </div>
  </head>
</html>