-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhog_royale.html
288 lines (264 loc) · 10.5 KB
/
hog_royale.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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="resources/misc/icon.png" />
<!-- Other CSS files -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://unicons.iconscout.com/release/v4.0.8/css/line.css"
/>
<!-- -->
<!-- Main CSS files -->
<link rel="stylesheet" href="styles/main.css" />
<link rel="stylesheet" href="styles/projects/clash.css" />
<link rel="stylesheet" href="styles/footer.css" />
<!-- -->
<title>Hog Royale | Ike Lim</title>
</head>
<body>
<!-- <section id="dev">
<div class="grid dev-container">
<div>
<h1 class="title">This page is currently under development. Please try again later.</h1>
<div class="flex">
<i class="uil uil-cog"></i>
<i class="uil uil-cog"></i>
</div>
</div>
</section> -->
<section id="splashscreen">
<div class="splashscreen-content grid">
<div class="heading scroll-hidden top">
<h1>
Hog
<span class="theme" style="color: var(--theme-colour)">Royale</span>
</h1>
<i><h4>Interactive Frontend Experience</h4></i>
</div>
<div class="roles flex scroll-hidden top">
<p>Frontend <span class="theme">Designer</span></p>
<p>Interactive <span class="theme">Exploration</span></p>
<p>Nov 2021 <span class="theme">- Dec 2021</span></p>
</div>
</div>
</section>
<div class="desc grid">
<div class="desc-content">
<div class="text scroll-hidden top">
<h1>The Project</h1>
<p>
The objective was to design an engaging character profile for a HTML
project. Our creativity was the limit. What came to mind was my
favourite character, Hog Rider, from a game I was excessively (maybe
too much) playing at that time - Clash Royale.
</p>
</div>
</div>
</div>
<div id="page-wrapper">
<div class="about page">
<div class="heading scroll-hidden top noanim">
<h2>Process</h2>
<p>The steps I took.</p>
</div>
<div class="part">
<div class="part-heading scroll-hidden top noanim" data-side="start">
<h3>The Approach.</h3>
<hr class="theme" />
</div>
<div class="about-content flex part" style="margin-bottom: 2vh">
<div class="text-content scroll-hidden left">
<p>
For the initial landing page, I wanted to create an
<span class="theme">immersive and interactive</span> experience.
I designed a start button that resembled the style of the game,
complete with a sound effect upon hover. The button led to a
<span class="theme">tutorial-styled introduction</span>, where
the main avatar smoothly faded in from the side and began
showcasing the features of the game. To achieve this, I utilized
<span class="theme">HTML</span>,
<span class="theme">CSS</span> and
<span class="theme">JavaScript</span>
to design and animate the flow.
</p>
<br />
<p>
I attempted its recreation by mimicking the animated movements
along with the
<span class="theme">unique chatting feature</span>
with the user.
</p>
</div>
<div class="flex image-content">
<div class="frame scroll-hidden right">
<img
src="./resources/projects/clash/banner.png"
alt="Landing Page"
/>
</div>
<div class="frame scroll-hidden right">
<img src="./resources/projects/clash/ss-1.png" alt="Start" />
</div>
</div>
</div>
<div class="flex image-content second">
<div class="frame scroll-hidden right">
<img
src="./resources/projects/clash/ss-2.png"
alt="Landing Page"
/>
</div>
<div class="frame scroll-hidden right">
<img src="./resources/projects/clash/ss-3.png" alt="Start" />
</div>
</div>
<div class="part-heading scroll-hidden top noanim" data-side="end">
<h3>The Profile.</h3>
<hr class="theme" />
</div>
<div id="profile-text" class="text-content scroll-hidden top">
<p>
Here comes the <span class="theme">character profile</span> - the
main objective of the project. To create an interactive and
engaging experience, the profile showcased a
<span class="theme">carousel-type display</span>
of the character's special attributes and abilities, allowing
users to explore different aspects. Additionally, I implemented a
uniquely-styled slider with dynamic attributes, which users could
modify using simple <span class="theme">Vanilla JS</span>.
</p>
</div>
<div class="about-content page" id="profile">
<div class="flex image-content">
<div class="frame scroll-hidden top">
<img
src="./resources/projects/clash/ss-4.png"
alt="Landing Page"
/>
</div>
<div class="frame scroll-hidden top">
<img src="./resources/projects/clash/ss-5.png" alt="Start" />
</div>
<div class="frame scroll-hidden top">
<img
src="./resources/projects/clash/ss-5.gif"
alt="Scrolling Decks"
/>
</div>
</div>
</div>
<div class="part-heading scroll-hidden top noanim" data-side="start">
<h3>The Hiccups.</h3>
<hr class="theme" />
</div>
<div class="about-content part scroll-hidden top noanim" id="hiccups">
<div class="text-content">
<p>
As this was my first Frontend project, I faced several
challenges. To overcome them, I conducted
<span class="theme">in-depth research</span>
through online web development documentations and dozens of
YouTube tutorials. Eventually after spending hours debugging
code and employing
<span class="theme">problem-solving techniques</span> to tackle
the issues at hand, the project was a success.
</p>
<br />
<p>
I presented the project to my class, engaging them throughout
the session with
<span class="theme">consistent interaction</span>. The character
profile successfully showcased the interactive elements and
captured the essence of the game, leaving a
<span class="theme">lasting impact</span> on the audience.
</p>
<br />
</div>
</div>
<div class="part-heading scroll-hidden top noanim" data-side="start">
<h3>Lessons Learnt.</h3>
<hr class="theme" />
</div>
<div class="about-content part scroll-hidden top noanim">
<p>
In future endeavors, I would better plan the
<span class="theme">structure of the designs</span> before
starting the development process. This approach would enable me to
visualize the designs more effectively and
<span class="theme">streamline</span> the implementation process.
</p>
</div>
</div>
</div>
</div>
<div id="next-project">
<a class="text-content grid" href="/passsafe">
<div class="text">
<h4 class="scroll-hidden top noanim">Check out</h4>
<h1 class="scroll-hidden top noanim">
Pass<span class="light-blue">Safe</span>
</h1>
</div>
</a>
</div>
<!-- Footer -->
<footer class="primary-footer flex">
<div class="footer-text flex">
<a href="/">
<h4 style="color: var(--dark-grey)">IKE LIM</h4>
</a>
</div>
<ul class="flex">
<li>
<a href="https://instagram.com/ikeawesom">
<i class="uil uil-instagram"></i>
</a>
</li>
<li>
<a href="https://github.com/ikeawesom">
<i class="uil uil-github"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/ike-lim/">
<i class="uil uil-linkedin"></i>
</a>
</li>
</ul>
<ul class="flex">
<li><a href="/#portfolio">All Projects</a></li>
<li><a href="/pricing">Pricing</a></li>
</ul>
<p>Copyright © 2023 Ike Lim. All Rights Reserved.</p>
</footer>
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.23.0/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/9.23.0/firebase-analytics.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyDkm8RMGxIYzmxq94KhCLWyN95thVpJs4g",
authDomain: "ike-lim-website.firebaseapp.com",
projectId: "ike-lim-website",
storageBucket: "ike-lim-website.appspot.com",
messagingSenderId: "817715312989",
appId: "1:817715312989:web:8b4ba4e58b77b570c2d0b4",
measurementId: "G-1X9R8CHVVD",
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
<script src="scripts/animations.js"></script>
</body>
</html>