alaselababatunde commited on
Commit
e38fa74
·
1 Parent(s): b7b4178
.~lock.Theo_AI_Documentation.docx# ADDED
@@ -0,0 +1 @@
 
 
1
+ ,alash-studios,alash-studios-HP-EliteBook-840-G3,22.02.2026 09:17,file:///home/alash-studios/.config/libreoffice/4;
Theo_AI_Documentation.docx ADDED
Binary file (12.8 kB). View file
 
static/main.css CHANGED
@@ -59,16 +59,33 @@ body {
59
  backdrop-filter: blur(10px);
60
  }
61
 
62
- .chat-header h2 {
63
- color: var(--theo-cream);
64
- font-weight: 800;
65
- font-size: 1.6rem;
66
  display: flex;
67
  align-items: center;
68
  gap: 15px;
 
 
 
 
 
 
 
 
 
 
 
 
69
  letter-spacing: -0.02em;
70
  }
71
 
 
 
 
 
 
 
 
 
72
  .chat-header img {
73
  height: 45px;
74
  border-radius: 12px;
@@ -259,19 +276,7 @@ body {
259
  transform: scale(0.9);
260
  }
261
 
262
- .branding {
263
- position: absolute;
264
- bottom: 8px;
265
- left: 0;
266
- right: 0;
267
- text-align: center;
268
- font-size: 9px;
269
- font-weight: 800;
270
- letter-spacing: 0.5em;
271
- color: rgba(253, 251, 212, 0.15);
272
- pointer-events: none;
273
- text-transform: uppercase;
274
- }
275
 
276
  /* Markdown Styling */
277
  .message h1,
 
59
  backdrop-filter: blur(10px);
60
  }
61
 
62
+ .header-info {
 
 
 
63
  display: flex;
64
  align-items: center;
65
  gap: 15px;
66
+ }
67
+
68
+ .header-text {
69
+ display: flex;
70
+ flex-direction: column;
71
+ }
72
+
73
+ .chat-header h2 {
74
+ color: var(--theo-cream);
75
+ font-weight: 800;
76
+ font-size: 1.4rem;
77
+ line-height: 1.1;
78
  letter-spacing: -0.02em;
79
  }
80
 
81
+ .header-subtitle {
82
+ font-size: 9px;
83
+ font-weight: 800;
84
+ letter-spacing: 0.3em;
85
+ color: rgba(253, 251, 212, 0.4);
86
+ text-transform: uppercase;
87
+ }
88
+
89
  .chat-header img {
90
  height: 45px;
91
  border-radius: 12px;
 
276
  transform: scale(0.9);
277
  }
278
 
279
+
 
 
 
 
 
 
 
 
 
 
 
 
280
 
281
  /* Markdown Styling */
282
  .message h1,
templates/index.html CHANGED
@@ -13,7 +13,13 @@
13
  <body>
14
  <div class="chat-container">
15
  <div class="chat-header">
16
- <h2><img src="/static/assets/logo.png" alt="CLCC Logo"> Theo AI</h2>
 
 
 
 
 
 
17
  <button onclick="clearChat()"
18
  style="background: transparent; border: none; color: var(--theo-cream); cursor: pointer; font-weight: bold; opacity: 0.6;">Clear
19
  Chat</button>
@@ -46,7 +52,7 @@
46
  </svg>
47
  </button>
48
  </form>
49
- <div class="branding">CLCC - TECHDISCIPLES</div>
50
  </div>
51
 
52
  <script>
 
13
  <body>
14
  <div class="chat-container">
15
  <div class="chat-header">
16
+ <div class="header-info">
17
+ <img src="/static/assets/logo.png" alt="CLCC Logo">
18
+ <div class="header-text">
19
+ <h2>Theo AI</h2>
20
+ <p class="header-subtitle">CLCC - TECHDISCIPLES</p>
21
+ </div>
22
+ </div>
23
  <button onclick="clearChat()"
24
  style="background: transparent; border: none; color: var(--theo-cream); cursor: pointer; font-weight: bold; opacity: 0.6;">Clear
25
  Chat</button>
 
52
  </svg>
53
  </button>
54
  </form>
55
+
56
  </div>
57
 
58
  <script>