-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (42 loc) · 3.98 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GetBit | Learn CCNA and Security the easy way</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<nav class="navbar navbar-expand-lg bg-custom navbar-dark fixed-top" id="top">
<div class="container">
<a class="navbar-brand navbar-text logo" href="#">GetBit</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 ms-auto">
<li class="nav-item">
<a class="nav-link" href="https://medium.com/@shridhar.patil" target="_blank">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/in/meet-shridhar/" target="_blank">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container home-el">
<h1 class="custom-h1">Learn CCNA 200-301</h1>
<p class="custom-p">Learn CCNA with the most easy to go and interactive lessons <br> Click below and start learning!</p>
<a href="./ccna.html"><button type="button" class="btn btn-primary btn-lg center-pos">Learning Path</button></a>
</div>
<svg id="wave" style="transform:rotate(0deg); transition: 0.3s" viewBox="0 0 1440 490" version="1.1" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="sw-gradient-0" x1="0" x2="0" y1="1" y2="0"><stop stop-color="rgba(22, 25, 43, 1)" offset="0%"></stop><stop stop-color="rgba(60.357, 71.946, 141.481, 1)" offset="100%"></stop></linearGradient></defs><path style="transform:translate(0, 0px); opacity:1" fill="url(#sw-gradient-0)" d="M0,392L30,359.3C60,327,120,261,180,269.5C240,278,300,359,360,375.7C420,392,480,343,540,302.2C600,261,660,229,720,187.8C780,147,840,98,900,138.8C960,180,1020,310,1080,359.3C1140,408,1200,376,1260,375.7C1320,376,1380,408,1440,392C1500,376,1560,310,1620,269.5C1680,229,1740,212,1800,171.5C1860,131,1920,65,1980,49C2040,33,2100,65,2160,106.2C2220,147,2280,196,2340,204.2C2400,212,2460,180,2520,187.8C2580,196,2640,245,2700,285.8C2760,327,2820,359,2880,351.2C2940,343,3000,294,3060,261.3C3120,229,3180,212,3240,196C3300,180,3360,163,3420,163.3C3480,163,3540,180,3600,228.7C3660,278,3720,359,3780,359.3C3840,359,3900,278,3960,212.3C4020,147,4080,98,4140,130.7C4200,163,4260,278,4290,334.8L4320,392L4320,490L4290,490C4260,490,4200,490,4140,490C4080,490,4020,490,3960,490C3900,490,3840,490,3780,490C3720,490,3660,490,3600,490C3540,490,3480,490,3420,490C3360,490,3300,490,3240,490C3180,490,3120,490,3060,490C3000,490,2940,490,2880,490C2820,490,2760,490,2700,490C2640,490,2580,490,2520,490C2460,490,2400,490,2340,490C2280,490,2220,490,2160,490C2100,490,2040,490,1980,490C1920,490,1860,490,1800,490C1740,490,1680,490,1620,490C1560,490,1500,490,1440,490C1380,490,1320,490,1260,490C1200,490,1140,490,1080,490C1020,490,960,490,900,490C840,490,780,490,720,490C660,490,600,490,540,490C480,490,420,490,360,490C300,490,240,490,180,490C120,490,60,490,30,490L0,490Z"></path></svg>
<footer class="text-center text-lg-start">
<div class="text-center pt-2 pb-1 lt-footer">
<p class="lt-footer">© GetBit 2024-2025</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
</body>
</html>