-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (55 loc) · 2.73 KB
/
index.html
File metadata and controls
66 lines (55 loc) · 2.73 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Assignment1 </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Butcherman" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../css/flex.css">
</head>
<body>
<header class="container">
<img src="../image/photo1.jpg" style="width: 450px;height: 80px;">
<strong><h1 id="i1">e learning</h1></strong>
</header>
<nav>
<a href="#">home</a>
<a href="#">course</a>
<a href="#">subject</a>
<a href="#">online exam</a>
<a href="#">about us</a>
<a href="#">contact</a>
</nav>
<main>
<section class="s1">
<article class="s2">
<section class="hero-image">
<section class="hero-text">
<h1 style="font-size:50px">e learning</h1>
<p>if you can dream you can learn</p>
<button>click here to learn</button>
</section>
</section>
</article>
<article class="s3">
<section class="part1">
<h1>study materials--------</h1>
<pre>
we are one of a kind--
we provide a top quality study
materials which includes e-books
and hand made notes which can
help study and excel in exams
</pre>
</section>
<section class="part2">
</section>
</article>
<article class="s4"><h1>----UPDATES-----</h1></article>
</section>
<footer class="footer">
this is a footer
</footer>
</main>
</body>
</html>