-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (74 loc) · 4.37 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
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZGR2M6XK2B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZGR2M6XK2B');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Search Rust Conference Talks with Nuclia</title>
<meta name="description" content="Learn from the conference talks by Rust’s brightest developers. Search videos of talks from RustConf 2020, 2021 and 2022." />
<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 Rust Conference Talks with Nuclia" />
<meta property="og:description" content="Learn from the conference talks by Rust’s brightest developers. Search videos of talks from RustConf 2020, 2021 and 2022." />
<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 Rust Conference Talks with Nuclia" />
<meta name="twitter:description" content="Learn from the conference talks from Rust’s brightest developers. Search videos of talks from RustConf 2020, 2021 and 2022." />
<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 rel='stylesheet' href='./css/normalize.css' media='all' />
<link rel='stylesheet' href='./css/main.css' media='all' />
<script src="https://cdn.nuclia.cloud/nuclia-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">
<header class="header">
<div class="year">2020</div>
<div class="logo">
<img src="./assets/rust-conf.png" alt="Rust Conf">
</div>
<div class="year">2022</div>
</header>
<section class="title">
<h1>Learn from the conference talks <br>by Rust’s brightest developers</h1>
<h2>Search <b>inside videos</b> of talks from RustConf 2020, 2021 and 2022 <br>and <b>jump directly</b> to the relevant part of that talk.</h2>
</section>
<section class="search">
<nuclia-search knowledgebox="4088b21c-5aa0-4d5a-85a6-03448e52b031" zone="europe-1" widgetid="dashboard" type="form"></nuclia-search>
</section>
<div class="suggestions">
<h2> <b>Like what you see?</b>
<a href="https://nuclia.com/">Try Nuclia for your own project</a>, or <br><a href="https://nuclia.com/careers/rust-developer/">join us to work on AI-powered semantic search using Rust</a>.</h2>
<h3>Nuclia is an AI-powered semantic search engine that indexes any <br>unstructured content like video, audio, slide decks… and everything <br>else. Written in Rust.</h3>
<br>You can search for things like:
<ul>
<li>👉 How do I write a fast decision tree library?</li>
<li>👉 What is over-optimizing?</li>
<li>👉 Games programming with Rust</li>
</ul>
<p></p>
</div>
</div>
<footer class="footer">
<div>AI-Powered Video Search by</div>
<a href="https://nuclia.com">
<img src="./assets/footer-logo.png" alt="Nuclia">
</a>
</footer>
</body>
</html>