-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
286 lines (276 loc) · 13.9 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
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
<!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="stylesheet" href="build/css/output.css" />
<link rel="stylesheet" href="build/css/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<script defer src="build/js/menu.js"></script>
<script defer src="build/js/email.js"></script>
<title>Welcome</title>
</head>
<body class="flex min-w-full flex-col items-center text-white bg-zinc-900">
<aside id="socials" class="fixed left-0 top-1/3 z-10 hidden flex-col justify-center p-5 lg:flex">
<div id="socials-container" class="flex flex-col gap-5">
<a href="https://www.linkedin.com/in/tiana-lau-a99303293/" target="_blank">
<img src="build/img/linkedin.png" alt="linked"
class="h-auto w-8 cursor-pointer rounded-lg duration-300 hover:scale-110 hover:bg-blue-700 hover:transition-all" />
</a>
<a href="https://github.com/bigliuliu" target="_blank">
<img src="build/img/footer-github.png" alt="github"
class="h-auto w-8 cursor-pointer rounded-full duration-300 hover:scale-110 hover:bg-purple-500 hover:transition-all" />
</a>
<a href="mailto:sweetliu666@gmailcom" target="_blank">
<img src="build/img/mail.png" alt="mail"
class="h-auto w-8 cursor-pointer rounded-full duration-300 hover:scale-110 hover:bg-red-600 hover:transition-all" />
</a>
</div>
</aside>
<header class="fixed top-0 z-10 flex h-20 min-w-full justify-center p-2 text-lg text-gray-300 sm:h-24">
<div class="header-hero flex w-4/5 items-center justify-between">
<img id="logo" src="build/img/logo.jpg" alt="logo" class="block h-full" />
<img id="menu" src="build/img/menu.svg" alt="menu" class="block h-1/2 hover:cursor-pointer lg:hidden" />
<nav id="navbar" class="hidden gap-8 text-xl lg:flex">
<a href="index.html"
class="transition-all duration-300 hover:scale-x-105 hover:text-blue-300 hover:ease-in-out">Home
</a>
<a href="#about-me"
class="transition-all duration-300 hover:scale-105 hover:text-blue-300 hover:ease-in-out">About
</a>
<a href="#tech-stack"
class="transition-all duration-300 hover:scale-105 hover:text-blue-300 hover:ease-in-out">Tech Stack
</a>
<a href="#projects"
class="transition-all duration-300 hover:scale-105 hover:text-blue-300 hover:ease-in-out">Projects
</a>
<a href="#contact"
class="transition-all duration-300 hover:scale-105 hover:text-blue-300 hover:ease-in-out">Contact
</a>
</nav>
</div>
<div id="dropdownMenu"
class="animate_animated animate__slideInDown fixed top-0 left-0 z-20 hidden h-screen w-full flex-col items-center text-3xl lg:hidden">
<ul id="links" class="toggle-list w-4/5">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="#about-me">About</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</div>
</header>
<main class="flex min-h-screen min-w-full flex-col items-center">
<section id="hero" class="flex w-3/4 flex-col items-center justify-center pt-12 md:pt-24 lg:min-w-full">
<div id="hero-wrap" class="flex justify-center lg:gap-16">
<div id="intro" class="mx-auto flex flex-col justify-center">
<h2 class="animate__animated animate__fadeInUp text-2xl sm:text-3xl md:text-4xl">
Hi,
</h2>
<h2 class="animate__animated animate__fadeInUp text-2xl sm:text-3xl md:text-4xl">
My name is
</h2>
<h3 id="name" class="animate__animated animate__fadeInUp pt-1 pb-1 text-5xl sm:text-6xl md:text-7xl">
Tiana Lau
</h3>
<p class="animate__animated animate__fadeInUp pt-3 text-2xl sm:text-3xl md:text-5xl">
I build things for web!
</p>
<button id="contactMe"
class="animate__animated animate__zoomIn mt-5 flex h-10 w-40 items-center justify-center rounded-3xl border-2 to-transparent p-2 text-center text-lg md:h-14 md:w-60 md:text-2xl">
<a href="#contact">CONTACT ME</a>
</button>
</div>
<figure class="animate__animated animate__fadeInRight flex flex-col justify-center">
<img src="build/img/hero-img.png" alt="hero" class="hidden max-w-xs xl:block" />
</figure>
</div>
</section>
<section id="about-me" class="flex w-full flex-col items-center justify-center gap-8 p-8">
<div class="aboutCard mx-auto min-h-full w-full sm:w-4/6">
<h2 class="text-3xl sm:text-4xl md:text-5xl" id="about-me-caption">
About Me
</h2>
</div>
<div class="aboutCard min-h-full w-full sm:w-4/6">
<p class="text-lg sm:text-xl md:text-3xl lg:text-2xl mb-8">
Hi my name is Tiana Lau, a Front End Developer, with a passion for crafting innovative
solutions. I thrive in creating seamless and user-friendly applications that make a meaningful
impact.
</p>
<section class="mb-8">
<h2 class="font-bold mb-2 text-2xl">Work Experience</h2>
<div class="mb-5">
<h3 class="text-xl font-bold">- Xi'an Jiaotong University - Research Assistant (Dec 2022 – Aug 2023)</h3>
<ul class="list-disc list-inside ml-4 text-lg text-gray-200">
<li>Led UX design for the Web3 Pearl NFT platform with Axure RP, collaborating with UI designers, developers to create seamless product.</li>
<li>Architected and developed the front-end using TypeScript, ReactJS(Redux Toolkit, Webpack), NextJS, integrating Ant Design for a polished UI.</li>
<li>Integrated Apache ECharts for dynamic line charts, enabling real-time tracking of NFT transactions and price histories.</li>
<li>Experienced in designing and integrating RESTful APIs, developing and maintaining server-side applications using Node.js and Express.js, with MongoDB as the database.</li>
</ul>
</div>
<div class="mb-4">
<h3 class="text-xl font-bold">- DaHua - Frontend Developer (Apr 2020 – Dec 2022)</h3>
<ul class="list-disc list-inside ml-4 text-lg text-gray-200">
<li>Developed and implemented projects leveraging ReactJS, VueJS, Ant Design and SCSS based on completed UI designs.</li>
<li>Utilized WebSocket to receive real-time alert notifications from the server.</li>
<li>Integrated REST API interactions using Ajax to ensure smooth and effective communication between front-end and back-end systems.</li>
<li>Configured CI/CD pipelines with Jenkins, automating the testing and deployment of front-end projects</li>
<li>Added unit tests for React components using Jest and backend controllers, business layer using JUnit</li>
<li>Collaborated closely with testers to identify and resolve troubleshooting issues, improving overall software quality.</li>
</ul>
</div>
</section>
<section class="mb-8">
<h2 class="text-2xl font-bold mb-4">Position of Responsibility</h2>
<div class="mb-4">
<h3 class="text-xl font-bold">- Team Leader - Xi'an Jiaotong University 2023 (Dec 2022)</h3>
<p class="text-gray-200"> Led the team to successfully release the first beta version.</p>
</div>
<div class="mb-4">
<h3 class="text-xl font-bold">- Software Engineer - DaHua (Jun 2020)</h3>
<p class="text-gray-200"> Efficiently completed development and self-testing.</p>
</div>
</section>
</div>
<div class="w-full sm:w-4/6">
<button
class="mx-auto h-10 w-40 rounded-2xl border-2 border-blue-400 bg-transparent text-lg text-blue-200 sm:h-14 sm:w-52 sm:text-2xl">
<a href="#contact">CONTACT</a>
</button>
</div>
</section>
<section id="tech-stack" class="flex min-w-full flex-col items-center justify-center">
<h1 class="text-3xl sm:text-4xl md:text-5xl" id="tech-stack-caption">
My Tech Stack
</h1>
<p class="p-2 pt-5 text-center text-2xl text-gray-300">
Technologies I've been working with currently
</p>
<div id="stacks" class="z-0 grid w-3/4 grid-flow-col grid-rows-3 place-content-center gap-x-9 p-5">
<img src="build/img/vue.png" alt="ts-1" loading="lazy" class="sm:scale-75" />
<img src="https://www.datocms-assets.com/98835/1684410508-image-7.png" alt="ts-1" loading="lazy"
class="sm:scale-75" />
<img src="https://static-00.iconduck.com/assets.00/node-js-icon-454x512-nztofx17.png" alt="ts-1" loading="lazy"
class="sm:scale-75" />
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/React.svg/2275px-React.svg.png" alt="ts-1"
loading="lazy" class="sm:scale-75" />
<!-- src="https://adware-technologies.s3.amazonaws.com/uploads/technology/thumbnail/20/express-js.png" -->
<img src="build/img/express.png" alt="ts-1" loading="lazy" class="sm:scale-75" />
<img src="build/img/html.png" alt="ts-1" loading="lazy" class="sm:scale-75" />
<img src="build/img/css.png" alt="ts-2" loading="lazy" class="sm:scale-75" />
<img src="build/img/js.png" alt="ts-3" loading="lazy" class="sm:scale-75" />
<img src="build/img/tailwind.png" alt="ts-4" loading="lazy" class="sm:scale-75" />
<img src="https://www.mysql.com/common/logos/logo-mysql-170x115.png" alt="ts-5" loading="lazy"
class="sm:scale-75" />
<img src="build/img/footer-github.png" alt="ts-7" loading="lazy" class="sm:scale-75" />
<img src="build/img/sass.png" alt="ts-8" loading="lazy" class="sm:scale-75" />
</div>
</section>
<section id="projects" class="relative flex min-w-full flex-col items-center gap-4 p-5">
<div id="caption-projects" class="text-center">
<p class="text-3xl sm:text-4xl md:text-5xl" id="projects-heading">
My Projects
</p>
<p class="p-3 text-xl text-gray-300 sm:text-2xl">
Things I've built so far
</p>
</div>
<div id="project-container" class="flex w-4/5 flex-wrap place-content-center justify-center gap-10">
<div class="">
<img src="" alt="" />
<h2 class="mx-3 pt-1 text-xl font-bold underline-offset-1">
Project 1
</h2>
<div class="projectLinkContainer flex w-full items-center justify-between px-4">
<a href="">
<p class="underline">View Project</p>
</a>
<a href="">
<img src="build/img/footer-github.png" alt="" />
</a>
</div>
<p class="text- m-1 w-4/5 text-center">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sint cum
natus perferendis
</p>
</div>
</div>
</section>
<section id="contact" class="flex min-h-screen w-full flex-col items-center justify-center p-6">
<h2 class="text-3xl sm:text-4xl md:text-5xl">Get in Touch</h2>
<p class="pt-4 text-center text-2xl text-gray-300">
I'd love to hear from you!
</p>
<section id="form-container" class="flex flex-wrap items-center justify-center xl:gap-4">
<form id="email-form">
<label for="fullName">Full Name:</label>
<input type="text" id="fullName" name="fullName" placeholder="Your Name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" placeholder="Your Email ID" required>
<label for="message">Message:</label>
<textarea id="message" name="message" placeholder="Your Message..." required></textarea>
<button type="button" id="submit-btn" class="items-center justify-center">Submit</button>
</form>
<figure class="m-4 hidden flex-col items-center justify-center lg:flex">
<img src="build/img/contact.png" alt="contact" class="hidden max-h-full max-w-full xl:block" />
</figure>
</section>
<img src="build/img/my-socials.png" alt="my-socials" class="mx-auto block lg:hidden h-72" />
</section>
</main>
<footer class="flex h-14 w-4/5 items-center justify-center p-5 text-gray-200 sm:justify-between">
<p class="hidden sm:inline">[email protected]</p>
<div id="footer-img-wrap" class="flex gap-2">
<a href="https://github.com/bigliuliu" target="_blank">
<img src="build/img/footer-github.png" alt="github" class="h-9 w-9" />
</a>
<a href="https://www.linkedin.com/in/tiana-lau-a99303293/" target="_blank">
<img src="build/img/linkedin.png" alt="linkedin" class="h-9 w-9" />
</a>
</div>
</footer>
<script src="https://www.youtube.com/iframe_api"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
<script type="text/javascript">
(function () {
// emailjs.init("9-9D0S522SqIcmLbr");
emailjs.init({
publicKey: 'lZo3_0SwmgDYU26LH'
});
})();
// do this for 30 seconds
var duration = 3 * 1000;
var end = Date.now() + duration;
(function frame() {
// launch a few confetti from the left edge
confetti({
particleCount: 3,
angle: 60,
spread: 55,
origin: { x: 0 }
});
// and launch a few from the right edge
confetti({
particleCount: 3,
angle: 120,
spread: 55,
origin: { x: 1 }
});
// keep going until we are out of time
if (Date.now() < end) {
requestAnimationFrame(frame);
}
}());
</script>
</body>
</html>