diff --git a/challenges/index.html b/challenges/index.html new file mode 100644 index 0000000..5221f02 --- /dev/null +++ b/challenges/index.html @@ -0,0 +1,99 @@ + + + + + + Freescape IIITK + + + +

Code Sprint

+

We have an exciting coding challenge for you! Your task is to replicate a Figma design using HTML and CSS. This challenge will help you improve your front-end development skills.

+ +

Challenge Overview:

+ + +

To view the Figma design, please visit: Figma Design Link

+ +

Tip: Use AI Tools

+

To enhance your productivity and creativity during this challenge, consider using AI tools to assist you. Here are some ways AI can help:

+ +

Remember, while AI tools can be incredibly helpful, it's important to understand the code they generate and make necessary adjustments to meet the specific requirements of the challenge.

+ +

How to Submit Your Solution:

+ +
    +
  1. Once you've completed your challenge, show your work to one of the volunteers.
  2. +
  3. They will review your code and provide feedback.
  4. +
  5. If approved, they will guide you on how to submit your solution.
  6. +
+ +

Follow these steps to submit your solution via a Pull Request (PR) to our GitHub repository:

+ +
    +
  1. Fork the repository: https://github.com/IIITKalyaniFOSC/iiitkalyanifosc.github.io
  2. +
  3. Clone your forked repository to your local machine: +
    git clone https://github.com/your-username/iiitkalyanifosc.github.io.git
    +
  4. +
  5. Navigate to the cloned repository: +
    cd iiitkalyanifosc.github.io
    +
  6. +
  7. Create a new branch with a descriptive name: +
    git checkout -b figma-challenge-yourname
    +
  8. +
  9. Create your HTML file: +
    touch your-name.html
    +
  10. +
  11. Add your changes to the staging area: +
    git add your-name.html
    +
  12. +
  13. Commit your changes with a clear, concise message: +
    git commit -m "Add Figma challenge solution by Your Name"
    +
  14. +
  15. Push your branch to your forked repository on GitHub: +
    git push origin figma-challenge-yourname
    +
  16. +
  17. Go to the original repository and create a new Pull Request
  18. +
  19. Fill in the PR template with details about your submission
  20. +
  21. Submit the Pull Request and wait for review
  22. +
+ +

Good luck, and happy coding!

+ + diff --git a/index.html b/index.html index 48a8c46..30674a4 100644 --- a/index.html +++ b/index.html @@ -14,12 +14,21 @@ padding: 20px; } h1 { - color: #2c3e50; font-size: calc(24px + 2vw); } p { font-size: calc(14px + 0.5vw); } + h2 { + font-size: calc(20px + 1.5vw); + } + h3 { + font-size: calc(18px + 1vw); + } + ul { + font-size: calc(14px + 0.5vw); + padding-left: 20px; + } @@ -33,5 +42,27 @@

Aarambh 3.0

If you're planning on coming, please fill up this Google Form

[Form closes 19/9 12:00] + +

Agenda

+

Day 1

+ +

Day 2

+ + +

Resources

+

For a comprehensive list of learning resources, please visit this page.

diff --git a/resources.html b/resources.html new file mode 100644 index 0000000..940b903 --- /dev/null +++ b/resources.html @@ -0,0 +1,146 @@ + + + + + + Freescape IIITK + + + +

Resources

+

(This is in progress and will be updated)
All current links are AI generated

+ +

Setting Up Development Environment

+

Code Editors and IDEs

+ + +

Installing GCC/MinGW (C/C++ Compiler)

+

For Windows:

+ + +

For Linux:

+ + +

Web Development

+ + +

App Development

+ + +

Game Development

+ + +

AI/ML

+ + +

Cloud Computing

+ + +

Blockchain

+ + +

Hardware

+ + +

Linux

+ + +