forked from shikkandar/buildersEnginerringCollege
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplacement.html
More file actions
101 lines (95 loc) · 5.31 KB
/
placement.html
File metadata and controls
101 lines (95 loc) · 5.31 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./assets/css/placement.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
</head>
<body>
<div class="navbar">
<a href="index.html" class="logo"><img src="./assets/img/logo/BEC Logo - Website I 11.07.2023 (70 px).png" alt="" height="50px"></a>
<input type="checkbox" id="menu-bar">
<label for="menu-bar" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<nav>
<ul>
<li><a href="index.html">home</a></li>
<li onclick="about"><a>about <i class="fas fa-caret-down"></i></a>
<ul class="about">
<li style="border-top:none ;"><a href="./assets/html/about/bec.html">BEC</a></li>
<li><a href="./assets/html/about/management.html">Management</a></li>
<li><a href="./assets/html/about/ceo.html">CEO</a></li>
<li><a href="./assets/html/about/principle.html">Principal</a></li>
<li><a>Comitee <i class="fas fa-caret-right"></i></a>
<ul class="Comitee">
<li style="border-top:none ;"><a href="./assets/html/about/antiraging.html">Anti-Ragging Committee</a></li>
<li><a href="./assets/html/about/monitoring.html">Monitoring Committee</a></li>
<li style="border-bottom: none;"><a href="./assets/html/about/internel.html">Internal Committee</a></li>
</ul>
</li>
<li class="policies"><a>Policies <i class="fas fa-caret-right"></i></a>
<ul>
<li style="border-top:none ;"><a href="./assets/html/about/conduct.html">Code of Content</a></li>
<li style="border-bottom: none;"><a href="./assets/html/about/ethics.html">Code of Ethics</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="admission.html">admission</a></li>
<li><a >academic<i class="fas fa-caret-down"></i></a>
<ul class="academic">
<li style="border-top:none ;"><a href="./assets/html/academics/programs.html">programs</a></li>
<li><a>departement <i class="fas fa-caret-right"></i></a>
<ul class="departement">
<li style="border-top:none ;"><a href="./assets/html/Department/Civil.html">Civil Engineering</a></li>
<li><a href="/assets/html/Department/CSE.html">Computer Science and Engineering</a></li>
<li><a href="/assets/html/Department/EEE.html">Electrical and Electronics Engineering</a></li>
<li><a href="/assets/html/Department/ECE.html">Electronics and Communication Engineering</a></li>
<li><a href="/assets/html/Department/Mech.html">Mechanical Engineering</a></li>
<li><a href="/assets/html/Department/AI & DS.html">Artificial Intelligence and Data Science</a></li>
<li><a href="/assets/html/Department/MBA.html">Master of Business Administration</a></li>
<li style="border-bottom: none;"><a href="/assets/html/Department/s&h.html">Science and Humanities</a></li>
</ul>
</li>
<li><a href="./assets/html/academics/Academic Calenders.html">Academic Calendars</a></li>
<li><a href="./assets/html/academics/Scholarships.html">Scholarships</a></li>
<li style="border-bottom: none;"><a href="./assets/html/academics/Library.html">Library</a></li>
</ul>
</li>
<li><a href="placement.html">placement</a></li>
<li><a>others <i class="fas fa-caret-down"></i></a>
<ul class="others">
<li style="border-top:none ;"><a>Research</a>
<ul class="other">
<li style="border-top: none;"><a href="./assets/html/research/mou (1).html">MOU</a></li>
<li><a href="/assets/html/research/r&d.html">R&D</a></li>
<li><a href="/assets/html/research/edc.html">EDC</a></li>
</ul>
</li>
<li><a>Aggregation</a>
<ul class="other">
<li style="border-top: none;"><a href="./assets/html/accerdiation/iqac.html">IQAC</a></li>
<li><a href="./assets/html/accerdiation/naac.html">NAAC</a></li>
</ul>
</li>
<li style="border-bottom: none;"><a>Campus Life</a>
<ul class="other">
<li style="border-top: none;"><a href="./assets/html/campus/beyound.html">beyound curriculam</a></li>
<li><a href="./assets/html/campus/infra.html">infrastructru</a></li>
<li><a href="./assets/html/campus/sports.html">sports</a></li>
<li><a href="./assets/html/campus/club.html">club & Activities</a></li>
<li><a href="./assets/html/campus/galaery.html">galaery</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</nav>
</div>
<script src="./assets/js/gal.js"></script>
<script src="./assets/js/nav.js"></script>
</body>
</html>