-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (74 loc) · 3.66 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Solapur University</title>
<link rel="stylesheet" href=built.css>
<link rel="stylesheet" type="text/css" href="fontawesome/css/all.min.css">
</head>
<body class="body">
<header class="primary-header container group">
<img src="Universitylogo.jpg" alt="">
<h1 class="logo">
<a href="index.html"> SOLAPUR<br>UNIVERSITY</a>
</h1>
<h3 class="tagline">Pune National Highway,Kegaon,Solapur</h3>
<nav class="primary-nav nav">
<a href="register.html">Register</a>
<a href="courses.html">Courses</a>
<a href="contactus.html">ContactUs</a>
</nav>
</header>
<!--Introduction-->
<section class=" intro container teaser ">
<h2>This is the Best University In India</h2>
<p>Education For An Inspired Life</p>
<a class="btn btn-alt flex" href="register.html">Register Now</a>
<a class="btn btn-alt flex" href="contactus.html">Contact Us</a>
</section>
<ul class="merits2">
<li>Punyashlok Ahilyadevi Holkar Solapur University is a state university located in Solapur, Maharashtra, India. Formerly it was postgraduate centre of Shivaji University. Punyashlok Ahilyadevi Holkar Solapur University was established on 1 August 2004 and was inaugurated on 3 August 2004 by the Governor of Maharashtra.</li>
</ul>
<!--Teasers-->
<section class="row">
<div class="grid">
<section class=" teaser col-1-3">
<a href="courses.html">
<h5>BTECH In Computer Science In Engg.</h5>
<h3>50+ PHD Faculties Are There For This Branch</h3>
</a>
<p>Best Computer Labs Are Present In Our University </p>
</section><!---
--><section class="teaser col-1-3">
<a href="courses.html">
<h5>BTECH In Electrical In Engg.</h5>
<h3>20+ PHD Faculties Are There For This Branch</h3>
</a>
<p> All Best Electrical-Tools Provides Our University</p>
</section><!--
--><section class="teaser col-1-3">
<a href="courses.html">
<h5>BTECH In Mechanical In Engg.</h5>
<h3> 30+ PHD Faculties Are There For This Branch</h3>
</a>
<p>There Are 80+ Mechanic Machines Available In Our University</p>
</section>
</div>
</section>
<footer class="primary-footer grid container ">
<small>©Abhishek Bangar</small>
<nav class="nav primary-nav">
<a href="register.html">Register</a>
<a href="courses.html">Courses</a>
<a href="contactus.html">ContactUs</a>
</nav>
</footer>
<div class="icon">
<a href="https://www.linkedin.com/in/abhishek-bangar-b6044619a?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3B30h64KdJThm97b4sPYkjXg%3D%3D"><i class="fab fa-linkedin"></i></a>
<a href="https://www.facebook.com/abhishek.bangar.927"><i class="fab fa-facebook-f"></i></a>
<a href=""><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/abhi_s_b.55"><i class="fab fa-instagram"></i></a>
<a href="mailto:[email protected]"><i class="fab fa-google"></i></a>
</div>
</body>
</html>