-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
112 lines (97 loc) · 4.48 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3Z88XTPFEB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-3Z88XTPFEB');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"/>
<title>Search Svelte Summit Talks with Nuclia</title>
<meta name="description"
content="Learn from Svelte and everything that is happening in the community. Search inside videos from Svelte Summit 2020 and 2021"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:site_name" content="Nuclia - Build AI-powered search engines using the Nuclia API"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Search Svelte Conference Talks with Nuclia"/>
<meta property="og:description"
content="Learn from Svelte and everything that is happening in the community. Search inside videos from Svelte Summit 2020 and 2021"/>
<meta property="og:image" content="https://nuclia.com/wp-content/uploads/2021/12/logo.png"/>
<meta property="og:image:secure_url" content="https://nuclia.com/wp-content/uploads/2021/12/logo.png"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@nuclia_"/>
<meta name="twitter:title" content="Search Svelte Summit Talks with Nuclia"/>
<meta name="twitter:description"
content="Learn from Svelte and everything that is happening in the community. Search inside videos from Svelte Summit 2020 and 2021"/>
<meta name="twitter:creator" content="@nucliaAI"/>
<meta name="twitter:image" content="https://nuclia.com/wp-content/uploads/2021/12/logo.png"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400&display=swap"
rel="stylesheet">
<link rel='stylesheet' href='./css/variables.css' media='all'/>
<link rel='stylesheet' href='./css/normalize.css' media='all'/>
<link rel='stylesheet' href='./css/main.css' media='all'/>
<script src="https://cdn.nuclia.cloud/nuclia-video-widget.umd.js"></script>
<link rel="icon" href="https://nuclia.com/wp-content/uploads/2021/12/favicon_nuclia.png" sizes="32x32"/>
<link rel="icon" href="https://nuclia.com/wp-content/uploads/2021/12/favicon_nuclia.png" sizes="192x192"/>
</head>
<body>
<div class="main-container">
<div class="container">
<header class="header">
<div class="year">2020</div>
<div class="logo">
<img width="152" src="assets/svelte-logo.svg" alt="Svelte">
</div>
<div class="year">2021</div>
</header>
<section class="title">
<h1>Learn from Svelte and everything that is happening in the community</h1>
<h2>Search <b>inside videos</b> from Svelte Summit 2020 and 2021 and <b>jump directly</b> to the relevant part of
that talk.</h2>
</section>
</div>
<div class="demo-area">
<div class="container">
<section class="search">
<nuclia-search-bar zone="europe-1"
knowledgebox="878d31cd-3943-45ea-927a-c7c987edf7da"
lang="en"
zone="europe-1"
widgetid="dashboard"
placeholder="Video search"></nuclia-search-bar>
</section>
<section class="search-results">
<nuclia-search-results></nuclia-search-results>
</section>
<section class="promo">
<div class="try-nuclia">
<h3>Like what you see?</h3>
<div>
<a href="https://nuclia.com/">Try Nuclia for your own project</a>
</div>
</div>
<div class="description">
<p>Nuclia is an AI-powered semantic search engine that indexes any unstructured content like video, audio,
slide decks… and everything else. Written in Rust.</p>
</div>
</section>
</div>
</div>
</div>
<footer class="footer">
<div class="powered-by">AI-Powered Video Search by</div>
<a href="https://nuclia.com">
<img src="./assets/footer-logo.svg" alt="Nuclia">
</a>
</footer>
</body>
</html>