-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
134 lines (128 loc) · 5.2 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="Learn about Moon Sushi's journey in Longyearbyen, Svalbard. Inspired by master chef Hiroshi Takeda, our story celebrates the fusion of Japanese tradition and Arctic flavors. Discover our heritage today!">
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="icon" href="icons/moonsushi-favicon.svg" type="image/x-icon">
<link rel="shortcut icon" href="icons/moonsushi-favicon.svg" type="image/x-icon">
<title>Document</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar fixed-top justify-content-center">
<div class="container w-100 navbar-container">
<div class="row mx-auto">
<div class="text-center">
<img class="logo md-" src="icons/moonsushi-logo.svg" alt="moonsushi-logo">
</div>
</div>
<div class="row w-100 mx-auto">
<div class="col-4"></div>
<div class="col-4 navbar-expand" id="navbarNavAltMarkup">
<div class="navbar-nav justify-content-center">
<a class="nav-link link-light" href="index.html">Home</a>
<a class="nav-link link-light" href="menu.html">Menu</a>
<a class="nav-link link-light fw-bold" href="about.html">About</a>
</div>
</div>
<div class="col-4"></div>
</div>
</div>
</nav>
<!-- Navbar -->
<!-- Content -->
<div class="content h-100 text-center">
<div class="subcontent mx-auto">
<div class="row">
<div class="card text-box">
<h3>
About Us
</h3>
<p>Moon Sushi is inspired by the legendary journey of a master sushi chef from feudal Japan, Hiroshi
Takeda. Known for his unparalleled skill in sushi-making, Hiroshi was driven by a desire to share
his culinary expertise with distant lands.
</p>
<br>
<p>His extraordinary voyage took him through treacherous seas and icy landscapes, ultimately leading him
to the remote archipelago of Svalbard. Captivated by the pristine beauty of the Arctic, he decided
to settle in this enchanting land.
</p>
<br>
<p>In Svalbard, Hiroshi began to blend traditional Japanese techniques with the fresh, local ingredients
he discovered. His sushi became a symbol of harmony between cultures, celebrating the fusion of
Japanese artistry and Arctic flavors.
</p>
<br>
<p>Today, Moon Sushi carries on Hiroshi's legacy, honoring his spirit of adventure and dedication to
quality.
</p>
</div>
</div>
<div class="row">
<div class="col card text-box me-2">
<h3>
Opening Hours
</h3>
<p>
Monday: Closed <br>
Tuesday: 17:00-23:00<br>
Wednesday: 17:00-23:00<br>
Thursday: 17:00-23:00<br>
Friday: 17:00-23:00<br>
Saturday: 17:00-23:00<br>
Sunday: 17:00-23:00<br>
</p>
</div>
<div class="col card text-box ms-2">
<h3>
Contact
</h3>
<p>
hello@moonsushi.xyz <br>
+4745 - 35 46 57
</p>
<h3>
Address:
</h3>
<p>
Vei 509 1, Longyearbyen 9170, Svalbard and Jan Mayen
</p>
</div>
</div>
<div class="row">
<div class="card">
<h3>
Find Us
</h3>
<div class="map">
<iframe title="OpenStreetMaps iframe" style="height:100%;width:100%;"
src="https://www.google.com/maps/embed/v1/place?q=Longyearbyen+Apartment,+Vei+509+1,+Longyearbyen,+Svalbard+and+Jan+Mayen&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Content -->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js"
integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy"
crossorigin="anonymous"
></script>
</body>
</html>