mgokg commited on
Commit
c7d263c
·
verified ·
1 Parent(s): 90a638b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +32 -3
index.html CHANGED
@@ -176,6 +176,31 @@
176
  margin-left: auto;
177
  margin-right: auto;
178
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  </style>
180
  </head>
181
 
@@ -184,9 +209,13 @@
184
  <div id="error-toast" class="toast"></div>
185
 
186
  <div class="container">
187
- <div style="text-align: center">
188
- <h1>Gemini Voice Chat</h1>
189
- </div><br><br>
 
 
 
 
190
  <div class="controls">
191
  <div class="input-group">
192
  <label for="voice">Stimme</label>
 
176
  margin-left: auto;
177
  margin-right: auto;
178
  }
179
+ .google-colors {
180
+ font-size: 60px;
181
+ font-family: Arial, sans-serif;
182
+ }
183
+ .g { color: #4285F4; }
184
+ .o1 { color: #EA4335; }
185
+ .o2 { color: #FABB05; }
186
+ .l { color: green; }
187
+ .e { color: #EA4335; }
188
+
189
+ .search-icon {
190
+ font-size: 40px;
191
+ margin-left: 10px;
192
+ }
193
+
194
+ .gradient-text {
195
+ font-size: 24px;
196
+ font-weight: bold;
197
+ background: linear-gradient(to right, white, red);
198
+ -webkit-background-clip: text;
199
+ -webkit-text-fill-color: transparent;
200
+ background-clip: text;
201
+ color: transparent;
202
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
203
+ }
204
  </style>
205
  </head>
206
 
 
209
  <div id="error-toast" class="toast"></div>
210
 
211
  <div class="container">
212
+ <header style="padding-top:10px">
213
+ <span class="google-colors">
214
+ <span class="g">G</span><span class="o1">o</span><span class="o2">o</span><span class="g">g</span><span class="l">l</span><span class="e">e</span>
215
+ </span>
216
+ <span class="search-icon">🔍</span>
217
+ <p><h3><span class="gradient-text">Powered by Google Gemini</span></h3></p>
218
+ </header>
219
  <div class="controls">
220
  <div class="input-group">
221
  <label for="voice">Stimme</label>