-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (102 loc) · 3.36 KB
/
Copy pathindex.html
File metadata and controls
118 lines (102 loc) · 3.36 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
<meta name="google-site-verification" content="k0awEhtt-Ebxy1E-oY2bNqTiqwMOhoHMXcGVOW-eF0s" />
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MusicbyNaivs | Official Portfolio</title>
<style>
body {
font-family: 'Segoe UI', sans-serif;
background-color: #0f0f0f;
color: #ffffff;
margin: 0;
padding: 0;
}header {
background-color: #1f1f1f;
padding: 2rem;
text-align: center;
}
header h1 {
font-size: 3rem;
color: #00ffd5;
margin: 0;
}
header p {
font-size: 1.2rem;
color: #ccc;
margin-top: 0.5rem;
}
main {
max-width: 900px;
margin: auto;
padding: 2rem;
}
section {
margin-bottom: 2rem;
}
h2 {
color: #00ffd5;
font-size: 1.8rem;
margin-bottom: 0.5rem;
}
ul {
padding-left: 1.2rem;
}
ul li {
margin-bottom: 0.5rem;
}
footer {
background-color: #111;
color: #888;
text-align: center;
padding: 1rem;
font-size: 0.9rem;
}
a {
color: #00ffd5;
text-decoration: none;
}
</style>
</head><body>
<header>
<h1>MusicbyNaivs</h1>
<p>Musician | Gamer | Creator | Storyteller</p>
</header> <main>
<section>
<h2>About Me</h2>
<p>Hey there, I'm <strong>Naivs</strong> — an Albanian-born multi-talent currently based in India 🇦🇱➝🇮🇳. I'm a passionate <strong>music producer</strong>, <strong>CODM gamer</strong>, and <strong>creative writer</strong>. I'm all about crafting powerful vibes, both sonically and emotionally.</p><p>I've worked on projects with <strong>Pixar</strong>, <strong>Disney</strong>, <strong>Marvel Studios (Deadpool 2)</strong>, and even had backstage involvement at <strong>Tomorrowland</strong>. My music blends genres like <strong>future bass</strong>, <strong>trap</strong>, <strong>phonk</strong>, <strong>drill</strong>, <strong>k-pop</strong>, <strong>j-pop</strong>, <strong>bigroom</strong>, <strong>hardstyle</strong>, and <strong>hardcore</strong>.</p>
<p>In gaming, I’m proud to be a <strong>4× Legendary in Call of Duty Mobile</strong> (both MP and BR), with a sharp aim using <em>M13, MG42, Fennec, Tundra, and Locus</em>.</p>
<p>I also love writing stories (currently unpublished) and exploring voiceover and dubbing as creative extensions of my artistry. I believe every skill adds to the full picture of who I am and what I can offer.</p>
</section>
<section>
<h2>Genres I Work With</h2>
<ul>
<li>Future Bass</li>
<li>Trap</li>
<li>Phonk</li>
<li>Drill</li>
<li>Pop</li>
<li>K-Pop</li>
<li>J-Pop</li>
<li>Bigroom</li>
<li>Hardstyle</li>
<li>Hardcore</li>
</ul>
</section>
<section>
<h2>Professional Highlights</h2>
<ul>
<li>Worked with <strong>Pixar & Disney</strong> in early production music design</li>
<li>Part of <strong>Marvel Studios music team</strong> on <em>Deadpool 2</em></li>
<li>Backstage management contributor at <strong>Tomorrowland</strong></li>
<li>COD Mobile: <strong>4× Legendary</strong> (MP & BR)</li>
<li>Exploring <strong>voiceover, dubbing</strong> & writing original stories</li>
</ul>
</section>
<section>
<h2>Social Links</h2>
<p>Coming soon: connect with me on <strong>Instagram, YouTube, Spotify, and more</strong>.</p>
</section>
</main> <footer>
© 2025 MusicbyNaivs | Built with ❤️ | Albania to India 🌍
</footer>
</body></html>