-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2pro.html
More file actions
221 lines (204 loc) · 10.1 KB
/
2pro.html
File metadata and controls
221 lines (204 loc) · 10.1 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<header>
<div class="container">
<div class="header-top">
<div class="logo">
<img src="https://www.amity.edu/images/logo.png" alt="Amity University Logo">
<div class="logo-text">
<h1>Amity University</h1>
<p>Education for Tomorrow's Leaders</p>
</div>
</div>
<div class="quick-links">
<a href="#">Student Login</a>
<a href="#">Faculty Login</a>
<a href="#">Alumni</a>
</div>
</div>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li class="dropdown">
<a href="#">About Us</a>
<div class="dropdown-content">
<a href="#">History</a>
<a href="#">Vision & Mission</a>
<a href="#">Leadership</a>
<a href="#">Accreditations</a>
</div>
</li>
<li class="dropdown">
<a href="#">Academics</a>
<div class="dropdown-content">
<a href="#">Undergraduate Programs</a>
<a href="#">Postgraduate Programs</a>
<a href="#">Doctoral Programs</a>
<a href="#">Diploma Courses</a>
</div>
</li>
<li><a href="#">Admissions</a></li>
<li><a href="#">Research</a></li>
<li><a href="#">Campus Life</a></li>
<li><a href="#">Placements</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h2>Transforming Education, Transforming Lives</h2>
<p>Join India's leading research-driven university with world-class infrastructure, global faculty, and unmatched placement records.</p>
<a href="#" class="btn">Explore Programs</a>
</div>
</section>
<!-- About Section -->
<section class="about">
<div class="container">
<div class="section-title">
<h2>About Amity University</h2>
<p>Established with a vision to provide quality education and foster research and innovation, Amity University has emerged as a leader in higher education.</p>
</div>
<div class="about-content">
<div class="about-image">
<img src="https://example.com/amity-building.jpg" alt="Amity University Campus">
</div>
<div class="about-text">
<h3>World-Class Education Since 2005</h3>
<p>Amity University is a leading private university in India with campuses across the country and international locations. We are recognized for our academic excellence, research contributions, and industry collaborations.</p>
<p>Our state-of-the-art infrastructure, experienced faculty, and innovative curriculum ensure that students receive education that prepares them for global challenges.</p>
<p>Amity has been consistently ranked among the top private universities in India by various ranking agencies and has collaborations with over 200 international universities.</p>
<a href="#" class="btn">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Programs Section -->
<section class="programs">
<div class="container">
<div class="section-title">
<h2>Our Academic Programs</h2>
<p>Choose from a wide range of undergraduate, postgraduate and doctoral programs across diverse disciplines.</p>
</div>
<div class="program-grid">
<div class="program-card">
<img src="https://example.com/engineering.jpg" alt="Engineering Programs">
<div class="program-info">
<h3>Engineering & Technology</h3>
<p>Cutting-edge programs in Computer Science, Mechanical, Electronics, and more with industry-aligned curriculum.</p>
<a href="#">Explore →</a>
</div>
</div>
<div class="program-card">
<img src="https://example.com/business.jpg" alt="Business Programs">
<div class="program-info">
<h3>Business & Management</h3>
<p>MBA, BBA and specialized programs designed to create future business leaders with global perspective.</p>
<a href="#">Explore →</a>
</div>
</div>
<div class="program-card">
<img src="https://example.com/law.jpg" alt="Law Programs">
<div class="program-info">
<h3>Law & Legal Studies</h3>
<p>Comprehensive legal education with moot court facilities, internships and international exposure.</p>
<a href="#">Explore →</a>
</div>
</div<div class="program-card">
<img src="https://example.com/arts.jpg" alt="Arts Programs">
<div class="program-info">
<h3>Arts & Humanities</h3>
<p>Creative programs in Psychology, Economics, English, History and other liberal arts disciplines.</p>
<a href="#">Explore →</a>
</div>
</div>
<div class="program-card">
<img src="https://example.com/science.jpg" alt="Science Programs">
<div class="program-info">
<h3>Science & Research</h3>
<p>Advanced programs in Biotechnology, Physics, Chemistry, Mathematics and interdisciplinary sciences.</p>
<a href="#">Explore →</a>
</div>
</div>
<div class="program-card">
<img src="https://example.com/design.jpg" alt="Design Programs">
<div class="program-info">
<h3>Design & Architecture</h3>
<p>Innovative programs in Fashion, Interior, Graphic Design and Architecture with studio-based learning.</p>
<a href="#">Explore →</a>
</div>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="stats">
<div class="container">
<div class="stats-grid">
<div class="stat-item">
<h3>25,000+</h3>
<p>Students Enrolled</p>
</div>
<div class="stat-item">
<h3>1,500+</h3>
<p>Faculty Members</p>
</div>
<div class="stat-item">
<h3>250+</h3>
<p>Academic Programs</p>
</div>
<div class="stat-item">
<h3>90%</h3>
<p>Placement Record</p>
</div>
</div>
</div>
</section>
<!-- News Section -->
<section class="news">
<div class="container">
<div class="section-title">
<h2>Campus News & Events</h2>
<p>Stay updated with the latest happenings at Amity University.</p>
</div>
<div class="news-grid">
<div class="news-card">
<img src="https://example.com/news1.jpg" alt="News Image">
<div class="news-content">
<div class="news-date">June 15, 2023</div>
<h3>Amity Ranked Among Top 10 Private Universities</h3>
<p>Amity University has been ranked among the top 10 private universities in India by the latest NIRF rankings.</p>
<a href="#">Read More →</a>
</div>
</div>
<div class="news-card">
<img src="https://example.com/news2.jpg" alt="News Image">
<div class="news-content">
<div class="news-date">May 28, 2023</div>
<h3>International Collaboration with MIT</h3>
<p>Amity signs MoU with MIT for student exchange and joint research programs in AI and Robotics.</p>
<a href="#">Read More →</a>
</div>
</div>
<div class="news-card">
<img src="https://example.com/news3.jpg" alt="News Image">
<div class="news-content">
<div class="news-date">May 15, 2023</div>
<h3>Annual Cultural Fest 'Amiphoria' Begins</h3>
<p>The 3-day cultural extravaganza featuring performances, competitions and celebrity shows kicks off today.</p>
<a href="#">Read More →</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact">
<div class="container">
<div class="section-title">
<h2>Contact Us</h2>
<p>Get in touch with our admissions team or visit our campus to learn more about our programs.</p>
</div>
<div class="contact-container">
<div class="contact-info">
<h3>Our Campus</h3>>