-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
277 lines (255 loc) · 8.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mutiara Nofitasari</title>
<meta
name="description"
content="Personal website of Mutiara Hikmah Nofitasari"
/>
<link rel="icon" href="assets/images/logo.png" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="index.css" />
<script src="index.js"></script>
</head>
<body>
<header class="container header">
<a href="/">
<div class="logo">
<img
class="image-logo"
id="logo"
src="assets/images/logo.png"
alt="logo"
/>
<img
class="name-logo"
id="name-logo"
src="assets/images/name-logo.png"
alt="logo"
/>
</div>
</a>
<nav>
<ul class="navigation">
<li><a href="contact.html">Contact</a></li>
<li><a href="#">EN | ID</a></li>
<li>
<a href="javascript:void(0);" onclick="toggleDarkMode()">
<img
id="dark-mode-icon"
class="display-mode"
src="assets/icons/icon-dark-mode.png"
alt="logo"
/>
</a>
</li>
</ul>
</nav>
</header>
<main class="container stack">
<section id="about">
<div class="about-title">
<h2>👋🏻 Hey folks,</h2>
<h1 class="animated">
<span>I'am</span>
<div class="animated-info">
<span class="animated-item">Mutiara Nofitasari</span>
<span class="animated-item">Software Engineer</span>
<span class="animated-item">Front-end Developer</span>
</div>
</h1>
</div>
<div class="about-content">
<div>
<p>
I am a proud
<span class="highlight-content">mother of two</span>
who is also a
<span class="highlight-content"> software engineer </span>
from Indonesia. Front-end development has been a part of me since
2017, and I enjoy the process of transforming designs into web or
mobile applications. Currently, I have fallen in love with
<span class="highlight-content">iOS Application Development</span>
, but I surely love creating any UI for both web and mobile apps
with different languages!
</p>
<p>
I loved to cook with my kitchen tools and also my 🍎’s laptop.<br />
Let’s collaborate together! xoxo
</p>
</div>
<img
src="assets/images/profile-picture.png"
alt="Profile Picture"
width="150"
/>
</div>
<div class="profile-contact-container">
<a
href="assets/resume/Mutiara Hikmah Nofitasari.pdf"
class="rounded-button centered-content"
>
<img
src="assets/icons/icon-download.svg"
alt="download"
width="20"
/>
Download Resume
</a>
<div class="social-media-container">
<a
href="http://www.linkedin.com/in/mutiara-hikmah-nofitasari-b639b5131"
target="_blank"
>
<img src="assets/icons/linkedin.svg" alt="github" width="40" />
</a>
<a
href="http://www.linkedin.com/in/mutiara-hikmah-nofitasari-b639b5131"
target="_blank"
>
<img src="assets/icons/github.svg" alt="github" width="40" />
</a>
<a href="https://t.me/mutiarahns" target="_blank">
<img src="assets/icons/telegram.svg" alt="telegram" width="40" />
</a>
<a href="mailto:[email protected]">
<img src="assets/icons/email.svg" alt="email" width="40" />
</a>
</div>
</div>
<hr class="custom-separator" />
</section>
<section id="skills">
<div class="header-section">
<img src="assets/icons/icon-skill.png" alt="skills" width="50" />
<div class="header-section-title">
<h2>Skills</h2>
<p>Things I have experience with</p>
</div>
</div>
<ul class="navigation content">
<script>
const skills = [
"Swift",
"iOS Application Development",
"VIPER Architecture",
"RxSwift",
"JavaScript",
"ReactJS",
"React Native",
"Git Version Control",
"Xcode",
"VS Code",
];
skills.forEach((skill) => {
document.write(
`<li><div class="rounded-button skill-item">${skill}</div></li>`
);
});
</script>
</ul>
<hr class="custom-separator" />
</section>
<section id="projects" class="project-section">
<div class="header-section">
<img src="assets/icons/icon-experience.png" alt="skills" width="40" />
<div class="header-section-title">
<h2>Projects & Experience</h2>
<p>Some projects I worked on</p>
</div>
</div>
<div id="pagination-controls" class="pagination-container">
<button id="prev-page" class="pagination-button" disabled>
<img
src="assets/icons/icon-prev.png"
alt="Previous Page"
style="width: 20px; height: 20px"
/>
</button>
<span id="page-info">Page 1 of 1</span>
<button id="next-page" class="pagination-button" disabled>
<img
src="assets/icons/icon-next.png"
alt="Next Page"
style="width: 20px; height: 20px"
/>
</button>
</div>
<div id="project-list" class="project-list"></div>
<script src="assets/js/project-pagination.js"></script>
<hr class="custom-separator" />
</section>
<section id="testimonials" hidden>
<div>
<img
src="assets/icons/icon-testimonial.png"
alt="testimonials"
width="40"
/>
<div>
<h2>What people say about me</h2>
<p>People come and go, but memories stays</p>
</div>
</div>
<ul>
<li></li>
</ul>
<hr class="custom-separator" />
</section>
<section id="contact">
<div class="header-section">
<img src="assets/icons/icon-contact.png" alt="contact" width="40" />
<div class="header-section-title">
<h2>Contact Me</h2>
<p>Interested to work together? Let’s talk!</p>
</div>
</div>
<form class="contact-container">
<label>Full Name:</label>
<input type="text" placeholder="Full Name" required />
<label>Email:</label>
<input type="email" placeholder="Email" required />
<label>Message:</label>
<textarea placeholder="Message" required></textarea>
<button>Send</button>
</form>
<div class="contact-container social-media">
<p>Or hit me up on my social media</p>
<div class="social-media-container">
<a
href="http://www.linkedin.com/in/mutiara-hikmah-nofitasari-b639b5131"
target="_blank"
>
<img src="assets/icons/linkedin.svg" alt="github" width="40" />
</a>
<a
href="http://www.linkedin.com/in/mutiara-hikmah-nofitasari-b639b5131"
target="_blank"
>
<img src="assets/icons/github.svg" alt="github" width="40" />
</a>
<a href="https://t.me/mutiarahns" target="_blank">
<img src="assets/icons/telegram.svg" alt="telegram" width="40" />
</a>
<a href="mailto:[email protected]">
<img src="assets/icons/email.svg" alt="email" width="40" />
</a>
</div>
</div>
</section>
<hr />
</main>
<footer class="footer-container">
<div class="footer-content">
<p>© 2024 Mutiara Nofitasari. All rights reserved.</p>
</div>
</footer>
</body>
</html>