NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive Template</title>

<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">

<script src="https://kit.fontawesome.com/00ae7059ad.js" crossorigin="anonymous"></script>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">


</head>

<body>

<!-- navbar -->


<nav class="navbar navbar-expand-lg navbar-dark text-white" style="background-color:#1177ca;">
<div class="container-fluid">
<a class="navbar-brand" style="font-size: 20px;" href="#">DigitalEdu</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active " style="color:white;" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">About Us</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Client</a>
</li>
<li class="nav-item active dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Services
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Web-dev</a></li>
<li><a class="dropdown-item" href="#">App-dev</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">SEO</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link disabled">Contact Us</a>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-light" type="submit">Search</button>
</form>
</div>
</div>
</nav>

<!-- carousel -->

<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>

<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/leraning img1.jpg" height="400px" width="400px" class="d-block w-100" alt="...">
<!-- <div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div> -->
</div>

<div class="carousel-item">
<img src="images/learn img 2.jpg" width="400px" height="400px" class="d-block w-100" alt="...">
<!-- <div class="carousel-caption d-none d-md-block">
<h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p>
</div> -->
</div>

<div class="carousel-item">
<img src="images/carousel-img2.png" width="400px" height="400px" class="d-block w-100" alt="...">
<!-- <div class="carousel-caption d-none d-md-block">
<h5>Third slide label</h5>
<p>Some representative placeholder content for the third slide.</p>
</div> -->
</div>
</div>

<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>

<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>


<!-- overview -->


<section class="home-section">
<div class="home-content">
<div class="overview-boxes">
<div class="box">
<div class="right-side">
<div class="box-topic"><span class="size">Total Seats</span></div>
<div class="number">40,876</div>
<div class="indicator">
<i class="fa-solid fa-arrow-up"></i>

<span class="text">Up from yesterday</span>
</div>
</div>
<div class="icon">
<i class="fa-solid fa-book"></i>
</div>

</div>

<div class="box">
<div class="right-side">
<div class="box-topic">Total Students</div>
<div class="number">38,876</div>
<div class="indicator">
<i class="fa-solid fa-arrow-up"></i>
<span class="text">Up from yesterday</span>
</div>
</div>
<div class="icon">
<i class="fa-solid fa-school"></i>
</div>

</div>

<div class="box">
<div class="right-side">
<div class="box-topic">Remaining</div>
<div class="number">12,876</div>
<div class="indicator">
<i class="fa-solid fa-arrow-up"></i>
<span class="text">Up from yesterday</span>
</div>
</div>
<div class="icon">
<i class="fa-solid fa-language"></i>
</div>

</div>

</section>


<div class="container-fluid">
<!-- tagline -->
<div class="row">
<div class="col-12">
<h3 class="display-6 text-center mt-5 mb-2">Start Learning And Embrace New Skills for Better
<br>Future.
</h3>
</div>
</div>

<!--progress bars -->

<div class="row justify-content-evenly pt-3 pb-3">
<div class="col-md-5 pt-5 pb-5">
<img src="images/business-growth.jpg" height="200px" class="img-fluid">
</div>

<div class="col-md-5 pt-3">
<h5 class="mt-3">Website Development</h5>
<div class="progress">
<div class="progress-bar bg-success" role="progressbar" aria-label="Success example"
style="width: 50%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>

<h5 class="mt-3">Marketing</h5>
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" aria-label="Info example" style="width: 25%"
aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>

<h5 class="mt-3">App Development</h5>
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" aria-label="Warning example"
style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>

<h5 class="mt-3">SoftWare Development</h5>
<div class="progress">
<div class="progress-bar bg-danger" role="progressbar" aria-label="Danger example"
style="width: 40%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>

<h5 class="mt-3">SEO</h5>
<div class="progress">
<div class="progress-bar bg-primary" role="progressbar" aria-label="Danger example"
style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>

</div>
</div>

</div>




<!-- contact -->
<div class="row justify-content-evenly pt-2 pb-3 mt-5 ">
<div class="col-8 mt-5 mb-5">
<h3 class="mb-4">Contact Form</h3>

<form>
<div class="mb-3">
<label for="name" class="form-label">First Name</label>
<input type="text" class="form-control" id="name">
</div>
<div class="mb-3">
<label for="name" class="form-label">Last Name</label>
<input type="text" class="form-control" id="name">
</div>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
<div id="emailHelp" class="form-text">We'll never share your email with anyone else.</div>
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1">
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">Message</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>


<button type="submit" class="btn btn-danger">Submit</button>
<button type="reset" class="btn btn-danger" style="margin-left:15px;">Reset</button>
</form>

</div>




<!-- table -->

<div class="table-container">

