|
5 | 5 | --- |
6 | 6 |
|
7 | 7 | <div> |
| 8 | + <h2>Foundations</h2> |
| 9 | + <p style="margin-bottom: 16px"> |
| 10 | + New to the Web of Things? These beginner-friendly community-based tutorials will help you understand the core |
| 11 | + concepts behind WoT and get you up to speed quickly. Whether you're a developer, researcher, or just curious, these |
| 12 | + are the best place to start. |
| 13 | + </p> |
| 14 | + |
| 15 | + <div class="row" style="display: flex; flex-wrap: wrap; margin-bottom: 32px"> |
| 16 | + <div class="col-md-4 col-sm-12" style="margin-bottom: 20px"> |
| 17 | + <div class="panel panel-default" style="display: flex; flex-direction: column; height: 100%; margin-bottom: 0"> |
| 18 | + <div class="panel-heading"> |
| 19 | + <h3 class="panel-title">What is WoT?</h3> |
| 20 | + </div> |
| 21 | + <div class="panel-body" style="display: flex; flex-direction: column; flex-grow: 1"> |
| 22 | + <p style="margin-bottom: 20px"> |
| 23 | + A gentle introduction to the Web of Things. Learn what WoT is all about, why it matters, and how it connects |
| 24 | + everyday devices to the Web using open standards. |
| 25 | + </p> |
| 26 | + <a |
| 27 | + href="https://w3c.github.io/wot-cg/tutorials/whatiswot/" |
| 28 | + class="btn btn-primary" |
| 29 | + style="margin-top: auto; align-self: flex-start" |
| 30 | + > |
| 31 | + Start the Tutorial » |
| 32 | + </a> |
| 33 | + </div> |
| 34 | + </div> |
| 35 | + </div> |
| 36 | + |
| 37 | + <div class="col-md-4 col-sm-12" style="margin-bottom: 20px"> |
| 38 | + <div class="panel panel-default" style="display: flex; flex-direction: column; height: 100%; margin-bottom: 0"> |
| 39 | + <div class="panel-heading"> |
| 40 | + <h3 class="panel-title">Thing Description 1.1 Explainer</h3> |
| 41 | + </div> |
| 42 | + <div class="panel-body" style="display: flex; flex-direction: column; flex-grow: 1"> |
| 43 | + <p style="margin-bottom: 20px"> |
| 44 | + Understand the Thing Description (TD) — the cornerstone of WoT. This explainer walks you through how TDs |
| 45 | + describe the capabilities, interfaces, and metadata of connected devices in a machine-readable format. |
| 46 | + </p> |
| 47 | + <a |
| 48 | + href="https://github.com/w3c/wot-thing-description/blob/main/explainer/Explainer11.md" |
| 49 | + class="btn btn-primary" |
| 50 | + style="margin-top: auto; align-self: flex-start" |
| 51 | + > |
| 52 | + Read the Explainer » |
| 53 | + </a> |
| 54 | + </div> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | + |
| 58 | + <div class="col-md-4 col-sm-12" style="margin-bottom: 20px"> |
| 59 | + <div class="panel panel-default" style="display: flex; flex-direction: column; height: 100%; margin-bottom: 0"> |
| 60 | + <div class="panel-heading"> |
| 61 | + <h3 class="panel-title">WoT Discovery Explainer</h3> |
| 62 | + </div> |
| 63 | + <div class="panel-body" style="display: flex; flex-direction: column; flex-grow: 1"> |
| 64 | + <p style="margin-bottom: 20px"> |
| 65 | + Learn how devices and services find each other on the Web of Things. This explainer covers the WoT Discovery |
| 66 | + mechanism, which makes it easy to search for and locate Thing Descriptions across networks. |
| 67 | + </p> |
| 68 | + <a |
| 69 | + href="https://github.com/w3c/wot-discovery/blob/main/explainer/Explainer.md" |
| 70 | + class="btn btn-primary" |
| 71 | + style="margin-top: auto; align-self: flex-start" |
| 72 | + > |
| 73 | + Read the Explainer » |
| 74 | + </a> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + </div> |
| 78 | + </div> |
| 79 | + |
8 | 80 | <h2>Documentation</h2> |
9 | 81 | <p> |
10 | 82 | The W3C WoT Working Group publishes and maintains a suite of documents that define the Web of Things. These are |
11 | 83 | categorized into normative specifications and informative deliverables. The tables below provide an overview of our |
12 | 84 | current deliverables and their publication status. |
13 | 85 | </p> |
14 | | - |
15 | 86 | <div class="row center-block"> |
16 | | - <div class="col-md-12 text-center"> |
| 87 | + <div class="col-md-12" style="padding: 0"> |
17 | 88 | <h3>Normative Deliverables</h3> |
18 | 89 | <!-- <p></p> --> |
19 | | - <table style="margin-bottom: 40px; border-radius: 10px; text-align: left" class="table table-bordered"> |
| 90 | + <table style="margin-bottom: 16px; border-radius: 10px; text-align: left" class="table table-bordered"> |
20 | 91 | <thead> |
21 | 92 | <tr> |
22 | 93 | <th>Deliverable</th> |
23 | 94 | <th>Status</th> |
24 | | - <th>Last Publication</th> |
| 95 | + <th style="width: 180px">Last Publication</th> |
25 | 96 | </tr> |
26 | 97 | </thead> |
27 | 98 | <tbody> |
@@ -96,14 +167,14 @@ <h3>Normative Deliverables</h3> |
96 | 167 | </table> |
97 | 168 | </div> |
98 | 169 |
|
99 | | - <div class="col-md-12 text-center"> |
| 170 | + <div class="col-md-12" style="padding: 0"> |
100 | 171 | <h3>Informative Deliverables</h3> |
101 | 172 | <!-- <p></p> --> |
102 | 173 | <table style="margin-bottom: 40px; border-radius: 10px; text-align: left" class="table table-bordered"> |
103 | 174 | <thead> |
104 | 175 | <tr> |
105 | 176 | <th>Deliverable</th> |
106 | | - <th>Last Public Note</th> |
| 177 | + <th style="width: 180px">Last Public Note</th> |
107 | 178 | </tr> |
108 | 179 | </thead> |
109 | 180 | <tbody> |
@@ -143,42 +214,4 @@ <h3>Informative Deliverables</h3> |
143 | 214 | </table> |
144 | 215 | </div> |
145 | 216 | </div> |
146 | | - |
147 | | - <div class="row"> |
148 | | - <p> </p> |
149 | | - </div> |
150 | | - |
151 | | - <h3 id="further-reading">Further Reading</h3> |
152 | | - <div class="row"> |
153 | | - <div class="col-md-12"> |
154 | | - <p> |
155 | | - For further reading, please find below a set of links to a variety of additional material including |
156 | | - presentations and documents. |
157 | | - </p> |
158 | | - |
159 | | - <!--<h4>Social Media</h4> |
160 | | - <ul> |
161 | | - <li><a href="https://twitter.com/W3C_WoT">Twitter</a></li> |
162 | | - <li><a href="#">Youtube ?? LINK ??</a></li> |
163 | | - <li><a href="https://twitter.com/W3C_WoT">node-wot Videos</a></li> |
164 | | - </ul>--> |
165 | | - |
166 | | - <h4>Introductory Materials (Explainers)</h4> |
167 | | - <ul> |
168 | | - <li> |
169 | | - <a href="https://github.com/w3c/wot-thing-description/blob/main/explainer/Explainer11.md" |
170 | | - >Thing Description 1.1</a |
171 | | - > |
172 | | - </li> |
173 | | - <li> |
174 | | - <a href="https://github.com/w3c/wot-discovery/blob/main/explainer/Explainer.md">Discovery</a> |
175 | | - </li> |
176 | | - </ul> |
177 | | - |
178 | | - <h4>Other Material</h4> |
179 | | - <ul> |
180 | | - <li><a href="https://www.w3.org/2020/10/TPAC/group-updates.html#wot">TPAC 2020 - WoT Summary</a></li> |
181 | | - </ul> |
182 | | - </div> |
183 | | - </div> |
184 | 217 | </div> |
0 commit comments