This repository has been archived by the owner on May 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
OUTR.html
43 lines (38 loc) · 1.67 KB
/
OUTR.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<style>
body {
font-family: 'Montserrat';font-size: 22px;
}
</style>
<meta charset="UTF-8">
<link href="style3.css" rel="stylesheet" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Page</title>
</head>
<body class="Pg1Body">
<div class="dropdownborder"></div>
<!-- <h5 class="select">My Institutes↓</h3> -->
<a href="Pg1User.html" class="select">My Institutes↑</a>
<a href="DAV.html" class="dav">D.A.V. Public School Unit VIII (2008-2022)</a>
<div class="instsep"></div>
<a href="OUTR.html" class="outr" id="outr">OUTR - B.Tech. (2022-2026)</a>
<div class="leftborder"></div>
<div class="rightborder"></div>
<button class="btn"><i class="fa fa-search fa-lg"></i></button>
<button class="btn1"><i class="fa fa-edit fa-lg"></i></button>
<button class="btn2"><i class="fa fa-bullhorn fa-lg"></i></button>
<button class="btn3"><i class="fa fa-bell fa-lg"></i></button>
<button class="btn4"><i class="fa fa-question fa-lg"></i></button>
<button class="logo1" onclick=window.location.href='index.html'>
<img src="ODBuddyLogoFullOr.png" style="width:50px;"/>
</button>
<button class="icon" onclick=window.location.href='index.html'>
<img src="[email protected]" style="width:40px;"/>
</button>
</body>
</html>