File size: 984 Bytes
314ec77
321d4be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
314ec77
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>Base Intelligence</title>
  <style>
    :root { color-scheme: light; }
    body { margin: 0; font-family: ui-sans-serif, system-ui, sans-serif; background: #0b0b0c; color: #f5f5f5; }
    .hero { width: 100%; display: block; }
    main { max-width: 720px; margin: 2rem auto; padding: 0 1.25rem 3rem; text-align: center; }
    h1 { font-size: 1.75rem; font-weight: 650; margin: 1rem 0 0.5rem; }
    p { opacity: 0.85; line-height: 1.5; }
    a { color: #9ecbff; }
  </style>
</head>
<body>
  <img class="hero" src="https://github.com/BaseIntelligence/base/raw/main/assets/banner.jpg" alt="BASE banner" />
  <main>
    <h1>Base Intelligence</h1>
    <p>Decentralized AI challenges on Bittensor — <a href="https://huggingface.co/BaseIntelligence/top-prism-architecture">PRISM top architecture</a> and more.</p>
  </main>
</body>
</html>