Skip to content

Commit

Permalink
Merge pull request #99 from manas12709/main
Browse files Browse the repository at this point in the history
adding home page
  • Loading branch information
manas12709 authored Nov 2, 2024
2 parents f8a89a4 + 02842ca commit ebff999
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion navigation/create_and_compete/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,49 @@ permalink: /create_and_compete/home
menu: nav/create_and_compete.html
---

Imagine a platform where creativity meets competition—this is the essence of our project. Presented to you by Period 2 Mr. Mort's CSP class!
<style>
body {
font-family: 'Poppins', sans-serif;
background-color: #000;
color: #e0e0e0;
padding: 20px;
}

h2, h3 {
color: #00d4ff;
margin-bottom: 10px;
}

p {
margin-bottom: 15px;
}

.group-theme {
background: #000;
color: #e0e0e0;
padding: 15px;
border-radius: 10px;
margin-bottom: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 212, 255, 0.2), 0 6px 20px 0 rgba(0, 212, 255, 0.19);
border: 1px solid #00d4ff;
}

.group-theme h3 {
margin-top: 0;
}
</style>

<h4>We're thrilled to introduce "Create and Compete," a fun and interactive project from Mr. Mort's class! Here, students explore unique categories, put their creativity to the test, and compete to see whose ideas stand out. Each group has crafted their own theme, so there’s something here for everyone. Whether you're into art, tech, storytelling, or innovation, there's a space for you to jump in, get inspired, and join the fun. Let's dive into what each group is creating and how you can join in on the excitement!</h4>

### Group Themes and Activities

<div class="group-theme">
**REAL OR FAKE?!??!?!!?!**
The **Reality Room** is designed to spark engaging discussions about what’s real and what’s fake in today's world. Participants can play a mini-game where they guess if they’re talking to a human or an AI chatbot, post images or content and ask others to guess if it's AI-generated or authentic, and rate the believability of each post. In line with the "rate and relate" theme, users can share reactions and connect with others who had similar experiences, fostering a community around spotting and discussing what’s real versus AI-created. <a href="{{site.baseurl}}/create_and_compete/realityroom">Our page!</a>
</div>

<div class="group-theme">
**PITCH OR DITCH!**
Step into a space where your wildest ideas come to life and face the ultimate test—can they stand up to the challenge? Our **Elevator Pitch** platform invites participants to create and compete by writing pitches for innovative ideas, whether it's an invention, a story, an app, or a business venture. With random prompts to spark creativity, users are pushed to think outside the box. Once ideas are pitched, the game heats up: others can question, critique, and help evolve each concept, fostering both competition and collaboration. This platform isn't just about winning—it's about growing through feedback and transforming initial sparks into something extraordinary. <a href="{{site.baseurl}}/create_and_compete/elevatorpitch">Our page!</a>
</div>

0 comments on commit ebff999

Please sign in to comment.