You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
174 lines
7.0 KiB
HTML
174 lines
7.0 KiB
HTML
12 months ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
|
||
|
|
||
|
<title>Bootstrap Components</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- nav var section -->
|
||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
|
||
|
<a class="navbar-brand" href="#">Ada Lovelace</a>
|
||
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||
|
<span class="navbar-toggler-icon"></span>
|
||
|
</button>
|
||
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||
|
<ul class="navbar-nav ml-auto">
|
||
|
<li class="nav-item active">
|
||
|
<a class="nav-link" href="#">About<span class="sr-only">(current)</span></a>
|
||
|
</li>
|
||
|
<li class="nav-item">
|
||
|
<a class="nav-link" href="#">Projects</a>
|
||
|
</li>
|
||
|
<li class="nav-item">
|
||
|
<a class="nav-link" href="#">Pricing</a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</nav>
|
||
|
<!-- nvbar section end -->
|
||
|
<!-- Main content section start -->
|
||
|
<div class="container-fluid text-center">
|
||
|
<div class="row">
|
||
|
<!-- side navbar section start -->
|
||
|
<div class="card col-xl-2 d-none d-xl-block p-0">
|
||
|
<div class="accordion" id="accordionExample">
|
||
|
|
||
|
|
||
|
<!-- services section start -->
|
||
|
<div class="card">
|
||
|
<div class="card-header" id="headingOne">
|
||
|
<h2 class="mb-0">
|
||
|
<button class="btn btn-link btn-block text-left" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
||
|
Services
|
||
|
</button>
|
||
|
</h2>
|
||
|
</div>
|
||
|
|
||
|
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
|
||
|
<div class="card-body">
|
||
|
<ul class="text-justify" style="list-style-type:none;">
|
||
|
<li><a href="#">Front end Design</a></li>
|
||
|
<li><a href="#">BAckend Server</a></li>
|
||
|
<li><a href="#">Full Stack Development</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- services section end -->
|
||
|
|
||
|
<!-- project section start -->
|
||
|
<div class="card">
|
||
|
<div class="card-header" id="headingTwo">
|
||
|
<h2 class="mb-0">
|
||
|
<button class="btn btn-link btn-block text-left collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
|
||
|
Projects
|
||
|
</button>
|
||
|
</h2>
|
||
|
</div>
|
||
|
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
|
||
|
|
||
|
<div class="card-body">
|
||
|
<ul class="text-justify" style="list-style-type: none;">
|
||
|
<li><a href="#">HTML</a></li>
|
||
|
<li><a href="#">Bootstrap</a></li>
|
||
|
<li><a href="#">Node JS Server</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- Projects section ends -->
|
||
|
|
||
|
<!-- tools section starts -->
|
||
|
<div class="card">
|
||
|
<div class="card-header" id="headingThree">
|
||
|
<h2 class="mb-0">
|
||
|
<button class="btn btn-link btn-block text-left collapsed" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
|
||
|
Tools
|
||
|
</button>
|
||
|
</h2>
|
||
|
</div>
|
||
|
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
|
||
|
<div class="card-body">
|
||
|
<ul class="text-justify" style="list-style-type: none;">
|
||
|
<li><a href="#">Core Tools</a></li>
|
||
|
<li><a href="#">Other Tools</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col-xl-10 p-0">
|
||
|
|
||
|
<!-- Profile Section Start -->
|
||
|
<div class="container-fluid bg-dark text-light min-vh-100 p-3 p-md-5">
|
||
|
<img class="mx-auto mt-5 mt-md-0 rounded-circle" src="https://i.guim.co.uk/img/media/3656ae6ea2209d4561caf04fa9f172a519908ca3/0_28_2318_1391/master/2318.jpg?width=1200&height=1200&quality=85&auto=format&fit=crop&s=afcc355f47876bc495cdc3c902639bae" width="250" />
|
||
|
|
||
|
|
||
|
<h1>Ada Lovelace</h1>
|
||
|
<h3>Full-Stack Developer</h3>
|
||
|
|
||
|
<div class="row mt-5">
|
||
|
<div class="col-md-8 offset-md-2">
|
||
|
<p>
|
||
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="row d-none d-md-block mt-md-0 ">
|
||
|
<div class="offset-xl-3 col-xl-6">
|
||
|
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
|
||
|
<ol class="carousel-indicators">
|
||
|
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
|
||
|
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
|
||
|
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
|
||
|
</ol>
|
||
|
<div class="carousel-inner">
|
||
|
<div class="carousel-item active">
|
||
|
<img src="https://place-puppy.com/500x300" class="d-block w-100" alt="...">
|
||
|
<h5>first slide label</h5>
|
||
|
<p>some representative placeholder content for the first slide </p>
|
||
|
</div>
|
||
|
<div class="carousel-item">
|
||
|
<img src="http://placekitten.com/500/300" class="d-block w-100" alt="...">
|
||
|
</div>
|
||
|
<h5>first slide label</h5>
|
||
|
<p>some representative placeholder content for the first slide </p>
|
||
|
<div class="carousel-item">
|
||
|
<img src="https://placebear.com/500/300" class="d-block w-100" alt="...">
|
||
|
</div>
|
||
|
<h5>first slide label</h5>
|
||
|
<p>some representative placeholder content for the first slide </p>
|
||
|
</div>
|
||
|
<button class="carousel-control-prev" type="button" data-target="#carouselExampleIndicators" data-slide="prev">
|
||
|
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||
|
<span class="sr-only">Previous</span>
|
||
|
</button>
|
||
|
<button class="carousel-control-next" type="button" data-target="#carouselExampleIndicators" data-slide="next">
|
||
|
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||
|
<span class="sr-only">Next</span>
|
||
|
</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- Profile Section End -->
|
||
|
|
||
|
</div>
|
||
|
<!-- Side Content Section End -->
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
|
||
|
</body>
|
||
|
</html>
|