-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (72 loc) · 3.73 KB
/
Copy pathindex.html
File metadata and controls
78 lines (72 loc) · 3.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ASMO ABDULLAH | Official Site</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "MusicGroup",
"name": "ASMO ABDULLAH",
"description": "Rapper and Lyricist from Bangladesh based in Oman",
"url": "https://asmoabdullahofficial.github.io/",
"sameAs": [
"https://www.facebook.com/ASMOABDULLAHofficial",
"https://www.instagram.com/asmoabdullah/",
"https://www.youtube.com/@ASMOABDULLAH",
"https://open.spotify.com/track/3AtRL5YICLxLV7wpigBTcl?si=c3667c14bffd4acc7",
"https://music.apple.com/us/artist/asmo-abdullah/1860330114"
]
}
</script>
</head>
<body>
<header class="hero">
<div class="hero-content">
<h1>ASMO ABDULLAH</h1>
<p>Rapper | Lyricist | Music Artist</p>
<div class="social-icons">
<a href="https://www.facebook.com/ASMOABDULLAHofficial" target="_blank" title="Facebook"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/asmoabdullah/" target="_blank" title="Instagram"><i class="fab fa-instagram"></i></a>
<a href="https://x.com/asmoabdullah" target="_blank" title="X (Twitter)"><i class="fab fa-x-twitter"></i></a>
<a href="https://www.youtube.com/@ASMOABDULLAH" target="_blank" title="YouTube"><i class="fab fa-youtube"></i></a>
<a href="https://open.spotify.com/track/3AtRL5YICLxLV7wpigBTcl?si=c3667c14bffd4acc4" target="_blank" title="Spotify"><i class="fab fa-spotify"></i></a>
<a href="https://music.apple.com/us/artist/asmo-abdullah/1860330114" target="_blank" title="Apple Music"><i class="fa-solid fa-music"></i></a>
<a href="http://music.amazon.co.uk/artists/B0G66MZF8B/asmo-abdullah" target="_blank" title="Amazon Music"><i class="fab fa-amazon"></i></a>
</div>
</div>
</header>
<section class="bio">
<div class="container">
<img src="assets/photo1.jpg" alt="Asmo Abdullah" class="profile-img">
<div class="bio-text">
<h2>About Me</h2>
<p>ASMO ABDULLAH is a dedicated Rapper and Lyricist from Bangladesh, now based in Oman. With a focus on powerful storytelling and authentic rap delivery, he brings a raw perspective to the modern hip-hop scene. Every bar he writes is a testament to his journey and his unwavering passion for the art of music.</p>
</div>
</div>
</section>
<section class="music">
<h2>Latest Tracks</h2>
<div class="track-list">
<div class="video-container"><iframe src="https://www.youtube.com/embed/o-8h8oGMYLM" frameborder="0" allowfullscreen></iframe></div>
<div class="video-container"><iframe src="https://www.youtube.com/embed/DOLM2ActMOc" frameborder="0" allowfullscreen></iframe></div>
<div class="video-container"><iframe src="https://www.youtube.com/embed/QJuo33XK7Fc" frameborder="0" allowfullscreen></iframe></div>
</div>
</section>
<section class="gallery">
<h2>Visuals</h2>
<div class="photo-grid">
<img src="assets/photo2.jpg" alt="Visual 1">
<img src="assets/photo3.jpg" alt="Visual 2">
<img src="assets/photo4.jpg" alt="Visual 3">
</div>
</section>
<footer>
<p>Contact for Inquiries: <a href="mailto:asmorap@gmail.com">asmorap@gmail.com</a></p>
<p>© 2025 ASMO ABDULLAH. All Rights Reserved.</p>
</footer>
</body>
</html>