-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.py
More file actions
47 lines (26 loc) · 1.74 KB
/
settings.py
File metadata and controls
47 lines (26 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
TITLE = 'Hackathon 2020'
MAIN_TEXT = f'''
**August 21 - September 6**
__**ABOUT THE HACKATHON**__
This summer, Foothill CS Club is hosting an online hackathon! You can start whenever you like, choose a project based on your interests, and work in groups or alone.
At the end of the hackathon, we will show off our creations, and everybody who participates can vote on their favorite project.
We don't have any required theme, but if you aren't sure what you want to make, then you can look at some of the ideas posted here, or check out what others are working on. Feel free to chat with others in <#403068808748597249> to discuss ideas.
This hackathon is meant to be collaborative rather than competitive. Learn something new, make an experiment, and have fun!
__**OTHER NOTES**__
- It's okay to have your project be an improvement to an old project that you've already started.
__**POSSIBLE PROJECT IDEAS**__
- Make a website
- Make a discord bot
- Make a video game
-------------
__**HACKATHON SUBMISSIONS**__
Submit Before: (Sunday, 6 September 2020 at 11:59 pm Pacific) *not enforced* :wink:
1. Put your source code into a GitHub repository (let us know if you'd like to learn how!)
2. Add a README.md with a Project Description and a "How To Use" section that describes how somebody can install, use, or interact with your project.
4. Profit
__**PRESENTATIONS**__
(Monday, 7 September 2020 at 4:00 pm Pacific)
On Labor Day, we are going to meet up in the "Voice - General" channel + <#709920011288051733>, to give brief presentations and show off the cool things we've been working on!
__**AWARDS**__
Dank Memes will be attached to pdf documents with fancy borders and distributed at random times next week once <@!403084160253689857> makes the awards.
'''