Web Development is something in which I have a lot of interest. When me and my friends came to know that our college is going to conduct WEB-A-THON we immediately filled the form to take part in it.
- One of the most attracting thing about the webathon is that is provide the "real time coding experience", which sounds very interesting.
- Internship opportunities in various start up companies , with an electrifying atmosphere of SIH and KAVACH will be recreated.
- As the registration cost is rupees 200, but under the discount for first 25 registration we saved 25% money from the registration cost.
Here's a basic view of our idea to build a organic farming website
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Organic Farming Website</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Organic Farming Website</h1>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#products">Products</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section id="home">
<div class="hero">
<h2>Welcome to Our Organic Farm</h2>
<p>Discover the goodness of organic produce...</p>
</div>
</section>
<section id="about">
<div class="content">
<h2>About Us</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla convallis libero in dui viverra...</p>
</div>
</section>
<section id="products">
<div class="content">
<h2>Our Products</h2>
<div class="product">
<h3>Organic Vegetables</h3>
<p>Explore our wide range of fresh organic vegetables...</p>
</div>
<div class="product">
<h3>Organic Fruits</h3>
<p>Delicious and nutritious organic fruits...</p>
</div>
</div>
</section>
<section id="contact">
<div class="content">
<h2>Contact Us</h2>
<form action="submit_form.php" method="POST">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="message">Message:</label>
<textarea id="message" name="message" rows="4" required></textarea>
<button type="submit">Send</button>
</form>
</div>
</section>
<footer>
<p>© 2024 Organic Farming Website. All rights reserved.</p>
</footer>
</body>
</html>
/* Reset some default styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
line-height: 1.6;
background-color: #f4f4f4;
color: #333;
}
header {
background-color: #4CAF50;
color: #fff;
padding: 1em 0;
text-align: center;
}
header h1 {
font-size: 2em;
}
nav ul {
list-style-type: none;
}
nav ul li {
display: inline;
margin: 0 10px;
}
nav ul li a {
color: #fff;
text-decoration: none;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 40px 20px;
}
.hero {
text-align: center;
}
.content {
max-width: 800px;
margin: 0 auto;
padding: 0 20px;
}
.product {
margin-bottom: 20px;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
position: fixed;
bottom: 0;
width: 100%;
}
Some main opportunities
- Networking opportunity -The event brings together like-minded individuals from diverse backgrounds, fostering opportunities for networking and collaboration. Participants can connect with mentors, industry experts, and fellow enthusiasts, expanding their professional network and forging meaningful relationships.
- Internship opportunity -Top start up companies join hand with us by providing internship to the top five participants.
- Exiting prizes and rewards - up to 10,000 rupees for winners and certificate for every participation.
- Skill Development - In this webathon we have learned a wide range of skills, including coding, web development, problem-solving, teamwork, communication, and time management. Engaging in hands-on project work under time constraints fosters rapid skill acquisition and proficiency.
- Innovation Exploration: Webathons encourage us to think outside the box and explore innovative solutions to real-world problems. It provide a platform for creativity to flourish, enabling participants to conceptualize, design, and implement novel ideas using cutting-edge technologies
- Experiential Learning: Participating in a Webathon is a hands-on, experiential learning opportunity that complements traditional education. It allows us to apply theoretical knowledge in a practical setting, gaining invaluable insights into real-world problem-solving, project management, and product development processes.
- Plate form for personal Growth: Beyond technical skills, webathons offer opportunities for personal growth and development. We learned to embrace challenges, adapt to uncertainty, collaborate effectively with team members, and communicate their ideas persuasively. These experiences contribute to personal resilience, confidence, and self-efficacy.
- Recognition and Exposure: Webathons provide a platform for us to showcase our talents, innovations, and projects to a wider audience. Winning or even participating in a Webathon can enhance one's visibility, credibility, and reputation within the tech community, opening doors to future opportunities such as internships, job offers, or funding for entrepreneurial ventures.
Conclusion:
- Overall, in this this webathon I have learned a lot ,from scratch to real world problems.
- It help to introduce with the real world completion in tech industry.
- webathon helps me to built innovative thinking by seeing other works.
- It helps to improve my communication skills and interaction skills with others.