forked from harjakrepp/harjakrepp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
206 lines (206 loc) · 7.36 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Harja | 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>HarJa Website</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 Harja's website</marquee>
</div>
<div class="welcome">
<h5 id="digital-clock"></h5>
<img data-aos="zoom-in" data-aos-duration="2000" src="res/pict/neon-logo.png"></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="res/pict/astrobot.jpeg"></img>
<h3>About Me</h3>
<p>
Hi, My name Harja. I'm 17 years old.
I was born in East Java, Indonesia. June, 4th, 2005.
I'm a student of Lumajang 1 Vocational High School,
11th grade majoring in Software Engineering.
</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>
<legend>Social Media</legend>
<div class="sosmed">
<a href="https://www.instagram.com/harjakrepp_"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.facebook.com/harjakrepp"><i class="fa-brands fa-facebook"></i></a>
<a href="https://youtube.com/channel/UC2gkospai3qUTO93xXe02qA"><i class="fa-brands fa-youtube"></i></a>
<a href="https://www.twitter.com/harjakrepp"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.github.com/harjakrepp"><i class="fa-brands fa-github"></i></a>
<div class="more-account-dropdown">
<button class="more-account-btn">More Account</button>
<div class="more-account-box">
<a href="https://account.xbox.com/en-us/Profile?gamertag=harjakrepp"><i class="fa-brands fa-xbox"></i>Xbox</a>
<a href="https://www.linkedin.com/in/rachmad-suharja-2764aa234"><i class="fa-brands fa-linkedin"></i>LinkedIn</a>
<a href="https://www.reddit.com/user/harjakreppXD/"><i class="fa-brands fa-reddit"></i>Reddit</a>
</div>
</div>
</div>
</fieldset>
</div>
<div class="my-project">
<fieldset>
<legend>My Projects</legend>
<table border="1px">
<tr>
<th rowspan="2">No.</th>
<th colspan="2">Projects</th>
</tr>
<tr>
<th>Type</th>
<th>Name</th>
</tr>
<tr>
<td>1.</td>
<td>Blog</td>
<td>
<a href="https://harjakrepp.github.io/harjakrepp-website/">Harjakrepp Website</a>
</td>
</tr>
<tr>
<td>2.</td>
<td>Lets Sing</td>
<td><a href="https://harjakrepp.github.io/mantra-hujan">Mantra Hujan Lyrics</td>
</tr>
<tr>
<td>3.</td>
<td>Stopwatch</td>
<td><a href="https://harjakrepp.github.io/rubiks-stopwatch">Stopwatch for Rubiks</td>
</tr>
</table>
</fieldset>
</div>
<div class="aboutweb">
<h2>Information</h2>
<input type="button" value="click here" onclick="info()">
</div>
<div class="support">
<a href="https://trakteer.id/harjakrepp/tip" target="blank">
<img id="wse-buttons-preview" src="https://cdn.trakteer.id/images/embed/trbtn-red-1.png" height="36" alt="Trakteer Saya"></a>
<h6>Support Me</h6>
</div>
<div class="footer">
<h3>Credits</h5>
<h4>Creator :</h4>
<p>Rachmad Suharja</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://harjakrepp.github.io/imaginary-friends/"><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 HarJa</p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>