-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
339 lines (294 loc) · 14.4 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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!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" />
<title>Bo Latt Portfolio</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="./style.css" />
<link rel="shortcut icon" type="image/jpg" href="./assets/fav.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<nav
class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark "
>
<div class="container-fluid me-0">
<a class="navbar-brand text-uppercase ms-3" href="#"></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-center"
id="navbarNavAltMarkup"
>
<div class="navbar-nav ">
<a
class="nav-link active text-uppercase me-3"
aria-current="page"
href="#home"
>Home</a
>
<a class="nav-link text-uppercase me-3" href="#about">About</a>
<a class="nav-link text-uppercase me-3" href="#projects"
>Projects</a
>
<a class="nav-link text-uppercase me-3" href="#contact"
>Contact</a
>
</div>
</div>
</div>
</nav>
</header>
<main>
<!-------------------- hero ------------------------>
<section class="section section--hero" id="home">
<div
>
<div class="socials-container">
<div class="socials-row mb-3">
<a href="https://www.linkedin.com/in/bo-latt/" target="_blank" class="mx-4"
>
<i class="fa-brands fa-github fa-custom"></i>
</a>
<a href="https://github.com/bolattt/" target="_blank" class="me-4"
>
<i class="fa-brands fa-linkedin fa-custom"></i>
</a>
</div>
</div>
<h1 class="mt-3 animate__animated animate__dealy-1s animate__slow animate__bounce text-shadow"
>
Hi, I am Bo.
</h1>
<h1 class="animate__animated animate__dealy-5s animate__slower animate__fadeIn mt-3">
Welcome to my page.
</h1>
<!-- <h3
class="animate__animated animate__slow animate__fadeIn animate__delay-4s"
>
Hire Me!
</h3> -->
</div>
</section>
<!-------------------- about me ------------------------>
<section class="section section--about" id="about">
<div class="bg-dark-text-white py-2 container-fluid sticky-top sticky-offset" >
<h4 class="typedtext">About Me</h4>
</div>
<div class="container about-container">
<div class="row small-screen-fix about-intro">
<div class="col-md-6" data-aos-duration="600" data-aos="fade-down" data-aos-delay="0" >
<div id="headingGroup" class=" text-center text-white ">
<h4 class="about-me-text">Motivated hardworking professional with 350+ training hours and experience in Web development. Dedicated quick learner with a passion for tech. Interested in attaining a role as a Jr web developer that will allow me to learn, grow and excel. Eager to contribute and take on added responsibilities to meet team goals. </h4>
</div>
</div>
<div class="col-md-6 profile-pic-container" data-aos-duration="600" data-aos="fade-down" data-aos-delay="300">
<img
src="./assets/profile.jpg"
alt="hands"
class="img-fluid neumorphic2 profile-pic"
/>
</div>
</div>
</div>
</section>
<!-------------------- skills ------------------------>
<section class="section skill--section" id="skills" >
<div class="bg-dark-text-white py-2 container-fluid sticky-top sticky-offset" >
<h4 class="typedtext">Skills</h4>
</div>
<div class="container skills-container">
<div class="row">
<img
class="neumorphic"
src="./assets/skills/html5-brands.svg"
alt="html"
data-aos-duration="600" data-aos="fade-down" data-aos-delay="0"/>
<img
class="neumorphic"
src="./assets/skills/css3-brands.svg"
alt="css"
data-aos-duration="600" data-aos="fade-down" data-aos-delay="150"/>
<img
class="neumorphic"
src="./assets/skills/js-square-brands.svg"
alt="javascript"
data-aos-duration="600" data-aos="fade-down" data-aos-delay="300"/>
</div>
<div class="row">
<img
class="neumorphic"
src="./assets/skills/react-brands.svg"
alt="react"
data-aos-duration="600" data-aos="fade-down" data-aos-delay="450"/>
<img
class="neumorphic"
src="./assets/skills/node-brands.svg"
alt="node"
data-aos-duration="600" data-aos="fade-down" data-aos-delay="600"/>
<img
class="neumorphic"
src="./assets/skills/git-alt-brands.svg"
alt="git"
data-aos-duration="600" data-aos="fade-down" data-aos-delay="750"/>
</div>
</div>
</section>
<!-------------------- projects ------------------------>
<section class="section section--projects" id="projects">
<div class="bg-dark-text-white py-2 container-fluid sticky-top sticky-offset" >
<h4 class="typedtext" >Projects</h4>
</div>
<div class="container" >
<div class="row mb-5 project-container">
<div class="project-card col-md-6" data-aos-duration="600" data-aos="fade-down" data-aos-delay="0">
<div class="image" >
<img
class="neumorphic2"
src="./assets/projects/11.png"
alt="project 1"
/>
</div>
<div class="content">
<h3>Quote Generator</h3>
<p class="project-details">
Responsive quotes generator using fetch to get data from a free quotes api.
</p>
</div>
</div>
<div class=" col-md-6 data-aos-duration="600" data-aos="fade-down" data-aos-delay="150"">
<div class="image">
<img
class="neumorphic2"
src="./assets/projects/55.png"
alt="html"
/>
</div>
<div class="content" data-aos-duration="600" data-aos="fade-down" data-aos-delay="300">
<h3>Light Dark Mode</h3>
<p class="project-details">
It let uers toggles between light and dark mode. It uses local storage to store user selected theme so it doesn't change back to default on refresh.
</p>
</div>
</div>
<div class="col-md-6" data-aos-duration="600" data-aos="fade-down" data-aos-delay="450">
<div class="image">
<img
class="neumorphic2"
src="./assets/projects/3.png"
alt="html"
/>
</div>
<div class="content">
<h3>Text to Speech Joke Teller</h3>
<p class="project-details">
A text to speech joke teller. On request, a call to joke API made to get jokes and it is passed to text-to-speech API to tell us a joke.
</p>
</div>
</div>
<div class=" col-md-6" data-aos-duration="600" data-aos="fade-down" data-aos-delay="600">
<div class="image">
<img
class="neumorphic2"
src="./assets/projects/6.png"
alt="html"
/>
</div>
<div class="content">
<h3>Landing Page</h3>
<p class="project-details">
Tailwind landing page template with added animations from animate on scroll.
</p>
</div>
</div>
</div>
</div>
</section>
<!-------------------- Contact Me ------------------------>
<section class="section contact-me "
id="contact" >
<div class="bg-dark-text-white py-2 mt-0 container-fluid sticky-top sticky-offset" >
<h4 class="typedtext" >Contact</h4>
</div>
<div class="background-img-wrapper"></div>
<div class="socials-and-form-container" >
<div class="registration-form">
<div class="socials-container">
<div class="socials-row mb-3" data-aos-duration="600" data-aos="fade-down" data-aos-delay="0">
<a href="https://www.linkedin.com/in/bo-latt/" target="_blank" class="mx-4"
>
<i class="fa-brands fa-github fa-custom"></i>
</a>
<a href="https://github.com/bolattt/" target="_blank" class="me-4"
>
<i class="fa-brands fa-linkedin fa-custom"></i>
</a>
</div>
</div>
<form name="contact" method="POST" data-netlify="true"
data-aos-duration="600" data-aos="fade-down" data-aos-delay="150">
<div class="form-group">
<input type="text" class="form-control item" name="name" id="name" placeholder="Name" >
</div>
<div class="form-group">
<input type="text" class="form-control item" name="email" id="email" placeholder="Email" >
</div>
<div class=" form-group">
<div class="mb-3">Message</div>
<textarea
class="form-control item"
style="height: 120px"
aria-label="message"
name="message"
id = "message"
></textarea>
</div>
<div class="form-group text-center">
<button type="submit" class="btn btn-block send-message-btn">Send Messaage</button>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<!-------------------- scroll up arrow ------------------------>
<i class="scroll-up d-none d-md-block">
<img class="up-arrow" src="./assets/up.svg" alt="up arrow" />
</i>
<!-------------------- footer ------------------------>
<footer id="footer" class="bg-dark-text-white">
<p>Created with ♥ in 2022. Thank you for visiting.</p>
</footer>
<!-------------------- scripts ------------------------>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="./script.js"></script>
</body>
</html>