-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathvars.py
More file actions
16 lines (14 loc) · 1.65 KB
/
vars.py
File metadata and controls
16 lines (14 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
devURL = "https://scontent.fdel3-2.fna.fbcdn.net/v/t1.0-9/26731442_2034629300149002_671906561463196005_n.png?_nc_cat=108&ccb=3&_nc_sid=09cbfe&_nc_ohc=i9andkTCi5AAX-cTYIl&_nc_oc=AQkQQEq0-QXND1_PpEJS3iC3aEDNPrMrAp2rximboP1iWlbVNuMis2fW0yMY3ir5GtQI54opq5a-NuOoCyvSD_au&_nc_ht=scontent.fdel3-2.fna&oh=a859d6d300c0ed145de286bbf9242a48&oe=60671B2D"
devBanner = "https://i.imgur.com/YA7FBfT.png"
devBlue = 0x0094FF
botMod = 'devspace-bot'
FAQ = {
"• Who is eligible to participate in the hackathon?":"Students enrolled in any university from all over the globe are eligible to participate in Devspace 2021.",
"• Is there a registration fee?":"No. Devspace 2021 is completely free of cost.",
"• Is the event online or offline?":"Your health is our priority. Keeping that in mind, Devspace 2021 is going to be an online event.",
"• When will the problem statements be released?":"The problem statements will be released when the hack commences on the 19th.",
"• Do I need to know how to code and/or have a technical skill to participate?":"No. Your problem-solving ability is independent of your technical skills. However, if you’d like to increase your knowledge on existing technologies, they will be available through workshops during the hackathon.",
"• Can I apply without a team?":"No. Devspace 2021 is a team event. Student teams need a minimum of three fellow students as members but a maximum of six.",
"• How long is the hackathon?":"Devspace 2021 is going to last for 36 hours. It’ll also be filled with talks, workshops and 6 thrilling tracks to brainstorm and work on.",
"• Where should we submit our project?":"All submissions will be accepted on Hackerearth."
}