diff --git a/README.md b/README.md index 22116d2f..9b1336d9 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ To minify CSS and JS run `minify_js.bat` (for Windows) and `minify_js.sh` (for L * Kushal Kedia * Kshitiz Khandelwal * Manad Mishra +* Manav Nitin Kapadnis * Pranit Bauva * Rohit Ner * Shivang Agrawal diff --git a/_config.yml b/_config.yml index 09a3c54a..554c94b4 100644 --- a/_config.yml +++ b/_config.yml @@ -48,7 +48,7 @@ socialImage: "/img/favicons/favicon-196x196.png" navigationLinks: - {link: "https://makerspace.robotix.in/", text: "Makerspace"} - {permalink: "/FAQs/", text: "FAQs"} - - {permalink: "/workshops/", text: "Workshops"} + - {permalink: "/kraig/", text: "Workshops"} - {permalink: "/event/", text: "Events"} - {permalink: "/blog/", text: "Blog"} - {permalink: "/tutorial", text: "Tutorials"} diff --git a/_data/kraig.yml b/_data/kraig.yml index 9a1b776d..3e166182 100644 --- a/_data/kraig.yml +++ b/_data/kraig.yml @@ -2,8 +2,19 @@ about: "The Kharagpur Robotics and Artificial Intelligence Group is the technica group: https://www.facebook.com/groups/1083042461785353/ schedule: - - date: "2019-8-21" - dateReadable: "August 21" + date: "2020-12-20" + dateReadable: "December 20" + tracks: + - {title: "Introductory Seminar", color: "#90be4e"} + timeslots: + - { + startTime: "18:00", + endTime: "19:30", + sessionIds: [014] + } + - + date: "2021-1-7" + dateReadable: "January 7" tracks: - {title: "Workshop", color: "#90be4e"} timeslots: @@ -46,4 +57,4 @@ schedule: sessionIds: [004] } - \ No newline at end of file + diff --git a/_data/sessions.yml b/_data/sessions.yml index d0bc5993..5232231d 100644 --- a/_data/sessions.yml +++ b/_data/sessions.yml @@ -3,12 +3,12 @@ title: "KRAIG 101" description: "Dive into the world of hobby robotics." subtype: presentation - speakers: [25, 33, 34] + speakers: [41, 42, 43] language: en complexity: "Beginner" links: - - { title: "View presentation", src: "https://prezi.com/view/cXtyLmJizWH5eF9fmQsn/"} - banner: "/img/session/001/KRAIG101_9.png" + - { title: "View presentation", src: "https://prezi.com/p/1vvcdbncmlrt/kraig-101/"} + banner: "/img/session/001/kraig_101_2021.jpg" - id: 002 title: "KRAIG 102" @@ -120,5 +120,15 @@ links: - { title: "View presentation", src: "https://prezi.com/p/e5j8fpn1lxqp/ip-kraig/"} banner: "/img/session/001/KRAIG301.png" - +- + id: 014 + title: "Introductory Seminar" + description: "Introduction of TRS to Freshers" + subtype: presentation + speakers: [33,36,37] + language: en + complexity: "Intermediate" + links: + - { title: "View presentation", src: "https://prezi.com/view/d0hkk3gPw6wacD4RtlNY/"} + banner: "/img/session/001/introworkshop2021.png" diff --git a/_data/speakers.yml b/_data/speakers.yml index 6c93ea87..74a050b3 100644 --- a/_data/speakers.yml +++ b/_data/speakers.yml @@ -317,3 +317,27 @@ thumbnailUrl: azadjagtap.jpg social: - {name: "facebook", link: "https://m.facebook.com/profile.php?refid=8"} +- + id: 41 + name: Arun + surname: Nair + title: "Sub Head" + thumbnailUrl: arun.jpg + social: + - {name: "facebook", link: "https://www.facebook.com/profile.php?id=100039700779106"} +- + id: 42 + name: Akshay + surname: Manoj + title: "Sub Head" + thumbnailUrl: akshay.jpg + social: + - {name: "facebook", link: "https://www.facebook.com/akshay.manoj.37"} +- + id: 43 + name: Vatsalya + surname: Rajaram + title: "Sub Head" + thumbnailUrl: vatsalya.jpg + social: + - {name: "facebook", link: "https://www.facebook.com/vatsalya.rajaram"} diff --git a/img/session/001/introworkshop2021.png b/img/session/001/introworkshop2021.png new file mode 100644 index 00000000..d7574084 Binary files /dev/null and b/img/session/001/introworkshop2021.png differ diff --git a/img/session/001/kraig_101_2021.jpg b/img/session/001/kraig_101_2021.jpg new file mode 100644 index 00000000..c7eacebd Binary files /dev/null and b/img/session/001/kraig_101_2021.jpg differ diff --git a/index.html b/index.html index 3a1e3459..7bb20d62 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ - icon: 'email' caption: 'Contact Us' - link: 'https://contact.robotix.in' + link: 'https://robotix.typeform.com/to/USirXsoq' --- {% include hero.html %}