-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.html
59 lines (50 loc) · 2.67 KB
/
header.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;1,100;1,300&display=swap"
rel="stylesheet">
</head>
<body>
<div class="top-header">
<div class="top-left-mail">
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:[email protected]" target="_blank"
style="text-decoration: none; color: white;">[email protected]</a>
</div>
<div class="top-left-map">
<i class="fa fa-map-marker" aria-hidden="true"></i>
<a href="https://goo.gl/maps/Rg5nnckM8oMmReJMA" target="_blank"
style="text-decoration: none; color: white;">Gaindakot-4, Kaligandaki Chowk</a>
</div>
<div class="top-left-phone">
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="tel:078502188" target="_blank" style="text-decoration: none; color: white;">078 502188</a>
</div>
<div class="top-left-social">
<i class="fa fa-facebook" aria-hidden="true"></i>
<a href="https://www.facebook.com/groups/379534882190584" target="_blank"
style="text-decoration: none" ; color: "white;"></a>
</div>
</div>
<div class="top-menu-bg">
<div class="top-menu-logo">
<img width="70" height="58" src="https://lict.edu.np/wp-content/uploads/2021/01/final.png"
class="top-menu-logo" alt="Lumbini ICT Campus">
</div>
<div class="top-menu-list">
<ul>
<li><a style="text-decoration: none" ; href="index.html">Home</a></li>
<li><a style="text-decoration: none" ; href="aboutus.html">About US</a></li>
<li><a style="text-decoration: none" ; href="#contact">Courses</a></li>
<li><a style="text-decoration: none" ; href="#about">Our Team</a></li>
<li><a style="text-decoration: none" ; href="bhm.html">BHM</a></li>
<li><a style="text-decoration: none" ; href="#gallery">Gallery</a></li>
<li><a style="text-decoration: none" ; href="#notice">Info Notice</a></li>
<li><a style="text-decoration: none" ; href="#events">Events</a></li>
</ul>
</div>
</div>
</body>
</html>