-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
190 lines (177 loc) · 6.49 KB
/
index.html
File metadata and controls
190 lines (177 loc) · 6.49 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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kliment Ho | AI Engineer & Designer</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,400&family=Jost:wght@300;400;500&family=Courier+New&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
/>
</head>
<body>
<!-- Film Grain Texture -->
<div class="grain-overlay"></div>
<!-- Floating 3D Polaroid Element -->
<div id="floating-polaroid">
<div class="polaroid-card-inner">
<div class="polaroid-face">
<img src="data/pictures/IMG_1238.jpg" alt="Floating memory" />
</div>
</div>
</div>
<header class="site-header">
<div class="container">
<a href="index.html" class="logo">Kliment.</a>
<nav class="main-nav">
<ul>
<li><a href="#hero">Cover</a></li>
<li><a href="#featured-curated-projects">Collection</a></li>
<li><a href="#archive">Archive</a></li>
<li><a href="#memories">Moments</a></li>
<li><a href="resume.html">Atelier</a></li>
</ul>
</nav>
</div>
</header>
<main>
<!-- Hero / Cover -->
<section id="hero" class="hero-section">
<div class="container">
<div class="hero-content">
<span class="hero-label">Portfolio / 2024-2025</span>
<h1>
Data Scientist &<br />
<span>AI Engineer.</span>
</h1>
<p class="hero-subheading">
Crafting intelligent solutions and innovative experiences through
rigorous analysis and creative engineering.
</p>
<a href="#about" class="cta-button">The Designer</a>
</div>
</div>
</section>
<div class="section-divider"></div>
<!-- The Designer (About) -->
<section id="about" class="about-me-section">
<div class="container">
<div class="about-layout">
<div class="about-image-wrapper">
<div class="about-me-image">
<img
src="data/pictures/IMG_1238.jpg"
alt="Kliment Ho Portrait"
/>
</div>
</div>
<div class="about-text">
<h2>An Odd Name,<br />A Perfect Fit.</h2>
<p>
Welcome to my digital abode. I navigate the intersection of
multi-agentic systems, AI pipelines, and graphics programming.
</p>
<p>
From parsing data for multi-million dollar chip industries to
exploring the finest dessert shops in Asia, my approach blends
analytical precision with a hunger for discovery. I believe AGI
will shift operations globally, and I position myself at the
forefront of that shift.
</p>
<div class="about-meta">
<div class="meta-item">
<span class="meta-label">Location</span>
<span class="meta-value">San Diego</span>
</div>
<div class="meta-item">
<span class="meta-label">Focus</span>
<span class="meta-value">AI / LLMs</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Featured Collection (Slider) -->
<section
id="featured-curated-projects"
class="featured-curated-banner-section"
>
<div class="featured-header container">
<h2>Featured Collection</h2>
</div>
<div class="featured-curated-rotator">
<div class="slides-container" id="featured-curated-slides-container">
<!-- Slides injected via JS -->
</div>
<!-- Dots/Nav can be added via JS if needed, but keeping it clean for now -->
</div>
</section>
<!-- The Archive (GitHub + Sidebar) -->
<div id="archive" class="page-layout-container">
<div class="main-content-area">
<div class="archive-header">
<h2>The Archive</h2>
<p>Open Source Contributions</p>
</div>
<div class="projects-grid" id="github-projects-grid">
<p class="loading-message">Fetching repository data...</p>
<!-- GitHub cards injected here -->
</div>
</div>
<aside class="sidebar-area">
<div class="featured-rotator-panel">
<h3>Recent Activity</h3>
<div class="section-divider" style="margin-bottom: 20px"></div>
<div class="rotator-content" id="rotator-content-area">
<p class="loading-message">Syncing...</p>
</div>
<div class="rotator-nav">
<button id="rotator-prev" class="cta-button" style="padding: 5px 15px;"><</button>
<button id="rotator-next" class="cta-button" style="padding: 5px 15px;">></button>
</div>
</div>
</aside>
</div>
<!-- Moments -->
<section id="memories" class="memories-section">
<div class="container">
<h2>Moments & Memories</h2>
<p style="margin-bottom: 60px">A curated visual diary.</p>
<div class="memories-grid" id="memories-grid">
<!-- Polaroids injected here -->
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="social-links">
<a
href="https://github.com/DevKlim"
target="_blank"
aria-label="GitHub"
><i class="fab fa-github"></i
></a>
<a
href="https://linkedin.com/in/klh005"
target="_blank"
aria-label="LinkedIn"
><i class="fab fa-linkedin"></i
></a>
</div>
<p style="margin-top: 20px">
© <span id="current-year">2024</span> Kliment Ho.
</p>
</div>
</footer>
<script src="js/projects.js"></script>
<script src="js/script.js"></script>
</body>
</html>