Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
17 changes: 14 additions & 3 deletions _data/kraig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -46,4 +57,4 @@ schedule:
sessionIds: [004]
}



18 changes: 14 additions & 4 deletions _data/sessions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

24 changes: 24 additions & 0 deletions _data/speakers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Binary file added img/session/001/introworkshop2021.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/session/001/kraig_101_2021.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-
icon: 'email'
caption: 'Contact Us'
link: 'https://contact.robotix.in'
link: 'https://robotix.typeform.com/to/USirXsoq'
---

{% include hero.html %}
Expand Down