-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (63 loc) · 2.56 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
60
61
62
63
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="script.js">
</script>
<section id="section01" class="demo">
<h1>About <br/>Self<br/>Development</h1>
<a href="#section02"><span></span>Scroll</a>
</section>
<section id="section02" class="demo">
<h2>Self development is an act<br/> to level up all your skills<br/> which helps you to boost your <br/>productivity as well as demand <br/>in the present. </h2>
<a href="#section03"><span></span>Scroll</a>
</section>
<section id="section03" class="demo">
<h2>To do so you need <br/>to start 21 days challenge and <br/> with a particular number<br/> of tasks to be performed<br/> during these 21 days. </h2>
<a href="#section04"><span></span>Scroll</a>
</section>
<section id="section04" class="demo">
<h2>The Founder of this<br/> Self Development organisation <br/> is Max Brill<br/> and Arshan Rahman </h2>
<a href="#alpha"><span></span>Scroll</a>
</section>
<section id="alpha" class="demo">
<h2>It is not complete <br/> well-defined at present <br/>but due to its<br/> failure it is becoming<br/> more and more defined <br/> and flexible. To make <br/> this organisation<br/> more systematic and proper <br/> failure is its testimony<br/> and its important <br/> component to grow. </h2>
<a href="#section06">
</section>
<!---
<section id="section06" class="demo">
<h3>
<a href = "https://mail.google.com/mail/u/1/#inbox">
<i class="material-icons" style="font-size:88px;color:red;position:relative;left:-450px;top:-250px">mail</i>
</a>
</h3>
<a href="#section07"><span></span>Scroll</a>
</section>
<section id="section07" class="demo">
<h1>Scroll Down Button #7</h1>
<a href="#section08"><span></span><span></span><span></span>Scroll</a>
</section>
<section id="section08" class="demo">
<h1>Scroll Down Button #8</h1>
<a href="#section09"><span></span>Scroll</a>
</section>
<section id="section09" class="demo">
<h1>Scroll Down Button #9</h1>
<a href="#section10"><span></span>Scroll</a>
</section>
<section id="section10" class="demo">
<h1>Scroll Down Button #10</h1>
<a href="#thanks"><span></span>Scroll</a>
</section>
<section id="thanks">
<div>
<h2>Thanks!</h2>
<p><a href="https://www.nxworld.net/css-scroll-down-button.html" target="_parent">< Back To Article</a></p>
</div>
</section>
--->
</body>
</html>