Spaces:
Running
Running
Upload 16 files
Browse files- .gitattributes +1 -0
- index.html +13 -3
- kimi-icons/favicons/apple-touch-icon-180x180.png +0 -0
- kimi-icons/favicons/favicon-128x128.png +0 -0
- kimi-icons/favicons/favicon-16x16.png +0 -0
- kimi-icons/favicons/favicon-192x192.png +0 -0
- kimi-icons/favicons/favicon-32x32.png +0 -0
- kimi-icons/favicons/favicon-48x48.png +0 -0
- kimi-icons/favicons/favicon-64x64.png +0 -0
- kimi-icons/favicons/favicon-96x96.png +0 -0
- kimi-icons/kimi-loading.png +2 -2
- kimi-icons/stella.jpg +2 -2
- kimi-icons/virtual-kimi-banners.jpg +3 -0
- kimi-icons/virtualkimi-logo.png +2 -2
.gitattributes
CHANGED
|
@@ -287,3 +287,4 @@ kimi-videos/stella/speaking-positive/speaking-positive-heartfelt-shine.mp4 filte
|
|
| 287 |
kimi-videos/stella/speaking-positive/speaking-positive-joyful-flutter.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 288 |
kimi-videos/stella/speaking-positive/speaking-positive-mischief-touch.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 289 |
kimi-videos/stella/speaking-positive/speaking-positive-sparkling-tease.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 287 |
kimi-videos/stella/speaking-positive/speaking-positive-joyful-flutter.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 288 |
kimi-videos/stella/speaking-positive/speaking-positive-mischief-touch.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 289 |
kimi-videos/stella/speaking-positive/speaking-positive-sparkling-tease.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 290 |
+
kimi-icons/virtual-kimi-banners.jpg filter=lfs diff=lfs merge=lfs -text
|
index.html
CHANGED
|
@@ -63,7 +63,15 @@
|
|
| 63 |
|
| 64 |
<!-- Favicon -->
|
| 65 |
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
| 66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
|
| 68 |
<!-- Font Awesome -->
|
| 69 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
|
@@ -874,7 +882,9 @@
|
|
| 874 |
</div>
|
| 875 |
</div>
|
| 876 |
<p class="philosophy">
|
| 877 |
-
<em>"This app creates a realistic virtual companion girlfriend who grows, learns, and builds a
|
|
|
|
|
|
|
| 878 |
</p>
|
| 879 |
</div>
|
| 880 |
|
|
@@ -1066,7 +1076,7 @@
|
|
| 1066 |
<p><strong>Technologies :</strong> HTML5, CSS3, JavaScript ES6+, IndexedDB, Web Speech
|
| 1067 |
API</p>
|
| 1068 |
<p><strong>Status :</strong> β
Stable and functional</p>
|
| 1069 |
-
|
| 1070 |
</div>
|
| 1071 |
</div>
|
| 1072 |
</div>
|
|
|
|
| 63 |
|
| 64 |
<!-- Favicon -->
|
| 65 |
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
| 66 |
+
<!-- Multi-size Favicons -->
|
| 67 |
+
<link rel="icon" type="image/png" sizes="16x16" href="kimi-icons/favicons/favicon-16x16.png">
|
| 68 |
+
<link rel="icon" type="image/png" sizes="32x32" href="kimi-icons/favicons/favicon-32x32.png">
|
| 69 |
+
<link rel="icon" type="image/png" sizes="48x48" href="kimi-icons/favicons/favicon-48x48.png">
|
| 70 |
+
<link rel="icon" type="image/png" sizes="64x64" href="kimi-icons/favicons/favicon-64x64.png">
|
| 71 |
+
<link rel="icon" type="image/png" sizes="96x96" href="kimi-icons/favicons/favicon-96x96.png">
|
| 72 |
+
<link rel="icon" type="image/png" sizes="128x128" href="kimi-icons/favicons/favicon-128x128.png">
|
| 73 |
+
<link rel="icon" type="image/png" sizes="192x192" href="kimi-icons/favicons/favicon-192x192.png">
|
| 74 |
+
<link rel="apple-touch-icon" sizes="180x180" href="kimi-icons/favicons/apple-touch-icon-180x180.png">
|
| 75 |
|
| 76 |
<!-- Font Awesome -->
|
| 77 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
|
|
|
| 882 |
</div>
|
| 883 |
</div>
|
| 884 |
<p class="philosophy">
|
| 885 |
+
<em>"This app creates a realistic virtual companion girlfriend who grows, learns, and builds a
|
| 886 |
+
meaningful, interactive connection with you. Perfect for personalized AI relationships and
|
| 887 |
+
emotional support."</em>
|
| 888 |
</p>
|
| 889 |
</div>
|
| 890 |
|
|
|
|
| 1076 |
<p><strong>Technologies :</strong> HTML5, CSS3, JavaScript ES6+, IndexedDB, Web Speech
|
| 1077 |
API</p>
|
| 1078 |
<p><strong>Status :</strong> β
Stable and functional</p>
|
| 1079 |
+
<p>π <strong>_"Love is the most powerful code"_</strong> π</p>
|
| 1080 |
</div>
|
| 1081 |
</div>
|
| 1082 |
</div>
|
kimi-icons/favicons/apple-touch-icon-180x180.png
ADDED
|
|
kimi-icons/favicons/favicon-128x128.png
ADDED
|
|
kimi-icons/favicons/favicon-16x16.png
ADDED
|
|
kimi-icons/favicons/favicon-192x192.png
ADDED
|
|
kimi-icons/favicons/favicon-32x32.png
ADDED
|
|
kimi-icons/favicons/favicon-48x48.png
ADDED
|
|
kimi-icons/favicons/favicon-64x64.png
ADDED
|
|
kimi-icons/favicons/favicon-96x96.png
ADDED
|
|
kimi-icons/kimi-loading.png
CHANGED
|
|
Git LFS Details
|
|
|
Git LFS Details
|
kimi-icons/stella.jpg
CHANGED
|
|
Git LFS Details
|
|
|
Git LFS Details
|
kimi-icons/virtual-kimi-banners.jpg
ADDED
|
|
Git LFS Details
|
kimi-icons/virtualkimi-logo.png
CHANGED
|
|
Git LFS Details
|
|
|
Git LFS Details
|