-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (164 loc) · 6.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Khrystian Clark's Portfolio</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<header>
<div class="header-container">
<h1>Khrystian Tino Clark</h1>
<img src="IMG_5063.jpeg" loading="lazy" alt="Khrystian Clark" class="profile-pic">
<p>Dynamic Developer | Engineer | Leader</p>
<button id="theme-toggle" aria-label="Toggle Dark Mode"><i class="fas fa-moon"></i></button>
</div>
</header>
<nav>
<ul>
<li><a href="#about" class="active">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills-expertise">Skills & Expertise</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<section id="about" class="section">
<h2>About Me</h2>
<p>
Results-driven software engineer with 10+ combined years of experience in software
development, API engineering, machine learning, and cloud computing. Proven ability to
optimize processes, develop scalable solutions, and lead cross-functional teams in high-pressure
environments. Adept at Python, C++, Kubernetes, and TensorFlow, with strong
background in automation, DevOps, and technical leadership. Seeking a role in software
engineering or web development to drive innovation in fast-paced technological environments.
</p>
</section>
<section id="projects" class="section">
<h2>Projects</h2>
<div class="project">
<h3><a href="https://github.com/fenyuchenabc/CS467-GPT-API-Challenge">GPT-API-Challenge</a></h3>
<p>Children's interactive storybook with AI-generated visual aids.</p>
</div>
<div class="project">
<h3><a href="https://github.com/beetbox/beets">BeetBox</a></h3>
<p>Added troubleshooting and automated file management to an open-source project.</p>
</div>
<div class="project">
<h3><a href="https://github.com/ilkilab/agorakube">AgoraKube</a></h3>
<p>Integrated GitHub Actions for improved project management for Kubernetes installation on AMD-64 and cloud environments.</p>
</div>
<div class="project">
<h3><a href="https://github.com/JCD-H/CS340_GroupProject">Skills Project</a></h3>
<p>Showcase of SQL/DB use, GUI, CSS, Agile, schema creation, DDL, DML, web development using Handlebars.</p>
</div>
<div class="project">
<h3><a href="https://github.com/khrystianc/CS162">Python Skills Library</a></h3>
<p>Demonstrates algorithms, recursion, file handling, and data manipulation.</p>
</div>
<div class="project">
<h3><a href="https://github.com/khrystianc/CS162/blob/main/FocusGame.py">Focus Game</a></h3>
<p>Two-player Focus Game with move validation, reserve/capture status, and winner declaration.</p>
</div>
</section>
<section id="skills-expertise" class="section">
<h2>Skills & Expertise</h2>
<div class="skills-expertise-grid">
<div class="skills-expertise-item">
<h3>Programming Languages</h3>
<p>Python, C++, JavaScript</p>
</div>
<div class="skills-expertise-item">
<h3>Web Development</h3>
<p>HTML, CSS, React, Flask</p>
</div>
<div class="skills-expertise-item">
<h3>Platforms</h3>
<p>Windows, macOS, Linux</p>
</div>
<div class="skills-expertise-item">
<h3>Cloud Services</h3>
<p>Google Cloud Platform, AWS</p>
</div>
<div class="skills-expertise-item">
<h3>AI & Machine Learning</h3>
<p>TensorFlow, PyTorch, OpenAI APIs</p>
</div>
<div class="skills-expertise-item">
<h3>Containerization</h3>
<p>Docker, Kubernetes</p>
</div>
<div class="skills-expertise-item">
<h3>API Development</h3>
<p>RESTful APIs, GraphQL</p>
</div>
<div class="skills-expertise-item">
<h3>AI Development</h3>
<p>Experienced in developing machine learning models using TensorFlow, PyTorch, and OpenAI APIs. Skilled in integrating AI into production-level applications.</p>
</div>
<div class="skills-expertise-item">
<h3>Cloud Platforms</h3>
<p>Proficient in leveraging Google Cloud Platform for scalable solutions, including storage, compute, and AI tools. Familiar with AWS for deployment and management.</p>
</div>
<div class="skills-expertise-item">
<h3>API Creation & Implementation</h3>
<p>Skilled in designing and implementing RESTful and GraphQL APIs for robust data-driven applications. Expertise in API testing and integration.</p>
</div>
<div class="skills-expertise-item">
<h3>Containerization</h3>
<p>Versed in Docker for application containerization and Kubernetes for orchestration. Experienced in creating CI/CD pipelines with GitHub Actions.</p>
</div>
</div>
</section>
<section id="contact" class="section">
<h2>Contact</h2>
<form class="contact-form" action="https://formspree.io/f/{your_form_id}" method="POST">
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="_replyto" placeholder="Your Email" required>
<textarea name="message" placeholder="Your Message" required></textarea>
<button type="submit">Send</button>
</form>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>GitHub: <a href="https://github.com/khrystianc">github.com/khrystianc</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/khrystianc/">linkedin.com/in/khrystianc</a></p>
</section>
<footer>
<p>© 2025 Khrystian Tino Clark</p>
</footer>
<script>
// Highlight active section in navigation
const sections = document.querySelectorAll('.section');
const navLi = document.querySelectorAll('nav ul li a');
window.addEventListener('scroll', () => {
let current = '';
sections.forEach(section => {
const sectionTop = section.offsetTop;
if (pageYOffset >= sectionTop - 60) {
current = section.getAttribute('id');
}
});
navLi.forEach(li => {
li.classList.remove('active');
if (li.getAttribute('href').includes(current)) {
li.classList.add('active');
}
});
});
// Theme toggle
const themeToggle = document.getElementById('theme-toggle');
const body = document.body;
themeToggle.addEventListener('click', () => {
body.classList.toggle('dark-mode');
const icon = themeToggle.querySelector('i');
if (body.classList.contains('dark-mode')) {
icon.classList.remove('fa-moon');
icon.classList.add('fa-sun');
} else {
icon.classList.remove('fa-sun');
icon.classList.add('fa-moon');
}
});
</script>
</body>
</html>