-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
491 lines (456 loc) · 27.2 KB
/
Copy pathindex.html
File metadata and controls
491 lines (456 loc) · 27.2 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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdn.rawgit.com/michalsnik/aos/2.3.4/dist/aos.css" />
<!-- Add Font Awesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<style>
body {
font-family: 'Poppins';
}
@media (max-width: 640px) {
.hero-section {
margin-top: 64px;
}
}
.container {
max-width: 1100px;
margin: 0 auto;
padding: 0 25px;
}
.about-item:hover {
transform: scale(1.05);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease-in-out;
}
.hero {
background-color: #f7fafc;
display: flex;
justify-content: space-between;
align-items: center;
padding: 96px 0;
margin-top: 64px;
}
.hero .text {
max-width: 500px;
margin-left: 64px;
}
.hero .image {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
.hero .image img {
max-width: 100%;
}
/* Add custom CSS for Hero section */
#hero {
padding: 80px 0;
}
#hero .container {
max-width: 1300px;
}
#hero img {
margin-top: 40px;
}
@media (min-width: 768px) {
.container {
max-width: 1100px;
margin: 0 auto;
padding: 0 50px;
}
#hero .md:w-1/2 {
width: 50%;
}
#hero .md:pr-10 {
padding-right: 40px;
}
#hero .md:mb-0 {
margin-bottom: 0;
}
#hero img {
margin-top: 0;
margin-left: 40px;
}
}
.hero-image {
padding-top: 20px;
}
@media (max-width: 750px) {
.hero-image {
display: none;
}
.sadimg {
display: none;
}
}
</style>
</head>
<body>
<!-- Navigation Bar -->
<nav class=" fixed z-10 flex w-full flex-wrap items-center justify-between bg-white p-6 shadow-lg ">
<div class="mr-6 flex flex-shrink-0 items-center ">
<a href="# " class="text-xl font-semibold tracking-tight ">My University</a>
</div>
<div class="block lg:hidden ">
<button class="navbar-burger flex items-center rounded border border-gray-600 px-3 py-2 text-gray-500 hover:border-purple-500 hover:text-gray-900 ">
<svg class="h-3 w-3 fill-current " viewBox="0 0 20 20 " xmlns="http://www.w3.org/2000/svg ">
<title>Menu</title>
<rect width="20 " height="2 " />
<rect y="8 " width="20 " height="2 " />
<rect y="16 " width="20 " height="2 " />
</svg>
</button>
</div>
<div class="navbar-menu hidden lg:flex lg:w-auto lg:items-center ">
<a href="#about " class="mr-4 block text-gray-700 hover:text-purple-500 lg:inline-block "> About </a>
<a href="#programs " class="mr-4 block text-gray-700 hover:text-purple-500 lg:inline-block "> Programs </a>
<a href="#research " class="mr-4 block text-gray-700 hover:text-purple-500 lg:inline-block "> Research </a>
<a href="#student-life " class="mr-4 block text-gray-700 hover:text-purple-500 lg:inline-block "> Student Life </a>
<a href="#admissions " class="mr-4 block text-gray-700 hover:text-purple-500 lg:inline-block "> Admissions </a>
<a href="# " class="block text-gray-700 hover:text-purple-500 lg:inline-block "> Contact Us </a>
</div>
</nav>
<!-- Hero Section -->
<!-- Hero Section -->
<!-- Hero Section -->
<!-- Hero Section -->
<section id="hero " class="flex items-center py-12 ">
<div class="container mx-auto flex flex-col md:flex-row items-center ">
<div class="md:w-1/2 lg:w-3/5 md:pr-10 mb-6 md:mb-0 ">
<h1 class="text-4xl md:text-5xl font-bold mb-6 "><br><br>Welcome to My University</h1>
<p class="text-lg mb-8 ">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel odio euismod, sodales tellus et, faucibus mi. Sed sed lacus malesuada, interdum nunc at, fermentum ipsum. Duis semper ipsum et malesuada varius. Sed bibendum, nibh eget vulputate
interdum, magna libero convallis dui, ac blandit metus lectus ut turpis. </p>
<a href="# " class="bg-purple-500 hover:bg-purple-600 text-white py-3 px-8 rounded-lg shadow-lg text-lg font-bold ">Apply Now</a>
</div>
<div class="md:w-1/2 lg:w-2/5 ">
<img src="https://source.unsplash.com/500x400/?university,instituion" alt="University Image " class="w-full rounded-lg shadow-lg hero-image">
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="bg-white py-12 ">
<div class="container mx-auto ">
<h2 class="text-4xl font-bold mb-8 text-center ">About Our University</h2>
<div class="flex flex-wrap items-center justify-center ">
<div class="w-full sm:w-1/2 md:w-1/3 px-4 mb-8 ">
<div class="p-8 bg-purple-500 text-white rounded-lg shadow-lg ">
<i class="fas fa-graduation-cap text-3xl mb-4 "></i>
<h3 class="text-2xl font-bold mb-4 ">Our Mission</h3>
<p class="text-lg ">To provide a world-class education and empower our students to make a positive impact on the world.</p>
</div>
</div>
<div class="w-full sm:w-1/2 md:w-1/3 px-4 mb-8 ">
<div class="p-8 bg-purple-500 text-white rounded-lg shadow-lg ">
<i class="fas fa-graduation-cap text-3xl mb-4"></i>
<h3 class="text-2xl font-bold mb-4 ">Academic Programs</h3>
<p class="text-lg ">We offer over 100 academic programs, ranging from undergraduate to graduate and professional degrees.</p>
</div>
</div>
<div class="w-full sm:w-1/2 md:w-1/3 px-4 mb-8 ">
<div class="p-8 bg-purple-500 text-white rounded-lg shadow-lg ">
<i class="fas fa-users text-3xl mb-4 "></i>
<h3 class="text-2xl font-bold mb-4 ">Campus Culture</h3>
<p class="text-lg ">Our campus is known for its diverse community and vibrant culture, with over 300 student organizations and events.</p>
</div>
</div>
</div>
<div class="flex flex-wrap items-center justify-center ">
<div class="w-full sm:w-1/2 md:w-1/3 px-4 mb-8 ">
<div class="p-8 bg-purple-500 text-white rounded-lg shadow-lg ">
<i class="fas fa-flask text-3xl mb-4 "></i>
<h3 class="text-2xl font-bold mb-4 ">Research Opportunities</h3>
<p class="text-lg ">Our university is a leader in research, with numerous opportunities for students to engage in cutting-edge projects.</p>
</div>
</div>
<div class="w-full sm:w-1/2 md:w-1/3 px-4 mb-8 ">
<div class="p-8 bg-purple-500 text-white rounded-lg shadow-lg ">
<i class="fas fa-globe-americas text-3xl mb-4 "></i>
<h3 class="text-2xl font-bold mb-4 ">Global Community</h3>
<p class="text-lg ">We have partnerships with universities around the world, allowing our students to gain a global perspective.</p>
</div>
</div>
<div class="w-full sm:w-1/2 md:w-1/3 px-4 mb-8 ">
<div class="p-8 bg-purple-500 text-white rounded-lg shadow-lg ">
<i class="fas fa-trophy text-3xl mb-4 "></i>
<h3 class="text-2xl font-bold mb-4 ">Achievements</h3>
<p class="text-lg ">Our university has a strong record of achievement, with numerous accolades and recognition in various fields.</p>
</div>
</div>
</div>
<div class="mt-12 ">
<h3 class="text-2xl font-bold mb-4 ">Testimonials</h3>
<div class="flex flex-wrap items-center justify-center ">
<div class="w-full sm:w-1/2 md:w-1/3 px-4 mb-8 ">
<div class="p-8 bg-gray-200 text-gray-800 rounded-lg shadow-lg ">
<i class="fas fa-quote-left text-3xl mb-4 "></i>
<p class="text-lg ">"Attending this university has been the best decision of my life. The supportive community and challenging curriculum have prepared me for success in my career. "</p>
<p class="text-lg font-bold mt-4 ">- Jane Doe, Class of 2021</p>
</div>
</div>
<div class="w-full sm:w-1/2 md:w-1/3 px-4 mb-8 ">
<div class="p-8 bg-gray-200 text-gray-800 rounded-lg shadow-lg ">
<i class="fas fa-quote-left text-3xl mb-4 "></i>
<p class="text-lg ">"The opportunities for research and professional development at this university are unparalleled. I have been able to work with some of the brightest minds in my field. "</p>
<p class="text-lg font-bold mt-4 ">- John Smith, PhD Candidate</p>
</div>
</div>
<div class="w-full sm:w-1/2 md:w-1/3 px-4 mb-8 ">
<div class="p-8 bg-gray-200 text-gray-800 rounded-lg shadow-lg ">
<i class="fas fa-quote-left text-3xl mb-4 "></i>
<p class="text-lg ">"As an international student, I have felt welcomed and supported by the university community. The resources and services available have made my transition to a new country and culture much easier. "</p>
<p class="text-lg font-bold mt-4 ">- Maria Garcia, Class of 2022</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="programs">
<div class="container mx-auto py-16">
<h2 class="text-3xl font-bold text-center mb-8">Academic Programs</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white rounded-lg shadow-lg overflow-hidden">
<div class="h-48 md:h-56 bg-gray-400"></div>
<div class="p-4">
<h3 class="text-xl font-semibold mb-2">Bachelor of Science in Computer Science</h3>
<p class="text-gray-700 mb-4">Learn to design, develop, and deploy software applications for various platforms.</p>
<ul class="text-gray-700 mb-4">
<li>120 credit hours</li>
<li>3.0 GPA minimum</li>
<li>Faculty: John Doe, Jane Smith, Alex Johnson</li>
<li>Career opportunities: software engineer, data analyst, web developer</li>
<li>Unique aspects: opportunities for research and internships</li>
</ul>
<a href="#" class="text-purple-500 font-semibold">Learn More</a>
</div>
</div>
<div class="bg-white rounded-lg shadow-lg overflow-hidden">
<div class="h-48 md:h-56 bg-gray-400"></div>
<div class="p-4">
<h3 class="text-xl font-semibold mb-2">Bachelor of Arts in English</h3>
<p class="text-gray-700 mb-4">Explore the rich traditions of literature and develop critical thinking and communication skills.</p>
<ul class="text-gray-700 mb-4">
<li>120 credit hours</li>
<li>3.0 GPA minimum</li>
<li>Faculty: Mary Johnson, Michael Brown, Sarah Lee</li>
<li>Career opportunities: writer, editor, teacher</li>
<li>Unique aspects: study abroad opportunities, creative writing workshops</li>
</ul>
<a href="#" class="text-purple-500 font-semibold">Learn More</a>
</div>
</div>
<div class="bg-white rounded-lg shadow-lg overflow-hidden">
<div class="h-48 md:h-56 bg-gray-400"></div>
<div class="p-4">
<h3 class="text-xl font-semibold mb-2">Master of Business Administration</h3>
<p class="text-gray-700 mb-4">Gain the skills and knowledge to lead and manage organizations in today's competitive business environment.</p>
<ul class="text-gray-700 mb-4">
<li>36 credit hours</li>
<li>3.2 GPA minimum</li>
<li>Faculty: David Brown, Emily Johnson, Daniel Lee</li>
<li>Career opportunities: business analyst, marketing manager, operations director</li>
<li>Unique aspects: specialized concentrations in finance, marketing, and more</li>
</ul>
<a href="#" class="text-purple-500 font-semibold">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<!-- Research Section -->
<section id="research" class="bg-gray-100 py-20">
<div class="container mx-auto px-4">
<div class="flex flex-wrap justify-center">
<div class="w-full md:w-10/12 text-center">
<h2 class="text-4xl font-semibold">Research</h2>
<p class="text-lg leading-relaxed mt-4 mb-10 text-gray-600">
Overview of the research conducted by the university.
</p>
</div>
</div>
<div class="flex flex-wrap">
<div class="w-full md:w-1/3 p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow">
<a href="#" class="flex flex-wrap no-underline hover:no-underline">
<div class="w-full font-bold text-xl text-gray-800 px-6 py-4">
Ongoing Research
</div>
<div class="w-full text-gray-800 px-6 mb-5">
<p class="mb-8">Topics, projects, faculty involved, and any notable achievements.</p>
<ul class="list-disc pl-6">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Etiam et erat sit amet dolor maximus bibendum vel eget enim.</li>
<li>Cras a nisl eu nisl interdum placerat vel eu sapien.</li>
<li>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</li>
</ul>
</div>
<div class="w-full text-gray-800 px-6 mb-5">
<p class="mb-4">Faculty Involved:</p>
<ul class="list-disc pl-6">
<li>John Doe, Ph.D.</li>
<li>Jane Smith, Ph.D.</li>
<li>David Lee, Ph.D.</li>
</ul>
</div>
</a>
</div>
</div>
<div class="w-full md:w-2/3 p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow">
<img class="w-full sadimg" src="https://source.unsplash.com/700x400/?university" alt="Research Image">
</div>
</div>
</div>
</div>
</section>
<section id="student-life" class="bg-white py-10">
<div class="container mx-auto px-4">
<div class="mb-10">
<h2 class="text-4xl font-bold text-center mb-4">Student Life</h2>
<p class="text-lg text-gray-600 text-center">Discover the campus culture and student life at our university.</p>
</div>
<div class="flex flex-wrap -mx-4">
<!-- Clubs and Organizations -->
<div class="w-full md:w-1/2 lg:w-1/3 px-4 mb-8">
<div class="bg-gray-100 p-6 rounded-lg shadow-md">
<div class="flex items-center mb-6">
<div class="w-12 h-12 rounded-full bg-purple-500 flex items-center justify-center text-white">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" />
</svg>
</div>
<h3 class="ml-4 text-lg font-medium">Clubs and Organizations</h3>
</div>
<p class="text-gray-600 mb-4">We offer a wide range of clubs and organizations to help you pursue your interests and connect with other students.</p>
<a href="#" class="text-purple-500 hover:text-purple-600">Learn more</a>
</div>
</div>
<!-- Campus Events -->
<div class="w-full md:w-1/2 lg:w-1/3 px-4 mb-8">
<div class="bg-gray-100 p-6 rounded-lg shadow-md">
<div class="flex items-center mb-6">
<div class="w-12 h-12 rounded-full bg-purple-500 flex items-center justify-center text-white">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v6m0 0v6m0-6h6m-6 0H6" />
</svg>
</div>
<h3 class="ml-4 text-lg font-medium">Campus Events</h3>
</div>
<p class="text-gray-600 mb-4">Our campus is always buzzing with events and activities, from concerts and lectures to social gatherings and career fairs.</p>
<a href="#" class="text-purple-500 hover:text-purple-600">Learn more</a>
</div>
</div>
<!-- Athletics -->
<div class="w-full md:w-1/2 lg:w-1/3 px-4 mb-8">
<div class="bg-gray-100 p-6 rounded-lg shadow-md">
<div class="flex items-center mb-6">
<div class="w-12 h-12 rounded-full bg-purple-500 flex items-center justify-center text-white">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 15l7-7 7 7" />
</svg>
</div>
<h3 class="ml-4 text-lg font-medium">Athletics</h3>
</div>
<p class="text-gray-600 mb-4">Our university has a strong athletic program, with varsity and club sports teams that compete at the highest levels.</p>
<a href="#" class="text-purple-500 hover:text-purple-600">Learn more</a>
</div>
</div>
</section>
<section id="admissions" class="bg-gray-100 py-10">
<div class="container mx-auto px-4">
<div class="mb-10">
<h2 class="text-4xl font-bold text-center mb-4">Admissions</h2>
<p class="text-lg text-gray-600 text-center">Learn how to apply to our university and join our community.</p>
</div>
<div class="flex flex-wrap -mx-4">
<!-- Application Requirements -->
<div class="w-full md:w-1/2 lg:w-1/3 px-4 mb-8">
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-6">
<div class="w-12 h-12 rounded-full bg-purple-500 flex items-center justify-center text-white">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.12 15.15a9 9 0 1 1-2.83-6.72"></path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.12 15.15a9 9 0 0 1-1.5 10.39l-4.92-2.46a3 3 0 0 0-3.48 0l-4.92 2.46a9 9 0 0 1-1.5-10.39l4.92-2.46a3 3 0 0 0 1.5-2.6V3"></path>
</svg>
</div>
<h3 class="ml-4 text-lg font-medium">Application Requirements</h3>
</div>
<p class="text-gray-600 mb-4">Learn about the application requirements for our university, including test scores, transcripts, and personal essays.</p>
<a href="#" class="text-purple-500 hover:text-purple-600">Learn more</a>
</div>
</div>
<!-- Deadlines -->
<div class="w-full md:w-1/2 lg:w-1/3 px-4 mb-8">
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-6">
<div class="w-12 h-12 rounded-full bg-purple-500 flex items-center justify-center text-white">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 4h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z"></path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12 15v-3a3 3 0 0 1 3-3h3"></path>
<circle cx="9" cy="9" r="4"></circle>
</svg>
</div>
<h3 class="ml-4 text-lg font-medium">Deadlines</h3>
</div>
<p class="text-gray-600 mb-4">Stay up-to-date with important deadlines for admissions, financial aid, and scholarships.</p>
<a href="#" class="text-purple-500 hover:text-purple-600">Learn more</a>
</div>
</div>
<!-- Financial Aid -->
<div class="w-full md:w-1/2 lg:w-1/3 px-4 mb-8">
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-6">
<div class="w-12 h-12 rounded-full bg-purple-500 flex items-center justify-center text-white">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 17.3V21a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v3.7"></path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 13.5a4.5 4.5 0 0 0-9 0"></path>
</svg>
</div>
<h3 class="ml-4 text-lg font-medium">Financial Aid</h3>
</div>
<p class="text-gray-600 mb-4">Find out about financial aid opportunities, including scholarships, grants, and loans.</p>
<a href="#" class="text-purple-500 hover:text-purple-600">Learn more</a>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-gray-900 text-white">
<div class="container mx-auto py-8 px-4">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Contact Information -->
<div class="text-sm">
<h3 class="text-lg font-bold mb-4">Contact Us</h3>
<p>Phone: <a href="tel:1234567890" class="text-blue-300 hover:text-blue-400">123-456-7890</a></p>
<p>Email: <a href="mailto:info@university.com" class="text-blue-300 hover:text-blue-400">info@university.com</a></p>
<p>Address: 123 Main St, City, State Zip</p>
</div>
<!-- Social Media Links -->
<div class="text-sm">
<h3 class="text-lg font-bold mb-4">Follow Us</h3>
<ul class="flex space-x-4">
<li><a href="#" class="text-blue-300 hover:text-blue-400"><i class="fab fa-facebook"></i></a></li>
<li><a href="#" class="text-blue-300 hover:text-blue-400"><i class="fab fa-twitter"></i></a></li>
<li><a href="#" class="text-blue-300 hover:text-blue-400"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
<!-- Copyright -->
<div class="text-sm">
<p>© 2023 University. All rights reserved.</p>
</div>
</div>
</div>
</footer>
</body>
<script src=" https://cdn.rawgit.com/michalsnik/aos/2.3.4/dist/aos.js "></script>
<script>
AOS.init();
</script>
</html>