Skip to content

Commit

Permalink
update summary for new guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Oct 20, 2024
1 parent 3a0e0b0 commit 24be71d
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 16 deletions.
1 change: 1 addition & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ create-missing = false
[output.html]
git-repository-url = 'https://github.com/developersIndia/wiki'
git-repository-icon = 'fa-github'
reddit-url = 'https://reddit.com/r/developersIndia'
edit-url-template = 'https://github.com/developersIndia/wiki/edit/main/{path}'
site-url = 'https://wiki.developersindia.in'
# input-404 = 'not-found.md'
319 changes: 319 additions & 0 deletions index.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
[Introduction](../README.md)

# Frequently Asked Questions (FAQs)

- [How to Start DSA](faqs/how-to-start-dsa.md)
- [Discovering Small GitHub Projects for Contributing to FOSS](faqs/finding-small-foss-projects-on-github.md)
- [Approaching a DSA problem](./faqs/approaching-a-DSA-problem.md)

# Community Guides

- [How to Constantly Upskill Yourself as a Developer](community-guides/how-to-constantly-upskill-yourself-as-a-developer.md)
- [How to Create an Ideal Software Engineering Resume](./community-guides/how-to-create-an-ideal-software-engineering-resume.md)
- [Where to Find Tech Jobs](./community-guides/where-to-find-tech-jobs.md)
- [Understanding Software Licenses](./community-guides/understanding-software-licenses.md)
- [Getting Started in Cybersecurity](./community-guides/resources-to-get-started-in-cybersecurity.md)
- [Hackathons 101: A Step-by-Step Guide to Success](./community-guides/hackathons-101-a-step-by-step-guide-to-success.md)
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
<!-- omit from toc -->
# Hackathons 101: A Step-by-Step Guide to Success

### Table of Contents
* [Building the Dream Team](#building-the-dream-team)
* [The Art of Problem Selection](#the-art-of-problem-selection)
* [From Idea to Innovation](#from-idea-to-innovation)
* [Handling Stress and Burnout](#handling-stress-and-burnout)
* [Building Connections Beyond the Code](#building-connections-beyond-the-code)
* [Technical Preparation](#technical-preparation)
* [Useful Tools and Resources](#useful-tools-and-resources)
* [Time Management](#time-management)
* [Selling Your Solution](#selling-your-solution)
* [Remote Hackathon Strategies](#remote-hackathon-strategies)
* [Beyond the Prize](#beyond-the-prize)
* [Dealing with Failure](#dealing-with-failure)
* [Post-Hackathon Actions](#post-hackathon-actions)
* [Case Study: From Hackathon to Startup](#case-study-from-hackathon-to-startup)
* [Conclusion](#conclusion)
## Table of Contents

- [Table of Contents](#table-of-contents)
- [Building the Dream Team](#building-the-dream-team)
- [The Art of Problem Selection](#the-art-of-problem-selection)
- [From Idea to Innovation](#from-idea-to-innovation)
- [Handling Stress and Burnout](#handling-stress-and-burnout)
- [Building Connections Beyond the Code](#building-connections-beyond-the-code)
- [Technical Preparation](#technical-preparation)
- [Useful Tools and Resources](#useful-tools-and-resources)
- [Time Management](#time-management)
- [Selling Your Solution](#selling-your-solution)
- [Remote Hackathon Strategies](#remote-hackathon-strategies)
- [Beyond the Prize](#beyond-the-prize)
- [Dealing with Failure](#dealing-with-failure)
- [Post-Hackathon Actions](#post-hackathon-actions)
- [Case Study: From Hackathon to Startup](#case-study-from-hackathon-to-startup)
- [Conclusion](#conclusion)



Have you ever wondered why certain teams excel in hackathons?
Expand Down
1 change: 1 addition & 0 deletions theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ blockquote {
color: var(--sidebar-fg);
margin: 5px 0px;
font-weight: bold;
font-size: 20px;
}

.result-no-output {
Expand Down
3 changes: 3 additions & 0 deletions theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
<h1 class="menu-title">{{ book_title }}</h1>

<div class="right-buttons">
<a href="https://www.reddit.com/r/developersIndia/" title="developersIndia forum" aria-label="Reddit">
<i id="reddit-button" class="fa fa-reddit"></i>
</a>
{{#if print_enable}}
<a href="{{ path_to_root }}print.html" title="Print this book" aria-label="Print this book">
<i id="print-button" class="fa fa-print"></i>
Expand Down

0 comments on commit 24be71d

Please sign in to comment.