asmitha2025 commited on
Commit
ebcf05b
·
1 Parent(s): 43a2d7d

Remove dashboard footer

Browse files
Files changed (2) hide show
  1. dashboard/web/index.html +0 -18
  2. dashboard/web/style.css +0 -10
dashboard/web/index.html CHANGED
@@ -519,24 +519,6 @@
519
  </div>
520
  </div>
521
  </section>
522
-
523
- <!-- Footer -->
524
- <footer class="footer">
525
- <div class="footer-content" style="max-width: 1200px; display: flex; justify-content: space-between; align-items: center;">
526
- <div style="text-align: left;">
527
- <div class="footer-brand" style="font-size: 24px; color: #fff;">AetherFlow</div>
528
- <div class="footer-author">(c) 2026 AetherFlow Technologies. Intelligence through Clarity.</div>
529
- </div>
530
- <div class="footer-tech" style="display: flex; gap: 24px;">
531
- <span>Privacy Policy</span>
532
- <span>Terms of Service</span>
533
- <span>Security</span>
534
- <span>Status</span>
535
- <span>Contact</span>
536
- </div>
537
- </div>
538
- </footer>
539
-
540
  <script src="/dashboard/app.js?v=6"></script>
541
  </body>
542
  </html>
 
519
  </div>
520
  </div>
521
  </section>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
522
  <script src="/dashboard/app.js?v=6"></script>
523
  </body>
524
  </html>
dashboard/web/style.css CHANGED
@@ -586,16 +586,6 @@ body {
586
  .api-path { font-family: var(--mono); font-size: 16px; font-weight: 600; display: block; margin-bottom: 8px; }
587
  .api-desc { font-size: 13px; color: var(--text3); }
588
 
589
- /* Footer */
590
- .footer {
591
- position: relative; z-index: 1;
592
- border-top: 1px solid var(--border); padding: 80px 40px;
593
- background: #050508;
594
- }
595
- .footer-brand { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 8px; letter-spacing: -1px; }
596
- .footer-author { font-size: 14px; color: #666; margin-bottom: 8px; }
597
- .footer-tech { font-size: 14px; color: #666; font-weight: 500; cursor: pointer; }
598
- .footer-tech span:hover { color: var(--primary); }
599
 
600
  /* Responsive */
601
  @media (max-width: 900px) {
 
586
  .api-path { font-family: var(--mono); font-size: 16px; font-weight: 600; display: block; margin-bottom: 8px; }
587
  .api-desc { font-size: 13px; color: var(--text3); }
588
 
 
 
 
 
 
 
 
 
 
 
589
 
590
  /* Responsive */
591
  @media (max-width: 900px) {