From 82ca42bd7d278d536a69df0966e8c0ee2ed7bf6e Mon Sep 17 00:00:00 2001 From: robi-y Date: Mon, 25 Apr 2016 16:00:23 +0300 Subject: [PATCH] Another option for embedding slides The suggested SpeakerDeck hosting is somewhat limited since links inside a pdf are not clickable, I found it easier to just embed the pdf with the other materials --- userguide.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/userguide.html b/userguide.html index 1ab5318c..531ebd10 100644 --- a/userguide.html +++ b/userguide.html @@ -1425,6 +1425,16 @@

Embedding slides

+

A somewhat simpler approach is to host the slides pdfs with the other materials and use an <embed> html element, e.g.,

+ +

+---
+
+## Lecture Notes: Sequential Warmup
+
+<embed src="./lecture.pdf" type='application/pdf'>
+
+

Google analytics

If you are interesting in tracking usage of your pages, Morea supports Google Analytics.