-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
461 lines (360 loc) · 20.6 KB
/
index.html
File metadata and controls
461 lines (360 loc) · 20.6 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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="description" content="Code Crafting">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="CKCarr">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="CKCarr.dev">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<title>CKCarr.dev</title>
<!--Font Awesome Icons-->
<script src="https://kit.fontawesome.com/6c6d5d6d3e.js" crossorigin="anonymous"></script>
<!--DEVICON icons-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<!--JQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<!--BootStrap-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!--Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<!-- Normalize CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.min.css">
<!--STYLES-->
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/navbar.css">
</head>
<body class="text-light">
<!--HEADER - NAVBAR LOGO-->
<header class="header fixed-top">
<nav class="navbar fixed-top">
<a href="#" class="nav-logo">
<img id="logo" class="img img-fluid logo-img animate__animated animate__heartBeat animae__infinite"
src="images/ck-logo.png" alt="CKCarr.dev Logo">
</a>
<ul class="nav-menu">
<li class="nav-item mx-auto">
<a class="nav-link home-link" href="index.html">Home</a>
</li>
<li class="nav-item mx-auto">
<a class="nav-link about-link" href="about.html">About Me</a>
</li>
<!-- <li class="nav-item mx-auto">
<a class="nav-link project-link" href="projects.html">Projects</a>
</li> -->
<li class="nav-item mx-auto">
<a class="nav-link resume-link" href="CKResume.pdf" target="_blank">Resume</a>
</li>
<li class="nav-item mx-auto">
<a class="nav-link contact-link" href="contact.html">Contact</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
<div id="countdown" class="container">
<div id="countdown-container">
<h3 class="cd-header">Countdown to
Graduation
</h3>
</div>
</div>
</header>
<!--MAIN CONTENT-->
<main id="creative-content mt-5">
<!--MAIN CONTENT - SECTION 1 - HERO-IMG -->
<section class="hero-1 container-fluid overflow-hidden">
<div class="container">
<div class="row ">
<div class="col-md-6 col-sm-12 ">
<img class="hero-img img img-fluid rounded ml-5 mt-5 " src="images/CKCarr-23.png"
alt="Crystal Carrillo">
</div>
<div class="intro-content col-md-6 col-sm-12 overflow-hidden pt-3">
<h1 class=" animate__animated animate__slideInLeft "><span class="colors">Hello
There!</span></h1>
<h2 class="pl-3 animate__animated animate__slideInLeft animate__delay-1s">My name is
<span class="colors">Crystal
Carrillo</span>
</h2>
<h1 class="animate__animated animate__slideInLeft animate__delay-2s mt-5"><span
class="colors">Nice to meet
You!</span>
</h1>
<h1 class="pl-3 animate__animated animate__slideInLeft animate__delay-3s">I am a <span
class="colors">Full
Stack
Software Developer</span> in Training at <span class="colors">Atlas School</span> of
Tulsa.
</h1>
</div>
</div>
</div>
</section>
<!--MAIN CONTENT - SECTION 2 - ABOUT ME -->
<section id="about-me-section my-5" class="overflow-hidden pb-3">
<div class="about-me row d-flex justify-content-center my-5">
<div id="about-1 "
class="card-bg card my-4 mr-md-1 col-md-4 animate__animated animate__fadeInUp animate__delay-2s mx-auto w-75">
<img class="img img-fluid rounded-circle card-img-top " src="images/story.png"
alt="Crystal Carrillo">
<div class="card-body">
<h2 class="card-title">My Story</h2>
<hr>
<p class="card-text p-2">After over a decade of experience in healthcare and customer service. I
am
transitioning to tech as a creative with
dedication to learning, strong work ethic, and a passion to create and design. I believe
that
art and design have the power to inspire and transform.
</p>
</div>
</div>
<div id="about-2"
class="card-bg card my-4 col-md-4 animate__animated animate__fadeInUp animate__delay-3s mx-auto w-75">
<img class="img img-fluid rounded-circle card-img-top" src="images/process2.png"
alt="find pic from school">
<div class="card-body">
<h2 class="card-title">My Process</h2>
<hr class="colors">
<p class="card-text p-2">I aim to work closely with clients to understand their unique needs and
preferences, and to create custom solutions that
exceed their expectations. From initial concept to final product, I am committed to
delivering exceptional results.
</p>
</div>
</div>
<div id="about-3"
class="card-bg card my-4 animate__animated animate__fadeInUp animate__delay-4s mx-auto w-75">
<img class="img img-fluid rounded-circle card-img-top" src="images/goals.png"
alt="find-pic from work">
<div class="card-body ">
<h2 class="card-title">My Goals</h2>
<hr class="colors">
<p class="card-text p-2">I began learning computer science and software development to help
improve
our healthcare system. I want to help make the world a more beautiful and inspiring place. I
am
dedicated to my craft, and to helping clients achieve
their goals.
</p>
</div>
</div>
</div>
</section>
<!--MAIN CONTENT - SECTION 3 - HERO2 -->
<section class="hero text-light my-5">
<div class="container my-5">
<div class="hero-header row justify-content-md-center mx-auto mt-3">
<img class="col col-lg-4 col-md-4 col-sm-6 img img-fluid img1" src="images/discover-text.png"
alt="Discover/Research/Design/Create/Deploy">
<img class="col col-lg-4 col-md-4 col-sm-6 img img-fluid img2" src="images/pc-monitor.png"
alt="pc-monitor cute illustration">
</div>
<h3 class="text-center my-5"><span class="colors">A source of Inspiration, a Muse, a Vibe.
All sorts of Learning by Doing and Never not Try.</span>
</h3>
<div class="hero-btns d-flex justify-content-center ">
<button type="button" class="portfolio-btn btn btn-lg btn-info mx-auto"><a
href="">Portfolio</a></button>
<button type="button" class="resume-btn btn btn-lg btn-outline-info mx-auto"><a
href="CKResume.pdf">Resume</a></button>
</div>
</div>
</section>
<!--MAIN CONTENT - SECTION 4 - TECHNOLOGIES && TOOLS -->
<section id="tech-tools my-5">
<div class="skill-icons container ">
<h1 class="text-center mt-3">Technologies && Tools</h1>
<div class="icon-box img img-fluid">
<!--SKILLS ROW 1-->
<div class="bg-white row pl-5 mx-auto justify-content-between">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=html" alt="HTML">
<img class="img img-fluid" src=" https://skillicons.dev/icons?i=css" alt="CSS">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=js" alt="JavaScript">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=bootstrap" alt="Bootstrap">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=sass" alt="Sass">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=react" alt="React">
</div>
<!--SKILLS ROW 2-->
<div class="bg-white row pr-5 mx-auto justify-content-between">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=c" alt="C Programming Language">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=bash" alt="Bash">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=python" alt="Python">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=docker" alt="Docker">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=github" alt="Github">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=git" alt="Git">
</div>
<!--SKILLS ROW 3-->
<div class="bg-white row pl-5 mx-auto justify-content-between">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=nodejs" alt="NODE JS">
<img class="img img-fluid" src=" https://skillicons.dev/icons?i=threejs" alt="Three js">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=mysql" alt="MySQL">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=p5js" alt="P5js">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=tailwind" alt="Tailwind">
<img class="img img-fluid" src="https://skillicons.dev/icons?i=visualstudio" alt="VS Code">
</div>
</div>
</div>
</section>
<!--MAIN CONTENT - SECTION 5 - PROJECTS -->
<section class="projects my-5">
<h1 class="h1-colors text-center d-flex justify-content-center">
<span class="color-b">Project</span>
✨
<span class="color-p">Portfolio</span>
</h1>
<h2 class="text-center mt-5"><span class="colors">Checkout what I have been working on</span>
</h2>
<div class="project-container container">
<div class="row d-flex justify-content-center">
<img class="prj-icon img img-fluid" src="images/file-box.png" style="width: 280px; height: 300px"
alt="">
</div>
<div class="row d-flex justify-content-around">
<div>
<a href="https://wonderland-3c94c.firebaseapp.com/index.html">
<img class="prj-img img img-fluid" src="images/MuseumOfImagination-project.png"
alt="Museum of Imagination Project" style="width: 200px; height: 250px">
</a>
<p class="text-center">Museum Of Imagination</p>
</div>
<div>
<a href="https://ckcarr.github.io/breakfast_hacksprint/">
<img class="prj-img img img-fluid" src="images/BreakfastHacksprint-project.png"
alt="Breakfast Hacksprint Project" style="width: 200px; height: 250px">
</a>
<p class="text-center">Breakfast Bites && Bytes</p>
</div>
</div>
<div class="row d-flex justify-content-center ">
<dir>
<a href="">
<img class="prj-img img img-fluid" src="images/museumgallery-project.png"
style="width: 200px; height: 250px" alt="">
</a>
<p></p>
</dir>
</div>
<div class="row d-flex justify-content-between mb-5">
<img class="prj-img img img-fluid" src="images/ck-logo.png" style="width: 200px; height: 250px"
alt="">
<img class="prj-img img img-fluid" src="images/ck-logo.png" style="width: 200px; height: 250px"
alt="">
</div>
</div>
</section>
<!--MAIN CONTENT - SECTION 6 - BUILDING-ART/GITHUB -->
<section class="building-art my-5">
<div class="container d-flex justify-content-center">
<div class="art-img row">
<img class="col col-lg-4 col-md-4 col-sm-6 mx-auto w-50 " src="images/app-list.png"
alt="app-list icon">
<div class="building-art-content col col-lg-4 col-md-4 col-sm-6 mx-auto w-50">
<h5 class="text-info mt-5">Full-Stack Software Development</h5>
<h1 class="my-3">Building Art W/
Code Creations</h1>
<p class="mb-4">Using space, color, contrast and creativity. Applying valuable insights from
peers. The
value of
a personal portfolio
is built over time.</p>
<button type="button" class="github-btn btn btn-lg btn-info mx-auto"><a
href="https://github.com/CKCarr">
<i class="bi bi-github"> GITHUB</i>
</a></button>
</div>
</div>
</div>
</section>
<!--MAIN CONTENT - SECTION 7 - CONTACT -->
<section class="contact-me my-5">
<div class="container d-flex justify-content-center">
<div class="contact-content row">
<div class="building-art-content col col-lg-4 col-md-4 col-sm-6 mx-auto w-50">
<h5 class="text-info mt-5">Follow Me For More</h5>
<h1 class="my-3">Let’s Connect, Collaborate, And Create!</h1>
<p class="mb-4">I am usually found in a learning objective, tutorial, or fun coding craft. I
love to learn,
craft, game, and help build
others up along the way.</p>
<button type="button" class="linkedin-btn btn btn-lg btn-outline-info mx-auto ">
<a href="https://www.linkedin.com/in/crystal-carrillo/" class="">
<i class="bi bi-linkedin"> LINKEDIN</i>
</a>
</button>
</div>
<img class="col col-lg-4 col-md-4 col-sm-6 mx-auto w-50 " src="images/mobile-contact.png" alt="">
</div>
</div>
<h1 id="contact-me" class="h1-colors text-center d-flex justify-content-center">
<span class="color-p">Contact</span>✨<span class="color-b">Me</span>
</h1>
<!--MAIN CONTENT - SECTION 7.5 - CONTACT-FORM -->
<section id="contact-form-section" class="container my-5 d-flex justify-content-center">
<div class="container contact-form m-5 bg-dark d-flex justify-content-center">
<form class=" m-5 " action="https://formspree.io/f/xrgngdlq" method="POST"
data-success="Thank you for your submission!">
<div class="row ">
<div class="col-md-6 col-sm-12">
<label for="fname">First Name</label>
<input type="text" id="fname" name="firstname" placeholder="That's ..." required>
</div>
<div class="col-md-6 col-sm-12">
<label for="lname">Last Name</label>
<input type="text" id="lname" name="lastname" placeholder="You! ...">
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-12">
<label for="cname">Company Name</label>
<input type="text" id="cname" name="companyname" placeholder="Company ...">
</div>
<div class="col-md-6 col-sm-12">
<label for="email">Your Email</label>
<input type="email" id="email" name="email" placeholder="E-mail ..." required>
</div>
</div>
<label for="message">Your Message</label>
<textarea id="message" name="message"
placeholder="Drop me a line, let's Connect! ..."></textarea>
<input class="form-btn btn btn-primary mt-3 ml-1" type="submit" value="Submit">
</form>
</div>
</section>
</section>
</main>
<!--FOOTER - SECTION 8 -->
<footer class="footer container-fluid ">
<div class="footer-content d-flex justify-content-around row">
<aside class="footer-icons text-center mt-4 ">
<a href="https://github.com/CKCarr">
<i class="bi bi-github"></i>
</a>
<a href="https://www.linkedin.com/in/crystal-carrillo/" class="">
<i class="bi bi-linkedin"></i>
</a>
</aside>
<address class="d-block text-center mt-4 ">
<p>Crystal Carrillo <br>Claremore, OK<br> (405)-456-9062</p>
</address>
</div>
<div class="copy">
<p class="text-center mb-sm-0 mt-">Copyright © 2024 CKCarr.dev <br> All Rights Reserved.</p>
</div>
</footer>
<!--scripts-->
<script src="scripts/countdown.js"></script>
<script src="scripts/form-submission.js"></script>
<script src="scripts/menu-toggle.js"></script>
</body>
</html>