Skip to content

Commit 239fa89

Browse files
authored
Merge pull request #200 from onnx/beautify
format html
2 parents 47a8ada + 34ee342 commit 239fa89

20 files changed

+751
-832
lines changed

404.html

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@
1919
<a class="skip-main" href="#skipMain">Skip to main content</a>
2020
<!-- Partial header.html Start-->
2121
<div w3-include-html="partials/navigation.html"></div>
22-
<!-- Partial header.html End-->
22+
<!-- Partial header.html End-->
2323
<div class="main-wrapper">
2424
<div class="top-banner-bg"></div>
2525
<div id="skipMain" role="main" tabindex="-1">
26-
2726
<section class="blue-page-title-bar py-3 pb-3">
2827
<div class="outer-container mx-auto">
2928
<div class="container-fluid">
@@ -36,34 +35,31 @@ <h1 class="text-uppercase">Oops!</h1>
3635
</div>
3736
</section>
3837
<div class="outer-container mx-auto py-4 py-md-5">
39-
4038
<section class="blue-title-columns pb-4 pb-md-5">
4139
<div class="container-fluid">
4240
<div class="row">
4341
<div class="col-12 col-md-12">
4442
<p class="subheading-4 bold-text mb-0">
45-
You've reached a page that doesn't exist. If you feel something should be here, please
46-
<a target="_blank" href="https://github.com/onnx/onnx.github.io/issues/new">open an issue</a> on GitHub.
47-
<br/>
48-
Click <a href="https://onnx.ai/">here</a> to go to the main page.
43+
You've reached a page that doesn't exist. If you feel something should be here, please
44+
<a target="_blank" href="https://github.com/onnx/onnx.github.io/issues/new">open an issue</a> on GitHub.
45+
<br />
46+
Click <a href="https://onnx.ai/">here</a> to go to the main page.
4947
</p>
5048
</div>
51-
5249
</div>
5350
</div>
5451
</section>
5552
</div>
5653
</div>
57-
5854
<!-- Partial footer.html Start-->
5955
<div w3-include-html="partials/footer.html"></div>
6056
<!-- Partial footer.html End-->
61-
<a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" aria-label="Back to top"><span
62-
class="fa fa-angle-up"></span></a>
63-
57+
<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>
6458
</div>
6559
<script src="https://www.w3schools.com/lib/w3.js"></script>
66-
<script>w3.includeHTML();</script>
60+
<script>
61+
w3.includeHTML();
62+
</script>
6763
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
6864
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
6965
<script src="./js/custom.js"></script>

about.html

