thomasht86 commited on
Commit
5f755c2
1 Parent(s): e66df37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -69
README.md CHANGED
@@ -6,74 +6,65 @@ colorTo: gray
6
  sdk: static
7
  pinned: false
8
  ---
9
- <!DOCTYPE html>
10
- <html>
11
-
12
- <head>
13
- <title>Vespa.ai Organization Card</title>
14
- <style>
15
- body {
16
- text-align: center;
17
- font-family: Arial, sans-serif;
18
- }
19
-
20
- .logo {
21
- width: 200px;
22
- margin: 20px auto;
23
- }
24
-
25
- .title {
26
- font-size: 2.5em;
27
- margin: 10px 0;
28
- }
29
-
30
- .subtitle {
31
- font-size: 1.2em;
32
- margin-bottom: 20px;
33
- color: #555;
34
- }
35
-
36
- .links a {
37
- margin: 0 10px;
38
- text-decoration: none;
39
- color: #1a0dab;
40
- font-weight: bold;
41
- }
42
-
43
- .links a:hover {
44
- text-decoration: underline;
45
- }
46
- </style>
47
- </head>
48
-
49
- <body>
50
-
51
- <img class="logo"
52
- 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"
53
- alt="Vespa.ai Logo">
54
-
55
- <div class="title">Vespa.ai</div>
56
-
57
- <div class="subtitle">AI + data, online. At any scale.</div>
58
-
59
- <p>The open big data serving engine.<br>
60
- Vespa.ai is used to make AI-driven decisions using big data, in real time, at any scale, with unbeatable
61
- performance.
62
  </p>
63
-
64
- <p>
65
- Organizations use vespa.ai to solve problems such as structured, text, and vector search, and real-time
66
- recommendation, personalization and targeting.<br> The platform is open source under an Apache 2.0 license. It
67
- can
68
- be downloaded from vespa.ai, or used as a serverless managed service at cloud.vespa.ai.</p>
69
-
70
- <div class="links">
71
- <a href="https://vespa.ai">Homepage</a> |
72
- <a href="https://cloud.vespa.ai/console">Cloud Console</a> |
73
- <a href="https://github.com/vespa-engine/vespa">GitHub (Vespa)</a> |
74
- <a href="https://github.com/vespa-engine/pyvespa">GitHub (PyVespa)</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  </div>
76
-
77
- </body>
78
-
79
- </html>
 
6
  sdk: static
7
  pinned: false
8
  ---
9
+ <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
10
+ <p class="lg:col-span-3">
11
+ Vespa.ai is a platform for AI + data, online, at any scale.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  </p>
13
+ <a href="https://vespa.ai" class="block overflow-hidden group">
14
+ <div
15
+ class="w-full h-40 object-cover mb-2 bg-indigo-100 rounded-lg flex items-center justify-center dark:bg-gray-900 dark:group-hover:bg-gray-850"
16
+ >
17
+ <img
18
+ alt="Vespa.ai Logo"
19
+ 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"
20
+ class="w-40"
21
+ />
22
+ </div>
23
+ <div class="underline">Visit Vespa.ai Homepage</div>
24
+ </a>
25
+ <a href="https://cloud.vespa.ai/console" class="block overflow-hidden">
26
+ <div
27
+ class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg flex items-center justify-center"
28
+ >
29
+ <img
30
+ alt="Vespa Cloud Console"
31
+ src="https://www.vespa.ai/assets/2021/09/vespa-logo-white-bg.png"
32
+ class="w-40"
33
+ />
34
+ </div>
35
+ <div class="underline">Access Cloud Console</div>
36
+ </a>
37
+ <a
38
+ href="https://github.com/vespa-engine/vespa"
39
+ class="block overflow-hidden group"
40
+ >
41
+ <div
42
+ class="w-full h-40 object-cover mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start"
43
+ >
44
+ <img
45
+ alt="GitHub Vespa"
46
+ src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
47
+ class="w-44 p-4"
48
+ />
49
+ </div>
50
+ <div class="underline">GitHub Repository: Vespa</div>
51
+ </a>
52
+ <div class="lg:col-span-3">
53
+ <p class="mb-2">
54
+ Vespa.ai is an open-source big data serving engine. It enables applications to compute over data at serving time, at any scale.
55
+ </p>
56
+ <p class="mb-2">
57
+ Vespa powers applications that require large-scale, low-latency search and machine learning inference.
58
+ </p>
59
+ <p class="mb-2">
60
+ The platform allows you to deploy AI models and data-driven applications with high performance and scalability.
61
+ </p>
62
+ <p>
63
+ More information:
64
+ <a href="https://vespa.ai" class="underline">Homepage</a>,
65
+ <a href="https://cloud.vespa.ai/console" class="underline">Cloud Console</a>,
66
+ <a href="https://github.com/vespa-engine/vespa" class="underline">GitHub (Vespa)</a>,
67
+ <a href="https://github.com/vespa-engine/pyvespa" class="underline">GitHub (PyVespa)</a>
68
+ </p>
69
  </div>
70
+ </div>