-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvisitorsPage.html
191 lines (135 loc) · 5.46 KB
/
visitorsPage.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html>
<head>
<title>Happy Valley - Visitors</title>
<link rel="icon" type="image/x-icon" href="./assets/happy_valley_logo2.png">
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<!-- Header with naviagtion urls -->
<div class="navigation_bar">
<img class="logo" src = "assets/happy_valley_logo2.png" alt="Theme Park Logo" >
<h2 class="title">Happy Valley</h2>
<ul class="">
<li><a href="index.html">Home</a></li> <!-- Return always to home (main page) -->
<li><a href="#services">Services</a></li> <!-- Scroll to services -->
<li><a href="#attractions">Attractions</a></li> <!-- Scroll to Attractions -->
<li><a href="#shopping">Shopping</a></li> <!-- Scroll to Shopping -->
</ul>
<button onclick="window.location.href='tickets.html';" target="_blank">Buy Ticket</button> <!-- Navigate to buy ticket -->
</div>
<div class="stories-container">
<h1 style="text-align: center;">Visitors stories</h1>
<div style="display: flex;">
<div class="story">
<div style="display: flex;">
<img src="assets/story1.gif" alt="Woman on theme park" width="200" >
<img src="assets/story2.jpg" alt="Woman with daughter on carrousel" width="200">
</div>
<div style="display: flex;">
<img src="assets/story3.jpg" alt="Woman with daughter on carrousel">
<img src="assets/ahmedUpsidedown.jpg" alt="men upsideDown" width="200">
</div>
<div style="width: 100%; height: 2px; background-color: black; margin-top: 6px;"></div>
<div class="user-info" >
<img src="assets/profile1.jpg"/>
<div>
<p style="margin: 0px;"><b>Jon</b></p>
<span>2023-1-1 Monday</span>
</div>
</div>
</div>
<div class="story">
<div style="display: flex;">
<img src="assets/story4.jpg" alt="Woman on theme park" width="200" >
<img src="assets/story5.jpg" alt="Woman with daughter on carrousel" style="width: 50%;height: 180px;">
</div>
<div style="display: flex;">
<img src="assets/story6.jpg" alt="Woman with daughter on carrousel">
<img src="assets/rayRollercoaster.jpg" alt="men upsideDown" width="200">
</div>
<div style="width: 100%; height: 2px; background-color: black; margin-top: 6px;"></div>
<div class="user-info" >
<img src="assets/profile3.jpg" />
<div>
<p style="margin: 0px;"><b>Basim</b></p>
<span>2023-4-5 Sunday</span>
</div>
</div>
</div>
<div class="story">
<div style="display: flex;">
<img src="assets/rayRollercoaster.jpg" alt="Woman on theme park" width="200" >
<img src="assets/miyomiSakura.jpg" alt="Woman with daughter on carrousel" style="width: 50%;height: 180px;">
</div>
<div style="display: flex;">
<img src="assets/miyomiSakura.jpg" alt="Woman with daughter on carrousel" width="200">
<img src="assets/story7.jpg " alt="men upsideDown" width="200">
</div>
<div style="width: 100%; height: 2px; background-color: black; margin-top: 6px;"></div>
<div class="user-info" >
<img src="assets/profile2.jpg" />
<div>
<p style="margin: 0px;"><b>Ahmed</b></p>
<span>2023-5-16 Friday</span>
</div>
</div>
</div>
</div>
</div>
<div class="feedback" f>
<h1 style="text-align: center;">Comments & Feedback</h1>
<div style="display: flex;">
<div class="item" >
<p>The park was really fun, I enjoyed all the attractions and the food was really good, I hope to come back soon.</p>
<div style="width: 100%; height: 2px; background-color: black;"></div>
<div class="user-info" >
<img src="assets/profile3.jpg"/>
<div>
<p style="margin: 0px;"><b>Jessica Wang</b></p>
<span>2023-3-3 Starday</span>
</div>
</div>
</div>
<div class="item" >
<p>I went to the park with my younger brother Tarek and we could not believe
how amazing the attractions were, our favorite was the UpsideDown. I am looking
forward to visit the park again.
<div style="width: 100%; height: 2px; background-color: black;"></div>
<div class="user-info" >
<img src="assets/profile2.jpg" />
<div>
<p style="margin: 0px;"><b>Ahmed</b></p>
<span>2023-3-3 Monday</span>
</div>
</div>
</div>
<div class="item" >
<p>I am super happy with the attention from the staff, food was good,
the facilities were clean and I had a lot of fun. I will surely come back next summer. </p>
<div style="width: 100%; height: 2px; background-color: black;"></div>
<div class="user-info" >
<img src="assets/profile3.jpg"/>
<div>
<p style="margin: 0px;"><b>Bianca Rossi</b></p>
<span>2023-3-5 Wednesday</span>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="contact">
<h2>Contact Us</h2>
<div>
<img class="contact-icon" src="../assets/phone-icon.png" width="50" />
<span>+123 555 5555</span>
</div>
</div>
<div class="copyright">
<h4>Copyright Happy Valley 2023</h4>
</div>
</footer>
</body>
</html>