-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
246 lines (246 loc) · 11 KB
/
index.html
File metadata and controls
246 lines (246 loc) · 11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nhi Huynh - Professional Portfolio</title>
<!-- Linking to CSS stylesheet -->
<link rel="stylesheet" href="./src/styles/styles.css">
<!-- Linking to Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap">
<!-- Linking to Font Awesome kit -->
<script src="https://kit.fontawesome.com/520abd6e1d.js" crossorigin="anonymous"></script>
<!-- Linking to dev icons used in skills section -->
<link rel="stylesheet" type='text/css' href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"/>
<!-- Linking to my Favicon icon -->
<link rel="apple-touch-icon" sizes="180x180" href="./src/images/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./src/images/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./src/images/favicon_io/favicon-16x16.png">
<link rel="manifest" href="./src/images/favicon_io/site.webmanifest">
</head>
<body>
<header>
<div class="header__container">
<div class="header__brand-wrapper">
<img class="site-logo" src="./src/images/my-website-logo.svg" alt="My custom website logo">
<h1 class="portfolio-title">Nhi Huynh<br>Portfolio</h1>
</div>
<nav class="nav">
<input type="checkbox" class="checkbox-toggle" id="checkbox-toggle"/>
<label for="checkbox-toggle" class="toggle-icons" aria-label="navigation menu toggle">
<i class="menu-icon fa-solid fa-bars fa-3x" aria-label="click to open navigation menu"></i>
<i class="close-icon fa-regular fa-circle-xmark fa-3x" aria-label="click to close navigation menu"></i>
</label>
<ul class="burger-menu__list">
<li>
<h2>Explore My Portfolio</h2>
</li>
<li class="nav__list-item">
<a href="index.html" class="menu__link" aria-label="Go to Home page" aria-current="page">
<i class="fa-solid fa-house" aria-hidden="true"></i>Home
</a>
</li>
<li class="nav__list-item">
<a href="about.html" class="menu__link" aria-label="Go to About Me page">
<i class="fa-regular fa-circle-user" aria-hidden="true"></i>About Me
</a>
</li>
<li class="nav__list-item">
<a href="skills.html" class="menu__link" aria-label="Go to Industry Skills page">
<i class="fa-solid fa-laptop-code" aria-hidden="true"></i>Industry Skills
</a>
</li>
<li class="nav__list-item">
<a href="projects.html" class="menu__link" aria-label="Go to Projects page">
<i class="fa-regular fa-folder" aria-hidden="true"></i>Projects
</a>
</li>
<li class="nav__list-item">
<a href="career-history.html" class="menu__link" aria-label="Go to Career History page">
<i class="fa-solid fa-briefcase" aria-hidden="true"></i>Career History
</a>
</li>
<li class="nav__list-item">
<a href="contact.html" class="menu__link" aria-label="Go to Contact Me page">
<i class="fa-regular fa-envelope" aria-hidden="true"></i>Contact Me
</a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<section class="hero-landing-section">
<div class="responsive-container">
<h2 class="hero__intro">Hi, <span class="hero__intro--bold">I'm Nhi</span> 👋<br>
I’m on the journey to becoming a<br>
<span class="hero__intro--bold">Full Stack Web Developer</span>
</h2>
<div class="hero__image-wrapper">
<img class="hero__profile-photo" src="./src/images/profile-photo.png" alt="Photo of me, Nhi">
</div>
<p class="hero__sub-text">
Driven by a passion for<br>
<b>human-centered design,</b><br>
a <b>problem-solving mindset,</b><br>
and <b>commitment to learning,</b><br>
my goal is to bring ideas to life through digital experiences that just <em>feel</em> right.
</p>
<a href="contact.html" class="hero__btn--cta" aria-label="Get in touch me">
<span>Get in touch</span>
<i class="fa-regular fa-message" aria-hidden="true"></i>
</a>
</div>
</section>
<section class="about-landing-section">
<div class="responsive-container"></div>
<h2 class="section__title-heading">
<i class="fa-regular fa-circle-user" aria-hidden="true"></i>
About Me
</h2>
<h3>A brief introduction<br>to who I am in a nutshell<br></h3>
<ul class="about__list responsive-container">
<li>🎓 Currently studying Web Development at Coder Academy, working towards becoming a Full Stack Web Developer.</li>
<li>📍 Located in Perth City, Western Australia</li>
<li>🧧 Proud Australian with a Vietnamese cultural heritage</li>
<li>☕ Driven by determination, positivity, and a tad too much caffeine, I’m committed to working hard and having fun along the way</li>
<li>🧠 A creative mind with a quirky twist, often leaving my friends wondering... <i>‘How did you even think of that?’</i></li>
<li>💫 Navigating life fuelled by creativity, curiosity, and the occasional hyperfocus spiral.</li>
</ul>
<a href="about.html" class="section__link-btn" aria-label="Go to about me page">
<span>Get to know me</span>
<i class="fa-regular fa-circle-right" aria-hidden="true"></i>
</a>
</div>
</section>
<section class="skills-landing-section">
<div class="responsive-container">
<h2 class="section__title-heading">
<i class="fa-solid fa-laptop-code"></i>
Industry Skills
</h2>
<h3>Programming Languages</h3>
<article class="skills__languages">
<figure class="skills__item skills__item--html">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/html5/html5-original.svg" alt="html icon"/>
<figcaption class="skills__label">HTML</figcaption>
</figure>
<figure class="skills__item skills__item--css">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/css3/css3-original.svg" alt="css icon"/>
<figcaption class="skills__label">CSS</figcaption>
</figure>
<figure class="skills__item skills__item--python">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/python/python-original.svg" alt="python icon"/>
<figcaption class="skills__label">Python</figcaption>
</figure>
<figure class="skills__item skills__item--javascript">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/javascript/javascript-original.svg" alt="javascript icon"/>
<figcaption class="skills__label">Javascript</figcaption>
</figure>
</article>
<a href="skills.html" class="section__link-btn" aria-label="Go to industry skills page">
<span>Explore my toolkit</span>
<i class="fa-regular fa-circle-right" aria-hidden="true"></i>
</a>
</div>
</section>
<section class="projects-landing-section">
<div class="responsive-container">
<h2 class="section__title-heading">
<i class="fa-regular fa-folder" aria-hidden="true"></i>
Projects
</h2>
<div class="project__card-wrapper">
<article class="project__card" aria-label="Project highlight card">
<h3>Web Development</h3>
<img src="https://placehold.co/268x220?text=Placeholder+Image&font=poppins" alt="project placeholder image">
<h4>My Portfolio Website</h4>
<p>A personal portfolio responsive website showcasing my web development skills, projects and experience.</p>
</article>
</div>
<a href="projects.html" class="section__link-btn" aria-label="Go to projects page">
<span>Explore all projects</span>
<i class="fa-regular fa-circle-right" aria-hidden="true"></i>
</a>
</div>
</section>
<section class="career-landing-section">
<div class="responsive-container">
<h2 class="section__title-heading">
<i class="fa-solid fa-briefcase" aria-label="true"></i>
Career History
</h2>
<div class="career__card-wrapper">
<article class="career__card" aria-label="Career highlight card">
<h3>Bank Manager</h3>
<h4>Bankwest<h4>
<img src="./src/images/my-bankwest-photo.png" class="bankwest-photo" alt="Photo of me at my previous job at Bankwest">
</h5>2018 to 2024<h5>
<h4>Career Summary</h4>
<ul>
<li>Manage branch operations</li>
<li>Lead team performance and support development</li>
<li>Drive business strategy</li>
<li>Business development</li>
</ul>
<h4>Career Highlights</h4>
<p>2023 & 2024 National Ultimate Success Winner</p>
<div class="career__skills-tags">
<span>Financial Services</span>
<span>Team Management</span>
<span>Customer Service</span>
<span>Compliance & Risk</span>
<span>Digital Transformation</span>
</div>
</article>
</div>
<a href="./src/docs/Nhi-Huynh-CV.pdf" target="_blank" class="download-cv-btn" aria-label="Click to download my resume">
<span>Download CV</span>
<i class="fa-solid fa-file-pdf" aria-hidden="true"></i>
</a>
<a href="career-history.html" class="section__link-btn" aria-label="Go to my Career history page">
<span>My career journey</span>
<i class="fa-regular fa-circle-right" aria-hidden="true"></i>
</a>
</div>
</section>
<section class="contact-landing-section">
<div class="responsive-container">
<h2 class="section__title-heading">
<i class="fa-regular fa-envelope" aria-hidden="true"></i>
Contact Me
</h2>
<p>Find me on LinkedIn, GitHub, shoot me an email or fill out the contact form in below link.</p>
<a href="contact.html" class="section__link-btn" aria-label="Go to my Contact me page">
<span>Contact me</span>
<i class="fa-regular fa-circle-right" aria-hidden="true"></i>
</a>
</div>
</section>
</main>
<footer>
<section class="footer__socials">
<div class="responsive-container">
<h2 class="section__title-heading">
<i class="fa-regular fa-paper-plane" aria-hidden="true"></i>
Let's Connect!
</h2>
<div class="socials-icons">
<a href="https://www.linkedin.com/in/nhi-huynh-50268a169/" target="_blank" aria-label="Visit my LinkedIn profile">
<i class="fa-brands fa-linkedin fa-3x"></i>
</a>
<a href="https://github.com/lulu-codes" target="_blank" aria-label="Visit my GitHub profile">
<i class="fa-brands fa-github fa-3x" aria-hidden="true"></i>
</a>
<a href="mailto:16298@coderacademy.com.au" target="_blank" aria-label="Send me an email">
<i class="fa-regular fa-envelope fa-3x" aria-hidden="true"></i>
</a>
</div>
</div>
</section>
<h6 class="copyright">© 2025 Nhi Huynh. All rights reserved.</h6>
</footer>
</body>
</html>