aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-05-24 22:36:45 -0700
committerJakob Odersky <jakob@odersky.com>2016-05-24 22:36:45 -0700
commit5b855f47d0db9e23bfa5491b9c2a02be7abbf864 (patch)
treefdc6aaa939413ed6105df7e37ee40443c962d15b
parent2211c7687dde28f4cd6460a5bc409917b1d0e48e (diff)
downloadproject-condor.github.io-5b855f47d0db9e23bfa5491b9c2a02be7abbf864.tar.gz
project-condor.github.io-5b855f47d0db9e23bfa5491b9c2a02be7abbf864.tar.bz2
project-condor.github.io-5b855f47d0db9e23bfa5491b9c2a02be7abbf864.zip
Add link to presentation
-rw-r--r--index.html3
-rw-r--r--presentation/README.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 13d67ee..b1fe1c0 100644
--- a/index.html
+++ b/index.html
@@ -22,11 +22,12 @@
<h1>Project Condor</h1>
<p>DIY Drone System</p>
<a class="btn btn-default" href="https://github.com/project-condor"><i class="fa fa-github"></i> Source on GitHub</a>
+ <a class="btn btn-default" href="presentation/index.html"><i class="fa fa-slideshare"></i> Presentation Slides</a>
<a class="btn btn-default" href="https://gitter.im/project-condor/project-condor"><img src="assets/images/gitter.png" style="height:12px"> Chat</a>
</div>
</div>
</header>
-
+
<main class="container">
<div class="row">
<div class="col-md-7">
diff --git a/presentation/README.md b/presentation/README.md
index 0c4050c..3b04b1a 100644
--- a/presentation/README.md
+++ b/presentation/README.md
@@ -2,4 +2,4 @@
As shown during the Scala SF unmeetup on 2016-05-24.
-Run `./mkpres` to build a standalone html document. Prebuilt version is available in the index.html file, or on https://project-condor.github.io/presentation.
+Run `./mkpres` to build the slides as an html document. Prebuilt version is available in the index.html file, or on https://project-condor.github.io/presentation.