Skip to content

Commit

Permalink
Design for shd 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptakS committed Nov 9, 2024
1 parent 62b6f1e commit 865c3f7
Show file tree
Hide file tree
Showing 279 changed files with 38,049 additions and 107,838 deletions.
18 changes: 18 additions & 0 deletions .eleventy.js
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/",
// };
};
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
_site/
26 changes: 26 additions & 0 deletions _data/footernav.js
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/"
},
];
26 changes: 26 additions & 0 deletions _data/mainnav.js
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/"
},
];
7 changes: 7 additions & 0 deletions _data/projects.js
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",
},
];
189 changes: 189 additions & 0 deletions _data/schedule.js
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",
},
]
},
];
27 changes: 27 additions & 0 deletions _data/sociallinks.js
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]"
},
];
57 changes: 57 additions & 0 deletions _data/sponsors.js
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",
}
];
Loading

0 comments on commit 865c3f7

Please sign in to comment.