-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
76 lines (66 loc) · 3.02 KB
/
team.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
<!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>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@1,700&display=swap" rel="stylesheet">
</head>
<body class="team_bg">
<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" style="margin-left:4.5%;">TEAM</p>
</div>
<p class="aboutUs_text" style="width:1150px; margin-top:2%; margin-left: -7%; margin-bottom:0px; text-align:justify; line-height: 1.2;">our founders prefer to leave behind the fame that comes with being elite restaurantieres. they live on a secluded planet in an air of mystery--to this day, nobody knows where they are. the last time they were seen was the grand opening of hypernova bistro. i guess they <center class="aboutUs_text" style="text-align:center; margin-top:0px; margin-left: 23%; margin-bottom: 0px;">had a lot of trust in their creation!(rightly so)</center></p>
<div class = "team_flex">
<container>
<img src="astronaut.jpg" style="width: auto; height: 600px; border: double 4px white;">
</container>
<container>
<img src="alien.png" style="width: 80%; height: auto; border: double 4px white; margin-left: 17%;">
</container>
<container>
<p class="aboutUs_text" style= "text-align:center; margin: 0px; margin-left: -9%;">Astro N. Ought</p>
</container>
<container>
<p class="aboutUs_text" style= "text-align:center; margin: 0px; margin-left: 15%;">Ailee Yen</p>
</container>
</div>
<div class="navBarBottom">
<div class = "bNavBarLinks">
<a href="home.html">home</a>
<a href="menu.html">menu</a>
<a href="aboutUs.html">about us</a>
<a href="team.html">team</a>
<a href="contact.html">contact</a>
</div>
<em style="padding-left:30.5%; padding-bottom: 3%; color: #8C1C13; font-family: 'Fraunces', serif"> *Disclaimer: pictures are not mine. Image credit: <a href="https://images.nasa.gov/details-S65-34635">left</a> & <a href="https://www.reddit.com/r/Art/comments/d6yx62/portrait_of_an_alien_me_oil_on_canvas_2019/">right</a>.</em> <br>
</div>
</div>
</body>
</html>