add /2016/program/ical
authorrsiddharth <rsd@gnu.org>
Sat, 23 Jul 2016 23:06:54 +0000 (23:06 +0000)
committerrsiddharth <rsd@gnu.org>
Sat, 23 Jul 2016 23:06:54 +0000 (23:06 +0000)
2016/assets/css/custom.css
2016/program/ical/index.html [new file with mode: 0644]

index b26c2706e888f0c1f8f6df57c4ff552dddcb7968..c9531652044e5dcfb28f40a866fc526c0bc8b333 100644 (file)
@@ -108,6 +108,15 @@ h3  {
     margin-left: 5px;
 }
 
+
+article.ical-howto header {
+    margin-bottom: 10px;
+}
+
+article.ical-howto h2 {
+    font-size: 15px;
+}
+
 /* Breadcrumb */
 
 .breadcrumb > .active {
diff --git a/2016/program/ical/index.html b/2016/program/ical/index.html
new file mode 100644 (file)
index 0000000..b665d6c
--- /dev/null
@@ -0,0 +1,25 @@
+<!--#include virtual="/2016/includes/header.html"-->
+<title>LibrePlanet 2016 &mdash; Program &mdash iCal</title>
+<!--#include virtual="/2016/includes/banner.html"-->
+<!--#include virtual="/2016/includes/sidebar.html"-->
+
+<h1>iCal</h1>
+
+<article class="ical-howto">
+    <header>
+      <h2>Android</h2>
+    </header>
+    <p>Install Etar and ICSdroid
+      from <a href="https://f-droid.org">F-Droid</a>.</p>
+
+    <p>Subscribe to
+      this <a href="/2016/lp2016-schedule.ics">https://libreplanet.org/2016/lp2016-schedule.ics</a>
+      url on ICSdroid.</p>
+
+    <p>The Libreplanet schedule must show up in the &ldquo;Agenda&rdquo;
+      view on Etar.</p>
+</article>
+<hr/>
+<p><a href="/2016/program">Back to sessions</a></p>
+<!--#include virtual="/2016/includes/footer.html"-->
+<!--#include virtual="/2016/includes/close.html"-->