Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -6,50 +6,19 @@ colorTo: gray
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
|
|
9 |
|
10 |
-
|
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 |
-
<
|
43 |
|
44 |
-
<div
|
45 |
|
46 |
-
<div
|
47 |
-
|
48 |
-
|
49 |
-
<a href="https://vespa
|
50 |
-
<a href="https://
|
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 |
-
</
|
|
|
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>
|