Update index.html
Browse files- index.html +51 -36
index.html
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
-
<html lang="
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>AI
|
| 7 |
<style>
|
| 8 |
* {
|
| 9 |
margin: 0;
|
|
@@ -31,7 +31,7 @@
|
|
| 31 |
margin-bottom: 10px;
|
| 32 |
}
|
| 33 |
|
| 34 |
-
/*
|
| 35 |
.featured-link {
|
| 36 |
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
|
| 37 |
border-radius: 20px;
|
|
@@ -77,7 +77,7 @@
|
|
| 77 |
box-shadow: 0 10px 20px rgba(255,255,255,0.3);
|
| 78 |
}
|
| 79 |
|
| 80 |
-
/*
|
| 81 |
.section-title {
|
| 82 |
font-size: 2em;
|
| 83 |
margin: 40px 0 20px 0;
|
|
@@ -118,7 +118,7 @@
|
|
| 118 |
font-size: 1.1em;
|
| 119 |
}
|
| 120 |
|
| 121 |
-
/*
|
| 122 |
.lightbox {
|
| 123 |
display: none;
|
| 124 |
position: fixed;
|
|
@@ -177,60 +177,75 @@
|
|
| 177 |
</head>
|
| 178 |
<body>
|
| 179 |
<div class="header">
|
| 180 |
-
<h1>๐ค AI
|
| 181 |
-
<p
|
| 182 |
</div>
|
| 183 |
|
| 184 |
-
<!--
|
| 185 |
<div class="featured-link">
|
| 186 |
<img src="images/ginigen-screenshot.png" alt="Ginigen AI">
|
| 187 |
<div class="content">
|
| 188 |
<h2>๐ Ginigen AI</h2>
|
| 189 |
-
<p
|
| 190 |
-
<p
|
| 191 |
<a href="https://www.ginigen.ai/en" target="_blank" class="visit-button">
|
| 192 |
-
|
| 193 |
</a>
|
| 194 |
</div>
|
| 195 |
</div>
|
| 196 |
|
| 197 |
-
<!--
|
| 198 |
-
<h2 class="section-title"
|
| 199 |
-
<div class="gallery" id="
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
<
|
| 203 |
-
|
| 204 |
-
|
| 205 |
-
<
|
| 206 |
-
<div class="caption">ํ
์คํธ ๋ถ์ ๋ชจ๋ธ</div>
|
| 207 |
</div>
|
| 208 |
-
<div class="gallery-item"
|
| 209 |
-
<
|
| 210 |
-
|
|
|
|
|
|
|
| 211 |
</div>
|
| 212 |
-
|
| 213 |
-
|
| 214 |
-
|
| 215 |
-
<!-- ๋น๋์ค ๊ฐค๋ฌ๋ฆฌ -->
|
| 216 |
-
<h2 class="section-title">๐ฌ ๋น๋์ค ๊ฐค๋ฌ๋ฆฌ</h2>
|
| 217 |
-
<div class="gallery" id="video-gallery">
|
| 218 |
<div class="gallery-item">
|
| 219 |
<video src="videos/demo1.mp4" controls>
|
| 220 |
Your browser does not support the video tag.
|
| 221 |
</video>
|
| 222 |
-
<div class="caption">AI
|
| 223 |
</div>
|
| 224 |
<div class="gallery-item">
|
| 225 |
<video src="videos/demo2.mp4" controls>
|
| 226 |
Your browser does not support the video tag.
|
| 227 |
</video>
|
| 228 |
-
<div class="caption"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 229 |
</div>
|
| 230 |
-
<!--
|
| 231 |
</div>
|
| 232 |
|
| 233 |
-
<!--
|
| 234 |
<div class="lightbox" id="lightbox" onclick="closeLightbox()">
|
| 235 |
<button class="close-lightbox">×</button>
|
| 236 |
<div class="lightbox-content">
|
|
@@ -248,7 +263,7 @@
|
|
| 248 |
document.getElementById('lightbox').classList.remove('active');
|
| 249 |
}
|
| 250 |
|
| 251 |
-
//
|
| 252 |
document.addEventListener('keydown', function(e) {
|
| 253 |
if (e.key === 'Escape') {
|
| 254 |
closeLightbox();
|
|
@@ -256,4 +271,4 @@
|
|
| 256 |
});
|
| 257 |
</script>
|
| 258 |
</body>
|
| 259 |
-
</html>
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>AI Project Gallery</title>
|
| 7 |
<style>
|
| 8 |
* {
|
| 9 |
margin: 0;
|
|
|
|
| 31 |
margin-bottom: 10px;
|
| 32 |
}
|
| 33 |
|
| 34 |
+
/* Featured Link Section */
|
| 35 |
.featured-link {
|
| 36 |
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
|
| 37 |
border-radius: 20px;
|
|
|
|
| 77 |
box-shadow: 0 10px 20px rgba(255,255,255,0.3);
|
| 78 |
}
|
| 79 |
|
| 80 |
+
/* Gallery Grid */
|
| 81 |
.section-title {
|
| 82 |
font-size: 2em;
|
| 83 |
margin: 40px 0 20px 0;
|
|
|
|
| 118 |
font-size: 1.1em;
|
| 119 |
}
|
| 120 |
|
| 121 |
+
/* Lightbox Modal */
|
| 122 |
.lightbox {
|
| 123 |
display: none;
|
| 124 |
position: fixed;
|
|
|
|
| 177 |
</head>
|
| 178 |
<body>
|
| 179 |
<div class="header">
|
| 180 |
+
<h1>๐ค AI Project Gallery</h1>
|
| 181 |
+
<p>HuggingFace-based AI Development Portfolio</p>
|
| 182 |
</div>
|
| 183 |
|
| 184 |
+
<!-- Featured Link Section -->
|
| 185 |
<div class="featured-link">
|
| 186 |
<img src="images/ginigen-screenshot.png" alt="Ginigen AI">
|
| 187 |
<div class="content">
|
| 188 |
<h2>๐ Ginigen AI</h2>
|
| 189 |
+
<p>Next-Generation AI Solution Platform</p>
|
| 190 |
+
<p>Accelerate your business with innovative AI technology</p>
|
| 191 |
<a href="https://www.ginigen.ai/en" target="_blank" class="visit-button">
|
| 192 |
+
Visit Now โ
|
| 193 |
</a>
|
| 194 |
</div>
|
| 195 |
</div>
|
| 196 |
|
| 197 |
+
<!-- Video Gallery -->
|
| 198 |
+
<h2 class="section-title">๐ฌ Video Gallery</h2>
|
| 199 |
+
<div class="gallery" id="video-gallery">
|
| 200 |
+
<!-- First two videos: h1.mp4 and h2.mp4 -->
|
| 201 |
+
<div class="gallery-item">
|
| 202 |
+
<video src="videos/h1.mp4" controls>
|
| 203 |
+
Your browser does not support the video tag.
|
| 204 |
+
</video>
|
| 205 |
+
<div class="caption">Featured Demo 1</div>
|
|
|
|
| 206 |
</div>
|
| 207 |
+
<div class="gallery-item">
|
| 208 |
+
<video src="videos/h2.mp4" controls>
|
| 209 |
+
Your browser does not support the video tag.
|
| 210 |
+
</video>
|
| 211 |
+
<div class="caption">Featured Demo 2</div>
|
| 212 |
</div>
|
| 213 |
+
|
| 214 |
+
<!-- Additional videos -->
|
|
|
|
|
|
|
|
|
|
|
|
|
| 215 |
<div class="gallery-item">
|
| 216 |
<video src="videos/demo1.mp4" controls>
|
| 217 |
Your browser does not support the video tag.
|
| 218 |
</video>
|
| 219 |
+
<div class="caption">AI Chatbot Demo</div>
|
| 220 |
</div>
|
| 221 |
<div class="gallery-item">
|
| 222 |
<video src="videos/demo2.mp4" controls>
|
| 223 |
Your browser does not support the video tag.
|
| 224 |
</video>
|
| 225 |
+
<div class="caption">Object Detection Demo</div>
|
| 226 |
+
</div>
|
| 227 |
+
<!-- Add more video files here -->
|
| 228 |
+
</div>
|
| 229 |
+
|
| 230 |
+
<!-- Image Gallery -->
|
| 231 |
+
<h2 class="section-title">๐ธ Image Gallery</h2>
|
| 232 |
+
<div class="gallery" id="image-gallery">
|
| 233 |
+
<div class="gallery-item" onclick="openLightbox('images/project1.jpg')">
|
| 234 |
+
<img src="images/project1.jpg" alt="Project 1">
|
| 235 |
+
<div class="caption">AI Image Generation</div>
|
| 236 |
+
</div>
|
| 237 |
+
<div class="gallery-item" onclick="openLightbox('images/project2.png')">
|
| 238 |
+
<img src="images/project2.png" alt="Project 2">
|
| 239 |
+
<div class="caption">Text Analysis Model</div>
|
| 240 |
+
</div>
|
| 241 |
+
<div class="gallery-item" onclick="openLightbox('images/project3.jpg')">
|
| 242 |
+
<img src="images/project3.jpg" alt="Project 3">
|
| 243 |
+
<div class="caption">Voice Recognition System</div>
|
| 244 |
</div>
|
| 245 |
+
<!-- Add more image files here -->
|
| 246 |
</div>
|
| 247 |
|
| 248 |
+
<!-- Lightbox Modal -->
|
| 249 |
<div class="lightbox" id="lightbox" onclick="closeLightbox()">
|
| 250 |
<button class="close-lightbox">×</button>
|
| 251 |
<div class="lightbox-content">
|
|
|
|
| 263 |
document.getElementById('lightbox').classList.remove('active');
|
| 264 |
}
|
| 265 |
|
| 266 |
+
// Close lightbox with ESC key
|
| 267 |
document.addEventListener('keydown', function(e) {
|
| 268 |
if (e.key === 'Escape') {
|
| 269 |
closeLightbox();
|
|
|
|
| 271 |
});
|
| 272 |
</script>
|
| 273 |
</body>
|
| 274 |
+
</html>
|