-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzombie_game.html
243 lines (168 loc) · 8.75 KB
/
zombie_game.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
<!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/zombie.css">
<!-- -->
<title>Project Zombie X | 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>Project Mademoiselle Angel</h1>
<i><h4>Full Stack E-Commerce Platform</h4></i>
</div>
</div>
</section>
<div class="desc grid">
<div class="desc-content">
<div class="text scroll-hidden top">
<h1>The Project</h1>
<p>My parents have a homemade pastery business, where sales were usually made through person or contacts. Thus, an online presence was greatly needed to potentially increase sales and provide a front for the business. The website serves as a platform where customers can regularly check on updates on the monthly menu feature that we added, along with the collection dates and times. This made life much easier for both the customers and us.
</p>
</div>
<a class="scroll-hidden bottom" href="https://mademoiselleangel.cyclic.app" target="_blank">
<button>
Visit Website</i>
</button>
</a>
</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 Whole Deal.</h3>
<hr class="theme">
</div>
<div class="about-content flex">
<div class="text-content scroll-hidden left">
<p>As the <span class="theme">Full Stack Developer</span>, I was responsible for not only designing the frontend user interface (UI) of the platform, but also building the backend proccesses as well. This included payments APIs, databases, routing, storages, user authentication and more.</p>
<br>
<p>I decided to integrate this using an <span class="theme">ExpressJS application</span> with <span class="theme">Firebase</span> and <span class="theme">Cyclic</span> to host my backend services. The whole project took roughly a month or so to complete, with regular updates after the launch.
</div>
<div class="images grid scroll-hidden right">
<img src="resources/projects/angel/ss1.png" alt="HomePage" data-pos="top">
<img src="resources/projects/angel/ss1 - Copy.png" alt="HomePage" data-pos="bottom">
</div>
</div>
</div>
<div class="part">
<div class="part-heading scroll-hidden top noanim" data-side="end">
<h3>The Palette.</h3>
<hr class="theme">
</div>
<div class="palette-container flex">
<div class="palette-item scroll-hidden top">
<div class="palette-circle"></div>
<div class="palette-text">
<p>#denim</p>
</div>
</div>
<div class="palette-item scroll-hidden top">
<div class="palette-circle"></div>
<div class="palette-text">
<p>#shadow</p>
</div>
</div>
<div class="palette-item scroll-hidden top">
<div class="palette-circle"></div>
<div class="palette-text">
<p>#spruce</p>
</div>
</div>
<div class="palette-item scroll-hidden top">
<div class="palette-circle"></div>
<div class="palette-text">
<p>#lapis</p>
</div>
</div>
<div class="palette-item scroll-hidden top">
<div class="palette-circle"></div>
<div class="palette-text">
<p>#heather</p>
</div>
</div>
</div>
<div class="font-container grid">
<div class="letters scroll-hidden top noanim">
<h3 class="letters-title">Poppins</h3>
<h3 class="letters-letters">a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9</h3>
</div>
</div>
</div>
<div class="part">
<div class="part-heading scroll-hidden top noanim">
<h3>The Dashboard.</h3>
<hr class="theme">
</div>
<div class="dashboard-container">
<div class="text-container scroll-hidden top noanim">
<p>Of course, with a full e-commerce platform, it was essential for me to build a <span class="theme"> dashboard system</span> for the admins, being my parents and me, to better manage the <span class="theme">backend services</span>.</p>
</div>
<div class="image-container flex scroll-hidden top">
<img src="resources/projects/angel/ss5.png" alt="Dashboard Layout">
</div>
<div class="text-container scroll-hidden top noanim">
<p> I designed the <span class="theme">entire UI/UX of the dashboard</span> which included a responsive theme, along with easy access to automated webhooks and <span class="theme">Firebase systems</span>. The dashboard contained access to payment details and receipts from PayNow and Stripe, website modification to collection dates, basic administrator details, product management including adding and removing them from the monthly menu and the list of newsletter candidates.</p>
</div>
</div>
</div>
</div>
</div> -->
<div id="next-project">
<a class="text-content grid" href="/mademoiselle_angel">
<div class="text">
<h4 class="scroll-hidden top noanim">Check out</h4>
<h1 class="scroll-hidden top noanim">Mademoiselle<span class="light-blue">Angel</span></h1>
</div>
</a>
</div>
<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>