ok
Direktori : /home/shopnoc1/www/ |
Current File : /home/shopnoc1/www/driving.php |
<?php require_once 'header.php';?> <div class="container py-6"> <div class="row"> <div class="col-sm-12"><img src="images/driving.jpg" class="image-responsive" width="100%"></div> </div> <div class="row"> <div class="col-sm-12"> <h1 style="font-size: 4vw;" class="text-white bg-success py-2 m-1">Driving</h1> <h4 class="bg-dark text-white py-2">Course Overview</h4> <div class="module"> <h4>Module 1: Introduction to Driving</h4> <ul> <li>Overview of Driving Regulations</li> <li>Understanding Vehicle Types</li> <li>Importance of Road Safety</li> <li>Introduction to the Driver's Handbook</li> </ul> </div> <div class="module"> <h4>Module 2: Vehicle Control</h4> <ul> <li>Understanding Vehicle Instruments</li> <li>Starting and Stopping the Vehicle</li> <li>Steering Techniques</li> <li>Using Mirrors and Blind Spots</li> </ul> </div> <div class="module"> <h4>Module 3: Traffic Laws and Regulations</h4> <ul> <li>Understanding Road Signs and Signals</li> <li>Right of Way Rules</li> <li>Speed Limits and Regulations</li> <li>Understanding Legal Responsibilities</li> </ul> </div> <div class="module"> <h4>Module 4: Defensive Driving Techniques</h4> <ul> <li>Importance of Defensive Driving</li> <li>Identifying Potential Hazards</li> <li>Managing Speed and Distance</li> <li>Dealing with Aggressive Drivers</li> </ul> </div> <div class="module"> <h4>Module 5: Practical Driving Sessions</h4> <ul> <li>Basic Maneuvers (Turning, Parking, Reversing)</li> <li>Driving in Different Conditions (Rain, Night, etc.)</li> <li>Participating in Mock Road Tests</li> <li>Feedback and Improvement Strategies</li> </ul> </div> <div class="module"> <h4>Module 6: Final Assessment</h4> <ul> <li>Theory Test on Traffic Laws</li> <li>Practical Driving Test</li> <li>Review of Performance</li> </ul> </div> </div> </div> </div> <?php require_once 'footer.php';?>