Skip to content

Commit 6f21f02

Browse files
authored
Add files via upload
1 parent a51af73 commit 6f21f02

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

index.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!--html-->
2+
<!DOCTYPE html><html lang="en">
3+
<!--meta information-->
4+
<head>
5+
<meta content="text/html; charset=utf-8" http-equiv="content-type">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7+
<link rel="icon" type="image/png" href="images/logo.png">
8+
<title>UCE Management Portal</title>
9+
<link rel="stylesheet" href="css/normalize.css">
10+
<link rel="stylesheet" href="css/skeleton.css">
11+
<link rel="stylesheet" href="css/style.css">
12+
<script src="js/script.js"></script>
13+
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800"
14+
15+
type="text/css">
16+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
17+
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
18+
</head>
19+
<!--content--> <body>
20+
<!--header-->
21+
<header>
22+
<div class="container">
23+
<div class="row">
24+
<div class="nine columns">
25+
<h5 style="font-weight:bold;"><span style="color:#35bcf2;"><i class="fa fa-users"></i></span>
26+
UCE Management Portal</h5>
27+
</div>
28+
</div>
29+
</div>
30+
</header>
31+
<!--main wrapper-->
32+
<div class="wrapper">
33+
<!--slogan-->
34+
<h2 class="margin-top-max">Welcome!</h2>
35+
<p class="grey"></p>
36+
<h3>UCE MANAGEMENT PORTAL </h3>
37+
<p></p>
38+
<!--boxes-->
39+
<div class="row">
40+
<!--box 1-->
41+
<div class="columns five card green offset-by-one" onclick="javascript:location.href='index2.html'" >
42+
<span class="fa fa-user"></span> <br>
43+
<h5>Student</h5>
44+
</div>
45+
<!--box 2-->
46+
<div class="columns five card red" onclick="javascript:location.href='../jorani-master/index.php'"">
47+
<span class="fa fa-graduation-cap"></span> <br>
48+
<h5>Teacher</h5>
49+
</div>
50+
</div>
51+
</div>
52+
<br>
53+
<br>
54+
<center>
55+
<div style="font-family:verdana;font-size:13px;"><a target="_top" href="secure/insert.html">New
56+
User Registration<br>
57+
</a><br>
58+
<a href="www.google.com">Designed by JAI, KARTIK &amp; GAJENDRA</a></div>
59+
</center>
60+
</body>
61+
</html>

0 commit comments

Comments
 (0)