Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions Section B/1905373_practical1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<title>Practical 7</title>
<body>
<style>.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
color: #ffffff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #86becc;
color: rgb(255, 255, 255);
}
.topnav a.active {
background-color: #86becc;
color: rgb(240, 240, 240);
}
</style>
</head>
<div class="topnav" style="border-radius: 2px;">
<a class="active" href="#HOME">HOME</a>
<a href="#Competition">Competition</a>
<a href="#Contact">Contact</a>
<a href="#About Us">About Us</a>
</div>
<br>
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>Accept Cookies</strong> Accept cookies for better experience
<button type="button" class="btn-close" data-bs-dismiss="alert" arialabe
l="Close"></button>
</div><div class="container" >
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<center><img src="https://blog.grinfer.com/wp-content/uploads/2020/02/How-to-Learn-Computer-Programming-Languages.png" width="1000" height="450"></center>
<br> <div>
<center><p style="color: rgb(19, 5, 58)";> Our training workshop will give you the know-how to get started, boost your Employability, Entrepreneurship & Leadership skills and productivity by learning to code, hosting your websites, & designing apps.
<br><div>
Ensure you have a stable and great internet connection. Test your internet speed.
You will need a laptop to take classes and carry out assignments and projects.
Each session of the training will be intense and you must have a learning and open mindset.
We are asking for 3 - 4 weeks of your time to give you a life-changing skill.</center>
</div>
</div>
</div>
</div>
</div>
</div><br>
<div class="card" style="width: 125rem; background: linear-gradient(rgb(107, 192, 23
1),rgb(220, 211, 235))" >
<div class="card-body" alignment="center">
<h5 class="card-title">Competition Course </h5>
<p class="cardtext"> Enroll now and start your course </p>
<a href="#" class="btn btn-primary">Get Started</a>
</div>
</div>
</body>
</html