-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
248 lines (247 loc) · 9.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="description"
content="Nann Ei Ei Win is a front-end developer based in Southeast Asia, check out her projects and contact her for job inquiries"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Front-End Developer -Nann Ei Ei Win</title>
<!--Favicon-->
<link rel="icon" type="image/x-icon" href="/images/favi-con.png" />
<!--CSS styles-->
<link rel="stylesheet" href="styles/styles.css" />
<!--Google fonts-->
<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@300&family=Raleway:wght@500&display=swap"
rel="stylesheet"
/>
<!--Fontawesome for icons-->
<script
src="https://kit.fontawesome.com/6fab3a0556.js"
crossorigin="anonymous"
></script>
<!--BootStrap-->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"
crossorigin="anonymous"
/>
</head>
<body cz-shortcut-listen="true">
<header class="position-fixed fixed-top">
<nav class="navbar navbar-expand-md pt-0 pb-0">
<div class="container-fluid bg-color">
<a class="navbar-brand ms-lg-5 me-lg-5" href="/"
><img
title="Nann Ei Ei Win's logo"
width="150"
class="img-fluid p-0"
src="images/logo-neew.jpg"
alt="Nann Ei Ei Win's Logo"
/></a>
<button
class="navbar-toggler border-0"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon menu-btn"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class="home-page">
<section class="hero text-center">
<h2>👋Hi! I am</h2>
<h1 class="m-3 mb-md-4">Nann Ei Ei Win</h1>
<h3 class="mb-5 ms-5 me-5 mb">
Junior Front-end Developer based in Southeast Asia
</h3>
<div>
<a
class="text-decoration-none p-3 ps-4 pe-4 p-md-4 ps-md-5 pe-md-5 shadow"
title="contact Nann"
href="/contact.html"
>Hire Me</a
>
</div>
</section>
<section class="home-content ms-3 me-3">
<div class="container">
<h2 class="text-center text-uppercase">Featured projects~</h2>
<div class="content-pg-deco"></div>
<div class="content-pg-space"></div>
<div class="row mt-5">
<div class="col-sm-6">
<img
class="img-fluid rounded pj-imgs"
src="images/weather-app-react-darkmode.png"
alt="A weather app project where you can search any location's current weather and the next five days's weather"
/>
</div>
<div
class="col-sm-6 mt-4 mt-sm-0 ps-md-4 text-center text-sm-start"
>
<h3>minimalist weather app</h3>
<p class="pt-2">Built with: HTML, CSS, React, BootStrap, APIs</p>
<p class="text-start">
A weather app with minimalist design and light-dark theme
included. You can see the live weather conditions at any city in
the world.
</p>
<div class="mt-5">
<a
title="View the weather app"
class="text-decoration-none weather-pj-link"
href="https://neew-weather-app-react.netlify.app/"
target="_blank"
>Launch app</a
>
</div>
</div>
<hr class="mt-5" />
<div class="row mt-5">
<!--Hide on smaller devices-->
<div
class="col-sm-6 mt-4 mt-md-0 d-none d-sm-block ps-md-4 text-center text-sm-start"
>
<h3>Card details form</h3>
<p class="pt-2">Built with: React, Tailwind</p>
<p>
A form where you fill your bank card details and it has form validations. After you submitted the form, you will see a thank you state.
</p>
<div class="mt-5">
<a
target="_blank"
class="text-decoration-none interactive-pj-link"
href="https://card-details-form-react.netlify.app/"
title="View the card details form"
>Launch app</a
>
</div>
</div>
<div class="col-sm-6">
<img
class="img-fluid rounded pj-imgs"
src="images/card-details-form.png"
alt=" A form where you fill your bank card details and it has form validations. After you submitted the form, you will see a thank you state. "
/>
</div>
<!--Hide on larger devices-->
<div
class="col-sm-6 mt-4 mt-md-0 d-sm-none ps-md-4 text-center text-sm-start"
>
<h3>Card details form</h3>
<p class="pt-2">Built with: React, Tailwind</p>
<p class="text-start">
A form where you fill your bank card details and it has form validations. After you submitted the form, you will see a thank you state.
</p>
<div class="mt-5">
<a
target="_blank"
class="text-decoration-none interactive-pj-link"
href="https://card-details-form-react.netlify.app/"
title="View the card details form"
>Launch app</a
>
</div>
</div>
</div>
</div>
<hr class="mt-5" />
<div class="row mt-5">
<div class="col-sm-6">
<img
class="img-fluid rounded pj-imgs"
src="images/random-advice-generator.png"
alt="An advice generator app which can give you random advice"
/>
</div>
<div
class="col-sm-6 mt-4 mt-sm-0 ps-md-4 text-center text-sm-start"
>
<h3>Random Advice Generator</h3>
<p class="pt-2">Built with: HTML, CSS, Vanilla JavaScript, BootStrap, APIs</p>
<p class="text-start">
An advice generator app which can give you random advice and you can also generate a new advice with the green button.
</p>
<div class="mt-5">
<a
title="View the advice generator app"
class="text-decoration-none weather-pj-link"
href="https://random-advice-generator-iota.vercel.app/"
target="_blank"
>Launch app</a
>
</div>
</div>
</div>
<div class="text-center home-view-more">
<a
target="_blank"
class="text-decoration-none"
title="View all the projects"
href="/projects.html"
><i class="fa-solid fa-magnifying-glass pe-3"></i> View more
projects</a
>
</div>
</section>
</main>
<footer class="text-center">
<p class="h2">Nann Ei Ei Win © 2023</p>
<hr style="width: 80%; margin: 1.5rem auto" />
<a
target="_blank"
class="text-decoration-none footer-icons"
title="Follow Nann on GitHub"
href="https://github.com/neew18"
><i class="fa-brands fa-github m-3"></i
></a>
<a
target="_blank"
class="text-decoration-none footer-icons"
title="Connect with Nann on LinkedIn"
href="https://www.linkedin.com/in/nann-ei-ei-win-9595b024b/"
><i class="fa-brands fa-linkedin m-3"></i
></a>
<a
target="_blank"
class="text-decoration-none footer-icons"
title="Send a message to Nann"
href="https://wa.me/959768726806"
><i class="fa-brands fa-whatsapp m-3"></i
></a>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"
></script>
</body>
</html>