-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutUs.html
52 lines (47 loc) · 2.33 KB
/
aboutUs.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@600&display=swap');
</style>
</head>
<body class = "aboutUsbg">
<script src="script.js"></script>
<div class = "wrap">
<nav class="navBar" style="width:148%;">
<div class = "navFlex">
<article>
<a class="navElements" href="menu.html">MENU</a>
</article>
<article>
<a class="navElements" href="aboutUs.html">ABOUT US</a>
</article>
<article>
<a class= "navHome" href="home.html">HYPERNOVA BISTRO</a>
</article>
<article>
<a class="navElements" href="team.html">TEAM</a>
</article>
<article>
<a class="navElements" href="contact.html">CONTACT</a>
</article>
</div>
</nav>
<div class = "menuHeader" style="background-image: none;" >
<p class = "homeText" >ABOUT US</p>
</div>
<div class = "aboutUs_flex">
<container>
<p class = "aboutUs_text"> two years after the first successful interstellar space mission in 3021, <span style= "color:#9756cd;">hypernova bistro</span> opened its doors... many, many lightyears away from planet Earth. as the first restaurant in space, we knew that the expectations were high. <span style= "color:#9756cd;">hypernova</span> quickly established itself as the optimum of space dining. across the galaxy, many wonder how our foods reaches such soaring levels of greatness. our secret lies in the purity and extravagance of our ingredients. we send missions of experienced chefs to go planet hopping and collect rare elements and ingredients. they venture through sandy dunes, freezing icelands, and boiling lava to find ingredients to bring back to the base. this, combined with our on-base chefs recruited from every corner of the galaxy, make <span style= "color:#9756cd;">hypernova bistro</span> the greatest in space. </p>
</container>
<container style="margin: 2%; margin-left: 26%; margin-right: 2%; margin-top: 2%; border: solid lavender 2px;">
<img src="aboutUs_img.jpg">
</container>
</div>
</body>
</html>