-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
79 lines (74 loc) · 3.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Apache TVM User Conference Archive</title>
<meta name="description" content="The Apache TVM User Conference Archive">
<meta name="author" content="The Apache TVM Community">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/tvmcon.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<div class="content">
<div class="pairgrid">
<div class="event-div">
<a href="https://tvm.apache.org">
<img src="images/tvm-logo.png" width="100%">
</a>
</div>
<div class="event-div thin-border">
<h1>Apache TVM Conference Archive<h1>
</div>
</div>
<div class="eventgrid">
<div class="pairgrid">
<div class="y2021 event-div">
<div class="event-link">
<a href="2021/index.html">2021</a>
</div>
</div>
<div class="y2020 event-div">
<div class="event-link">
<a href="2020/index.html">2020</a>
</div>
</div>
</div>
<div class="pairgrid">
<div class="y2019 event-div">
<div class="event-link">
<a href="2019/index.html">2019</a>
</div>
</div>
<div class="y2018 event-div">
<div class="event-link">
<a href="2018/index.html">2018</a>
</div>
</div>
</div>
</div>
<div class="footer">
Copyright © 2022 The Apache Software Foundation. Apache TVM, Apache,
the Apache feather, and the Apache TVM project logo are either trademarks or registered trademarks of the Apache Software Foundation.
See also other useful ASF links:
<a href="https://www.apache.org/" class="footer-link">Apache Homepage</a>,
<a href="https://www.apache.org/licenses/" class="footer-link">License</a>,
<a href="https://www.apache.org/foundation/sponsorship.html" class="footer-link">Sponsorship</a>,
<a href="https://www.apache.org/security/" class="footer-link">Security</a>,
<a href="https://www.apache.org/foundation/thanks.html" class="footer-link">Thanks</a>,
<a href="https://www.apache.org/events/current-event.html" class="footer-link">Current Event</a>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>