KiWA001 commited on
Commit
1f8d02e
·
1 Parent(s): 325263d

Update dashboard design: elegant font and new tagline

Browse files

- Change K-AI API title to Playfair Display serif font
- Use italic, lighter weight (400) for more elegant look
- Update tagline from 'completely free AI proxy' to
'Leading AI models reverse engineered to a simple api call'
- Add Google Fonts preconnect for better performance

Files changed (1) hide show
  1. static/docs.html +7 -6
static/docs.html CHANGED
@@ -7,9 +7,8 @@
7
  <title>K-AI API — Feel free to AI</title>
8
  <meta name="description" content="K-AI API — Free AI proxy API. No signup, no API keys. Feel free to AI.">
9
  <link rel="preconnect" href="https://fonts.googleapis.com">
10
- <link
11
- href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap"
12
- rel="stylesheet">
13
  <!-- Chart.js -->
14
  <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
15
  <style>
@@ -61,9 +60,11 @@
61
  }
62
 
63
  .hero h1 {
 
64
  font-size: 72px;
65
- font-weight: 900;
66
- letter-spacing: -3px;
 
67
  background: var(--gradient-hero);
68
  -webkit-background-clip: text;
69
  background-clip: text;
@@ -415,7 +416,7 @@
415
  <div class="container">
416
  <h1>K-AI API</h1>
417
  <p class="motto">Feel free to AI</p>
418
- <p class="desc">The completely free AI proxy. No signup. No keys. Just code.</p>
419
  </div>
420
  </div>
421
 
 
7
  <title>K-AI API — Feel free to AI</title>
8
  <meta name="description" content="K-AI API — Free AI proxy API. No signup, no API keys. Feel free to AI.">
9
  <link rel="preconnect" href="https://fonts.googleapis.com">
10
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
+ <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
 
12
  <!-- Chart.js -->
13
  <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
14
  <style>
 
60
  }
61
 
62
  .hero h1 {
63
+ font-family: 'Playfair Display', serif;
64
  font-size: 72px;
65
+ font-weight: 400;
66
+ font-style: italic;
67
+ letter-spacing: -1px;
68
  background: var(--gradient-hero);
69
  -webkit-background-clip: text;
70
  background-clip: text;
 
416
  <div class="container">
417
  <h1>K-AI API</h1>
418
  <p class="motto">Feel free to AI</p>
419
+ <p class="desc">Leading AI models reverse engineered to a simple api call.</p>
420
  </div>
421
  </div>
422