-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
364 lines (355 loc) · 14.7 KB
/
index.html
File metadata and controls
364 lines (355 loc) · 14.7 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
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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nikolai Andrei Calizar</title>
<link
rel="icon"
type="image/x-icon"
href="/img/icons8-programmer-flaticons-lineal-color-96.png"
/>
<link rel="stylesheet" href="/css/style.min.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"
/>
</head>
<body>
<!-- Navbar Section -->
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark p-3" id="navbar">
<div class="container-fluid">
<a class="navbar-brand" href="#"><strong>Nikolai Calizar</strong></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link mx-2" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link mx-2" href="#services-section">Services</a>
</li>
<li class="nav-item">
<a class="nav-link mx-2" href="#projects-section">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link mx-2" href="#contact-section">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- End of Navbar Section-->
<!-- Main Content Section -->
<main>
<div class="container text-center" id="main-container">
<div class="row">
<div class="container">
<div class="row">
<section id="about-section">
<div class="container">
<div class="row">
<h1 class="about-header">About Me</h1>
</div>
<div class="row">
<p class="text-start">
Hi! My name is
<span class="fw-bold" id="name"
>Nikolai Andrei Abella Calizar</span
>. I am a Full Stack Developer with an experience in both
front-end and back-end development. My journey in this
field has allowed me to work on a variety of projects,
tackling challenges and overcoming obstacles to ensure
successful implementation and deployment.
</p>
</div>
<div class="row">
<p class="text-start">
My strength lies in problem-solving, adaptability, and
collaboration, enabling me to communicate effectively
within teams and translate project requirements into
functional applications. I am committed to continuous
learning and improvement, keeping myself updated with the
latest industry trends and technologies.
</p>
</div>
<div class="row">
<p class="text-start">
My approach is results-oriented, focusing on delivering
solutions that meet both user needs and business
objectives. I am passionate about development and always
eager to create innovative and impactful solutions that
contribute to the success of the team and the
organization.
</p>
</div>
</div>
</section>
</div>
</div>
</div>
<div class="row">
<div class="container">
<div class="row">
<section id="services-section">
<div class="container text-center">
<div class="row">
<h1 class="services-header">My Services</h1>
</div>
<div
class="row row-cols-lg-3 row-cols-md-3 row-cols-sm-3 g-5"
>
<div class="col-lg-4 col-md-4 col-sm-4">
<!-- Card 1 -->
<div class="card text-bg-dark h-100">
<img
src="/img/react.jpg"
class="card-img-top img-fluid"
alt="React.js logo"
/>
<div class="card-body">
<h5 class="card-title" id="service-one">
Front-End Development
</h5>
<p class="card-text">
I have expertise in front-end languages such as
HTML, CSS/SCSS, Bootstrap, JavaScript, Node.js, and
React.js. I focus on creating user-friendly
interfaces that enhance the performance of your
applications
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<!-- Card 2 -->
<div class="card text-bg-dark h-100">
<img
src="/img/node.jpg"
class="card-img-top img-fluid"
alt="Node.js logo"
/>
<div class="card-body">
<h5 class="card-title" id="service-two">
Back-End Development
</h5>
<p class="card-text">
I am proficient in handling server-side applications
and APIs. I use programming languages and frameworks
like Python, PHP, SQL, Java, Node.js, and Laravel to
build robust and scalable back-ends
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<!-- Card 3 -->
<div class="card text-bg-dark h-100">
<img
src="/img/postman.png"
class="card-img-top img-fluid"
alt="Postman logo"
/>
<div class="card-body">
<h5 class="card-title" id="service-three">
API Integration
</h5>
<p class="card-text">
I provide custom web API and integration services. I
offer complete web API development services that
help ensure the smooth functioning of your
solutions. If required, I can build custom APIs for
external applications
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<div class="row">
<div class="container">
<div class="row">
<section id="projects-section">
<div class="container text-center">
<div class="row">
<div class="col">
<h1 class="projects-header">My Projects</h1>
</div>
</div>
<div
class="row row-cols-lg-2 row-cols-md-2 row-cols-sm-2 row-cols-1 g-3"
>
<div class="col">
<div
class="card mb-3 text-bg-dark"
style="max-width: 540px; border-radius: 4rem"
>
<div class="row g-0">
<div class="col-md-4">
<img
src="/img/bootstrap.png"
class="img-fluid rounded-start"
alt="Bootstrap logo"
/>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Smartify</h5>
<p class="card-text">
A Bootstrap-based website serving as a catalog
for ranking the best phones based on
price-to-performance ratio.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div
class="card mb-3 text-bg-dark"
style="max-width: 540px; border-radius: 4rem"
>
<div class="row g-0">
<div class="col-md-4">
<img
src="/img/java.png"
class="img-fluid rounded-start"
alt="Java logo"
/>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Milktea Shop</h5>
<p class="card-text">
A Java-based CRUD application that operates as a
virtual milktea shop simulation.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div
class="card mb-3 text-bg-dark"
style="max-width: 540px; border-radius: 4rem"
>
<div class="row g-0">
<div class="col-md-4">
<img
src="/img/kotlin.png"
class="img-fluid rounded-start"
alt="Kotlin logo"
/>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">CrossRoads</h5>
<p class="card-text">
An Android application designed to provide
guidance for aspiring IT professionals in
achieving their career objectives.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div
class="card mb-3 text-bg-dark"
style="max-width: 540px; border-radius: 4rem"
>
<div class="row g-0">
<div class="col-md-4">
<img
src="/img/python.png"
class="img-fluid rounded-start"
alt="Python logo"
/>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">GUI Calculator</h5>
<p class="card-text">
A comprehensive and user-friendly Python-based
GUI Calculator application designed to perform
basic arithmetic operations.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</main>
<!-- End of Main Content Section -->
<!-- Footer Section -->
<footer class="bg-dark text-center py-3" id="contact-section">
<div class="container py-2">
<section class="mb-4">
<!-- Facebook -->
<a class="btn btn-outline-light text-white me-2" href="#!"
><i class="bi bi-facebook"></i
></a>
<!-- Instagram -->
<a class="btn btn-outline-light text-white me-2" href="#!"
><i class="bi bi-instagram"></i
></a>
<!-- Twitter -->
<a class="btn btn-outline-light text-white me-2" href="#!"
><i class="bi bi-twitter-x"></i
></a>
<!-- Linkedin -->
<a class="btn btn-outline-light text-white me-2" href="#!"
><i class="bi bi-linkedin"></i
></a>
<!-- Github -->
<a class="btn btn-outline-light text-white me-2" href="#!"
><i class="bi bi-github"></i
></a>
</section>
</div>
<div class="text-center text-white py-2" id="copyright">
© 2024 Copyright:
<a class="text-white" href="https://Izanagi-42.github.io/"
>Izanagi-42.github.io</a
>
</div>
</footer>
<!-- End of Footer Section -->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"
></script>
</body>
</html>