thomasht86 commited on
Commit
dc951e4
·
verified ·
1 Parent(s): 8e3b3d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -41
README.md CHANGED
@@ -6,50 +6,19 @@ colorTo: gray
6
  sdk: static
7
  pinned: false
8
  ---
 
9
 
10
- <title>Vespa.ai Organization Card</title>
11
- <style>
12
- body {
13
- text-align: center;
14
- font-family: Arial, sans-serif;
15
- }
16
- .logo {
17
- width: 200px;
18
- margin: 20px auto;
19
- }
20
- .title {
21
- font-size: 2.5em;
22
- margin: 10px 0;
23
- }
24
- .subtitle {
25
- font-size: 1.2em;
26
- margin-bottom: 20px;
27
- color: #555;
28
- }
29
- .links a {
30
- margin: 0 10px;
31
- text-decoration: none;
32
- color: #1a0dab;
33
- font-weight: bold;
34
- }
35
- .links a:hover {
36
- text-decoration: underline;
37
- }
38
- </style>
39
- </head>
40
- <body>
41
 
42
- <img class="logo" src="https://firebasestorage.googleapis.com/v0/b/standards-site-beta.appspot.com/o/documents%2F80o6wjeliok%2F762pe0angxc%2FVespa-logo-dark-rgb.svg?alt=media&token=08abbba9-d10f-4041-b4ec-5993d8d366eb" alt="Vespa.ai Logo">
43
 
44
- <div class="title">Vespa.ai</div>
45
 
46
- <div class="subtitle">AI + data, online. At any scale.</div>
47
-
48
- <div class="links">
49
- <a href="https://vespa.ai">Homepage</a> |
50
- <a href="https://cloud.vespa.ai/console">Cloud Console</a> |
51
- <a href="https://github.com/vespa-engine/vespa">GitHub (Vespa)</a> |
52
- <a href="https://github.com/vespa-engine/pyvespa">GitHub (PyVespa)</a>
53
  </div>
54
 
55
- </body>
 
6
  sdk: static
7
  pinned: false
8
  ---
9
+ <div style="text-align: center; font-family: Arial, sans-serif;">
10
 
11
+ <img src="https://firebasestorage.googleapis.com/v0/b/standards-site-beta.appspot.com/o/documents%2F80o6wjeliok%2F762pe0angxc%2FVespa-logo-dark-rgb.svg?alt=media&token=08abbba9-d10f-4041-b4ec-5993d8d366eb" alt="Vespa.ai Logo" style="width: 200px; margin: 20px auto;">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
+ <div style="font-size: 2.5em; margin: 10px 0;">Vespa.ai</div>
14
 
15
+ <div style="font-size: 1.2em; margin-bottom: 20px; color: #555;">AI + data, online. At any scale.</div>
16
 
17
+ <div>
18
+ <a href="https://vespa.ai" style="margin: 0 10px; text-decoration: none; color: #1a0dab; font-weight: bold;">Homepage</a> |
19
+ <a href="https://cloud.vespa.ai/console" style="margin: 0 10px; text-decoration: none; color: #1a0dab; font-weight: bold;">Cloud Console</a> |
20
+ <a href="https://github.com/vespa-engine/vespa" style="margin: 0 10px; text-decoration: none; color: #1a0dab; font-weight: bold;">GitHub (Vespa)</a> |
21
+ <a href="https://github.com/vespa-engine/pyvespa" style="margin: 0 10px; text-decoration: none; color: #1a0dab; font-weight: bold;">GitHub (PyVespa)</a>
 
 
22
  </div>
23
 
24
+ </div>