Spaces:
Running
Running
Upload new version
Browse files- .gitattributes +7 -0
- assets/index-CGZhCVSg.css +1 -0
- assets/index-CwAewkU2.js +0 -0
- img/bg.jpg +3 -0
- img/brad.jpg +3 -0
- img/chad.jpg +3 -0
- img/e.jpg +3 -0
- img/jacques.jpg +3 -0
- img/logo.png +0 -0
- img/marvey.jpg +3 -0
- img/target.jpg +3 -0
- index.html +13 -17
- vite.svg +1 -0
.gitattributes
CHANGED
@@ -34,3 +34,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
assets/landingpage-qapTo-5y.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
assets/landingpage-qapTo-5y.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
img/bg.jpg filter=lfs diff=lfs merge=lfs -text
|
38 |
+
img/brad.jpg filter=lfs diff=lfs merge=lfs -text
|
39 |
+
img/chad.jpg filter=lfs diff=lfs merge=lfs -text
|
40 |
+
img/e.jpg filter=lfs diff=lfs merge=lfs -text
|
41 |
+
img/jacques.jpg filter=lfs diff=lfs merge=lfs -text
|
42 |
+
img/marvey.jpg filter=lfs diff=lfs merge=lfs -text
|
43 |
+
img/target.jpg filter=lfs diff=lfs merge=lfs -text
|
assets/index-CGZhCVSg.css
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.overflow-wrap-anywhere{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;background-color:#242424;background-image:url(/img/bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.chat-container{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:1000px;margin:0 auto;padding:2rem;background-color:#f3f4f6;min-height:auto}.chat-box{background-color:#fff;border-radius:1rem;box-shadow:0 8px 16px #0000001a;padding:2rem;border:1px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden;min-height:auto;display:flex;flex-direction:column}.chat-box:empty{display:none}.chat-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#6d28d9,#9333ea)}.timer-text{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#6d28d9;text-shadow:0 1px 1px rgba(0,0,0,.1)}.response-form{display:flex;flex-direction:column;gap:1.25rem;width:100%;align-items:center}.response-textarea{width:100%;padding:1.25rem;border:2px solid #e5e7eb;border-radius:1rem;height:12rem;margin-bottom:1rem;resize:none;box-sizing:border-box;font-size:1.125rem;line-height:1.6;background-color:#f8fafc;color:#1f2937;transition:all .3s ease;font-family:system-ui,-apple-system,sans-serif}.response-textarea:hover{border-color:#9333ea;box-shadow:0 2px 4px #9333ea1a}.response-textarea:focus{outline:none;border-color:#6d28d9;box-shadow:0 0 0 4px #6d28d933;background-color:#fff}.response-textarea:focus{outline:none;border-color:#6d28d9;box-shadow:0 0 0 3px #6d28d933}.submit-button{background:linear-gradient(135deg,#6d28d9,#9333ea);color:#fff;padding:1rem 2.5rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 4px 6px #6d28d933}.submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.submit-button:hover:before{left:100%}.submit-button:hover{background-color:#5b21b6;transform:translateY(-1px)}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.game-text-container{background-color:#f8fafc;padding:1.5rem;border-radius:1rem;border:1px solid #e5e7eb;margin-bottom:0;display:none}.game-text-container:not(:empty){display:block;margin-bottom:1.5rem}.game-text-title{font-weight:700;margin-bottom:1rem;color:#5b21b6;font-size:1.25rem}.game-text{font-size:1.125rem;line-height:1.6;color:#1f2937;word-wrap:break-word}.history-container{background-color:#fff;border-radius:1rem;box-shadow:0 8px 16px #0000001a;padding:2rem;height:32rem;overflow-y:auto;border:1px solid #e5e7eb;position:relative;scroll-behavior:smooth}.history-container::-webkit-scrollbar{width:10px}.history-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:5px}.history-container::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6d28d9,#9333ea);border-radius:5px;border:2px solid #f1f1f1}.history-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#5b21b6,#7e22ce)}.history-title{font-size:1.5rem;font-weight:700;margin-bottom:1.75rem;color:#1f2937}.round-container{margin-bottom:2.5rem;padding:1rem;background-color:#f8fafc;border-radius:.5rem}.round-title{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;color:#4c1d95}.message-bubble{display:flex;align-items:flex-start;background-color:#f3f4f6;border-radius:1rem;margin-top:1rem;padding:1.25rem;box-shadow:0 4px 6px #0000000d;transition:all .2s ease;position:relative;overflow:hidden}.message-bubble:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000001a}.message-bubble.user-message{flex-direction:row-reverse;border-top-right-radius:0;background-color:#6d28d9}.message-bubble.bot-message{border-top-left-radius:0;background-color:#1f2937}.chat-avatar-container{flex-shrink:0;margin:0 1rem}.user-img{width:3rem;height:3rem;border-radius:50%;object-fit:cover;border:2px solid #ffffff;box-shadow:0 2px 4px #0000001a}.text-content{flex-grow:1;color:#f8fafc;font-size:1rem;line-height:1.5}.message-bubble.user-message .text-content{color:#fff}.rating-text{display:block;font-size:.875rem;color:#e5e7eb;margin-top:.5rem;font-weight:500}.history-container::-webkit-scrollbar{width:8px}.history-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.history-container::-webkit-scrollbar-thumb{background:#6d28d9;border-radius:4px}.history-container::-webkit-scrollbar-thumb:hover{background:#5b21b6}.participants-container{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem;background:linear-gradient(180deg,rgba(59,130,246,.05),transparent)}.logo{display:flex;justify-content:center;margin-bottom:2rem;position:relative}.logo img{max-width:300px;height:auto;filter:drop-shadow(0 4px 6px rgba(59,130,246,.2));transition:transform .3s ease}.logo img:hover{transform:scale(1.02)}.container2{display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:1200px;padding:0 1rem}.row{display:flex;justify-content:center;gap:2rem;width:100%}.row:first-child{justify-content:center;gap:4rem}.participant{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;border-radius:1rem;background-color:#212121;min-width:130px;box-shadow:0 4px 8px #0003;transition:all .3s ease;position:relative;overflow:hidden}.participant:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:#3b82f680;opacity:0;transition:opacity .3s ease}.participant:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000004d}.participant:hover:before{opacity:1}.active-participant{animation:activePulse 2s infinite}@keyframes activePulse{0%{box-shadow:0 0 #3b82f680,0 4px 8px #0003}70%{box-shadow:0 0 0 10px #3b82f600,0 4px 8px #0003}to{box-shadow:0 0 #3b82f600,0 4px 8px #0003}}.participant-img{width:100%;display:flex;justify-content:center;position:relative}.participant-img:after{content:"";position:absolute;top:50%;left:50%;width:88px;height:88px;border-radius:50%;background:#3b82f61a;transform:translate(-50%,-50%);z-index:0}.participant-img img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1);box-shadow:0 4px 8px #0003;position:relative;z-index:1;transition:all .3s ease}.participant:hover .participant-img img{transform:scale(1.05);border-color:#3b82f64d}.participant-name{color:#fff;font-weight:500;font-size:1.125rem;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}.participant-heart{color:#ff4d4d;filter:drop-shadow(0 2px 4px rgba(255,77,77,.3));transition:transform .3s ease}.participant:hover .participant-heart{transform:scale(1.1)}.chat-avatar-container{flex-shrink:0;width:40px;height:40px;position:relative}.user-img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;border:2px solid rgba(255,255,255,.1)}.message-bubble{max-width:80%;display:flex;align-items:center;gap:1rem;padding:1rem;background:#1f2937;border-radius:1rem;box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.row{gap:1.5rem}.participant{min-width:120px;padding:.75rem}.participant-img img{width:64px;height:64px}}.game-status-container{display:flex;justify-content:center;align-items:center;padding:.75rem;position:relative;z-index:10}.game-status-box{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.75rem;background:#1f2937;min-width:180px;box-shadow:0 4px 8px #00000026;border:1px solid rgba(109,40,217,.2);position:relative;overflow:hidden}.game-status-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(to right,#6d28d9,#9333ea)}.status-item{display:flex;justify-content:center;width:100%;padding:.25rem}.status-text{font-size:.9rem;font-weight:500;color:#e5e7eb;text-align:center;line-height:1.2;position:relative;padding:.15rem .75rem}.status-text[data-type=round]{color:#a78bfa;font-size:1.1rem;font-weight:600}.status-text[data-type=stage]{color:#60a5fa;font-weight:500}.status-text[data-type=waiting]{color:#34d399;font-size:.9rem;font-weight:500}@keyframes statusUpdate{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.status-item.updated{animation:statusUpdate .3s ease forwards}
|
assets/index-CwAewkU2.js
ADDED
The diff for this file is too large to render.
See raw diff
|
|
img/bg.jpg
ADDED
![]() |
Git LFS Details
|
img/brad.jpg
ADDED
![]() |
Git LFS Details
|
img/chad.jpg
ADDED
![]() |
Git LFS Details
|
img/e.jpg
ADDED
![]() |
Git LFS Details
|
img/jacques.jpg
ADDED
![]() |
Git LFS Details
|
img/logo.png
ADDED
![]() |
img/marvey.jpg
ADDED
![]() |
Git LFS Details
|
img/target.jpg
ADDED
![]() |
Git LFS Details
|
index.html
CHANGED
@@ -1,18 +1,14 @@
|
|
1 |
-
<!
|
2 |
<html lang="en">
|
3 |
-
|
4 |
-
<
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
<
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
<div id="root"></div>
|
16 |
-
</body>
|
17 |
-
|
18 |
-
</html>
|
|
|
1 |
+
<!doctype html>
|
2 |
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8" />
|
5 |
+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
+
<title>Vite + React</title>
|
8 |
+
<script type="module" crossorigin src="/assets/index-CwAewkU2.js"></script>
|
9 |
+
<link rel="stylesheet" crossorigin href="/assets/index-CGZhCVSg.css">
|
10 |
+
</head>
|
11 |
+
<body>
|
12 |
+
<div id="root"></div>
|
13 |
+
</body>
|
14 |
+
</html>
|
|
|
|
|
|
|
|
vite.svg
ADDED
|