-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ScienceHackDayIndia/shd-2024
Design for shd 2024
- Loading branch information
Showing
279 changed files
with
38,049 additions
and
107,838 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
const markdownIt = require("markdown-it")(); | ||
|
||
module.exports = function(eleventyConfig) { | ||
// Output directory: _site | ||
|
||
// Copy `assets/` to `_site/assets` | ||
eleventyConfig.addPassthroughCopy("assets"); | ||
eleventyConfig.addPassthroughCopy("CNAME"); | ||
|
||
// Custom filters | ||
eleventyConfig.addAsyncFilter("contactHTMLize", async function(value) { | ||
return markdownIt.renderInline(value); | ||
}); | ||
|
||
// return { | ||
// pathPrefix: "/2024/", | ||
// }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules/ | ||
_site/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
module.exports = [ | ||
{ | ||
"name": "2023 website", | ||
"url": "https://sciencehackdayindia.github.io/2023/" | ||
}, | ||
{ | ||
"name": "2022 website", | ||
"url": "https://sciencehackdayindia.github.io/2022/" | ||
}, | ||
{ | ||
"name": "2019 website", | ||
"url": "https://sciencehackdayindia.github.io/2019/" | ||
}, | ||
{ | ||
"name": "2018 website", | ||
"url": "https://sciencehackdayindia.github.io/2018/" | ||
}, | ||
{ | ||
"name": "2017 website", | ||
"url": "https://sciencehackdayindia.github.io/2017/" | ||
}, | ||
{ | ||
"name": "2016 website", | ||
"url": "https://sciencehackdayindia.github.io/2016/" | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
module.exports = [ | ||
{ | ||
"name": "About", | ||
"url": "/about/" | ||
}, | ||
{ | ||
"name": "Schedule", | ||
"url": "/schedule" | ||
}, | ||
{ | ||
"name": "Projects", | ||
"url": "/projects/" | ||
}, | ||
{ | ||
"name": "Workshop", | ||
"url": "/workshop/" | ||
}, | ||
{ | ||
"name": "Partners", | ||
"url": "/partners/" | ||
}, | ||
{ | ||
"name": "CoC", | ||
"url": "/coc/" | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module.exports = [ | ||
{ | ||
"title": "Title of the project", | ||
"description": "Description of the project", | ||
"creator": "Name and link of creators", | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,189 @@ | ||
module.exports = [ | ||
{ | ||
"key": "day0", | ||
"name": "8th Nov, Fri", | ||
"schedule": [ | ||
{ | ||
"time": "11:00 AM", | ||
"description": "Hackers Checkin and Lunch", | ||
"location": "Dhaba", | ||
}, | ||
{ | ||
"time": "6:30 PM", | ||
"description": "Introductions/BoF", | ||
"location": "Main Auditorium", | ||
}, | ||
] | ||
}, | ||
{ | ||
"key": "day1", | ||
"name": "9th Nov, Sat", | ||
"schedule": [ | ||
{ | ||
"time": "6:00 AM", | ||
"description": "Bird Watching", | ||
}, | ||
{ | ||
"time": "8:00 AM", | ||
"description": "Breakfast", | ||
"location": "Adenine", | ||
}, | ||
{ | ||
"time": "9:00 AM", | ||
"description": "Registration", | ||
"location": "Adenine", | ||
}, | ||
{ | ||
"time": "10:00 AM", | ||
"description": "Inauguration", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "10:30 AM", | ||
"description": "Young Learner's Workshop Session 1", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "10:30 AM", | ||
"description": "Junion Hacker's Workshop Session 1", | ||
"location": "Guanine", | ||
}, | ||
{ | ||
"time": "12:00 PM", | ||
"description": "Paper Copter Workshop", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "1:00 PM", | ||
"description": "Lunch", | ||
"location": "Adenine", | ||
}, | ||
{ | ||
"time": "2:00 PM", | ||
"description": "Paper Making", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "2:00 PM", | ||
"description": "3D Printing demo", | ||
"location": "Guanine", | ||
}, | ||
{ | ||
"time": "2:00 PM", | ||
"description": "Soap Making", | ||
"location": "Adenine", | ||
}, | ||
{ | ||
"time": "3:00 PM", | ||
"description": "Young Learner's Workshop Session 2", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "3:00 PM", | ||
"description": "Junior Hacker's Workshop Session 2", | ||
"location": "Guanine", | ||
}, | ||
{ | ||
"time": "4:30 PM", | ||
"description": "High tea", | ||
"location": "Adenine", | ||
}, | ||
{ | ||
"time": "5:00 PM", | ||
"description": "DIY Magic Bank", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "5:30 PM", | ||
"description": "Interaction with Hackers", | ||
}, | ||
{ | ||
"time": "6:30 PM", | ||
"description": "Lightning talk", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "8:30 PM", | ||
"description": "Dinner & Music", | ||
"location": "Adenine", | ||
}, | ||
{ | ||
"time": "10:00 PM", | ||
"description": "Star gazing, Laser Show", | ||
}, | ||
] | ||
}, | ||
{ | ||
"key": "day2", | ||
"name": "10th Nov, Sun", | ||
"schedule": [ | ||
{ | ||
"time": "6:00 AM", | ||
"description": "Yoga or Bird Watching", | ||
}, | ||
{ | ||
"time": "8:00 AM", | ||
"description": "Breakfast", | ||
"location": "Adenine", | ||
}, | ||
{ | ||
"time": "9:30 AM", | ||
"description": "DNA Extraction", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "10:30 AM", | ||
"description": "Bio-workshop", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "11:30 AM", | ||
"description": "Young Learner's Workshop Session 3", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "11:30 AM", | ||
"description": "Junior Hacker's Workshop Session 3", | ||
"location": "Guanine", | ||
}, | ||
{ | ||
"time": "1:00 PM", | ||
"description": "Lunch", | ||
"location": "Adenine", | ||
}, | ||
{ | ||
"time": "2:00 PM", | ||
"description": "Drones and Flying Demos", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "3:00 PM", | ||
"description": "Science Show", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "4:00 PM", | ||
"description": "Interaction with Hackers", | ||
}, | ||
{ | ||
"time": "4:30 PM", | ||
"description": "Tea break", | ||
"location": "Adenine", | ||
}, | ||
{ | ||
"time": "5:30 PM", | ||
"description": "Interaction with Hackers", | ||
}, | ||
{ | ||
"time": "6:30 PM", | ||
"description": "Valedictory Function", | ||
"location": "Cytosine", | ||
}, | ||
{ | ||
"time": "8:30 PM", | ||
"description": "Dinner & Live Music", | ||
"location": "Adenine", | ||
}, | ||
] | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
module.exports = [ | ||
{ | ||
"name": "Facebook", | ||
"icons": "CoC", | ||
"url": "https://www.facebook.com/sciencehackin/" | ||
}, | ||
{ | ||
"name": "Twitter", | ||
"icons": "CoC", | ||
"url": "https://twitter.com/SHD_India" | ||
}, | ||
{ | ||
"name": "Instagram", | ||
"icons": "CoC", | ||
"url": "https://www.instagram.com/shdindia/" | ||
}, | ||
{ | ||
"name": "GitHub", | ||
"icons": "CoC", | ||
"url": "https://github.com/ScienceHackDayIndia/sciencehackday.in" | ||
}, | ||
{ | ||
"name": "Email", | ||
"icons": "CoC", | ||
"url": "mailto:[email protected]" | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
module.exports = [ | ||
{ | ||
"name": "Makerspace Belgaum", | ||
"image": "/assets/images/sponsors/msblogo.jpg", | ||
"type": "organizing", | ||
}, | ||
{ | ||
"name": "Sankalp Bhumi", | ||
"image": "/assets/images/sponsors/sankalpbhoomi.jpg", | ||
"type": "organizing", | ||
}, | ||
{ | ||
"name": "Python Software Foundation", | ||
"image": "/assets/images/sponsors/psflogo.png", | ||
"type": "community", | ||
}, | ||
{ | ||
"name": "ICFOSS", | ||
"image": "/assets/images/sponsors/icfosslogo.jpeg", | ||
"type": "community", | ||
}, | ||
{ | ||
"name": "CSpark Research", | ||
"image": "/assets/images/sponsors/cspark.jpg", | ||
"type": "community", | ||
}, | ||
{ | ||
"name": "Mhadei Research Center", | ||
"image": "/assets/images/sponsors/mhadei.jpg", | ||
"type": "community", | ||
}, | ||
{ | ||
"name": "reserved-bit", | ||
"image": "/assets/images/sponsors/reservedbit.png", | ||
"type": "community", | ||
}, | ||
{ | ||
"name": "PyBelgaum", | ||
"image": "/assets/images/sponsors/pybelgaum.png", | ||
"type": "community", | ||
}, | ||
{ | ||
"name": "Hotel New Uday Bhuvan", | ||
"image": "/assets/images/sponsors/ub.jpg", | ||
"type": "community", | ||
}, | ||
{ | ||
"name": "Super Castings", | ||
"image": "/assets/images/sponsors/supercast.jpg", | ||
"type": "community", | ||
}, | ||
{ | ||
"name": "Informant Networks", | ||
"image": "/assets/images/sponsors/informant-networks.png", | ||
"type": "community", | ||
} | ||
]; |
Oops, something went wrong.