-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (99 loc) · 4.35 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/animation.css">
<link rel="stylesheet" media="screen and (min-width: 900px)" href="css/widescreen.css">
<link rel="stylesheet" media="screen and (max-width: 600px)" href="css/smallscreen.css">
<style>
@import url(https://fonts.googleapis.com/css?family=Bungee:regular);
</style>
<title>Document</title>
</head>
<body>
<div class="topnav">
<div class="topnav-menu">
<a class="active" href="../index.html"> Home</a>
<a href="sections/menu.html">Menu </a>
<a href="sections/about.html">About</a>
<a href="sections/work.html">Work</a>
<a href="sections/location.html">Location</a>
</div>
</div>
<div class="main-page">
<div class="top">
<h1 class="top-text">The super duper epic page about the amazing Orange Fish</h1>
<div class="top-fish">
<img class="top-fishanimation" src="img/orangefish.png" alt="">
</div>
</div>
<div class="homepage-menu">
<div class="menupage-text">
<h2>Menu</h2>
<b>Read our menu</b>
<p >Our menu features a variety of fish-based dishes from around the world, in a fast food setting. We also offer options for those with dietary restrictions or preferences.</p>
<button>
<a href="sections/menu.html#main-menu">Read more</a>
</button>
</div>
<div class="menupage-buttons">
<button class="menupage-button1">
<a href="sections/menu.html#child-menu">Child</a>
</button>
<button class="menupage-button2">
<a href="sections/menu.html#vegetarian-menu">Vegetarian</a>
</button>
</div>
</div>
<div class="sidepage">
<div class="sidepage-side1">
<img class="story-img" src="img/buuuu.png" alt="">
</div>
<div class="sidepage-side2">
<h1>The story about the OrangeFish</h1>
<b>Want to lear more about the OrangeFish?</b>
<br><br>
<li>What is OrangeFish?</li>
<li>Where is OrangeFish now in the industry?</li>
<li>How did OrangeFish come to be?</li>
<br>
<br>
<button><a href="sections/about.html">Read more</a></button>
</div>
</div>
</div>
<div class="homepage-work">
<div class="sidepage2">
<div class="sidepage-side1">
<img class="work-img" src="img/how-to-describe-a-fast-food-job-on-a-cv.jpg" alt="">
</div>
<div class="sidepage-side2">
<h1>work for us</h1>
<b>Work at the OrangeFish</b>
<p>Working at the OrangeFish will give you valueble work experience and help you on your way in the worklife. </p>
<p>OrangeFish supports work for the young also called WFTY. WFTY helps young students get a head start in the work life.</p>
<button><a href="sections/work.html">Read more</a></button>
</div>
</div>
</div>
<div class="location">
<h1>Locations</h1>
<br><br>
<a href="sections/location.html"><img class="location-map" src="img/map.png"></a>
</div>
<div class="botnav">
<a href="index.html"> <img src="img/orangefish.png" width="250px"></a>
<br><br>
<div class="botnav-icon1">
<a class="botnav-icon2" href=""><img src="img/icons8-insta-480.png" width="31px"></a>
<a class="botnav-icon2" href=""><img src="img/icons8-facebook-500.png" width="30px"></a>
<a class="botnav-icon2" href=""><img src="img/icons8-twitter-circled-500.png" width="30px"></a>
</div>
<p class="botnav-p">© Orange Fish 2024 - ALL RIGHTS RESERVED</p>
<a href="https://mementor.no/driftsavtale/">Operating agreement from Mementor</a>
</div>
<script type="module" src="story.js"></script>
</body>
</html>