-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
161 lines (128 loc) Β· 4.64 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="jpg" href="./Images/scroll.logo.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ππππ - π πππ«π¨π₯π₯π’π§π ππ’ππ</title>
</head>
<body>
<canvas id="bg"></canvas>
<audio id="backgroundMusic" src="music.mp3" loop></audio>
<button id="musicButton">Play Music</button>
<div class="avatar"></div>
<main>
<header>
<h4>Hey!π Welcome to<h4>
<h1>π’ΟΟ
β</h1>
<h3>A 3-D Scrolling Site</h3>
<h5> Dive into a journey of reflection and inspiration with every scroll which unveils amazing crafted lines
that resonate with the essence of life. Immerse yourself in profound insights designed by me to touch your
heart and soul. Let the words guide you through a peaceful and enriching experience.</h5>
</header>
<blockquote>
<p>If a person who has lost the game & still smile, then even the winner of the victory, loses the joy of winning.
</p>
</blockquote>
<blockquote>
<p>Not being overconfident during preparation gives the permission to be confident during performance.</p>
</blockquote>
<blockquote>
<p>Don't break you & your own
dreams & aspirations instead break your
limits & arrogance.</p>
</blockquote>
<blockquote>
<p>When a person considers things to be
happiness, then he does not really get
happiness becoz happiness is felt, understood not
sought & desired.</p>
</blockquote>
<blockquote>
<p>When someone else breaks our
dream, we get saved, but when we break
our own dream, we die from inside.</p>
</blockquote>
<blockquote>
<p>It's enjoyable to take rest only when we are tired of running and walking, it means... we only enjoy having fun
when we're tired after intense studying.</p>
</blockquote>
<blockquote>
<p>Rememberππ» When you don't have fear of failures then only you can touch the surface of success.</p>
</blockquote>
<blockquote>
<p>Sometimes loneliness become your best friend by which you start loving yourself more.</p>
</blockquote>
<blockquote>
<p>God will not save you until you save yourself, Until you love yourself, Until your believe in yourself.</p>
</blockquote>
<blockquote>
<p>If you're feeling bad, try not to say negative because your mood might get better later, but words spoken
cannot be taken back.</p>
</blockquote>
<blockquote>
<p>Sometimes in life, we have to
keep ourselves in the dark night
in search of light.</p>
</blockquote>
<blockquote>
<p>No one can kill you more than
your own thoughts which means Sometimes, you are the creature of your own casualty.</p>
</blockquote>
<blockquote>
<p>We choose one thing from
manything in our life to do
something and sometimes that one give back
everything in the same life.</p>
</blockquote>
<blockquote>
<p>Never let Failure enter the Heart
and Success in the Head.</p>
</blockquote>
<blockquote>
<p>Don't fight to get something
that is not made for you, fight for
what you were made for.</p>
</blockquote>
<blockquote>
<p>What kind of condition that person is facing and
going through you don't know but you
just know how to support them.</p>
</blockquote>
<blockquote>
<p>Only those who benefit from untruth
consider the truth as an insult.</p>
</blockquote>
<blockquote>
<p>The one who is the winner comes to
know that he is the winner, he does
not need any tag of the prize.</p>
</blockquote>
<blockquote>
<p>When you help someone unconditionally
Without excepting anything in return, God
has his way of paying back and Really God
never forget!!
</p>
</blockquote>
<blockquote>
<p>By thinking about the painful difficulties of
the past, motivated by them in the present,
we can change our future forever.</p>
</blockquote>
<blockquote>
<p>If you have faith in God then you
will be able to do what is written in
your destiny but if you have faith
in yourself then God will also write
your destiny as you wish.</p>
</blockquote>
<br>
<br>
<div class="lastone">
Thanks For Reading & Watching!π«Ά
</div>
</main>
<script type="module" src="./main.js"></script>
</body>
</html>