-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
59 lines (52 loc) · 1.76 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
<!doctype html>
<html lang="en" dir="ltr" >
<head >
<title> E-LEarning Online</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user scalable=no">
<link rel="stylesheet" type="text/css" href="index.html">
<style>
h1.space1{line-height:0.2;} h5.space2{line-height:0.1;}
a:hover {
color:blue;
text-decoration: underline;}
a{color:black; text-decoration:none; width:100px; }
</style>
</head>
<body style="background-color:white;">
<div>
<div><header>
<div id="hgroup" style="float:left; width:50%;height:80px;">
<h1 style="font-family:verdana;color:red;" class="space1">
<a href="index.html" style="font-size:60%; padding-left:5%;">
MY E-Learning Project</a></h1>
<h5 class="space2" align="justify" style="color:blue; padding-left:5%;">Learn with us</h5>
</div>
<nav style="float:right; width:50%;height:80px; ">
<table style="font-size:100%; padding-top:5%;">
<tr>
<td ><a href="index.html">Dashboard |</a></td>
<td ><a href="aboutus.html"> Gallery |</a></td>
<td><a href="aboutus.html"> Study |</a></td>
<td><a href="aboutus.html"> Login |</a></td>
<td><a href="aboutus.html"> About us</a></td>
</tr>
</table></nav></header>
</div>
</div>
<div>
<div id="leftcontent" style="float:left; width:15%;height:80%;">
<!-- left tab-->
<h3>Slider</h3>
</div>
<div id="centralcontent" style="float:left; width:70%;height:80%;">
<!--main content here--><br>
<h1 align="center">Welcome to Our basic Project for INP</h1>
</div>
<div id="rightcontent" style="float:left; width:15%;height:80%;">
<!--right contents-->
<h3>right slider</h3>
</div>
</div>
</body>
</html>