-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
178 lines (178 loc) · 5.62 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alya | Profile Page</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="res/pict/favicon.jpg" rel="icon">
<link href="res/pict/apple-touch-icon.jpg" rel="apple-touch-icon">
<script src="https://kit.fontawesome.com/4eb31409a6.js" crossorigin="anonymous"></script>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
</head>
<body onload="setInterval('displayTime()', 1000);">
<div class="container">
<div class="header">
<h2>ALYA KONTOL</h2>
<div class="header-menu">
<h5>Tech Theme</h5>
<div class="dropdown">
<button class="dropbtn">
<i class="fa-solid fa-list-ul"></i>
</button>
<div class="dropdown-content">
<a href="#" style="animation: choose-box 2s ease 1 forwards;">
<i class="fa-solid fa-house"></i>
Home
</a>
<a href="https://harjakrepp.github.io/comingsoon-pages/">
<i class="fa-solid fa-image"></i>
Gallery
</a>
<a href="https://harjakrepp.github.io/comingsoon-pages/">
<i class="fa-solid fa-film"></i>
Movie
</a>
<a href="https://anotepad.com/note/read/emtxbmen">
<i class="fa-solid fa-music"></i></i>
Music
</a>
<a href="https://harjakrepp.github.io/comingsoon-pages/">
<i class="fa-solid fa-address-book"></i>
Contact
</a>
</div>
</div>
</div>
</div>
<div class="runningtext">
<marquee>Welcome to Website Alya</marquee>
</div>
<div class="welcome">
<h5 id="digital-clock"></h5>
<img data-aos="zoom-in" data-aos-duration="2000" src="https://telegra.ph/file/22dcdce1ec3faca64f3bf.jpg"></img>
<h4>Hello</h4>
<p>Welcome to My Profile</p>
</div>
<h1 data-aos="zoom-in">Introduce My Self</h1>
<div data-aos="fade-up" class="aboutme">
<img src="https://telegra.ph/file/22dcdce1ec3faca64f3bf.jpg"></img>
<h3>About Me</h3>
<p>
Hi, my name. I'm 18 years old.
I was born in Central Java, Indonesia. January 4th, 2004.
</p>
</div>
<div class="hobbies">
<fieldset>
<legend>
<h3>My Hobbies</h3>
</legend>
<div data-aos="zoom-in" class="coding">
<img src="res/pict/coding.gif"></img>
<h5>Coding</h5>
<p>
coding is one of my activities when I have free time,
with coding my emotional feelings can change,
when I succeed in doing something I want I feel happy,
and conversely when I fail, I feel restless and want to fix it immediately.
I think this activity is very fun
</p>
</div>
<div data-aos="zoom-in" class="rubik">
<img src="res/pict/rubik.gif"></img>
<h5>Playing Rubik's Cube</h5>
<p>
Playing Rubik's Cube is a fun activity,
I often play it when I'm bored.
by playing rubik, i can control stress by shuffling it,
this is very satisfying. this can bring back my chaotic mood
</p>
</div>
<div data-aos="zoom-in" class="game">
<img src="res/pict/game.gif"></img>
<h5>Playing Games</h5>
<p>
Playing games is an activity to relieve boredom and stress.
By playing the game, I have many very good friends.
my favorite game is minecraft
</p>
</div>
<div data-aos="zoom-in" class="watch">
<img src="res/pict/watch.gif"></img>
<h5>Watch Movie</h5>
<p>
on weekends, homework is done.
I spend a lot of time watching my favorite movies & anime.
I think this activity can train emotional and relieve fatigue after activities.
</p>
</div>
<div data-aos="zoom-in" class="music">
<img src="res/pict/music.gif"></img>
<h5>Listening Music</h5>
<p>
This is my favorite hobby, songs can affect my mood,
when I hear happy songs, I feel happy too,
and when I hear sad songs, I also feel sad. by hearing and singing a song, I feel excited.
</p>
</div>
</fieldset>
<div class="connect">
<fieldset>
<div class="my-project">
<fieldset>
<legend>My Sosmed</legend>
<table border="1px">
<tr>
<th rowspan="2">No.</th>
<th colspan="2">sosial media</th>
</tr>
<tr>
<th>created by</th>
<th>alya</th>
</tr>
<tr>
<td>1.</td>
<td>website</td>
<td>
<a href="https://Created-By.tiarachans.repl.co">website alya</a>
</td>
</tr>
<tr>
<td>2.</td>
<td>WhatsApp</td>
<td><a href="https://wa.me/6287724929489">WhatsApp alya</td>
</tr>
<tr>
<td>3.</td>
<td>Instagram</td>
<td><a href="https://instagram.com">Instagram alya</td>
</tr>
</table>
</fieldset>
</div>
</div>
<div class="footer">
<h3>Credits</h5>
<h4>Creator :</h4>
<p>Alya Eritha Hasanah</p>
<h4>Special Thanks :</h4>
<a href="https://youtube.com/c/WebProgrammingUNPAS">Web Programming UNPAS</a>
<a href="https://github.com/MGalaCyber">Manggala (@MGalaCyber)</a>
<a href="https://github.com/axolotlextnd">Sandiraa (@axolotlextnd)</a>
<a href="https://fontawesome.com/">Font Awesome</a>
<a href="https://dafont.com/">Dafont.com</a>
<a href="https://google.com/">Google</a>
<div class="made-with">
<p>Made With <a href="https://wa.me/6287724929489"><i class="fa-solid fa-heart"></i></a> & <a href="https://www.google.com/amp/s/m.gsmarena.com/oppo_a1k-ampp-9673.php"><i class="fa-solid fa-mobile"></i></a></p>
<span>(without help of any framework)</span>
</div>
</div>
<div class="copyright">
<p>Copyright <i class="fa-solid fa-copyright"></i> 2022 AlyaXyz</p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>