Welcome to Susanta Barik Official Website

Welcome to SusantaBarik.Com

Your Virtual Friend

👋 About Me

I am Susanta Barik, an educator, entrepreneur, and spiritual guide from Odisha, India. My mission is to empower people with the knowledge, tools, and mindset to succeed in every aspect of life.

Founder of Divine Academy

Digital Entrepreneur

Educator in Science & Spirituality

Fitness & Lifestyle Mentor

Expert Guidance for Share Market Success

With over a decade of experience in education, spirituality, digital entrepreneurship, and share market strategies, I've dedicated my life to helping others achieve their highest potential. Through my various platforms, I provide practical knowledge and transformative experiences that blend ancient wisdom with modern science.

🌟 My Projects & Websites

Susantabarik.Com

Main portfolio hub displaying skills, activities, services, and creativity. Explore spirituality, education, technology, fitness, and business.

Visit Website

Susantabarik.In

Professional office website for administration, staff management, gym fitness tips, equipment sales, health insurance policies, and legal guidance.

Visit Website

Divineacademy.Io

Education and spiritual growth platform. Premium courses, free ebooks, blogs, podcasts, and training in Midbrain Activation, NLP, Hypnosis, Reiki, Vedic Maths, and more.

Visit Website

Freetools.Cloud

Tools and digital assets hub. Free and premium utility tools, WordPress themes, plugins, templates, AI agents, reel bundles, and converters.

Visit Website

Cyberplanet.Info

Digital growth and online earning platform. Courses on freelancing, blogging, SEO, content creation, AI, hacking, app development, and share market predictions.

Visit Website

💼 What I Do

  • Midbrain Activation - Two-day programs for children & adults, online & offline.
  • Digital Training - Courses in SEO, content creation, freelancing, AI & web development.
  • Spiritual Guidance - Meditation, Vedic studies, Reiki, Kundalini basics & self-realisation guidance.
  • Fitness & Wellness - Gym fitness tips, equipment sales, health insurance policies, and legal guidance.
  • Share Market Strategy - Expert guidance and investment strategies for share market success.

Discover how our mission can help you grow personally and professionally. Visit our websites today!

🌟 What People Say About My Work

Join thousands who have transformed their lives through our knowledge platforms!

📞 Contact Me

Contact Information

Suakati, Keonjhar, Odisha – 758018
Susantasuakati@gmail.com
Divineacademy.Help@gmail.com
Freetools.Help@gmail.com
Cybersecureplanet@gmail.com
Muzikmasti.Odia@gmail.com
+91 7008414285
+91 9437543780

📧 Mail Me

© 2023 Susanta Barik. All rights reserved.

Empowering lives through knowledge, spirituality, and digital innovation

${authors[index].split(' ').map(n => n[0]).join('')}

${authors[index]}

${roles[index]}

`; testimonialGrid.appendChild(testimonialBox); }); // Animate elements on scroll const animateOnScroll = () => { const elements = document.querySelectorAll('.section-title, .content-left, .testimonial-grid'); elements.forEach(element => { const elementPosition = element.getBoundingClientRect().top; const screenPosition = window.innerHeight / 1.4; if (elementPosition < screenPosition && !element.classList.contains('reveal')) { element.classList.add('reveal'); } }); }; // Run on load and scroll window.addEventListener('load', () => { setTimeout(() => { animateOnScroll(); }, 300); }); window.addEventListener('scroll', animateOnScroll); // Form submission const contactForm = document.getElementById('contactForm'); contactForm.addEventListener('submit', function(e) { e.preventDefault(); const name = document.getElementById('name').value; const email = document.getElementById('email').value; const mobile = document.getElementById('mobile').value; const message = document.getElementById('message').value; if (!name || !email || !mobile || !message) { alert('Please fill in all fields.'); return; } const mailtoLink = `mailto:susantasuakati@gmail.com?subject=Contact from Website&body=Name: ${encodeURIComponent(name)}%0AEmail: ${encodeURIComponent(email)}%0AMobile: ${encodeURIComponent(mobile)}%0AMessage: ${encodeURIComponent(message)}`; window.location.href = mailtoLink; }); ```