Skip to content

Commit

Permalink
Update verticals.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SkandaAithal-1 authored Oct 17, 2024
1 parent 1d0a7f4 commit cefe273
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Assets/Verticals/verticals.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<div><img src="../Images/hero-bg_1.png" alt="hero-bg"></div>
<div id="hero-text">
2023 Registrations Now Open
2024 Registrations Open Soon
</div>
<div class="button_container">
<a href="../../index.html#timeline-section"><button class="btn time-btn"><span>VIEW PROGRAM TIMELINE</span></button></a>
Expand All @@ -73,7 +73,7 @@

</div>

<div id="countdown-section">
<!--<div id="countdown-section">
<div class="container-countdown">
<h2 id="headline">Countdown to Winter School</h1>
<div id="countdown">
Expand All @@ -85,7 +85,7 @@ <h2 id="headline">Countdown to Winter School</h1>
</ul>
</div>
</div>
</div>
</div>-->
<div id="verticals-section">
<div>
<h1>Verticals</h1>
Expand All @@ -98,15 +98,15 @@ <h1>Verticals</h1>
<div class="year-column">
<div class="year-card" onclick="activateAuto()">Autonomous Robotics</div>
</div>
<div class="year-column">
<!--<div class="year-column">
<div class="year-card" onclick="activateML()">Machine Learning</div>
</div>
</div>-->
</div>
</div>
<div id="vertical-cv" class="vertical-schedule">
<h2>Computer Vision</h2>
<p>Computer vision is a field of artificial intelligence (AI) that enables robots to derive meaningful information from digital images, videos, and other visual inputs — and take actions or make recommendations based on that information. Computer vision trains machines to perform various functions through cameras, data, and algorithms. From an engineer's perspective, it seeks to understand and automate tasks that the human visual system can do.</p><br>
<h3>Schedule</h3>
<!--<h3>Schedule</h3>
<div class="tab">
<button class="tablinks cv_link active" onclick="openDay(event,'cv','cv_link', 'CVZero')">Day O</button>
<button class="tablinks cv_link" onclick="openDay(event,'cv','cv_link', 'CVOne')">Day 1</button>
Expand Down Expand Up @@ -166,11 +166,11 @@ <h2>Syllabus</h2>
<h2>Syllabus</h2>
<p>Basics of Arduino, Connecting Arduino with Python Code, Problem Statements Discussion, Doubts & Discussion 3.</p>
</div>
</div>
</div>-->
<div id="vertical-auto" class="vertical-schedule">
<h2>Autonomous Robotics</h2>
<p>Autonomous Robotics designs and engineers robots to deal with their environment on their own, and work for extended periods of time without human intervention. They often have sophisticated features that can help them to perceive their environment, make decisions based on what it perceives and/or has been programmed to recognize conditions and then actuate a movement or manipulation within that environment. An autonomous robot is a robot that acts without recourse to human control.</p><br>
<h3>Schedule</h3>
<!--<h3>Schedule</h3>
<div class="tab">
<button class="tablinks auto_link active" onclick="openDay(event,'auto','auto_link', 'AutoZero')">Day O</button>
<button class="tablinks auto_link" onclick="openDay(event,'auto','auto_link', 'AutoOne')">Day 1</button>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h2>Syllabus</h2>
<div id="AutoSix" class="tabcontent auto">
<h2>Syllabus</h2>
<p> Problem statement implementation and debugging.</p>
</div>
</div>-->
</div>
<div id="vertical-ml" class="vertical-schedule">
<h2>Machine Learning</h2>
Expand Down Expand Up @@ -326,4 +326,4 @@ <h2>Syllabus</h2>
<script src="../../JS/sidebar.js "></script>
<script src="../../JS/verticals.js "></script>
</body>
</html>
</html>

0 comments on commit cefe273

Please sign in to comment.