-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
180 lines (163 loc) · 5.97 KB
/
index.html
File metadata and controls
180 lines (163 loc) · 5.97 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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matrusri Engineering College</title>
<link rel="stylesheet" href="style.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Playfair+Display:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</head>
<body>
<!-- Header -->
<header>
<div class="header-left">
<div class="logo-title">
<img src="https://matrusri.edu.in/wp-content/uploads/2021/11/cropped-MECS-LOGO-192x192.jpg" alt="College Logo" class="college-logo">
</div>
<div>
<h1 class="institute-name">Matrusri Engineering College</h1>
<p class="tagline">An Autonomous Institution | Affiliated to Osmania University</p>
</div>
</div>
<nav class="main-nav">
<ul>
<a href="index.html">Home</a>
<li><a href="#">Login</a></li>
<li class="dropdown">
<a href="#">About</a>
<div class="dropdown-content">
<a href="about.html">About the Institution</a>
<a href="#">Management</a>
<a href="#">Administration</a>
<a href="department.html">Departments</a>
<a href="#">Admission</a>
<a href="#">Facilities</a>
<a href="#">Students</a>
<a href="#">Clubs</a>
</div>
</li>
</ul>
</nav>
</header>
<section class="hero-section">
<div class="hero-overlay">
<h2>Welcome to Matrusri Engineering College</h2>
<p>Empowering Future Innovators</p>
</div>
</section>
<div class="news-ticker">
<div class="news-ticker-label">Latest News:</div>
<div class="news-ticker-content">
<marquee behavior="scroll" direction="left" scrollamount="5">
Admissions for 2025 are now open | Orientation Program starts June 10 | Campus Placements begin in July | National Level Tech Fest scheduled for August
</marquee>
</div>
</div>
<div class="content-row">
<!-- Slideshow -->
<div class="slideshow-container">
<img src="https://matrusri.edu.in/wp-content/uploads/2025/03/Careers60-2024-rotated.jpg" class="slide active" alt="Campus 1">
<img src="https://matrusri.edu.in/wp-content/uploads/2024/02/75th-Republic-Day.jpg" class="slide" alt="Campus 2">
<img src="https://matrusri.edu.in/wp-content/uploads/2023/01/group-photoR-10-scaled.jpg" class="slide" alt="Campus 3">
</div>
<div class="info-section">
<div class="info-box">
<h2>Notice</h2>
<div class="scrolling-content">
<ul>
<li>B.E. I-SEM(Main&Supple) (Autonomous) Revaluation Notification, Mar-2025
</li>
<li>B.E. I-SEM (Regular & Supple) Results, February 2025</li>
<li>B.E. I-SEM(Main&Supple) (Autonomous) Revaluation Notification,Mar-2025</li>
<li>
B.E. I-SEM (Regular & Supple) Results, February 2025</li>
</ul>
</div>
</div>
<div class="info-box">
<h2>Matrusri Chronicle</h2>
<div class="scrolling-content">
<ul>
<li>A Two-day Workshop on Analog and Digital IC Design -Industry Perspective", 25th & 26th April 2025</li>
<li>A Three Day Workshop on Embedded & IoT Sensor Applications, from 24th April to 26th April 2025</li>
<li>Fresher's Day on 22-03-2025</li>
<li>Placement Drive – September 5</li>
</ul>
</div>
</div>
</div>
</div>
<div class="vision-mission-section">
<div class="vm-box">
<h2>Our Vision</h2>
<p>To be a premier academic institution striving continuously for excellence in technical education, research and technological service to the nation</p>
</div>
<div class="vm-box">
<h2>Our Mission</h2>
<ol>
<li>To recognize and make quality Engineering education available to the society</li>
<li>To create a community of learning in which students acquire knowledge and apply them professionally with societal concern</li>
<li>To prepare for life-long learning to meet intellectual and career challenges.
</li>
<li>To promote professional ethics, leadership qualities and social responsibilities.
</li>
</ol>
</div>
</div>
<footer class="site-footer">
<div class="footer-content">
<div class="footer-section">
<h3>Contact Us</h3>
<p>Matrusri Engineering College<br>
Saidabad, Hyderabad, Telangana<br>
Phone: +91-XXXXXXXXXX<br>
Email: info@matrusri.edu.in
</p>
</div>
<div class="footer-section">
<h3>Quick Links</h3>
<ul>
<li><a href="#">Admissions</a></li>
<li><a href="#">Departments</a></li>
<li><a href="#">Placements</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Follow Us</h3>
<p class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i> Facebook</a> |
<a href="#"><i class="fab fa-instagram"></i> Instagram</a> |
<a href="#"><i class="fab fa-twitter"></i> Twitter</a>
</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Matrusri Engineering College. All rights reserved.</p>
</div>
</footer>
<!-- Your content above -->
<script>
let slides = document.querySelectorAll('.slide');
let currentSlide = 0;
function showSlide(index) {
slides.forEach((slide, i) => {
slide.classList.remove('active');
if (i === index) {
slide.classList.add('active');
}
});
}
function nextSlide() {
currentSlide = (currentSlide + 1) % slides.length;
showSlide(currentSlide);
}
showSlide(currentSlide);
setInterval(nextSlide, 3000);
</script>
</body>
</html>
</body>
</html>