-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.html
74 lines (56 loc) · 2.47 KB
/
courses.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WebDev Conference</title>
<link rel="stylesheet" href=built.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>
<!--Teasers-->
<section class="row">
<div>
<section class=course>
<a href="courses.html">
<h8>BTECH In Computer Science In Engg.</h8>
<h3>50+ PHD Faculties Are There For This Branch</h3>
</a>
<p>Best Computer Labs Are Present In Our Institute </p>
</section>
<section class=course>
<a href="courses.html">
<h8>BTECH In Electrical In Engg.</h8>
<h3>20+ PHD Faculties Are There For This Branch</h3>
</a>
<p> All Best Electrical-Tools Provides Our Institute</p>
</section>
<section class=course>
<a href="courses.html">
<h8>BTECH In Mechanical In Engg.</h8>
<h3> 30+ PHD Faculties Are There For This Branch</h3>
</a>
<p>There Are 80+ Mechanical Machines Available In Our Institute</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>
</body>
</html>