-
Notifications
You must be signed in to change notification settings - Fork 0
/
laboratories.html
92 lines (82 loc) · 4.32 KB
/
laboratories.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
<!DOCTYPE html>
<html>
<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>Laboratories</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="./unnamed.png">
<link rel="stylesheet" href="./project.css">
</head>
<body class="body">
<div class="main">
<div class="row">
<img src="./sreenidhi-logo (1).png" alt="" class="img1">
<img src="./NAAC-A-grade-logo.jpg" alt="" class="img2">
<img src="./National_Board_of_Accreditation.svg.png" alt="" class="img3">
<img src="./UGC.jpg" alt="" class="img4">
<button class="contact" id="btn" onclick="window.location.href = './contact.html';">Contact us</button>
<button class="Feedback" id="btn" onclick="window.location.href ='./feedback.html';">Feedback form</button>
<button class="Alumni" id="btn">Alumni Portal</button>
<button class="Location" id="btn" onclick="window.location.href = 'https://www.google.com/maps/dir/17.4501714,78.6682389/Sreenidhi+Institute+of+Science+%26+Technology+-+SNIST,+Yamnampet,+Ghatkesar,+Hyderabad,+Telangana+501301/@17.4481533,78.6569265,15z/data=!3m1!4b1!4m10!4m9!1m1!4e1!1m5!1m1!1s0x3bcb7612c2c68369:0x9ea4b426b7e3699!2m2!1d78.6664965!2d17.4553223!3e0';">Location</button>
<nav class="container">
<ul>
<li><a href="./index.html" style="font-size:15px">Home</a></li>
<li><a href="#aboutus" style="font-size:15px" onclick="scrollFunction1()">About Us</a></li>
<li><div class="dropdown">
<a href="" style="font-size:15px">Departments</a>
<div class="dropdown-content">
<a href="./snist.html" style="font-size:15px">BTech</a>
<a href="./mtech.html" style="font-size:15px">MTech</a>
<a href="#" style="font-size:15px">MBA</a>
</div>
</div>
</li>
<li><a href="" style="font-size:15px">Research & Innovation</a></li>
<li><a href="#infrastructure" style="font-size:15px">Infrastructure</a></li>
<li><a href="./index.html" style="font-size:15px">Placements</a></li>
<li><a href="./index.html" style="font-size:15px">IQAC</a></li>
<li><a href="" style="font-size:15px">Students</a></li>
<li><a href="" style="font-size:15px">Rankings</a></li>
<li><a href="./article.html" style="font-size:15px">Article</a></li>
</ul>
</nav>
<div class="box">
<h1>Sreenidhi Institute Of Science and Technology</h1>
<p>Because life is all about taking right decisions</p>
</div>
<div class="slideshow-container">
<div class="mySlides fade">
<img src="./clg2.jpeg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="./gallery3.png" style="width:100%">
</div>
<div class="mySlides fade">
<img src="./gallery6.png" style="width:100%">
</div>
</div><br><br>
<h1 style="text-decoration: underline;">Laboratories</h1><br>
<div class="lab1">
<div class="l1" style="display:flex">
<center><h3> ECE Lab</h3><br>
<img src="./ece.jpg"><br><br></center>
<center><h3> Mech Lab</h3><br>
<img src="./mech.jpg"><br><br></center>
</div>
<div class="l1" style="display: flex;">
<center><h3>Biotech Lab</h3>
<img src="./biotech.jpg"></center>
<center><h3>IT Lab</h3>
<img src="./it.jpg"></center>
</div>
<center><h3>Physics Lab</h3>
<img src="./phy.jpg"></center>
</div>
</div>
<script src="./project.js">
</script>
</body>
</html>