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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -57
README.md CHANGED
@@ -6,65 +6,62 @@ colorTo: gray
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>
 
6
  sdk: static
7
  pinned: false
8
  ---
9
+ <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;">
10
+ <div style="grid-column: span 3;">
11
+ <div>
12
+ Vespa.ai is a platform for AI + data, online, at any scale.
13
+ </div>
14
+ </div>
15
+
16
+ <div>
17
+ <div style="overflow: hidden;">
18
+ <div style="width: 100%; height: 160px; background-color: #E0E7FF; border-radius: 8px; display: flex; align-items: center; justify-content: center;">
19
+ <div>
20
+ <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: 160px;">
 
21
  </div>
22
+ </div>
23
+ <div><a href="https://vespa.ai" style="text-decoration: underline;">Visit Vespa.ai Homepage</a></div>
24
+ </div>
25
+ </div>
26
+
27
+ <div>
28
+ <div style="overflow: hidden;">
29
+ <div style="width: 100%; height: 160px; background-color: #D1D5DB; border-radius: 8px; display: flex; align-items: center; justify-content: center;">
30
+ <div>
31
+ <img src="https://www.vespa.ai/assets/2021/09/vespa-logo-white-bg.png" alt="Vespa Cloud Console" style="width: 160px;">
 
32
  </div>
33
+ </div>
34
+ <div><a href="https://cloud.vespa.ai/console" style="text-decoration: underline;">Access Cloud Console</a></div>
35
+ </div>
36
+ </div>
37
+
38
+ <div>
39
+ <div style="overflow: hidden;">
40
+ <div style="width: 100%; height: 160px; background-color: #1F2937; border-radius: 8px; display: flex; align-items: flex-start; justify-content: flex-start;">
41
+ <div>
42
+ <img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub Vespa" style="width: 176px; padding: 16px;">
 
 
 
 
43
  </div>
44
+ </div>
45
+ <div><a href="https://github.com/vespa-engine/vespa" style="text-decoration: underline;">GitHub Repository: Vespa</a></div>
46
+ </div>
47
+ </div>
48
+
49
+ <div style="grid-column: span 3;">
50
+ <div style="margin-bottom: 8px;">
51
+ Vespa.ai is an open-source big data serving engine. It enables applications to compute over data at serving time, at any scale.
52
+ </div>
53
+ <div style="margin-bottom: 8px;">
54
+ Vespa powers applications that require large-scale, low-latency search and machine learning inference.
55
+ </div>
56
+ <div style="margin-bottom: 8px;">
57
+ The platform allows you to deploy AI models and data-driven applications with high performance and scalability.
58
+ </div>
59
+ <div>
60
+ More information:
61
+ <a href="https://vespa.ai" style="text-decoration: underline;">Homepage</a>,
62
+ <a href="https://cloud.vespa.ai/console" style="text-decoration: underline;">Cloud Console</a>,
63
+ <a href="https://github.com/vespa-engine/vespa" style="text-decoration: underline;">GitHub (Vespa)</a>,
64
+ <a href="https://github.com/vespa-engine/pyvespa" style="text-decoration: underline;">GitHub (PyVespa)</a>
65
  </div>
66
+ </div>
67
  </div>