forked from onnx/onnx.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmailinglists.html
More file actions
76 lines (76 loc) · 3.9 KB
/
mailinglists.html
File metadata and controls
76 lines (76 loc) · 3.9 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ONNX Mailing Lists</title>
<link rel="icon" href="./images/onnx-favicon.png" type="image/gif" sizes="16x16">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body class="innerpage-main-wrapper">
<a class="skip-main" href="#skipMain">Skip to main content</a>
<div w3-include-html="partials/navigation.html"></div>
<div class="main-wrapper">
<div class="top-banner-bg"></div>
<div id="skipMain" role="main" tabindex="-1">
<section class="blue-page-title-bar py-3 pb-3">
<div class="outer-container mx-auto">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<h1 class="text-uppercase">ONNX Mailing Lists</h1>
</div>
</div>
</div>
</div>
</section>
<div class="outer-container mx-auto py-4 py-md-5">
<section class="blue-title-columns pb-4 pb-md-5">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-md-12">
<ul class="list-group">
<li class="list-group-item">
<a href="https://lists.lfaidata.foundation/g/onnx-announce" target="_blank">
ONNX Announce
</a>
<br>
Official announcements and updates from the ONNX project.
</li>
<li class="list-group-item">
<a href="https://lists.lfaidata.foundation/g/onnx-technical-discuss" target="_blank">
ONNX Technical Discuss
</a>
<br>
Technical discussions and questions about ONNX.
</li>
<li class="list-group-item">
<a href="https://lists.lfaidata.foundation/g/onnx-tsc" target="_blank">
ONNX TSC
</a>
<br>
ONNX Technical Steering Committee communications.
</li>
</ul>
</div>
</div>
</div>
</section>
</div>
</div>
<div w3-include-html="partials/footer.html"></div>
<a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" aria-label="Back to top"><span class="fa fa-angle-up"></span></a>
</div>
<script src="https://www.w3schools.com/lib/w3.js"></script>
<script>
w3.includeHTML();
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="./js/custom.js"></script>
</body>
</html>