Spaces:
Running
Running
| <!DOCTYPE html> | |
| <html lang="en" class="scroll-smooth"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Solomon Okpuno | Power Platform Developer</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script> | |
| tailwind.config = { | |
| theme: { | |
| extend: { | |
| colors: { | |
| primary: { | |
| 500: '#4F46E5', | |
| }, | |
| secondary: { | |
| 500: '#10B981', | |
| } | |
| } | |
| } | |
| } | |
| } | |
| </script> | |
| </head> | |
| <body class="bg-gray-50 text-gray-800 font-sans"> | |
| <custom-navbar></custom-navbar> | |
| <!-- Hero Section --> | |
| <section class="relative h-screen flex items-center justify-center bg-gradient-to-r from-primary-500 to-indigo-600 overflow-hidden"> | |
| <img src="https://f19445a6-3a83-4359-90a6-300aadc7d24f-00-lv20crgj0v8x.janeway.replit.dev/@fs/home/runner/workspace/attached_assets/generated_images/Hero_section_background_image_9de853c9.png" | |
| alt="Hero background" | |
| class="absolute w-full h-full object-cover opacity-20"> | |
| <div class="container mx-auto px-6 relative z-10 text-center"> | |
| <div class="bg-white/10 backdrop-blur-sm rounded-2xl p-8 md:p-12 max-w-4xl mx-auto border border-white/20"> | |
| <span class="inline-block px-4 py-2 mb-4 bg-white/20 rounded-full text-white font-medium"> | |
| Available for Consultation | |
| </span> | |
| <h1 class="text-4xl md:text-6xl font-bold text-white mb-6"> | |
| Solomon Okpuno | |
| </h1> | |
| <h2 class="text-xl md:text-2xl text-white/90 mb-8"> | |
| Power Platform Developer | Data Analyst | BI Specialist | |
| </h2> | |
| <p class="text-lg text-white/80 mb-8 max-w-2xl mx-auto"> | |
| Transforming business challenges into intelligent solutions through Power Platform, advanced analytics, and data-driven insights. | |
| </p> | |
| <div class="flex flex-wrap justify-center gap-4 mb-10"> | |
| <span class="bg-white/20 px-4 py-2 rounded-full text-white flex items-center"> | |
| <i data-feather="award" class="mr-2 w-5 h-5"></i> Microsoft Certified | |
| </span> | |
| <span class="bg-white/20 px-4 py-2 rounded-full text-white flex items-center"> | |
| <i data-feather="check-circle" class="mr-2 w-5 h-5"></i> PL-300, PL-900, PL-7003 | |
| </span> | |
| </div> | |
| <div class="flex flex-wrap justify-center gap-6 mt-8"> | |
| <div class="skill-pill"> | |
| <i data-feather="database" class="mr-2"></i> Power BI | |
| </div> | |
| <div class="skill-pill"> | |
| <i data-feather="grid" class="mr-2"></i> Power Apps | |
| </div> | |
| <div class="skill-pill"> | |
| <i data-feather="refresh-cw" class="mr-2"></i> Power Automate | |
| </div> | |
| <div class="skill-pill"> | |
| <i data-feather="layers" class="mr-2"></i> Dynamics 365 | |
| </div> | |
| </div> | |
| <a href="#about" class="mt-16 inline-block animate-bounce"> | |
| <div class="text-white flex flex-col items-center"> | |
| <span>Scroll to explore</span> | |
| <i data-feather="chevron-down" class="w-8 h-8 mt-2"></i> | |
| </div> | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section id="about" class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row items-center gap-12"> | |
| <div class="md:w-1/2"> | |
| <div class="relative rounded-2xl overflow-hidden shadow-xl h-80"> | |
| <div class="absolute inset-0 bg-gradient-to-tr from-primary-500 to-secondary-500 opacity-90"></div> | |
| <div class="relative z-10 h-full flex items-center justify-center p-8"> | |
| <div class="text-center text-white"> | |
| <i data-feather="play-circle" class="w-16 h-16 mx-auto mb-4"></i> | |
| <h3 class="text-2xl font-bold mb-2">3-minute introduction video</h3> | |
| <p class="italic">"Hi, I'm Solomon. I help teams connect data, automate processes, and visualize insights with Power BI, Power Platform, and Dynamics 365."</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <h2 class="text-3xl font-bold mb-6 text-gray-800">Introduction</h2> | |
| <div class="mb-8"> | |
| <h3 class="text-xl font-semibold mb-4 text-primary-500">Microsoft Certified Professional</h3> | |
| <p class="text-gray-600 mb-4">Validated expertise across Power Platform, Data Analytics, and Business Intelligence</p> | |
| <ul class="space-y-3"> | |
| <li class="flex items-start"> | |
| <i data-feather="check-circle" class="text-secondary-500 mr-3 mt-1"></i> | |
| <span>PL-300: Microsoft Power BI Data Analyst</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check-circle" class="text-secondary-500 mr-3 mt-1"></i> | |
| <span>PL-900: Power Platform Fundamentals</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check-circle" class="text-secondary-500 mr-3 mt-1"></i> | |
| <span>PL-7003: Model-Driven Apps & Dataverse</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check-circle" class="text-secondary-500 mr-3 mt-1"></i> | |
| <span>MSc Management with Business Analytics</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Projects Section --> | |
| <section class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold mb-4 text-gray-800">Featured Projects</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Real-world solutions delivering measurable impact</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Project 1 --> | |
| <div class="bg-white rounded-xl shadow-lg overflow-hidden transition-transform duration-300 hover:scale-105"> | |
| <div class="h-48 bg-gradient-to-r from-primary-500 to-indigo-600 flex items-center justify-center"> | |
| <i data-feather="bar-chart-2" class="text-white w-16 h-16"></i> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold mb-2">Power BI Gallery</h3> | |
| <p class="text-gray-600 mb-4">Interactive dashboards bringing data to life</p> | |
| <a href="#" class="text-primary-500 font-medium flex items-center"> | |
| View Project <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Project 2 --> | |
| <div class="bg-white rounded-xl shadow-lg overflow-hidden transition-transform duration-300 hover:scale-105"> | |
| <div class="h-48 bg-gradient-to-r from-secondary-500 to-emerald-600 flex items-center justify-center"> | |
| <i data-feather="grid" class="text-white w-16 h-16"></i> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold mb-2">Enterprise Solutions</h3> | |
| <p class="text-gray-600 mb-4">Custom Power Platform implementations</p> | |
| <a href="#" class="text-primary-500 font-medium flex items-center"> | |
| View Project <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Project 3 --> | |
| <div class="bg-white rounded-xl shadow-lg overflow-hidden transition-transform duration-300 hover:scale-105"> | |
| <div class="h-48 bg-gradient-to-r from-amber-500 to-orange-600 flex items-center justify-center"> | |
| <i data-feather="refresh-cw" class="text-white w-16 h-16"></i> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold mb-2">Process Automation</h3> | |
| <p class="text-gray-600 mb-4">Streamlined workflows with Power Automate</p> | |
| <a href="#" class="text-primary-500 font-medium flex items-center"> | |
| View Project <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Skills Section --> | |
| <section class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold mb-4 text-gray-800">Skills Snapshot</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Technical expertise and professional capabilities</p> | |
| </div> | |
| <div class="flex flex-col lg:flex-row gap-12"> | |
| <div class="lg:w-1/2"> | |
| <h3 class="text-xl font-semibold mb-6 text-primary-500">Technical Skills</h3> | |
| <div class="space-y-6"> | |
| <div> | |
| <div class="flex justify-between mb-2"> | |
| <span>Power Apps (Model-Driven & Canvas)</span> | |
| <span>90%</span> | |
| </div> | |
| <div class="w-full bg-gray-200 rounded-full h-2.5"> | |
| <div class="bg-primary-500 h-2.5 rounded-full" style="width: 90%"></div> | |
| </div> | |
| </div> | |
| <div> | |
| <div class="flex justify-between mb-2"> | |
| <span>Power Automate</span> | |
| <span>90%</span> | |
| </div> | |
| <div class="w-full bg-gray-200 rounded-full h-2.5"> | |
| <div class="bg-primary-500 h-2.5 rounded-full" style="width: 90%"></div> | |
| </div> | |
| </div> | |
| <div> | |
| <div class="flex justify-between mb-2"> | |
| <span>Power BI & DAX</span> | |
| <span>95%</span> | |
| </div> | |
| <div class="w-full bg-gray-200 rounded-full h-2.5"> | |
| <div class="bg-primary-500 h-2.5 rounded-full" style="width: 95%"></div> | |
| </div> | |
| </div> | |
| <div> | |
| <div class="flex justify-between mb-2"> | |
| <span>Dataverse & Dynamics 365</span> | |
| <span>85%</span> | |
| </div> | |
| <div class="w-full bg-gray-200 rounded-full h-2.5"> | |
| <div class="bg-primary-500 h-2.5 rounded-full" style="width: 85%"></div> | |
| </div> | |
| </div> | |
| <div> | |
| <div class="flex justify-between mb-2"> | |
| <span>SQL & Data Modelling</span> | |
| <span>85%</span> | |
| </div> | |
| <div class="w-full bg-gray-200 rounded-full h-2.5"> | |
| <div class="bg-primary-500 h-2.5 rounded-full" style="width: 85%"></div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <h3 class="text-xl font-semibold mb-6 text-primary-500">Soft Skills</h3> | |
| <div class="space-y-6"> | |
| <div> | |
| <div class="flex justify-between mb-2"> | |
| <span>Requirements Gathering</span> | |
| <span>90%</span> | |
| </div> | |
| <div class="w-full bg-gray-200 rounded-full h-2.5"> | |
| <div class="bg-secondary-500 h-2.5 rounded-full" style="width: 90%"></div> | |
| </div> | |
| </div> | |
| <div> | |
| <div class="flex justify-between mb-2"> | |
| <span>Stakeholder Communication</span> | |
| <span>90%</span> | |
| </div> | |
| <div class="w-full bg-gray-200 rounded-full h-2.5"> | |
| <div class="bg-secondary-500 h-2.5 rounded-full" style="width: 90%"></div> | |
| </div> | |
| </div> | |
| <div> | |
| <div class="flex justify-between mb-2"> | |
| <span>Problem-Solving & Troubleshooting</span> | |
| <span>95%</span> | |
| </div> | |
| <div class="w-full bg-gray-200 rounded-full h-2.5"> | |
| <div class="bg-secondary-500 h-2.5 rounded-full" style="width: 95%"></div> | |
| </div> | |
| </div> | |
| <div> | |
| <div class="flex justify-between mb-2"> | |
| <span>Documentation & Testing</span> | |
| <span>90%</span> | |
| </div> | |
| <div class="w-full bg-gray-200 rounded-full h-2.5"> | |
| <div class="bg-secondary-500 h-2.5 rounded-full" style="width: 90%"></div> | |
| </div> | |
| </div> | |
| <div> | |
| <div class="flex justify-between mb-2"> | |
| <span>Agile Delivery (Scrum)</span> | |
| <span>85%</span> | |
| </div> | |
| <div class="w-full bg-gray-200 rounded-full h-2.5"> | |
| <div class="bg-secondary-500 h-2.5 rounded-full" style="width: 85%"></div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-20 bg-gradient-to-r from-primary-500 to-indigo-600 text-white"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h2 class="text-3xl font-bold mb-6">Need a quick prototype or BI health check?</h2> | |
| <p class="text-xl mb-8 max-w-2xl mx-auto">Let's discuss how I can help transform your data into actionable insights</p> | |
| <a href="#" class="inline-block bg-white text-primary-500 px-8 py-4 rounded-full font-bold hover:bg-gray-100 transition-colors duration-300 shadow-lg"> | |
| Get In Touch | |
| </a> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <custom-footer></custom-footer> | |
| <!-- Component Scripts --> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| <script src="script.js"></script> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> |