-
Notifications
You must be signed in to change notification settings - Fork 0
/
academic_1.html
93 lines (84 loc) · 3.33 KB
/
academic_1.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
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ACADEMICS</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="academic_1.css">
<link rel="icon" type="image/x-icon" href="./favicon_io/favicon-32x32.png">
</head>
<body>
<div class="wrapper1">
<!--NAVIGATION-->
<nav style="background:url(./images/school_page.jpeg)100%;">
<img src="./images/new-removebg-preview.png" class="img" alt="logo">
<!-- <label>Neeraj Meena</label> -->
<ul>
<li><a href="index.html">HOME</a></li>
</ul>
</nav>
<!--END OF NAVIGATION-->
<!--Start Header-->
<header>
<center>
<h1 id="academic1"> <span class="text-theme">Academics</span>
<hr color="orangered" width="80px" size="4px" />
</h1>
</center>
</header>
<div class="admins">
<center><table>
<tr>
<td>
<h3><button>Dean</button></h3>
</td>
<td>
<h3><button>Associate Dean</button></h3>
</td>
<td>
<h3><button>Joint Registrar</button></h3>
</td>
<td>
<h3><button>Assistant Registrar</button></h3>
</td>
</tr>
</table></center>
</div><br><br>
<div>
<showcase1>
<!-- <p>(Popular Courses We Are Offer)</p> -->
<div id="courses">
<div class="cs">
<h3>Computer Science</h3>
<img src="./images/cse.jpeg" width="50%" alt="cs">
<a href="#"><button class="apply">Apply Here</button></a>
</div>
<div class="business">
<h3>Business Studies</h3>
<img src="./images/business.jpeg" alt="business">
<a href="#"><button class="apply">Apply Here</button></a>
</div>
<div class="journalism">
<h3>Media and Journalism</h3>
<img src="./images/journalism.jpeg" alt="media">
<a href="#"><button class="apply">Apply Here</button></a>
</div>
<div class="arts">
<h3>Arts & Humanities</h3>
<img src="./images/arts.jpeg" alt="arts">
<a href="#"><button class="apply">Apply Here</button></a>
</div>
<div class="medical">
<h3>Medical Science</h3>
<img src="./images/medical.jpeg" alt="ms">
<a href="#medical"><button class="apply">Apply Here</button></a>
</div>
</div>
</showcase1>
</div>
<footer>
<p>Copyright © 2022, Neeraj Meena</p>
</footer>
</body>
</html>