-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
92 lines (79 loc) · 3.47 KB
/
about.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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DEI ENGINEERING</title>
<link rel="icon" href="img/about122.png" type="image/x-icon">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="css/solution.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar"></nav>
<!-- solutions-hero-section -->
<header class="contact-hero-section">
<p class="contact-sub-heading font">Faculty & Staff</p>
</header>
<!-- main section -->
<section class="solutions-page">
<div class="sol-container">
<div class="sol" onclick="window.open('https://www.dei.ac.in/dei/engineering/index.php/2012-12-08-09-23-43/mechanical-engg-faculty', '_blank')">
<div class="upper">
<img src="img/mechanical.png" alt="" class="image-sol">
</div>
<div class="bottom">
<h2>Faculty for Mechanical Engineering</h2>
</div>
</div>
<div class="sol" onclick="window.open('https://www.dei.ac.in/dei/engineering/index.php/2012-12-08-09-23-43/electrical-engg-faculty', '_blank')">
<div class="upper">
<img src="img/electrical.png" alt="" class="image-sol">
</div>
<div class="bottom">
<h2>Faculty for Electrical Engineering</h2>
</div>
</div>
<div class="sol" onclick="window.open('https://www.dei.ac.in/dei/engineering/index.php/2012-12-08-09-23-43/civil-engg-faculty', '_blank')">
<div class="upper">
<img src="img/civil.png" alt="" class="image-sol">
</div>
<div class="bottom">
<h2>Faculty for Civil Engineering</h2>
</div>
</div>
</div>
<div class="sol-container">
<div class="sol" onclick="window.open('https://www.dei.ac.in/dei/engineering/index.php/2012-12-08-09-23-43/footwear-technology-faculty', '_blank')">
<div class="upper">
<img src="img/footwear.png" alt="" class="image-sol">
</div>
<div class="bottom">
<h2>Faculty for Footwear Technology</h2>
</div>
</div>
<div class="sol" onclick="window.open('https://www.dei.ac.in/dei/admission/index.php/important-links/112-faculty-of-engineering', '_blank')">
<div class="upper">
<img src="img/agriculture.png" alt="" class="image-sol">
</div>
<div class="bottom">
<h2>Faculty for Agro-Ecology Technology</h2>
</div>
</div>
<div class="sol" onclick="window.open('https://www.dei.ac.in/dei/engineering/index.php/2012-12-08-09-23-43/core-courses-faculty', '_blank')">
<div class="upper">
<img src="img/core.png" alt="" class="image-sol">
</div>
<div class="bottom">
<h2>Core faculty</h2>
</div>
</div>
</div>
</section>
<!-- footer -->
<div class="footer-main"></div>
<script src="js/nav.js"></script>
<script src="js/footer.js"></script>
</body>
</html>