Spaces:
Running
Running
add a page to this site at "services.html" about my consulting services and areas of expertise. I have spent the last 20 years developing and optimizing consumer-facing digital experiences (websites, mobile apps, online stores). I have 10+ years experience as a product manager and 5 years experience as a digital marketer and analytics specialist. I have experience with web design, development, product launches, go to market strategies, rebranding, WordPress development, UX & UI, user testing, market research, startups, fundraising, business development, demand generation, process automation, conversion optimization, digital advertising, MVP development, SEO, content strategy, forecasting, PaaS, SaaS, mobile apps, and mentorship. I am a jack of all trades when it comes to digital products and consumer web experiences.
102af49 verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Digital Consulting Services | Expertise in Digital Products</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <style> | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |
| } | |
| .service-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-lg"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="flex justify-between items-center py-4"> | |
| <a href="index.html" class="flex items-center space-x-2"> | |
| <i data-feather="globe" class="text-indigo-600"></i> | |
| <span class="text-xl font-bold text-gray-800">DigitalExpert</span> | |
| </a> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="index.html" class="text-gray-600 hover:text-indigo-600">Home</a> | |
| <a href="services.html" class="text-indigo-600 font-medium">Services</a> | |
| </div> | |
| <button class="md:hidden focus:outline-none"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="gradient-bg text-white py-20"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-6">Digital Product Consulting Services</h1> | |
| <p class="text-xl mb-8">20+ years of experience crafting exceptional digital experiences that drive growth and engagement.</p> | |
| <a href="#contact" class="bg-white text-indigo-600 px-8 py-3 rounded-lg font-semibold hover:bg-gray-100 transition duration-300 inline-block">Get Started</a> | |
| </div> | |
| <div class="md:w-1/2" data-aos="fade-left"> | |
| <img src="http://static.photos/technology/640x360/42" alt="Digital Consulting" class="rounded-lg shadow-xl"> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Experience Section --> | |
| <section class="py-20 bg-white"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">My Professional Journey</h2> | |
| <div class="w-24 h-1 bg-indigo-600 mx-auto"></div> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-50 p-8 rounded-lg shadow-sm" data-aos="fade-up"> | |
| <div class="text-indigo-600 mb-4"> | |
| <i data-feather="monitor" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Product Management</h3> | |
| <p class="text-gray-600">10+ years leading digital product development from concept to launch, specializing in consumer-facing applications.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg shadow-sm" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="text-indigo-600 mb-4"> | |
| <i data-feather="trending-up" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Digital Marketing</h3> | |
| <p class="text-gray-600">5 years experience in growth marketing, analytics, and demand generation strategies that deliver measurable results.</p> | |
| </div> | |
| <div class="bg-gray-50 p-8 rounded-lg shadow-sm" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="text-indigo-600 mb-4"> | |
| <i data-feather="code" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Web Development</h3> | |
| <p class="text-gray-600">Full-stack expertise including WordPress development, UX/UI design, and technical implementation.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Services Section --> | |
| <section class="py-20 bg-gray-50"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">Areas of Expertise</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Comprehensive digital consulting services tailored to your business needs</p> | |
| <div class="w-24 h-1 bg-indigo-600 mx-auto"></div> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <div class="bg-white p-6 rounded-lg shadow-sm service-card transition duration-300" data-aos="zoom-in"> | |
| <div class="text-indigo-600 mb-4"> | |
| <i data-feather="box" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-lg font-semibold mb-2">Product Strategy & Development</h3> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>Product roadmaps & prioritization</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>MVP development</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>Go-to-market strategies</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="bg-white p-6 rounded-lg shadow-sm service-card transition duration-300" data-aos="zoom-in" data-aos-delay="100"> | |
| <div class="text-indigo-600 mb-4"> | |
| <i data-feather="layers" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-lg font-semibold mb-2">Web & Mobile Development</h3> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>WordPress development</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>UX/UI design</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>Mobile app strategy</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="bg-white p-6 rounded-lg shadow-sm service-card transition duration-300" data-aos="zoom-in" data-aos-delay="200"> | |
| <div class="text-indigo-600 mb-4"> | |
| <i data-feather="bar-chart-2" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-lg font-semibold mb-2">Digital Marketing</h3> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>SEO & content strategy</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>Conversion optimization</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>HubSpot & email marketing</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="bg-white p-6 rounded-lg shadow-sm service-card transition duration-300" data-aos="zoom-in"> | |
| <div class="text-indigo-600 mb-4"> | |
| <i data-feather="zap" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-lg font-semibold mb-2">Process Automation</h3> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>AI-powered automations</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>Workflow optimization</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>Digital transformation</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="bg-white p-6 rounded-lg shadow-sm service-card transition duration-300" data-aos="zoom-in" data-aos-delay="100"> | |
| <div class="text-indigo-600 mb-4"> | |
| <i data-feather="dollar-sign" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-lg font-semibold mb-2">Business Growth</h3> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>Startup consulting</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>Fundraising strategy</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>Business development</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="bg-white p-6 rounded-lg shadow-sm service-card transition duration-300" data-aos="zoom-in" data-aos-delay="200"> | |
| <div class="text-indigo-600 mb-4"> | |
| <i data-feather="users" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-lg font-semibold mb-2">Training & Mentorship</h3> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>AI education</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>Team training</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i> | |
| <span>Leadership coaching</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Pricing Section --> | |
| <section class="py-20 bg-white"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">Pricing & Engagement Models</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Flexible options to meet your project requirements and budget</p> | |
| <div class="w-24 h-1 bg-indigo-600 mx-auto"></div> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="border border-gray-200 rounded-lg p-8" data-aos="fade-up"> | |
| <div class="text-center mb-6"> | |
| <h3 class="text-xl font-semibold mb-2">Hourly Consulting</h3> | |
| <div class="text-4xl font-bold text-indigo-600 mb-2">$100<span class="text-lg font-normal">/hour</span></div> | |
| <p class="text-gray-600">For one-off consultations or ongoing advisory</p> | |
| </div> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> | |
| <span>Flexible scheduling</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> | |
| <span>Pay-as-you-go</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> | |
| <span>Minimum 1 hour increments</span> | |
| </li> | |
| </ul> | |
| <a href="#contact" class="w-full block text-center bg-indigo-600 text-white py-3 rounded-lg hover:bg-indigo-700 transition duration-300">Get Started</a> | |
| </div> | |
| <div class="border-2 border-indigo-600 rounded-lg p-8 shadow-lg relative" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="absolute top-0 right-0 bg-indigo-600 text-white px-4 py-1 rounded-bl-lg rounded-tr-lg text-sm font-medium">Most Popular</div> | |
| <div class="text-center mb-6"> | |
| <h3 class="text-xl font-semibold mb-2">Project-Based</h3> | |
| <div class="text-4xl font-bold text-indigo-600 mb-2">Custom</div> | |
| <p class="text-gray-600">Fixed-price engagements for defined projects</p> | |
| </div> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> | |
| <span>Clear deliverables</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> | |
| <span>Fixed timeline</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> | |
| <span>No surprise costs</span> | |
| </li> | |
| </ul> | |
| <a href="#contact" class="w-full block text-center bg-indigo-600 text-white py-3 rounded-lg hover:bg-indigo-700 transition duration-300">Get Started</a> | |
| </div> | |
| <div class="border border-gray-200 rounded-lg p-8" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="text-center mb-6"> | |
| <h3 class="text-xl font-semibold mb-2">Retainer</h3> | |
| <div class="text-4xl font-bold text-indigo-600 mb-2">Discounts</div> | |
| <p class="text-gray-600">For ongoing, long-term collaboration</p> | |
| </div> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> | |
| <span>20+ hours/week</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> | |
| <span>8+ week commitments</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> | |
| <span>Priority support</span> | |
| </li> | |
| </ul> | |
| <a href="#contact" class="w-full block text-center bg-indigo-600 text-white py-3 rounded-lg hover:bg-indigo-700 transition duration-300">Get Started</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials --> | |
| <section class="py-20 bg-gray-50"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">Client Testimonials</h2> | |
| <div class="w-24 h-1 bg-indigo-600 mx-auto"></div> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-8"> | |
| <div class="bg-white p-8 rounded-lg shadow-sm" data-aos="fade-right"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full overflow-hidden mr-4"> | |
| <img src="http://static.photos/people/200x200/1" alt="Client" class="w-full h-full object-cover"> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold">Sarah Johnson</h4> | |
| <p class="text-gray-600 text-sm">CEO, TechStart Inc.</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 mb-4">"The product strategy framework we developed together completely transformed our approach to feature development and prioritization. Our conversion rates improved by 45% within three months of implementation."</p> | |
| <div class="flex text-yellow-400"> | |
| <i data-feather="star" class="w-5 h-5 fill-current"></i> | |
| <i data-feather="star" class="w-5 h-5 fill-current"></i> | |
| <i data-feather="star" class="w-5 h-5 fill-current"></i> | |
| <i data-feather="star" class="w-5 h-5 fill-current"></i> | |
| <i data-feather="star" class="w-5 h-5 fill-current"></i> | |
| </div> | |
| </div> | |
| <div class="bg-white p-8 rounded-lg shadow-sm" data-aos="fade-left"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full overflow-hidden mr-4"> | |
| <img src="http://static.photos/people/200x200/2" alt="Client" class="w-full h-full object-cover"> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold">Michael Chen</h4> | |
| <p class="text-gray-600 text-sm">Director of Marketing</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 mb-4">"Our website redesign not only looks fantastic but has significantly improved our lead generation. The SEO optimizations alone increased our organic traffic by 78% in the first quarter."</p> | |
| <div class="flex text-yellow-400"> | |
| <i data-feather="star" class="w-5 h-5 fill-current"></i> | |
| <i data-feather="star" class="w-5 h-5 fill-current"></i> | |
| <i data-feather="star" class="w-5 h-5 fill-current"></i> | |
| <i data-feather="star" class="w-5 h-5 fill-current"></i> | |
| <i data-feather="star" class="w-5 h-5 fill-current"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-20 bg-indigo-600 text-white"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold mb-4">Ready to Transform Your Digital Presence?</h2> | |
| <p class="text-indigo-100 max-w-2xl mx-auto">Let's discuss how I can help you achieve your business goals through strategic digital solutions.</p> | |
| <div class="w-24 h-1 bg-white mx-auto"></div> | |
| </div> | |
| <div class="max-w-2xl mx-auto bg-white rounded-lg shadow-xl overflow-hidden"> | |
| <div class="md:flex"> | |
| <div class="md:w-1/2 bg-indigo-700 p-8"> | |
| <h3 class="text-xl font-semibold mb-4">Contact Information</h3> | |
| <div class="space-y-4"> | |
| <div class="flex items-start"> | |
| <i data-feather="mail" class="w-5 h-5 mr-3 mt-0.5"></i> | |
| <span>contact@digitalexpert.com</span> | |
| </div> | |
| <div class="flex items-start"> | |
| <i data-feather="phone" class="w-5 h-5 mr-3 mt-0.5"></i> | |
| <span>(555) 123-4567</span> | |
| </div> | |
| <div class="flex items-start"> | |
| <i data-feather="clock" class="w-5 h-5 mr-3 mt-0.5"></i> | |
| <span>Mon-Fri: 9am-5pm EST</span> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 p-8"> | |
| <form class="space-y-4"> | |
| <div> | |
| <label for="name" class="block text-gray-700 text-sm font-medium mb-1">Name</label> | |
| <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500"> | |
| </div> | |
| <div> | |
| <label for="email" class="block text-gray-700 text-sm font-medium mb-1">Email</label> | |
| <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500"> | |
| </div> | |
| <div> | |
| <label for="service" class="block text-gray-700 text-sm font-medium mb-1">Service Interest</label> | |
| <select id="service" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500"> | |
| <option>Select a service</option> | |
| <option>Product Strategy</option> | |
| <option>Web Development</option> | |
| <option>Digital Marketing</option> | |
| <option>Process Automation</option> | |
| <option>Business Growth</option> | |
| <option>Training & Mentorship</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label for="message" class="block text-gray-700 text-sm font-medium mb-1">Message</label> | |
| <textarea id="message" rows="3" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500"></textarea> | |
| </div> | |
| <button type="submit" class="w-full bg-indigo-600 text-white py-3 rounded-md hover:bg-indigo-700 transition duration-300">Send Message</button> | |
| </form> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white py-12"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">DigitalExpert</h3> | |
| <p class="text-gray-400">Helping businesses thrive in the digital landscape through strategic consulting and implementation.</p> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold mb-4">Services</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Product Management</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Web Development</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Digital Marketing</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Business Strategy</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold mb-4">Quick Links</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="index.html" class="text-gray-400 hover:text-white transition">Home</a></li> | |
| <li><a href="services.html" class="text-gray-400 hover:text-white transition">Services</a></li> | |
| <li><a href="#contact" class="text-gray-400 hover:text-white transition">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold mb-4">Connect</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="linkedin"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="github"></i></a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400"> | |
| <p>© 2023 DigitalExpert. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out' | |
| }); | |
| </script> | |
| <script>feather.replace();</script> | |
| </body> | |
| </html> | |