Viewing file: online-workshop.php (4.73 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include 'header_new_login.php';
?>
<style>
.modal-header .close {
padding: 0rem !important;
margin: 0rem !important;
}
a.view-training.entroll-training:hover {
color: #ffffff !important;
background: #0d4475 !important;
}
</style>
<style type="text/css">
.txt
{
font-size: 14px;
line-height: 25px;
text-align: justify;
color: #333;
margin-bottom: 15px;
margin-top: 15px;
}
.projectheading.btn_right h1 {
display: inline-block;
}
.projectheading h1 {
font-weight: 500;
line-height: 40px;
padding: 15px 0;
text-align: center;
text-transform: capitalize;
font-size: 28px;
letter-spacing: 1px;
margin: 0;
}
</style>
<section class="project-banner">
<div class="container">
<div class="row">
<div class="col-12">
<div class="banner-sec">
<div class="projectheading btn_right">
<h1><?php echo $var; ?> TRAINING</h1>
<button class="btn backbtn" onclick="history.go(-1);">Back </button>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="crm">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 style="font-size: 30px;">Experience the best online workshops on robotics, online artificial intelligence, and machine learning with us</h1>
<br>
<p class="txt">
Artificial Intelligence and Machine Learning are among the most demanding careers of the 21st century. With a future building up for AI and Machine Learning, Srishti Campus is preparing for the skills that are future-ready and in demand. In return, upskilling AI and Machine learning will open the gateways for a dynamic career.
Keeping it in mind, Srishti Campus specializes in providing glimpses of AI and Machine Learning with the help of experienced faculty.
</p>
<p class="txt">
What will you learn with our AI Course?
</p>
<ul>
<ol>
● Fundamentals of AI
</ol>
<ol>
● Futurescope of Artificial Intelligence
</ol>
<ol>
● What are its applications?
</ol>
<ol>
● Possibilities of AI in the organizations
</ol>
<ol>
● Python Programs with AI
</ol>
</ul>
<p class="txt">
Along with that, we also provide online artificial intelligence workshops and artificial intelligence project support to assist every other aspiring learner.
</p>
<p class="txt">
The specialization in Robotics will introduce you to several concept features associated with programming. Their perception of the environment, navigation, advancements, and many other in-depth features come under our package.
</p>
<p class="txt">
What will you learn with our Robotics Course?
</p>
<ul>
<ol>
● Sensoring
</ol>
<ol>
● Mirco Controllers
</ol>
<ol>
● Processors
</ol>
<ol>
● Embedded programming
</ol>
</ul>
<p class="txt">
Along with that, we also provide online robotics workshops through offline and online mode. We also assist candidates for robotics project support for colleges and schools
</p>
</div>
</div>
</div>
</section>
<?php include 'footer_new_login.php'; ?>
|