undefined / services.html
peterwain255's picture
Excellent — that’s a clear and strong foundation for your site idea. 💡
114548e verified
Raw
History Blame Contribute Delete
15.9 kB
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Services | Nursing Brain Boosters Pro</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
fuchsia: {
500: '#d946ef',
600: '#c026d3',
}
}
}
}
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
</style>
</head>
<body class="bg-gray-900 text-gray-100 min-h-screen">
<!-- Navigation -->
<nav class="bg-gray-800 bg-opacity-80 backdrop-blur-sm border-b border-fuchsia-500/20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<a href="index.html" class="text-fuchsia-500 font-bold text-2xl">NGB</a>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="index.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
<a href="services.html" class="text-fuchsia-500 px-3 py-2 rounded-md text-sm font-medium">Services</a>
<a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About Us</a>
<a href="testimonials.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Testimonials</a>
<a href="contact.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="ml-4 flex items-center md:ml-6">
<a href="https://credencewriters.com/orders/stud/new" class="bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center">
<i data-feather="edit-3" class="w-4 h-4 mr-2"></i> Place Order
</a>
</div>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" class="bg-gray-800 inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-white" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Services Header -->
<div class="py-16 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="text-center">
<h2 class="text-base text-fuchsia-500 font-semibold tracking-wide uppercase">What We Offer</h2>
<h1 class="mt-2 text-4xl font-extrabold tracking-tight text-white sm:text-5xl">
Our Professional Services
</h1>
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto">
Comprehensive academic support tailored for nursing students
</p>
</div>
</div>
</div>
<!-- Services Grid -->
<div class="pb-16 bg-gray-800 bg-opacity-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 gap-12 md:grid-cols-2 lg:grid-cols-3">
<!-- Shadow Health -->
<div id="shadow-health" class="bg-gray-800 rounded-lg overflow-hidden border border-gray-700 hover:border-fuchsia-500 transition duration-300">
<div class="p-6">
<div class="flex items-center justify-center w-16 h-16 bg-fuchsia-500 rounded-full mx-auto">
<i data-feather="activity" class="w-8 h-8 text-white"></i>
</div>
<h3 class="mt-6 text-xl font-semibold text-white text-center">Shadow Health Support</h3>
<p class="mt-4 text-gray-300">
Expert assistance with all your Shadow Health digital clinical experiences, including documentation, SOAP notes, and comprehensive assessments.
</p>
<div class="mt-6">
<a href="https://credencewriters.com/orders/stud/new" class="w-full bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center justify-center">
Get Help Now
</a>
</div>
</div>
</div>
<!-- Capstone -->
<div id="capstone" class="bg-gray-800 rounded-lg overflow-hidden border border-gray-700 hover:border-fuchsia-500 transition duration-300">
<div class="p-6">
<div class="flex items-center justify-center w-16 h-16 bg-fuchsia-500 rounded-full mx-auto">
<i data-feather="book-open" class="w-8 h-8 text-white"></i>
</div>
<h3 class="mt-6 text-xl font-semibold text-white text-center">Capstone Projects</h3>
<p class="mt-4 text-gray-300">
From topic selection to final revisions, we provide comprehensive support for your nursing capstone projects with evidence-based research.
</p>
<div class="mt-6">
<a href="https://credencewriters.com/orders/stud/new" class="w-full bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center justify-center">
Get Help Now
</a>
</div>
</div>
</div>
<!-- Essays -->
<div id="essays" class="bg-gray-800 rounded-lg overflow-hidden border border-gray-700 hover:border-fuchsia-500 transition duration-300">
<div class="p-6">
<div class="flex items-center justify-center w-16 h-16 bg-fuchsia-500 rounded-full mx-auto">
<i data-feather="edit-3" class="w-8 h-8 text-white"></i>
</div>
<h3 class="mt-6 text-xl font-semibold text-white text-center">Nursing Essays</h3>
<p class="mt-4 text-gray-300">
Well-researched and professionally written nursing essays on any topic, formatted to your school's requirements and style guidelines.
</p>
<div class="mt-6">
<a href="https://credencewriters.com/orders/stud/new" class="w-full bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center justify-center">
Get Help Now
</a>
</div>
</div>
</div>
<!-- Term Papers -->
<div id="term-papers" class="bg-gray-800 rounded-lg overflow-hidden border border-gray-700 hover:border-fuchsia-500 transition duration-300">
<div class="p-6">
<div class="flex items-center justify-center w-16 h-16 bg-fuchsia-500 rounded-full mx-auto">
<i data-feather="file-text" class="w-8 h-8 text-white"></i>
</div>
<h3 class="mt-6 text-xl font-semibold text-white text-center">Term Papers</h3>
<p class="mt-4 text-gray-300">
In-depth nursing term papers with proper citations and references, covering all major nursing theories and clinical practices.
</p>
<div class="mt-6">
<a href="https://credencewriters.com/orders/stud/new" class="w-full bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center justify-center">
Get Help Now
</a>
</div>
</div>
</div>
<!-- Research -->
<div id="research" class="bg-gray-800 rounded-lg overflow-hidden border border-gray-700 hover:border-fuchsia-500 transition duration-300">
<div class="p-6">
<div class="flex items-center justify-center w-16 h-16 bg-fuchsia-500 rounded-full mx-auto">
<i data-feather="search" class="w-8 h-8 text-white"></i>
</div>
<h3 class="mt-6 text-xl font-semibold text-white text-center">Research Papers</h3>
<p class="mt-4 text-gray-300">
Evidence-based nursing research papers with proper methodology, literature reviews, and data analysis sections.
</p>
<div class="mt-6">
<a href="https://credencewriters.com/orders/stud/new" class="w-full bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center justify-center">
Get Help Now
</a>
</div>
</div>
</div>
<!-- Editing -->
<div id="editing" class="bg-gray-800 rounded-lg overflow-hidden border border-gray-700 hover:border-fuchsia-500 transition duration-300">
<div class="p-6">
<div class="flex items-center justify-center w-16 h-16 bg-fuchsia-500 rounded-full mx-auto">
<i data-feather="check-circle" class="w-8 h-8 text-white"></i>
</div>
<h3 class="mt-6 text-xl font-semibold text-white text-center">Editing & Proofreading</h3>
<p class="mt-4 text-gray-300">
Professional editing services to refine your nursing papers, ensuring proper grammar, formatting, and academic style.
</p>
<div class="mt-6">
<a href="https://credencewriters.com/orders/stud/new" class="w-full bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center justify-center">
Get Help Now
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="py-16 px-4 sm:px-6 lg:px-8 bg-fuchsia-600">
<div class="max-w-7xl mx-auto text-center">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
Ready to Get Professional Help?
</h2>
<p class="mt-4 text-xl text-fuchsia-100">
Our nursing experts are ready to assist you with any academic challenge.
</p>
<div class="mt-8">
<a href="https://credencewriters.com/orders/stud/new" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-fuchsia-700 bg-white hover:bg-fuchsia-50">
Place Your Order Now
<i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
</a>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800 border-t border-gray-700">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-white text-sm font-semibold tracking-wider uppercase">Services</h3>
<ul class="mt-4 space-y-2">
<li><a href="services.html#shadow-health" class="text-gray-300 hover:text-white">Shadow Health</a></li>
<li><a href="services.html#capstone" class="text-gray-300 hover:text-white">Capstone Projects</a></li>
<li><a href="services.html#essays" class="text-gray-300 hover:text-white">Nursing Essays</a></li>
</ul>
</div>
<div>
<h3 class="text-white text-sm font-semibold tracking-wider uppercase">Company</h3>
<ul class="mt-4 space-y-2">
<li><a href="about.html" class="text-gray-300 hover:text-white">About Us</a></li>
<li><a href="testimonials.html" class="text-gray-300 hover:text-white">Testimonials</a></li>
<li><a href="#" class="text-gray-300 hover:text-white">Privacy Policy</a></li>
</ul>
</div>
<div>
<h3 class="text-white text-sm font-semibold tracking-wider uppercase">Support</h3>
<ul class="mt-4 space-y-2">
<li><a href="contact.html" class="text-gray-300 hover:text-white">Contact</a></li>
<li><a href="#" class="text-gray-300 hover:text-white">FAQ</a></li>
</ul>
</div>
<div>
<h3 class="text-white text-sm font-semibold tracking-wider uppercase">Get Started</h3>
<div class="mt-4">
<a href="https://credencewriters.com/orders/stud/new" class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-fuchsia-600 hover:bg-fuchsia-700">
Place Order Now
</a>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-700 pt-8 flex justify-between">
<p class="text-gray-400 text-sm">&copy; 2023 Nursing Brain Boosters Pro. All rights reserved.</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter" class="h-6 w-6"></i>
</a>
</div>
</div>
</div>
</footer>
<script>
feather.replace();
</script>
</body>
</html>