Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
wot-marketing/docs/index.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
100 lines (93 sloc)
2.9 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: default | |
title: Home | |
--- | |
<div> | |
<div class="row"> | |
<div class="col-md-8"> | |
<h2>W3C Web of Things</h2> | |
<p> | |
The Web of Things (WoT) seeks to counter the fragmentation of the IoT by using and extending existing, standardized Web technologies. By providing standardized metadata and other re-usable technological building blocks, W3C WoT enables easy integration across IoT platforms and application domains. | |
</p> | |
<p> | |
Get more background about the Web of Things in the <a href="documentation/">Documentation</a> area and check out upcoming <a href="activities/events/">Events</a>. | |
</p> | |
</div> | |
<div class="col-md-4"> | |
<a href="videos/" title="WoT videos"><h4>WoT Videos »</h4> <img class="img-responsive" style="min-width: 180px; width: 100%" src="{{'/images/video-thumbnail-wot-explainer.png' | absolute_url }}" alt="WoT Video" /></a> | |
</div> | |
</div> | |
<p> </p> | |
<div class="row"> | |
<div class="col-md-8"> | |
<div class="row center-block"> | |
<div class="col-md-4 text-center"> | |
<a href="wg/"> | |
<i class="fas fa-building fa-4x"></i> | |
<div class="description"> | |
<h3>Working Group</h3> | |
<p>Normative work on deliverables under W3C Patent Policy.</p> | |
</div> | |
</a> | |
</div> | |
<div class="col-md-4 text-center"> | |
<a href="ig/"> | |
<i class="fas fa-users fa-4x"></i> | |
<div class="description"> | |
<h3>Interest Group</h3> | |
<p>Practical evaluation, exploration, and outreach by W3C Members.</p> | |
</div> | |
</a> | |
</div> | |
<div class="col-md-4 text-center"> | |
<a href="cg/"> | |
<i class="fas fa-comments fa-4x"></i> | |
<div class="description"> | |
<h3>Community Groups</h3> | |
<p>Users, stakeholders, and open discussion for everyone.</p> | |
</div> | |
</a> | |
</div> | |
</div> | |
<p> </p> | |
<div class="row center-block"> | |
<div class="col-md-4 text-center"> | |
<a href="activities/task-forces/"> | |
<i class="fas fa-car fa-4x"></i> | |
<div class="description"> | |
<h3>Task Forces</h3> | |
<p>Organizational information and coordination.</p> | |
</div> | |
</a> | |
</div> | |
<div class="col-md-4 text-center"> | |
<a href="developers/"> | |
<i class="fas fa-file-code fa-4x"></i> | |
<div class="description"> | |
<h3>Developers</h3> | |
<p>Implementations, online Things, and tools.</p> | |
</div> | |
</a> | |
</div> | |
<div class="col-md-4 text-center"> | |
<a href="documentation/"> | |
<i class="fas fa-book fa-4x"></i> | |
<div class="description"> | |
<h3>Documentation</h3> | |
<p>Learn more through our presentations and whitepaper.</p> | |
</div> | |
</a> | |
</div> | |
</div> | |
</div> | |
<div class="col-md-4"> | |
<a class="twitter-timeline" data-height="450" data-tweet-limit="5" href="https://twitter.com/W3C_WoT?ref_src=twsrc%5Etfw">Tweets by W3C_WoT</a> | |
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> | |
</div> | |
</div> | |
<!-- | |
<div class="row center-block"> | |
<p><mark>TODO summary, relation between various groups.. </mark></p> | |
</div> | |
--> | |
</div> |