Global Opportunities Masterclass 2026

Unlock Scholarships, Fellowships & Fully Funded Global Opportunities. Position yourself strategically for 2026/27 success.

What You Will Learn

  • ✔ How to find hidden global opportunities
  • ✔ CV review & restructuring
  • ✔ Writing compelling personal statements
  • ✔ Crafting winning scholarship essays
  • ✔ Interview mastery
  • ✔ Strategic positioning & branding
  • ✔ Avoiding common rejection mistakes

Packages

Student: ₦20,000
Standard: ₦30,000
Premium: ₦50,000
VIP: ₦80,000

Register Now





function toggleStudentUpload(){ var packageAmount = document.getElementById("package").value; var uploadDiv = document.getElementById("studentUpload");

if(packageAmount == "20000"){ uploadDiv.style.display = "block"; } else { uploadDiv.style.display = "none"; } }

function payWithPaystack(){

var fullname = document.getElementById("fullname").value; var email = document.getElementById("email").value; var country = document.getElementById("country").value; var packageAmount = document.getElementById("package").value; var studentID = document.getElementById("studentID").files.length;

if(!fullname || !email || !country || !packageAmount){ alert("Please fill all required fields."); return; }

if(packageAmount == "20000" && studentID == 0){ alert("Student ID is required for Student package."); return; }

var handler = PaystackPop.setup({ key: 'pk_live_1e9e94a053fb515b2ce53d6ae777c28793911a90', email: email, amount: packageAmount * 100, currency: "NGN", metadata: { custom_fields: [ { display_name: "Full Name", variable_name: "fullname", value: fullname }, { display_name: "Country", variable_name: "country", value: country }, { display_name: "Package", variable_name: "package", value: packageAmount } ] }, callback: function(response){ alert('Payment successful! Transaction ref: ' + response.reference); window.location.href = "/thank-you"; }, onClose: function(){ alert('Transaction cancelled.'); } });

handler.openIframe(); }

Scroll to Top