<table class="table">
<thead>
<tr>
<th>Start Date</th>
<th>Start/End Time</th>
<th>Batch Type</th>
<th>Training Mode</th>
<th>Btach Status</th>
<th>Action</th>
</tr>
</thead>

<tbody>
<tr>
<td data-label="Start Date">1 jan 2021</td>
<td data-label="Start/ End Time">09:00-13:00(IST)</td>
<td data-label="Batch Type">Weekend</td>
<td data-label="Training Mode">Online Tarining</td>
<td data-label="Batch Status"><span class="text_open">[open]</span></td>
<td data-label="#"><a href="#" class="btn">Enroll Now</a></td>
</tr>
<tr>
<td data-label="Start Date">2 jan 2021</td>
<td data-label="Start/ End Time">09:00-13:00(IST)</td>
<td data-label="Batch Type">Weekend</td>
<td data-label="Training Mode">Online Tarining</td>
<td data-label="Batch Status"><span class="text_open">[open]</span></td>
<td data-label="#"><a href="#" class="btn">Enroll Now</a></td>
</tr>
<tr>
<td data-label="Start Date">3 jan 2021</td>
<td data-label="Start/ End Time">09:00-13:00(IST)</td>
<td data-label="Batch Type">Weekend</td>
<td data-label="Training Mode">Online Tarining</td>
<td data-label="Batch Status"><span class="text_open">[open]</span></td>
<td data-label="#"><a href="#" class="btn">Enroll Now</a></td>
</tr>
<tr>
<td data-label="Start Date">4 jan 2021</td>
<td data-label="Start/ End Time">09:00-13:00(IST)</td>
<td data-label="Batch Type">Weekend</td>
<td data-label="Training Mode">Online Tarining</td>
<td data-label="Batch Status"><span class="text_open">[open]</span></td>
<td data-label="#"><a href="#" class="btn">Enroll Now</a></td>
</tr>
</tbody>

</table>

</div>





<!-- FAQ -->

<div class="row justify-content-evenly pt-5 pb-5">
<div class="col-10">
<h3 class="text-center pb-4">FAQ</h3>

<div class="accordion accordion-flush border" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false"
aria-controls="flush-collapseOne">
Accordion Item #1
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse"
aria-labelledby="flush-headingOne" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Placeholder content for this accordion, which is intended to
demonstrate the <code>.accordion-flush</code> class. This is the first item's accordion
body.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo" aria-expanded="false"
aria-controls="flush-collapseTwo">
Accordion Item #2
</button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse"
aria-labelledby="flush-headingTwo" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Placeholder content for this accordion, which is intended to
demonstrate the <code>.accordion-flush</code> class. This is the second item's accordion
body. Let's imagine this being filled with some actual content.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree" aria-expanded="false"
aria-controls="flush-collapseThree">
Accordion Item #3
</button>
</h2>
<div id="flush-collapseThree" class="accordion-collapse collapse"
aria-labelledby="flush-headingThree" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Placeholder content for this accordion, which is intended to
demonstrate the <code>.accordion-flush</code> class. This is the third item's accordion
body. Nothing more exciting happening here in terms of content, but just filling up the
space to make it look, at least at first glance, a bit more representative of how this
would look in a real-world application.</div>
</div>
</div>
</div>

</div>
</div>

<!-- Footer -->

<div class="container2">
<div class="footer">
<div class="contain">
<div class="col">
<h1>Company</h1>
<ul>
<li>About</li>
<li>Mission</li>
<li>Services</li>
<li>Social</li>
<li>Get in touch</li>
</ul>
</div>
<div class="col">
<h1>Products</h1>
<ul>
<li>Web Development</li>
<li>Marketing</li>
<li>App Development</li>
<li>UI/UX</li>
<li>Software Development</li>
</ul>
</div>
<div class="col">
<h1> My Accounts</h1>
<ul>
<li>Sign in</li>
<li>Register</li>
<li>My cart</li>
<li>WishList</li>
</ul>
</div>
<div class="col">
<h1>Resources</h1>
<ul>
<li>Webmail</li>
<li>Redeem code</li>
<li>WHOIS lookup</li>
<li>Site map</li>
<li>Web templates</li>
<li>Email templates</li>
</ul>
</div>
<div class="col">
<h1>Support</h1>
<ul>
<li>Contact us</li>
<li>Web chat</li>
<li>Open ticket</li>
</ul>
</div>
<div class="col social">
<h1>Social</h1>
<ul>
<li>
<i class="fa-brands fa-facebook"></i>
</li>
<li>
<i class="fa-brands fa-linkedin"></i>
</li>
<li>
<i class="fa-brands fa-instagram"></i>
</li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>














</body>

</html>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.