wu981526092 commited on
Commit
e0f4f44
·
1 Parent(s): 2175f7f

Simplify login page: remove badges and institutional info

Browse files
Files changed (1) hide show
  1. backend/templates/login.html +0 -38
backend/templates/login.html CHANGED
@@ -120,20 +120,6 @@
120
  <div class="grid lg:grid-cols-2 gap-16 items-center max-w-6xl mx-auto">
121
  <!-- Content Section -->
122
  <div class="space-y-8">
123
- <!-- Badge -->
124
- <div
125
- class="inline-flex items-center px-3 py-1.5 rounded-full border border-border bg-muted/20 text-sm font-medium text-muted-foreground"
126
- >
127
- <svg class="w-4 h-4 mr-2" fill="currentColor" viewBox="0 0 20 20">
128
- <path
129
- fill-rule="evenodd"
130
- d="M10.394 2.08a1 1 0 00-.788 0l-7 3a1 1 0 000 1.84L5.25 8.051a.999.999 0 01.356-.257l4-1.714a1 1 0 11.788 1.838L7.667 9.088l1.94.831a1 1 0 00.787 0l7-3a1 1 0 000-1.838l-7-3zM3.31 9.397L5 10.12v4.102a8.969 8.969 0 00-1.05-.174 1 1 0 01-.89-.89 11.115 11.115 0 01.25-3.762zM9.3 16.573A9.026 9.026 0 007 14.935v-3.957l1.818.78a3 3 0 002.364 0l5.508-2.361a11.026 11.026 0 01.25 3.762 1 1 0 01-.89.89 8.968 8.968 0 00-5.35 2.524 1 1 0 01-1.4 0zM6 18a1 1 0 001-1v-2.065a8.935 8.935 0 00-2-.712V17a1 1 0 001 1z"
131
- clip-rule="evenodd"
132
- ></path>
133
- </svg>
134
- Research Platform
135
- </div>
136
-
137
  <!-- Title -->
138
  <div class="space-y-4">
139
  <h1
@@ -181,35 +167,11 @@
181
  </p>
182
  </div>
183
  </div>
184
-
185
- <!-- Institutions -->
186
- <div class="pt-6 border-t border-border">
187
- <p
188
- class="text-xs text-muted-foreground uppercase tracking-wider mb-2"
189
- >
190
- Research Collaboration
191
- </p>
192
- <p class="text-sm text-foreground font-medium">
193
- Holistic AI × Centre for Artificial Intelligence, UCL
194
- </p>
195
- </div>
196
  </div>
197
 
198
  <!-- Video Section -->
199
  <div class="relative">
200
  <div class="glass-card rounded-2xl overflow-hidden">
201
- <!-- Live Demo Badge -->
202
- <div class="absolute -top-3 -right-3 z-10">
203
- <div
204
- class="bg-green-500 text-white px-3 py-1.5 rounded-lg text-sm font-semibold shadow-lg animate-pulse-gentle"
205
- >
206
- <span
207
- class="inline-block w-2 h-2 bg-white rounded-full mr-2"
208
- ></span>
209
- Live Demo
210
- </div>
211
- </div>
212
-
213
  <div class="relative aspect-video">
214
  <iframe
215
  src="https://www.youtube.com/embed/btrS9pfDYJY?si=dDX4tIs-oS2O2d2p"
 
120
  <div class="grid lg:grid-cols-2 gap-16 items-center max-w-6xl mx-auto">
121
  <!-- Content Section -->
122
  <div class="space-y-8">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  <!-- Title -->
124
  <div class="space-y-4">
125
  <h1
 
167
  </p>
168
  </div>
169
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
170
  </div>
171
 
172
  <!-- Video Section -->
173
  <div class="relative">
174
  <div class="glass-card rounded-2xl overflow-hidden">
 
 
 
 
 
 
 
 
 
 
 
 
175
  <div class="relative aspect-video">
176
  <iframe
177
  src="https://www.youtube.com/embed/btrS9pfDYJY?si=dDX4tIs-oS2O2d2p"