Skip to content

Commit

Permalink
Merge pull request #146 from louquillio/add-more-homepage-resources
Browse files Browse the repository at this point in the history
Add more homepage resources
  • Loading branch information
louquillio authored Jul 27, 2017
2 parents 9432b74 + 3957faa commit c3d900a
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="https://github.com/google/draco">Github</a></li>
<li><a href="https://storage.googleapis.com/demos.webmproject.org/draco/draco_loader_throw.html">Demo</a></li>
<li><a href="https://github.com/google/draco/tree/master/javascript/example">Example</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Spec <span class="caret"></span></a>
Expand Down Expand Up @@ -97,16 +98,52 @@
</div>
</div>
</div>

</div>

<div class="container">

<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-4">
<h2>Take the Codelab</h2>
<p>Learn about compressing and viewing 3D models with Draco, and about different compression models and their effects. </p>
<p><a class="btn btn-default" href="https://codelabs.developers.google.com/codelabs/draco-3d/index.html" role="button">Codelab &raquo;</a></p>
</div>
<div class="col-md-4">
<h2>Draft Bitstream Spec</h2>
<p>View and contribute to the in-progress Draco <a href="spec">Bitstream Specification</a> and Decoding Guide. (Also see the <a href="spec/README.html">instructions</a> for authors.)</p>
<p><a class="btn btn-default" href="spec" role="button">Bitstream Spec &raquo;</a></p>
</div>
<div class="col-md-4">
<h2>Related Projects</h2>
<ul>
<li><a href="https://www.npmjs.com/package/draco3d"><b>NPM Package</b></a></li>
<li><a href="https://webvr.info/">WebVR</a></li>
<li><a href="https://www.khronos.org/gltf">Khronos glTF</a></li>
<li><a href="https://threejs.org/">three.js</a></li>
</ul>
</div>

</div>
</div>

</div>

<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-18">
<hr>
<h3>YouTube: Draco Announced on Google Developer Show</h3>
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/_l4UaUix8vA?start=33" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>

<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-18">
<hr>
<h3>YouTube: Comparing Draco to gzip</h3>
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/6sOgrBWjkcQ" frameborder="0" allowfullscreen></iframe>
Expand Down

0 comments on commit c3d900a

Please sign in to comment.