From 813f5ff4b512c086b8f639ae53429c0e43f8ac40 Mon Sep 17 00:00:00 2001
From: ravish0007 <ravish.nfs@gmail.com>
Date: Fri, 3 Dec 2021 22:55:39 +0530
Subject: [PATCH] Add snehal's talk and add access shortcode

---
 website/data/schedule.json            | 7 +++++++
 website/layouts/shortcodes/talks.html | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/website/data/schedule.json b/website/data/schedule.json
index 33f9969..e56b68c 100644
--- a/website/data/schedule.json
+++ b/website/data/schedule.json
@@ -25,6 +25,13 @@
       "title": "Introduction to Free Software by <a href=\"https://abhas.io/\">Abhas</a>",
       "url": "https://meet.gnome.org/sof-gpf-pqi-qw7",
       "bio": "Abhas is a hacker, entrepreneur and free software activist. He runs a Free Software business <a href=\"https://deeproot.in\">DeepRoot GNU/Linux</a>, providing support and services for Free Software and <a href=\"https://mostlyharmless.io\">Mostly Harmless</a>, a ethical source for libre and liberated hardware products."
+    },
+    {
+      "time": "04 December 2021, 06:00 PM - 7:00 PM (IST)",
+      "title": "Free/Libre Software in Education by <a href=\"https://inferred.co/\">Snehal Shekatkar</a>",
+      "url": "https://bbb.scms.unipune.ac.in/b/sne-ld0-xtb-c8g",
+      "bio": "Snehal Shekatkar is an Assistant Professor (DST INSPIRE faculty) at the \"Department of Scientific Computing, modeling and simulation, Savitribai Phule Pune University, Pune, India\". Snehal will be discussing in an interactive session on how he got his department switched to fully free software for education.",
+      "access": "052814"
     }
   ]
 }
diff --git a/website/layouts/shortcodes/talks.html b/website/layouts/shortcodes/talks.html
index 8a7141f..49ed915 100644
--- a/website/layouts/shortcodes/talks.html
+++ b/website/layouts/shortcodes/talks.html
@@ -4,7 +4,7 @@
   <td>
     <strong>{{ safeHTML .title }}</strong> <br /><br />
     {{ safeHTML .bio }}<br /><br />
-    URL: <a href="{{ .url }}">{{ .url }}</a>
+    URL: <a href="{{ .url }}">{{ .url }}</a> {{ if .access }} ACCESS-CODE: {{ .access }} {{ end }}
   </td>
 </tr>
-{{ end }}
\ No newline at end of file
+{{ end }}
-- 
GitLab