-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheaderDash.php
70 lines (61 loc) · 3.08 KB
/
headerDash.php
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!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></title>
<!-- Favicons -->
<link href="assets/image/binary.jpeg" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Rating-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-inner-pages">
<div class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="index.php">Binary Tech</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo me-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto " href="dashboard.php">Home</a></li>
<li><a class="nav-link scrollto " href="dashboard.php">Course</a></li>
<li><a class="nav-link scrollto " href="dashboard.php">E-Books</a></li>
<li class="dropdown"><a href="#"><span>Project</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Android</a></li>
<li class="dropdown"><a href="#"><span>Internship</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Web Development</a></li>
<li><a href="#">Android Development</a></li>
<li><a href="#">Front End Developer</a></li>
<li><a href="#">Back End Developer</a></li>
<li><a href="#">Digital Markrting </a></li>
</ul>
</li>
<li><a href="#">E-Commerce</a></li>
<li><a href="#">Service Apps</a></li>
<li><a href="#">Games</a></li>
</ul>
</li>
<li><a class="getstarted scrollto" href="logot.php">Logout</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
</body>
</html>