forked from UserKnovatek/uifastgrades
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
executable file
·83 lines (83 loc) · 4.48 KB
/
header.php
File metadata and controls
executable file
·83 lines (83 loc) · 4.48 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="icon" href="images/favicon.png" type="image/gif" sizes="16x16">
<title>LearnDotCom</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link href="css/owl.carousel.min.css" rel="stylesheet">
<link href="css/owl.theme.default.min.css" rel="stylesheet">
<link href="css/animation.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/style.css" rel="stylesheet">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://rawgit.com/LeshikJanz/libraries/master/Bootstrap/baguetteBox.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<body>
<main role="main">
<!-- START NAVBAR -->
<header>
<div class="top-header" id="navbar_top">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-md-12 d-flex justify-content-between align-items-center">
<div class="left-head d-flex justify-content-start align-items-center">
<a class="navbrnd" href="index.php"><img src="images/logo.png"></a>
<div class="dropdown subjt">
<button class="dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Subject
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</div>
<div class="scsec-hd">
<form action="">
<input type="text" placeholder="What do you want to learn?" name="search">
<button type="submit"><img src="images/search.png"></button>
</form>
</div>
</div>
<div class="right-head d-flex justify-content-end align-items-center">
<div class="nav-mnsec">
<a href="">How to join</a>
<a href="">Find a Tutor</a>
<a href="">Subjects</a>
</div>
<div class="notif-sec">
<a href="#"><img src="images/bell.png"><span>02</span></a>
</div>
<div class="logreg-btns">
<a href="#">Sign in</a>
<a href="#">Register</a>
</div>
<div class="dropdown lang1">
<button class="dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img src="images/lang.png">
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">English</a>
<a class="dropdown-item" href="#">French</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="myOverlay" class="overlay">
<span class="closebtn" onclick="closeSearch()" title="Close Overlay">×</span>
<div class="overlay-content">
<form action="/action_page.php">
<input type="text" placeholder="Search.." name="search">
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
</div>