Lines changed: 81 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -22,116 +22,105 @@
2222
<!-- Partial header.html End-->
2323
<div class="main-wrapper">
2424
<div class="top-banner-bg"></div>
25-
<div id="skipMain" role="main" tabindex="-1">
26-
<section class="blue-page-title-bar py-3 pb-3">
27-
<div class="outer-container mx-auto">
28-
<div class="container-fluid">
29-
<div class="row">
30-
<div class="col-12">
31-
<h1 class="text-uppercase">About</h1>
32-
</div>
25+
<div id="skipMain" role="main" tabindex="-1">
26+
<section class="blue-page-title-bar py-3 pb-3">
27+
<div class="outer-container mx-auto">
28+
<div class="container-fluid">
29+
<div class="row">
30+
<div class="col-12">
31+
<h1 class="text-uppercase">About</h1>
3332
</div>
3433
</div>
3534
</div>
36-
</section>
37-
<div class="outer-container mx-auto py-md-5 py-4">
38-
39-
<section class="blue-title-columns pb-md-5 pb-4">
40-
<div class="container-fluid">
41-
<div class="row">
42-
<div class="col-12 col-md-9">
43-
44-
<p class="mb-2">
45-
We believe there is a need for greater interoperability in the AI tools community. Many people are working on great tools, but developers are often locked in to one framework or ecosystem. ONNX is the first step in enabling more of these tools to work together by allowing them to share models.
46-
</p>
47-
<p class="mb-0">
48-
Our goal is to make it possible for developers to use the right combinations of tools for their project. We want everyone to be able to take AI from research to reality as quickly as possible without artificial friction from toolchains. We hope you'll join us in this mission!
49-
</p>
50-
51-
</div>
52-
<div class="col-12 col-md-3 d-none d-md-block text-center">
53-
<img src="./images/icon/icon-ONNX-logo.svg" alt="ONNX Logo Icon" class="img-fluid img-about-onnx">
54-
</div>
35+
</div>
36+
</section>
37+
<div class="outer-container mx-auto py-md-5 py-4">
38+
<section class="blue-title-columns pb-md-5 pb-4">
39+
<div class="container-fluid">
40+
<div class="row">
41+
<div class="col-12 col-md-9">
42+
<p class="mb-2">
43+
We believe there is a need for greater interoperability in the AI tools community. Many people are working on great tools, but developers are often locked in to one framework or ecosystem. ONNX is the first step in enabling more of these tools to work together by allowing them to share models.
44+
</p>
45+
<p class="mb-0">
46+
Our goal is to make it possible for developers to use the right combinations of tools for their project. We want everyone to be able to take AI from research to reality as quickly as possible without artificial friction from toolchains. We hope you'll join us in this mission!
47+
</p>
48+
</div>
49+
<div class="col-12 col-md-3 d-none d-md-block text-center">
50+
<img src="./images/icon/icon-ONNX-logo.svg" alt="ONNX Logo Icon" class="img-fluid img-about-onnx">
5551
</div>
5652
</div>
57-
</section>
58-
<hr class="border-top my-0 mx-15"/>
59-
<section class="blue-title-columns">
60-
<div class="container-fluid">
61-
<div class="row py-4 py-md-5">
62-
<div class="col-12 col-md-6 mb-4 mb-md-0 text-center pr-10">
63-
<img src="./images/community.svg" alt="Community image" class="img-fluid img-community">
64-
</div>
65-
<div class="col-12 col-md-6 pr-10 justify-content-center align-self-center">
66-
<h2>Community</h2>
67-
<p>
68-
ONNX is a community project. We encourage you to join the effort and contribute feedback, ideas and code.
69-
</p>
70-
<p>For more information, check out our <a href="https://github.com/onnx/onnx/blob/main/CONTRIBUTING.md#development" target="_blank" class="link">contribution guide</a>, or join a <a target="_blank" href="https://github.com/onnx/onnx/blob/main/community/sigs.md#sigs---special-interest-groups" class="link">Special
71-
Interest Group</a> (SIG) or <a href="https://github.com/onnx/onnx/blob/main/community/working-groups.md#working-groups" target="_blank" class="link">Working Group</a> today.</p>
72-
</div>
53+
</div>
54+
</section>
55+
<hr class="border-top my-0 mx-15" />
56+
<section class="blue-title-columns">
57+
<div class="container-fluid">
58+
<div class="row py-4 py-md-5">
59+
<div class="col-12 col-md-6 mb-4 mb-md-0 text-center pr-10">
60+
<img src="./images/community.svg" alt="Community image" class="img-fluid img-community">
61+
</div>
62+
<div class="col-12 col-md-6 pr-10 justify-content-center align-self-center">
63+
<h2>Community</h2>
64+
<p>
65+
ONNX is a community project. We encourage you to join the effort and contribute feedback, ideas and code.
66+
</p>
67+
<p>For more information, check out our <a href="https://github.com/onnx/onnx/blob/main/CONTRIBUTING.md#development" target="_blank" class="link">contribution guide</a>, or join a <a target="_blank" href="https://github.com/onnx/onnx/blob/main/community/sigs.md#sigs---special-interest-groups" class="link">Special
68+
Interest Group</a> (SIG) or <a href="https://github.com/onnx/onnx/blob/main/community/working-groups.md#working-groups" target="_blank" class="link">Working Group</a> today.</p>
7369
</div>
74-
7570
</div>
76-
</section>
77-
<hr class="border-top my-0 mx-15"/>
78-
<section class="py-md-5 py-4 bg-lightgray">
79-
<div class="outer-container mx-auto">
80-
<div class="container-fluid blue-title-columns">
81-
<div class="row mb-4">
82-
<div class="col-12">
83-
<h2 class="text-center">Partners</h2>
84-
<p class="text-center">ONNX is supported by a community of partners</p>
85-
86-
</div>
71+
</div>
72+
</section>
73+
<hr class="border-top my-0 mx-15" />
74+
<section class="py-md-5 py-4 bg-lightgray">
75+
<div class="outer-container mx-auto">
76+
<div class="container-fluid blue-title-columns">
77+
<div class="row mb-4">
78+
<div class="col-12">
79+
<h2 class="text-center">Partners</h2>
80+
<p class="text-center">ONNX is supported by a community of partners</p>
8781
</div>
88-
<!-- Partial partners.html Start-->
89-
<div w3-include-html="partials/partners.html"></div>
90-
<!-- Partial partners.html End-->
9182
</div>
83+
<!-- Partial partners.html Start-->
84+
<div w3-include-html="partials/partners.html"></div>
85+
<!-- Partial partners.html End-->
9286
</div>
93-
</section>
94-
<hr class="border-top my-0 mx-15"/>
95-
<section class="pt-md-5 pt-4 blue-title-columns">
96-
<div class="container-fluid">
97-
<div class="row ">
98-
<div class="col-12 col-md-6 mb-4 mb-md-0 text-center pr-10 order-md-2">
99-
<img src="./images/technical-design.svg" alt="Technical Design image" class="img-fluid img-tecnical-design">
100-
</div>
101-
<div class="col-12 col-md-6 pr-10 order-md-1 justify-content-center align-self-center">
102-
<h2>Technical Design</h2>
103-
<p>
104-
ONNX provides a definition of an extensible computation graph model, as well as definitions of built-in operators and standard data types.
105-
</p>
106-
<p>Each computation dataflow graph is structured as a list of nodes that form an acyclic graph. Nodes have one or more inputs and one or more outputs. Each node is a call to an operator. The graph also has metadata to help document its purpose, author, etc.</p>
107-
<p>
108-
Operators are implemented externally to the graph, but the set of built-in operators are portable across frameworks. Every framework supporting ONNX will provide implementations of these operators on the applicable data types.
109-
</p>
110-
<p class="mb-0"><strong>More details can be found on</strong> <a href="https://github.com/onnx/" class="link" target="_blank">GitHub</a>.</p>
111-
</div>
112-
87+
</div>
88+
</section>
89+
<hr class="border-top my-0 mx-15" />
90+
<section class="pt-md-5 pt-4 blue-title-columns">
91+
<div class="container-fluid">
92+
<div class="row ">
93+
<div class="col-12 col-md-6 mb-4 mb-md-0 text-center pr-10 order-md-2">
94+
<img src="./images/technical-design.svg" alt="Technical Design image" class="img-fluid img-tecnical-design">
95+
</div>
96+
<div class="col-12 col-md-6 pr-10 order-md-1 justify-content-center align-self-center">
97+
<h2>Technical Design</h2>
98+
<p>
99+
ONNX provides a definition of an extensible computation graph model, as well as definitions of built-in operators and standard data types.
100+
</p>
101+
<p>Each computation dataflow graph is structured as a list of nodes that form an acyclic graph. Nodes have one or more inputs and one or more outputs. Each node is a call to an operator. The graph also has metadata to help document its purpose, author, etc.</p>
102+
<p>
103+
Operators are implemented externally to the graph, but the set of built-in operators are portable across frameworks. Every framework supporting ONNX will provide implementations of these operators on the applicable data types.
104+
</p>
105+
<p class="mb-0"><strong>More details can be found on</strong> <a href="https://github.com/onnx/" class="link" target="_blank">GitHub</a>.</p>
113106
</div>
114-
115107
</div>
116-
</section>
117-
118-
</div>
108+
</div>
109+
</section>
119110
</div>
120-
121-
<!-- Partial footer.html Start-->
122-
<div w3-include-html="partials/footer.html"></div>
123-
<!-- Partial footer.html End-->
124-
125-
<a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" aria-label="Back to top"><span
126-
class="fa fa-angle-up"></span></a>
127-
111+
</div>
112+
<!-- Partial footer.html Start-->
113+
<div w3-include-html="partials/footer.html"></div>
114+
<!-- Partial footer.html End-->
115+
<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>
128116
</div>
129117
<script src="https://www.w3schools.com/lib/w3.js"></script>
130-
<script>w3.includeHTML();</script>
118+
<script>
119+
w3.includeHTML();
120+
</script>
131121
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
132122
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
133123
<script src="./js/custom.js"></script>
134-
135124
</body>
136125

137126
</html>

addlogo.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<title>Add your logo</title>
5-
<meta http-equiv = "refresh" content = "0; url = https://github.com/onnx/onnx/blob/main/community/logo_request.md" />
6-
</head>
7-
<body>
8-
</body>
9-
</html>
3+
4+
<head>
5+
<title>Add your logo</title>
6+
<meta http-equiv="refresh" content="0; url = https://github.com/onnx/onnx/blob/main/community/logo_request.md" />
7+
</head>
8+
9+
<body>
10+
</body>
11+
12+
</html>

calendar.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta http-equiv = "refresh" content = "0; url = https://wiki.lfai.foundation/pages/viewpage.action?pageId=18481196" />
5-
</head>
6-
<body>
7-
</body>
8-
</html>
3+
4+
<head>
5+
<meta http-equiv="refresh" content="0; url = https://wiki.lfai.foundation/pages/viewpage.action?pageId=18481196" />
6+
</head>
7+
8+
<body>
9+
</body>
10+
11+
</html>

0 commit comments

Comments
 (0)