1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > ONNX Mailing Lists</ title >
7+ < link rel ="icon " href ="./images/onnx-favicon.png " type ="image/gif " sizes ="16x16 ">
8+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700 ">
9+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap ">
10+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css ">
11+ < link rel ="stylesheet " href ="css/custom.css ">
12+ < link rel ="stylesheet " href ="css/responsive.css ">
13+ </ head >
14+ < body class ="innerpage-main-wrapper ">
15+ < a class ="skip-main " href ="#skipMain "> Skip to main content</ a >
16+ < div w3-include-html ="partials/navigation.html "> </ div >
17+ < div class ="main-wrapper ">
18+ < div class ="top-banner-bg "> </ div >
19+ < div id ="skipMain " role ="main " tabindex ="-1 ">
20+ < section class ="blue-page-title-bar py-3 pb-3 ">
21+ < div class ="outer-container mx-auto ">
22+ < div class ="container-fluid ">
23+ < div class ="row ">
24+ < div class ="col-12 ">
25+ < h1 class ="text-uppercase "> ONNX Mailing Lists</ h1 >
26+ </ div >
27+ </ div >
28+ </ div >
29+ </ div >
30+ </ section >
31+ < div class ="outer-container mx-auto py-4 py-md-5 ">
32+ < section class ="blue-title-columns pb-4 pb-md-5 ">
33+ < div class ="container-fluid ">
34+ < div class ="row ">
35+ < div class ="col-12 col-md-12 ">
36+ < ul class ="list-group ">
37+ < li class ="list-group-item ">
38+ < a href ="https://lists.lfaidata.foundation/g/onnx-announce " target ="_blank ">
39+ ONNX Announce
40+ </ a >
41+ < br >
42+ Official announcements and updates from the ONNX project.
43+ </ li >
44+ < li class ="list-group-item ">
45+ < a href ="https://lists.lfaidata.foundation/g/onnx-technical-discuss " target ="_blank ">
46+ ONNX Technical Discuss
47+ </ a >
48+ < br >
49+ Technical discussions and questions about ONNX.
50+ </ li >
51+ < li class ="list-group-item ">
52+ < a href ="https://lists.lfaidata.foundation/g/onnx-tsc " target ="_blank ">
53+ ONNX TSC
54+ </ a >
55+ < br >
56+ ONNX Technical Steering Committee communications.
57+ </ li >
58+ </ ul >
59+ </ div >
60+ </ div >
61+ </ div >
62+ </ section >
63+ </ div >
64+ </ div >
65+ < div w3-include-html ="partials/footer.html "> </ div >
66+ < 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 >
67+ </ div >
68+ < script src ="https://www.w3schools.com/lib/w3.js "> </ script >
69+ < script >
70+ w3 . includeHTML ( ) ;
71+ </ script >
72+ < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js "> </ script >
73+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js "> </ script >
74+ < script src ="./js/custom.js "> </ script >
75+ </ body >
76+ </ html >
0 commit comments