help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
simple-portfolio
RSK World
simple-portfolio
RSK World Portfolio Website - Modern Web Development + Responsive Design + Interactive Animations + Payment Integration + PHP Backend + Professional Design
simple-portfolio
  • .gitignore568 B
  • LICENSE1.1 KB
  • README.md7.1 KB
  • about.html2.7 KB
  • contact.html3.5 KB
  • index.html2.9 KB
  • projects.html3 KB
  • script.js1007 B
  • style.css64.5 KB
script.js
script.js
Raw Download
Find: Go to:
// Simple RSK World Portfolio JavaScript

document.addEventListener('DOMContentLoaded', () => {
    // Ensure cursor is visible (fix for previous custom cursor issues)
    document.documentElement.style.cursor = 'auto';
    document.body.style.cursor = 'auto';

    // Navigation Active State Management
    function updateActiveNavigation() {
        const currentPath = window.location.pathname;
        const currentPage = currentPath.split('/').pop() || 'index.html';

        // Remove active state from all navigation links
        const navLinks = document.querySelectorAll('nav a');
        navLinks.forEach(link => {
            link.classList.remove('active');
        });

        // Find and activate the current page link
        const activeLink = document.querySelector(`nav a[href="${currentPage}"]`);
        if (activeLink) {
            activeLink.classList.add('active');
        }
    }

    // Update navigation on page load
    updateActiveNavigation();
});
28 lines•1007 B
javascript

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer