-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbod.html
148 lines (123 loc) · 6.54 KB
/
bod.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/cards.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">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Assistant&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">
<a href="https://goo.gl/maps/Rg5nnckM8oMmReJMA" target="_blank"
style="text-decoration: none; color: white;">Gaindakot-4, Kaligandaki Chowk</a></i>
</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, 078
503206</a>
</div>
<div class="top-left-social">
<a href="https://facebook.com/groups/379534882190584" target="_blank" style="color: white;"> <i
class="fa fa-facebook" aria-hidden="true"></i></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 class="a">
<li class="x"><a style=text-decoration:none; href="index.html">Home</a></li>
<li class="x"><a style=text-decoration:none; href="aboutus.html">About US</a></li>
<div class="dropdown">
<button class="dropbtn">Courses</button>
<div class="dropdown-content">
<a href="#">BSc.CSIT</a>
<a href="#">BCA</a>
<a href="bim.html">BIM</a>
<a href="bhm.html">BHM</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Our Team</button>
<div class="dropdown-content">
<a href="#">BOD</a>
<a href="#">Teaching Faculty</a>
<a href="#">Visiting Faculty</a>
<a href="#">Non Teaching Faculty</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Downloads</button>
<div class="dropdown-content">
<a href="#">CSIT</a>
<a href="#">BIM</a>
<a href="#">BCA</a>
<a href="#">BHM</a>
</div>
</div>
<li class="x"><a style=text-decoration:none; href="#gallery">Gallery</a></li>
<li class="x"><a style=text-decoration:none; href="#notice">Info Notice</a></li>
<li class="x"><a style=text-decoration:none; href="#events">Events</a></li>
<li class="x"><a style=text-decoration:none; href="login.html">Login</a></li>
</ul>
</div>
</div>
<div class="cont">
<div class="cont1">
<h1>BOD</h1><br>
<div class="card-body">
<div id="card">
<h1>BUDDHI RIMAL</h1>
<div class="image-crop">
<img id="avatar" src="https://cdn.discordapp.com/attachments/1014478267790663720/1028013327982547034/IMG_6065_30.jpg"></img>
</div>
<div id="bio">
<p>Hello, my name is BUDDHI RIMAL ipsum dolor amet short ribs prosciutto strip steak, pig ham tongue buffalo beef ribs hamburger pork venison. </p>
</div>
<div id="stats">
</div>
<div id="buttons">
<button>Follow</button>
<button id="msg">Message</button>
</div>
</div>
</div>
</div>
</div>
<div class="cont1">
<div class="cont2">
<form role="search" method="get" class="search-form" action="https://lict.edu.np/">
<label>
<input type="search" class="search-field" placeholder="Search..." value="" name="s">
</label>
<input type="submit" class="search-submit" value="Search">
</form>
<h2>Recent Posts</h2><hr>
<ul>
<li><a href="#">BSc. CSIT Mock Test Result</a></li>
<li><a href="#">CMAT Mock Test Result</a></li>
<li> <a href="#">BCA Entrance Exam Form</a></li>
<li> <a href="#">CSIT Entrance Form</a></li>
<li> <a href="#">CMAT Form Revised</a></li>
</ul>
</div>
</div>
</body>
<div class="footer">
<a href="https://Techybug.com" style="color:white; text-decoration: none">Lumbini ICT Campus © Lumbini ICT Campus 2021. Powered by TECHYBUG</a>
</div>
</html>