-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (61 loc) · 3.83 KB
/
index.html
File metadata and controls
67 lines (61 loc) · 3.83 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
67
<html>
<head>
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<title>Sup </title>
<link href="style.css" rel="stylesheet">
</head>
<body background="images/bg.jpg">
<div style="position: sticky; top: 0;">
<div style="background-image: url(images/cover.jpg); padding-top: 0px; height: 90px; margin: 0; position: sticky; top: 0;">
<h1 align="center" id="rick" style="padding: 15px;
font: 45px/32px minecrafter, serif; color: #ffffff; text-shadow: 0 0 20px rgb(0, 0, 0);">Hello World</h1>
</div>
<div style="padding: 0;">
<ul id="h_nav" style="position: static; overflow: hidden;">
<li id="h_nav1">Home</li>
<li id="h_nav1">About</li>
<li id="h_nav1">Contact</li>
<li id="h_nav1">FAQ</li>
</ul>
</div>
</div>
<div style="width: 20%; overflow: auto; position: fixed; height: 100%; background-color: rgb(255, 255, 255, 0.9);">
<ul id="one">
<li id="one"><a href="#home">Home</a></li>
<li id="one"><a href="#about">About</a></li>
<li id="one"><a href="#contact">Contact Us</a></li>
<li id="one"><a href="#home">Home</a></li>
<li id="one"><a href="#about">About</a></li>
<li id="one"><a href="#contact">Contact Us</a></li>
<li id="one"><a href="#home">Home</a></li>
<li id="one"><a href="#about">About</a></li>
<li id="one"><a href="#contact">Contact Us</a></li>
</ul>
<hr style="color:gray; margin: 10px 23px 10px 23px">
<a href="javascript:void(0)" onclick="location.href='https://www.youtube.com/watch?v=dQw4w9WgXcQ'"><img src="images/git.png" align="center" style="height: 10%; width: 40%; position:relative; left:20%;"></a>
</div>\
<div style="width: 500px; margin-left: 25%;">
<div class="dec" id="op" style="margin-top: 10px;">
<h3>Just a Dummy Page for testing purposes</h3>
</div>
<br>
<div class="dec" id="op">
<h4 id="des">Author</h5>
<strong>Adwin Paulji</strong><br>
<strong style="color: #808080">Tech Enthusiast</strong>
</div>
<br>
<div class="dec" id="op">
<strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum</strong><br>
</div>
<br>
<div class="dec" id="op">
<strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum</strong><br>
</div>
<br>
<div class="dec" id="op">
<strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum</strong><br>
</div>
</div>
</body>
</html>