-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·62 lines (61 loc) · 2.65 KB
/
index.html
File metadata and controls
executable file
·62 lines (61 loc) · 2.65 KB
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
---
layout: "homepage"
metatitle: Applied AI - The practial AI conference
class: home
slug: home
weight: 1
---
<div class="row -about">
<div class="wrapper">
<h3>By Developers, For Developers</h3>
<p>Applied AI is a conference intended for <strong>developers, data scientists and analysts</strong> that are creating software, applications, tools, or platforms that are based on or incorporate artificial intelligence or machine learning technologies.</p>
<p>Our vision for Applied AI is to offer attendees a forum for learning and networking with the most up-to-date topics in artificial intelligence and machine learning, <strong>tailored specifically to the needs of developers</strong>.</p>
<p>We are pleased to bring the inaugural Applied AI conference to the London tech community - a 1 day conference packed with amazing talks, plentiful networking opportunities and great social events. <strong>We hope to see you there!</strong></p>
</div>
<div class="wrapper">
<div class="grid">
<div class="grid__item u-1/3@md u-1/2@sm">
<div class="panel schedule">
<a href="/schedule">
<span class="panel__title">Schedule</span>
</a>
</div>
</div>
<div class="grid__item u-1/3@md u-1/2@sm">
<div class="panel hspeakers">
<a href="/speakers">
<span class="panel__title">Speakers</span>
</a>
</div>
</div>
<div class="grid__item u-1/3@md u-1/2@sm">
<div class="panel venue">
<a href="/venue">
<span class="panel__title">The Venue</span>
</a>
</div>
</div>
<div class="grid__item u-1/3@md u-1/2@sm">
<div class="panel tickets">
<a href="/tickets">
<span class="panel__title">Tickets</span>
</a>
</div>
</div>
<div class="grid__item u-1/3@md u-1/2@sm">
<div class="panel sponsors">
<a href="/sponsors">
<span class="panel__title">Sponsors</span>
</a>
</div>
</div>
<div class="grid__item u-1/3@md u-1/2@sm">
<div class="panel socials">
<a href="/socials">
<span class="panel__title">Socials</span>
</a>
</div>
</div>
</div>
</div>
</div>