Steelskull commited on
Commit
4e190b8
·
verified ·
1 Parent(s): fede061

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -2
README.md CHANGED
@@ -134,6 +134,13 @@ pinned: false
134
  .team-member.tarek:hover {
135
  box-shadow: 0 0 20px rgba(0, 206, 209, 0.4);
136
  }
 
 
 
 
 
 
 
137
  .team-member-avatar {
138
  width: 80px;
139
  height: 80px;
@@ -160,6 +167,10 @@ pinned: false
160
  background: linear-gradient(135deg, #00CED1, #191970);
161
  color: #0A0A0F;
162
  }
 
 
 
 
163
  .team-member h3 {
164
  font-size: clamp(16px, 3vw, 18px);
165
  margin-bottom: 5px;
@@ -171,6 +182,9 @@ pinned: false
171
  .tarek h3 {
172
  color: #00FFFF;
173
  }
 
 
 
174
  .team-member p {
175
  font-size: clamp(12px, 2.5vw, 14px);
176
  margin-bottom: 15px;
@@ -204,6 +218,13 @@ pinned: false
204
  .tarek .team-link:hover {
205
  background-color: rgba(0, 206, 209, 0.3);
206
  }
 
 
 
 
 
 
 
207
  .button {
208
  display: inline-block;
209
  background: linear-gradient(135deg, #D4A574, #00CED1);
@@ -245,7 +266,7 @@ pinned: false
245
  <body>
246
  <div class="container">
247
  <h1 class="logo">
248
- <img src="https://cdn-uploads.huggingface.co/production/uploads/64545af5ec40bbbd01242ca6/nVF0koBmKVbWWFGkHLTmJ.png" alt="img">
249
  </h1>
250
  <p class="tagline"></p>
251
  <p class="description">Welcome to Crucible Labs, where the belief is that the best ideas come from the crucible of collaboration.</p>
@@ -273,6 +294,17 @@ pinned: false
273
  <a href="https://ko-fi.com/tarek07" class="team-link" target="_blank">Ko-fi</a>
274
  </div>
275
  </div>
 
 
 
 
 
 
 
 
 
 
 
276
  </div>
277
  <div class="content-section">
278
  <h2>About Our Models</h2>
@@ -280,4 +312,4 @@ pinned: false
280
  </div>
281
  </div>
282
  </body>
283
- </html>
 
134
  .team-member.tarek:hover {
135
  box-shadow: 0 0 20px rgba(0, 206, 209, 0.4);
136
  }
137
+ .team-member.darkhn {
138
+ background-color: rgba(138, 43, 226, 0.1);
139
+ border: 1px solid #4B0082;
140
+ }
141
+ .team-member.darkhn:hover {
142
+ box-shadow: 0 0 20px rgba(138, 43, 226, 0.4);
143
+ }
144
  .team-member-avatar {
145
  width: 80px;
146
  height: 80px;
 
167
  background: linear-gradient(135deg, #00CED1, #191970);
168
  color: #0A0A0F;
169
  }
170
+ .darkhn .team-member-avatar {
171
+ background: linear-gradient(135deg, #8A2BE2, #4B0082);
172
+ color: #0A0A0F;
173
+ }
174
  .team-member h3 {
175
  font-size: clamp(16px, 3vw, 18px);
176
  margin-bottom: 5px;
 
182
  .tarek h3 {
183
  color: #00FFFF;
184
  }
185
+ .darkhn h3 {
186
+ color: #DA70D6;
187
+ }
188
  .team-member p {
189
  font-size: clamp(12px, 2.5vw, 14px);
190
  margin-bottom: 15px;
 
218
  .tarek .team-link:hover {
219
  background-color: rgba(0, 206, 209, 0.3);
220
  }
221
+ .darkhn .team-link {
222
+ background-color: rgba(138, 43, 226, 0.2);
223
+ border: 1px solid rgba(138, 43, 226, 0.5);
224
+ }
225
+ .darkhn .team-link:hover {
226
+ background-color: rgba(138, 43, 226, 0.3);
227
+ }
228
  .button {
229
  display: inline-block;
230
  background: linear-gradient(135deg, #D4A574, #00CED1);
 
266
  <body>
267
  <div class="container">
268
  <h1 class="logo">
269
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64545af5ec40bbbd01242ca6/yaWnGZMtLj6JRRMzkiOC5.png" alt="img">
270
  </h1>
271
  <p class="tagline"></p>
272
  <p class="description">Welcome to Crucible Labs, where the belief is that the best ideas come from the crucible of collaboration.</p>
 
294
  <a href="https://ko-fi.com/tarek07" class="team-link" target="_blank">Ko-fi</a>
295
  </div>
296
  </div>
297
+ <div class="team-member darkhn">
298
+ <div class="team-member-avatar">
299
+ <img src="https://cdn-avatars.huggingface.co/v1/production/uploads/673fa5ccbf2e9c35b2ec841a/rPHaMrqyYTfSJ89NN8KgY.jpeg" alt="Darkhn">
300
+ </div>
301
+ <h3>Darkhn</h3>
302
+ <p>Dataset Chronicler</p>
303
+ <div class="team-links">
304
+ <a href="https://huggingface.co/Darkhn" class="team-link" target="_blank">HuggingFace</a>
305
+ <a href="https://ko-fi.com/som1tokmynam" class="team-link" target="_blank">Ko-fi</a>
306
+ </div>
307
+ </div>
308
  </div>
309
  <div class="content-section">
310
  <h2>About Our Models</h2>
 
312
  </div>
313
  </div>
314
  </body>
315
+ </html>