-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
303 lines (300 loc) · 25.7 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
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="./assets/img/brands/K.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Home - Keene's Portfolio</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap">
<link rel="stylesheet" href="assets/css/bs-theme-overrides.css">
<link rel="stylesheet" href="assets/css/Hero-Clean-Reverse-images.css">
<link rel="stylesheet" href="assets/css/Lightbox-Gallery-No-Gutters-baguetteBox.min.css">
<link rel="stylesheet" href="assets/css/Pricing-Duo-badges.css">
<link rel="stylesheet" href="assets/css/Stats-icons.css">
</head>
<body>
<!-- Start: Navbar Centered Links -->
<nav class="navbar navbar-expand-md sticky-top py-3 navbar-dark" id="mainNav">
<div class="container"><a class="navbar-brand d-flex align-items-center" href="index.html"><span class="bs-icon-sm bs-icon-circle bs-icon-primary shadow d-flex justify-content-center align-items-center me-2 bs-icon"><img src="assets/img/brands/K.png" style="height: 35px;"></span><span>Keene</span></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse text-center" id="navcol-1">
<ul class="navbar-nav text-center mx-auto">
<li class="nav-item"><a class="nav-link active" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="services.html">Services</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="testimonials.html">Testimonials</a></li>
</ul><a class="btn btn-primary shadow" role="button" href="https://koala3353.github.io/website-shop/" target="_blank">Shop Website</a>
</div>
</div>
</nav><!-- End: Navbar Centered Links -->
<header class="bg-dark">
<!-- Start: Hero Overlay -->
<section class="text-white py-4 py-xl-5">
<div class="container">
<div class="border rounded border-0 d-flex flex-column justify-content-center align-items-center p-4 py-5" style="background: linear-gradient(rgba(0,0,0,0.2), rgba(0,123,255,0.2)), url("assets/img/background/mainbg.png") center / cover;height: 500px;">
<div class="row">
<div class="col-md-12 col-lg-12 col-xl-12 text-center d-flex d-sm-flex d-md-flex justify-content-center align-items-center mx-auto justify-content-md-start align-items-md-center justify-content-xl-center" style="background-color: rgba(27,35,75,0.7);padding: 30px;border-radius: 30px;">
<div>
<h1 class="fw-bold mb-3">Your Vision, Our Code</h1>
<p class="mb-4">Expert Discord Bot Developer & Custom Website Creator</p><a class="btn btn-primary fs-5 me-2 py-2 px-4" role="button" href="services.html">Services</a><a class="btn btn-light fs-5 py-2 px-4" role="button" href="about.html">About Me</a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End: Hero Overlay -->
</header><!-- Start: Hero Clean Reverse -->
<div class="container py-4 py-xl-5">
<div class="row gy-4 gy-md-0">
<div class="col-md-6 col-lg-7 col-xl-8 text-center text-md-start d-flex d-sm-flex d-md-flex justify-content-center align-items-center justify-content-md-start align-items-md-center justify-content-xl-center">
<div style="max-width: 700px;">
<h2 class="fw-bold">My Story</h2>
<p class="my-3">I'm a dedicated programmer with a passion for creating innovative solutions. With expertise in both Discord bot development and custom website creation, I'm here to turn your ideas into reality.</p><a class="btn btn-primary me-2" role="button" href="about.html">Show More</a><a class="btn btn-outline-secondary" role="button" href="projects.html">Portfolio</a>
</div>
</div>
<div class="col-md-6 col-lg-5 col-xl-4 offset-lg-0">
<div class="m-xl-5">
<lottie-player src="https://lottie.host/2c53bd18-214e-49f8-b205-823c0f650a3c/KOZJ6xawrF.json" mode="normal" loop="" autoplay="" style="margin-bottom: -78px;padding-top: 0px;margin-top: -55px;transform: scale(1.36);"></lottie-player>
</div>
</div>
</div>
</div><!-- End: Hero Clean Reverse -->
<!-- Start: Brands -->
<section class="py-5 bg-dark">
<div class="container text-center">
<p class="mb-4" style="font-size: 1.6rem;">I had been chosen by over <span class="text-success"><strong>30+</strong></span> customers and <span class="text-success"><strong>2+</strong></span> companies.</p><a href="https://www.betdex.com" target="_blank"> <img class="m-3" src="assets/img/brands/betdex.png" style="height: 80px;"></a><a href="https://thelittlebakerkitchen.com" target="_blank"> <img class="m-3" src="assets/img/brands/littlebaker.png" width="" height="100"></a>
</div><!-- Start: Stats -->
<div class="container py-4 py-xl-5">
<div class="row gy-4 row-cols-2 row-cols-md-4">
<div class="col">
<div class="text-center d-flex flex-column justify-content-center align-items-center py-3">
<div class="bs-icon-xl bs-icon-circle bs-icon-primary d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block mb-2 bs-icon lg"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-people-fill">
<path d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"></path>
</svg></div>
<div class="px-3">
<h2 class="fw-bold mb-0">30+</h2>
<p class="mb-0">Overall customers</p>
</div>
</div>
</div>
<div class="col">
<div class="text-center d-flex flex-column justify-content-center align-items-center py-3">
<div class="bs-icon-xl bs-icon-circle bs-icon-primary d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block mb-2 bs-icon lg"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-code">
<path d="M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8l3.147-3.146zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8l-3.147-3.146z"></path>
</svg></div>
<div class="px-3">
<h2 class="fw-bold mb-0">10,000+</h2>
<p class="mb-0">Average lines of code</p>
</div>
</div>
</div>
<div class="col">
<div class="text-center d-flex flex-column justify-content-center align-items-center py-3">
<div class="bs-icon-xl bs-icon-circle bs-icon-primary d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block mb-2 bs-icon lg"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-cash-coin">
<path fill-rule="evenodd" d="M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8m5-4a5 5 0 1 1-10 0 5 5 0 0 1 10 0"></path>
<path d="M9.438 11.944c.047.596.518 1.06 1.363 1.116v.44h.375v-.443c.875-.061 1.386-.529 1.386-1.207 0-.618-.39-.936-1.09-1.1l-.296-.07v-1.2c.376.043.614.248.671.532h.658c-.047-.575-.54-1.024-1.329-1.073V8.5h-.375v.45c-.747.073-1.255.522-1.255 1.158 0 .562.378.92 1.007 1.066l.248.061v1.272c-.384-.058-.639-.27-.696-.563h-.668zm1.36-1.354c-.369-.085-.569-.26-.569-.522 0-.294.216-.514.572-.578v1.1h-.003zm.432.746c.449.104.655.272.655.569 0 .339-.257.571-.709.614v-1.195l.054.012z"></path>
<path d="M1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.083c.058-.344.145-.678.258-1H3a2 2 0 0 0-2-2V3a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2v3.528c.38.34.717.728 1 1.154V1a1 1 0 0 0-1-1z"></path>
<path d="M9.998 5.083 10 5a2 2 0 1 0-3.132 1.65 5.982 5.982 0 0 1 3.13-1.567z"></path>
</svg></div>
<div class="px-3">
<h2 class="fw-bold mb-0">$250</h2>
<p class="mb-0">Average cost per job</p>
</div>
</div>
</div>
<div class="col">
<div class="text-center d-flex flex-column justify-content-center align-items-center py-3">
<div class="bs-icon-xl bs-icon-circle bs-icon-primary d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block mb-2 bs-icon lg"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-clock-fill">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z"></path>
</svg></div>
<div class="px-3">
<h2 class="fw-bold mb-0">1 week</h2>
<p class="mb-0">Average time per job</p>
</div>
</div>
</div>
</div>
</div><!-- End: Stats -->
</section><!-- End: Brands -->
<section>
<!-- Start: Features Cards -->
<div class="container py-5">
<div class="row">
<div class="col-md-8 col-xl-6 text-center mx-auto">
<p class="fw-bold text-success mb-2">Our Services</p>
<h3 class="fw-bold">What we can do for you</h3>
</div>
</div>
<div class="py-5 p-lg-5">
<div class="row row-cols-1 row-cols-md-2 mx-auto" style="max-width: 1000px;">
<div class="col-lg-6 col-xl-6" style="margin-bottom: 18px;">
<div class="card shadow-sm">
<div class="card-body px-4 py-5 px-md-5 bg-dark" style="border-radius: 20px;">
<h5 class="fw-bold card-title">Discord Bot Development</h5>
<p class="text-muted card-text mb-4">Automated moderation, custom commands, game integrations, and more.</p><a class="btn btn-primary shadow" role="button" href="services.html">Learn more</a>
</div>
</div>
</div>
<div class="col-xl-6">
<div class="card shadow-sm">
<div class="card-body px-4 py-5 px-md-5 bg-dark" style="border-radius: 20px;">
<h5 class="fw-bold card-title">Custom Website Development</h5>
<p class="text-muted card-text mb-4">Responsive designs, e-commerce solutions, personal blogs, free hosting and more.</p><a class="btn btn-primary shadow" role="button" href="services.html">Learn more</a>
</div>
</div>
</div>
</div>
</div>
</div><!-- End: Features Cards -->
</section>
<section class="py-5 mt-5 bg-dark">
<!-- Start: Testimonials -->
<div class="container py-5">
<div class="row mb-5">
<div class="col-md-8 col-xl-6 text-center mx-auto">
<p class="fw-bold text-success mb-2" style="border-top-color: var(--bs-primary);"><span style="color: rgb(0, 109, 255);">Testimonials</span></p>
<h2 class="fw-bold"><strong>What People Say About Me</strong></h2>
<p class="text-muted">No matter the project, I can handle it. </p>
</div>
</div>
<div class="row row-cols-1 row-cols-sm-2 row-cols-lg-3 d-sm-flex justify-content-sm-center">
<div class="col mb-4">
<div class="d-flex flex-column align-items-center align-items-sm-start">
<p class="border rounded p-4 bg-info border-dark">I like how you were able to make the bot in a reasonable timeframe and you were willing to answer any questions and help even after the bot was finished.</p>
<div class="d-flex"><img class="rounded-circle flex-shrink-0 me-3 fit-cover" width="50" height="50" src="https://cdn.discordapp.com/avatars/697590765148176486/8ac8c4bf16c156886819d942c7661f4e.webp?size=256">
<div>
<p class="fw-bold mb-0">Otto</p>
<p class="text-muted mb-0">Customer - Discord bot</p>
</div>
</div>
</div>
</div>
<div class="col mb-4">
<div class="d-flex flex-column align-items-center align-items-sm-start">
<p class="border rounded border-dark p-4 bg-info">Delivered a project for me exactly as I wanted it and tweaked some extra changes I asked for. Extremely professional and would definitely recommend!</p>
<div class="d-flex"><img class="rounded-circle flex-shrink-0 me-3 fit-cover" width="50" height="50" src="https://cdn.discordapp.com/avatars/208922891587289088/fd08957d90d9e286756aa9875a09411b.webp?size=100">
<div>
<p class="fw-bold mb-0">Wise</p>
<p class="text-muted mb-0">Customer - Discord bot</p>
</div>
</div>
</div>
</div>
<div class="col mb-4">
<div class="d-flex flex-column align-items-center align-items-sm-start">
<p class="border rounded border-dark p-4 bg-info" style="font-size: 12px;">I am really happy with the work done. He executed everything I wanted perfectly and worked incredibly fast. He was very accommodating with all my requests and ensured that every detail was taken care of. I highly recommend his services for anyone looking for a skilled and accommodating developer.</p>
<div class="d-flex"><img class="rounded-circle flex-shrink-0 me-3 fit-cover" width="50" height="50" src="assets/img/reviews/1stPicAboutme.jpg">
<div>
<p class="fw-bold mb-0">The Little Baker Kitchen</p>
<p class="text-muted mb-0">Customer - Website</p>
</div>
</div>
</div>
</div>
</div>
</div><!-- End: Testimonials -->
</section><!-- Start: Contact Details -->
<section class="py-5">
<div class="container">
<div class="row mb-5">
<div class="col-md-8 col-xl-6 text-center mx-auto">
<p class="fw-bold text-success mb-2">Contacts</p>
<h2 class="fw-bold">How you can reach me</h2>
</div>
</div>
<div class="row d-flex justify-content-center">
<div class="col-md-4 col-xl-4 d-flex justify-content-center justify-content-xl-start">
<div class="d-flex flex-wrap flex-md-column justify-content-md-start align-items-md-start h-100">
<div class="d-flex align-items-center p-3">
<div class="bs-icon-md bs-icon-circle bs-icon-primary shadow d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block bs-icon bs-icon-md"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-telephone">
<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"></path>
</svg></div>
<div class="px-2">
<h6 class="fw-bold mb-0">Phone</h6>
<p class="text-muted mb-0">+63 905 236 7965</p>
</div>
</div>
<div class="d-flex align-items-center p-3">
<div class="bs-icon-md bs-icon-circle bs-icon-primary shadow d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block bs-icon bs-icon-md"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-envelope">
<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z"></path>
</svg></div>
<div class="px-2">
<h6 class="fw-bold mb-0">Email</h6>
<p class="text-muted mb-0">[email protected]</p>
</div>
</div><a href="https://github.com/Koala3353" target="_blank">
<div class="d-flex align-items-center p-3">
<div class="bs-icon-md bs-icon-circle bs-icon-primary shadow d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block bs-icon bs-icon-md"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-github">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8"></path>
</svg></div>
<div class="px-2">
<h6 class="fw-bold mb-0"><span style="color: rgb(255, 255, 255);">Github</span></h6>
<p class="text-muted mb-0">Koala3353</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</section><!-- End: Contact Details -->
<!-- Start: Footer Multi Column -->
<footer class="bg-dark">
<div class="container py-4 py-lg-5">
<div class="row justify-content-center">
<!-- Start: Services -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Services</h3>
<ul class="list-unstyled">
<li><a href="services.html">Web design</a></li>
<li><a href="services.html">Discord bot development</a></li>
</ul>
</div><!-- End: Services -->
<!-- Start: About -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">About Me</h3>
<ul class="list-unstyled">
<li><a href="about.html">My story</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="education.html">Education & Work</a></li>
</ul>
</div><!-- End: About -->
<!-- Start: Careers -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Others</h3>
<ul class="list-unstyled">
<li><a href="contacts.html">Contact Us</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</div><!-- End: Careers -->
<!-- Start: Social Icons -->
<div class="col-lg-3 text-center text-lg-start d-flex flex-column align-items-center order-first align-items-lg-start order-lg-last">
<div class="fw-bold d-flex align-items-center mb-2"><span class="bs-icon-sm bs-icon-circle bs-icon-primary d-flex justify-content-center align-items-center bs-icon me-2"><img src="assets/img/brands/K.png" style="height: 35px;"></span><span>Keene</span></div>
<p class="text-muted">Expert Discord Bot Developer & Custom Website Creator</p>
</div><!-- End: Social Icons -->
</div>
<hr>
<div class="text-muted d-flex justify-content-between align-items-center pt-3">
<p class="mb-0">Cheers! Have a great day!</p>
<ul class="list-inline mb-0">
<li class="list-inline-item"><a href="https://www.facebook.com/rainingfishyyy/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-facebook">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951"></path>
</svg></a></li>
<li class="list-inline-item"><a href="https://github.com/Koala3353" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-github">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8"></path>
</svg></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/keene-brigado-7494b7316/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-linkedin">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401m-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4"></path>
</svg></a></li>
</ul>
</div>
</div>
</footer><!-- End: Footer Multi Column -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@lottiefiles/[email protected]/dist/lottie-player.min.js"></script>
<script src="assets/js/bold-and-dark.js"></script>
<script src="assets/js/Lightbox-Gallery-No-Gutters-baguetteBox.min.js"></script>
<script src="assets/js/Lightbox-Gallery-No-Gutters-Lightbox-Gallery.js"></script>
</body>
</html>