Ariful Arnab – Personal Portfolio
/* Custom styles to apply the fonts */
body {
font-family: ‘Inter’, sans-serif;
background-color: #111827; /* Dark gray background */
color: #d1d5db; /* Light gray text */
}
h1, h2, h3, h4, h5, h6 {
font-family: ‘Poppins’, sans-serif;
}
.accent-color {
color: #3b82f6; /* Deep Blue */
}
.bg-accent {
background-color: #3b82f6;
}
.border-accent {
border-color: #3b82f6;
}
.section-title {
@apply text-3xl md:text-4xl font-bold text-center mb-12 text-white;
}
.card-hover {
@apply transition-transform duration-300 ease-in-out hover:scale-105;
}
Hi, I’m Ariful Arnab
Musician • Web Designer • Content Creator • Entrepreneur
Explore My Work
About Me
Born in Khulna, Bangladesh, Ariful Arnab is a multi-talented creative working across music, business, and web development.
Known for soulful music and smart tech solutions, he’s the designer behind RADTL.com and a growing voice in the Bangladeshi creative scene.
Age: 28
Origin: Khulna, BD
Languages: Bangla, English
Skills: Web Design, Music, Video
My Works
RADTL Website
Role: Full-site design & dev
Sitejet
Real Estate
Responsive
View Project
Latest Releases
Khamoshi
Dil Ke Dastan
Yaadon Ki Barsaat
Videos
Lyrical videos, music edits & more
Entrepreneurship
Anwar Poultry Farm – Barisal
Owner & Manager
Highlighting achievements in business and agricultural management.
document.addEventListener(‘DOMContentLoaded’, function() {
const header = document.getElementById(‘header’);
const mobileMenuButton = document.getElementById(‘mobile-menu-button’);
const mobileMenu = document.getElementById(‘mobile-menu’);
// Header shadow on scroll
window.addEventListener(‘scroll’, () => {
if (window.scrollY > 10) {
header.classList.add(‘shadow-lg’, ‘shadow-blue-500/10’);
} else {
header.classList.remove(‘shadow-lg’, ‘shadow-blue-500/10’);
}
});
// Mobile menu toggle
mobileMenuButton.addEventListener(‘click’, () => {
mobileMenu.classList.toggle(‘hidden’);
});
});
TIME BUSINESS NEWS