|
5 | 5 | --- |
6 | 6 |
|
7 | 7 | <div> |
8 | | - {% include breadcrumbs.html %} |
9 | | - <h2>W3C WoT – Interest Group</h2> |
10 | | - <p> |
11 | | - The W3C WoT Interest Group (IG) plays a complementary role to the Working Group. The IG organizes and runs |
12 | | - PlugFests to evaluate the current working assumptions, reaches out and collaborates with interested |
13 | | - organizations, vendors, and communities, and explores new areas to identify work that is ready for transfer to |
14 | | - the W3C Recommendation Track (i.e., any W3C Working Group). |
15 | | - </p> |
16 | | - <p>Co-Chairs: <a href="mailto:sebastian.kaebisch@siemens.com"><i class="fas fa-envelope"></i> Sebastian Käbisch |
17 | | - (Siemens AG)</a> and <a href="mailto:michaeljohnkoster@gmail.com"><i class="fas fa-envelope"></i> Michael |
18 | | - Koster (Invited Expert)</a></p> |
19 | | - <p>Team contact: <a href="https://www.w3.org/People#dsr"><i class="fas fa-globe"></i> Dave Raggett</a></p> |
| 8 | + {% include breadcrumbs.html %} |
| 9 | + <h2>W3C WoT – Interest Group</h2> |
| 10 | + <p> |
| 11 | + The W3C WoT Interest Group (IG) plays a complementary role to the Working Group. The IG organizes and runs PlugFests |
| 12 | + to evaluate the current working assumptions, reaches out and collaborates with interested organizations, vendors, |
| 13 | + and communities, and explores new areas to identify work that is ready for transfer to the W3C Recommendation Track |
| 14 | + (i.e., any W3C Working Group). |
| 15 | + </p> |
| 16 | + <p> |
| 17 | + Co-Chairs: |
| 18 | + <a href="mailto:sebastian.kaebisch@siemens.com" |
| 19 | + ><i class="fas fa-envelope"></i> Sebastian Käbisch (Siemens AG)</a |
| 20 | + > |
| 21 | + and <a href="mailto:michaeljohnkoster@gmail.com"><i class="fas fa-envelope"></i> Michael Koster (Invited Expert)</a> |
| 22 | + </p> |
| 23 | + <p> |
| 24 | + Team contact: <a href="https://www.w3.org/People#dsr"><i class="fas fa-globe"></i> Dave Raggett</a> |
| 25 | + </p> |
20 | 26 |
|
21 | 27 | <style> |
22 | 28 | .participate-card { |
@@ -134,54 +140,17 @@ <h3 style="margin-top: 0">Mailing List</h3> |
134 | 140 | </div> |
135 | 141 | </div> |
136 | 142 |
|
137 | | - <h3>Task Forces</h3> |
138 | | - <p> |
139 | | - The Web of Things (WoT) Interest Group (IG) conducts some of its work via the following task forces.<br /> |
140 | | - See each task force page for details about specific work. |
141 | | - </p> |
142 | | - |
143 | | - <div class="row center-block"> |
144 | | - <div class="col-md-12"> |
145 | | - <table style="margin-bottom:40px; border-radius: 10px;" class="table table-bordered"> |
146 | | - <thead> |
147 | | - <tr> |
148 | | - <th>Active</th> |
149 | | - <th>Name</th> |
150 | | - <th>Deliverable</th> |
151 | | - <th>Task Force Lead</th> |
152 | | - </tr> |
153 | | - </thead> |
154 | | - <tbody> |
155 | | - <tr> |
156 | | - <td>✓</td> |
157 | | - <td><a href="{{ '/participate/working-group/interest-group/task-forces/tf-usecases/' | absolute_url }}">WoT Use Cases</a></td> |
158 | | - <td>WoT Use Cases</td> |
159 | | - <td><a href="mailto:sasami@iri.co.jp"><i class="fas fa-envelope"></i> Tomoaki Mizushima |
160 | | - (Internet Research |
161 | | - Institute, Inc.) </a> <br /> and <a href="mailto:michael.mccool@intel.com"><i |
162 | | - class="fas fa-envelope"></i> Michael McCool |
163 | | - (Intel Corp.)</a></td> |
164 | | - </tr> |
165 | | - <tr> |
166 | | - <td>✓</td> |
167 | | - <td><a href="{{ '/participate/working-group/interest-group/task-forces/tf-marketing/' | absolute_url }}">WoT Marketing</a></td> |
168 | | - <td>WoT Web Page</td> |
169 | | - <td><a href="mailto:ege.korkan@siemens.com"><i class="fas fa-envelope"></i> Ege Korkan (Siemens |
170 | | - AG)</a> |
171 | | - </td> |
172 | | - </tr> |
173 | | - <tr> |
174 | | - <td>✓</td> |
175 | | - <td><a href="{{ '/participate/working-group/interest-group/task-forces/tf-plugfest/' | absolute_url }}">WoT Plugfest</a></td> |
176 | | - <td>WoT Plugfest</td> |
177 | | - <td><a href="mailto:michael.mccool@intel.com"><i class="fas fa-envelope"></i> Michael McCool |
178 | | - (Intel |
179 | | - Corp.)</a></td> |
180 | | - </tr> |
181 | | - </tbody> |
182 | | - </table> |
183 | | - </div> |
184 | | - </div> |
| 143 | + <div class="row" style="display: flex; flex-wrap: wrap"> |
| 144 | + <div class="col-xs-12 col-sm-12 col-md-12" style="margin-bottom: 20px"> |
| 145 | + <a href="{{ '/participate/working-group/interest-group/task-forces/' | absolute_url }}" class="participate-card-link"> |
| 146 | + <div class="participate-card"> |
| 147 | + <i class="fas fa-users-cog fa-3x" style="color: #005a9c; margin-bottom: 15px"></i> |
| 148 | + <h3 style="margin-top: 0">Task Forces</h3> |
| 149 | + <p>Focused sub-groups for specific Interest Group activities</p> |
| 150 | + </div> |
| 151 | + </a> |
| 152 | + </div> |
| 153 | + </div> |
185 | 154 |
|
186 | 155 | <p> </p> |
187 | 156 |
|
|
0 commit comments