-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmademoiselle_angel.html
303 lines (222 loc) · 11.7 KB
/
mademoiselle_angel.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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!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/angel.css">
<link rel="stylesheet" href="styles/footer.css">
<!-- -->
<title>Mademoiselle Angel | 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>Mademoiselle <span class="theme">Angel</span></h1>
<i><h4>Full Stack E-Commerce Platform</h4></i>
</div>
<div class="roles flex scroll-hidden bottom">
<p>Full Stack <span class="theme">Developer</span></p>
<p>Business <span class="theme">Expansion</span></p>
<p>Nov 2022 <span class="theme">- Jan 2023</span></p>
</div>
</div>
</section>
<div class="desc grid">
<div class="desc-content">
<div class="text scroll-hidden top">
<h1>The Project</h1>
<p>A full stack e-commerce platform developed for a homemade pastry business. The goal of the project was to establish an online presence for the business, enabling customers to conveniently check the monthly menu, collection dates, and times. The platform aimed to increase sales and provide a seamless experience for both customers and the business.
</p>
<p>The business primarily relied on in-person sales and contacts, lacking an online presence. This posed challenges in reaching a wider customer base and providing updated information to potential buyers. The need for an e-commerce platform was evident to streamline operations and increase sales opportunities.</p>
</div>
<a class="scroll-hidden bottom" href="https://mademoiselleangel.cyclic.app" target="_blank">
<button>
Visit Website</i>
</button>
</a>
<p class="scroll-hidden bottom noanim" style="color:rgb(255, 154, 154)">NOTE: Site is currently not maintained as of January 2023.</p>
</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 processes 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 class="part results">
<h4 class="scroll-hidden top">Creative design and implementation of the website enhanced business viewership,
resulting in a <span class="theme">90% increase</span> in user engagement and <span class="theme">200% rise</span> in conversion rates.</h4>
<br>
<h4 class="scroll-hidden top">Simplified checkout
processes resulted in <span class="theme">improved user experience</span> and <span class="theme">increased customer satisfaction</span> by <span class="theme">80%</span>.</h4>
</div>
<div class="part">
<div class="part-heading scroll-hidden top noanim">
<h3>Le Fini.</h3>
<hr class="theme">
</div>
<div class="text-container scroll-hidden top noanim">
<p>The successful implementation of the Mademoiselle Angel e-commerce platform provided an effective online presence for the homemade pastry business. The platform's features, creative frontend design, efficient backend processes, and streamlined payment systems resulted in increased sales, improved user engagement, and enhanced customer satisfaction.</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>