|
5 | 5 | --- |
6 | 6 |
|
7 | 7 | <div> |
8 | | - <div style="margin-bottom: 20px; font-size: 1.1em"> |
9 | | - <a href="{{ '/participate/working-group/' | absolute_url }}" class="btn btn-default" style="margin-bottom: 20px" |
10 | | - >« Back to Working Group</a |
11 | | - > |
12 | | - </div> |
| 8 | + {% include breadcrumbs.html %} |
13 | 9 | <h2>W3C WoT – Interest Group</h2> |
14 | 10 | <p> |
15 | 11 | The W3C WoT Interest Group (IG) plays a complementary role to the Working Group. The IG organizes and runs PlugFests |
@@ -144,55 +140,15 @@ <h3 style="margin-top: 0">Mailing List</h3> |
144 | 140 | </div> |
145 | 141 | </div> |
146 | 142 |
|
147 | | - <h3>Task Forces</h3> |
148 | | - <p> |
149 | | - The Web of Things (WoT) Interest Group (IG) conducts some of its work via the following task forces.<br /> |
150 | | - See each task force page for details about specific work. |
151 | | - </p> |
152 | | - |
153 | | - <div class="row center-block"> |
154 | | - <div class="col-md-12"> |
155 | | - <table style="margin-bottom: 40px; border-radius: 10px" class="table table-bordered"> |
156 | | - <thead> |
157 | | - <tr> |
158 | | - <th>Active</th> |
159 | | - <th>Name</th> |
160 | | - <th>Deliverable</th> |
161 | | - <th>Task Force Lead</th> |
162 | | - </tr> |
163 | | - </thead> |
164 | | - <tbody> |
165 | | - <tr> |
166 | | - <td>✓</td> |
167 | | - <td><a href="{{'activities/task-forces/tf-usecases/' | relative_url }}">WoT Use Cases</a></td> |
168 | | - <td>WoT Use Cases</td> |
169 | | - <td> |
170 | | - <a href="mailto:sasami@iri.co.jp" |
171 | | - ><i class="fas fa-envelope"></i> Tomoaki Mizushima (Internet Research Institute, Inc.) |
172 | | - </a> |
173 | | - <br /> |
174 | | - and |
175 | | - <a href="mailto:michael.mccool@intel.com"><i class="fas fa-envelope"></i> Michael McCool (Intel Corp.)</a> |
176 | | - </td> |
177 | | - </tr> |
178 | | - <tr> |
179 | | - <td>✓</td> |
180 | | - <td><a href="{{'activities/task-forces/tf-marketing/' | relative_url }}">WoT Marketing</a></td> |
181 | | - <td>WoT Web Page</td> |
182 | | - <td> |
183 | | - <a href="mailto:ege.korkan@siemens.com"><i class="fas fa-envelope"></i> Ege Korkan (Siemens AG)</a> |
184 | | - </td> |
185 | | - </tr> |
186 | | - <tr> |
187 | | - <td>✓</td> |
188 | | - <td><a href="{{'activities/task-forces/tf-plugfest/' | relative_url }}">WoT Plugfest</a></td> |
189 | | - <td>WoT Plugfest</td> |
190 | | - <td> |
191 | | - <a href="mailto:michael.mccool@intel.com"><i class="fas fa-envelope"></i> Michael McCool (Intel Corp.)</a> |
192 | | - </td> |
193 | | - </tr> |
194 | | - </tbody> |
195 | | - </table> |
| 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> |
196 | 152 | </div> |
197 | 153 | </div> |
198 | 154 |
|
|
0 commit comments