-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
297 lines (258 loc) Β· 8.71 KB
/
index.html
File metadata and controls
297 lines (258 loc) Β· 8.71 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
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Personal Website</title>
<style>
/* Reset and Base Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f5f5f5;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Header Styles */
header {
background-color: #667eea;
color: white;
padding: 80px 0;
text-align: center;
}
header h1 {
font-size: 3em;
margin-bottom: 10px;
}
header .highlight {
color: #ffd700;
}
header .subtitle {
font-size: 1.3em;
}
/* Navigation Styles */
nav {
background-color: #2c3e50;
padding: 15px 0;
}
nav ul {
list-style: none;
display: flex;
justify-content: center;
gap: 40px;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1.1em;
padding: 8px 16px;
}
nav ul li a:hover {
background-color: #667eea;
}
/* Section Styles */
.section {
padding: 60px 0;
background-color: white;
margin-bottom: 20px;
}
.section:nth-child(even) {
background-color: #f8f9fa;
}
.section h2 {
font-size: 2.5em;
margin-bottom: 30px;
color: #2c3e50;
text-align: center;
}
.section h3 {
font-size: 1.8em;
margin: 30px 0 15px;
color: #667eea;
}
.section p {
font-size: 1.1em;
margin-bottom: 20px;
text-align: justify;
color: #555;
}
/* Video Container */
.video-container {
margin: 30px 0;
text-align: center;
background-color: #e9ecef;
padding: 20px;
}
.video-container video {
max-width: 100%;
height: auto;
}
/* Hobbies Grid */
.hobbies-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-top: 40px;
}
.hobby-card {
background: white;
padding: 30px;
text-align: center;
border: 1px solid #ddd;
}
.hobby-icon {
font-size: 3em;
margin-bottom: 15px;
}
.hobby-card h3 {
font-size: 1.5em;
margin-bottom: 10px;
color: #2c3e50;
}
.hobby-card p {
color: #666;
text-align: center;
font-size: 1em;
}
/* Contact Section */
.contact-info {
max-width: 600px;
margin: 0 auto;
background: white;
padding: 40px;
border: 1px solid #ddd;
}
.contact-info p {
font-size: 1.2em;
margin-bottom: 20px;
text-align: left;
}
.contact-info strong {
color: #2c3e50;
display: inline-block;
min-width: 180px;
}
.contact-info a {
color: #667eea;
text-decoration: none;
}
.contact-info a:hover {
color: #764ba2;
text-decoration: underline;
}
/* Footer Styles */
footer {
background-color: #2c3e50;
color: white;
text-align: center;
padding: 30px 0;
margin-top: 40px;
}
footer p {
margin: 0;
font-size: 1em;
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Hi, I'm <span class="highlight">Macky</span>!</h1>
<p class="subtitle">Welcome to my personal website</p>
</div>
</header>
<nav>
<div class="container">
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#hobbies">Hobbies</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<main>
<section id="about" class="section">
<div class="container">
<h2>About Me</h2>
<p>Hello! I am a student who loves learning and improving myself. This website is a simple personal page made using HTML and CSS.</p>
<div class="video-container">
<video controls>
<source src="media/0116.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<h3>My Journey</h3>
<p>Every challenge I face teaches me something new. Whether it's learning a new skill or overcoming a fear, I believe that growth comes from stepping outside my comfort zone. This journey of self-improvement is what drives me every day.</p>
<div class="video-container">
<video controls>
<source src="media/0116.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<h3>My Passion</h3>
<p>I believe that passion and dedication are the keys to success. Every activity I engage in teaches me valuable lessons about life, teamwork, and perseverance. These experiences shape who I am and who I strive to become.</p>
</div>
</section>
<section id="hobbies" class="section">
<div class="container">
<h2>My Hobbies</h2>
<div class="hobbies-grid">
<div class="hobby-card">
<div class="hobby-icon">π</div>
<h3>Basketball</h3>
<p>I enjoy playing basketball to stay active and relieve stress.</p>
</div>
<div class="hobby-card">
<div class="hobby-icon">π€</div>
<h3>Singing</h3>
<p>Singing helps me express my emotions and boost my confidence.</p>
</div>
<div class="hobby-card">
<div class="hobby-icon">πΊ</div>
<h3>Watching Anime</h3>
<p>I love watching anime for entertainment, inspiration, and storytelling.</p>
</div>
<div class="hobby-card">
<div class="hobby-icon">π</div>
<h3>Reading</h3>
<p>I enjoy reading books and articles to gain knowledge and relax.</p>
</div>
<div class="hobby-card">
<div class="hobby-icon">π</div>
<h3>Overdressing</h3>
<p>I love dressing up and expressing my style through fashion.</p>
</div>
<div class="hobby-card">
<div class="hobby-icon">π</div>
<h3>Nature (Lake & Sea)</h3>
<p>I love spending time in nature, especially near lakes and the sea.</p>
</div>
</div>
</div>
</section>
<section id="contact" class="section">
<div class="container">
<h2>Contact Me</h2>
<div class="contact-info">
<p><strong>Email:</strong> <a href="mailto:your.email@email.com">your.email@email.com</a></p>
<p><strong>Facebook:</strong> <a href="#" target="_blank">Your Name</a></p>
<p><strong>My Personal Number:</strong> <a href="tel:+1234567890">+1234567890</a></p>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2026 My Personal Website</p>
</div>
</footer>
</body>
</html>