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:
+
+ - Objective: Recreate the given Figma design using HTML and CSS
+ - Difficulty: Beginner
+ - Time: 20 minutes
+ - Skills: HTML5, CSS3, Responsive Design
+
+
+ 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:
+
+ - Generate initial HTML structure based on the Figma design
+ - Suggest CSS styles for responsive layouts
+ - Provide color palette recommendations
+ - Optimize your code for better performance
+ - Debug and troubleshoot issues in your code
+
+ 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:
+
+
+ - Once you've completed your challenge, show your work to one of the volunteers.
+ - They will review your code and provide feedback.
+ - If approved, they will guide you on how to submit your solution.
+
+
+ Follow these steps to submit your solution via a Pull Request (PR) to our GitHub repository:
+
+
+ - Fork the repository: https://github.com/IIITKalyaniFOSC/iiitkalyanifosc.github.io
+ - Clone your forked repository to your local machine:
+
git clone https://github.com/your-username/iiitkalyanifosc.github.io.git
+
+ - Navigate to the cloned repository:
+
cd iiitkalyanifosc.github.io
+
+ - Create a new branch with a descriptive name:
+
git checkout -b figma-challenge-yourname
+
+ - Create your HTML file:
+
touch your-name.html
+
+ - Add your changes to the staging area:
+
git add your-name.html
+
+ - Commit your changes with a clear, concise message:
+
git commit -m "Add Figma challenge solution by Your Name"
+
+ - Push your branch to your forked repository on GitHub:
+
git push origin figma-challenge-yourname
+
+ - Go to the original repository and create a new Pull Request
+ - Fill in the PR template with details about your submission
+ - Submit the Pull Request and wait for review
+
+
+ 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
+
+ - Setting up a code editor or IDE
+ - UI/UX
+ - Web Development
+ - App Development
+ - Game Development
+ - Web Dev Code Sprint (⌐0_0)
+
+ Day 2
+
+ - AI/ML
+ - Cloud
+ - Blockchain
+ - Hardware
+ - Linux
+
+
+ Resources
+ For a comprehensive list of learning resources, please visit this page.