ifeCode's picture
<?xml version="1.0" encoding="UTF-8"?>
b19a62e verified
Raw
History Blame Contribute Delete
23.1 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ScholarlyScribe - Journal Management Portal</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap');
body {
font-family: 'Roboto', sans-serif;
}
.title-font {
font-family: 'Playfair Display', serif;
}
.vanta-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0.7;
}
.card-hover: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);
}
.login-container {
backdrop-filter: blur(10px);
}
</style>
</head>
<body class="bg-gray-50 min-h-screen relative overflow-x-hidden">
<div id="vanta-bg" class="vanta-bg"></div>
<nav class="bg-white bg-opacity-90 shadow-sm">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="book-open" class="text-amber-600 h-8 w-8"></i>
<span class="ml-2 title-font text-2xl font-bold text-gray-800">ScholarlyScribe</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center space-x-8">
<a href="#" class="text-gray-700 hover:text-amber-600 px-3 py-2 text-sm font-medium">Features</a>
<a href="#" class="text-gray-700 hover:text-amber-600 px-3 py-2 text-sm font-medium">Pricing</a>
<a href="#" class="text-gray-700 hover:text-amber-600 px-3 py-2 text-sm font-medium">About</a>
<div class="flex space-x-4">
<a href="login.html" class="px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-amber-600 hover:bg-amber-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-amber-500">
Login
</a>
<a href="register.html" class="px-4 py-2 border border-transparent text-sm font-medium rounded-md text-amber-700 bg-amber-100 hover:bg-amber-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-amber-500">
Register
</a>
</div>
</div>
<div class="-mr-2 flex items-center md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-amber-500" aria-controls="mobile-menu" aria-expanded="false">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<main>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 md:py-24">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
<div class="mb-12 lg:mb-0">
<h1 class="title-font text-4xl md:text-5xl lg:text-6xl font-bold text-gray-900 mb-6">
Streamline Your Academic <span class="text-amber-600">Journal</span> Workflow
</h1>
<p class="text-lg text-gray-600 mb-8">
ScholarlyScribe provides a comprehensive platform for managing journal submissions, peer reviews, and editorial decisions with automated workflows and real-time tracking.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="register.html" class="px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-amber-600 hover:bg-amber-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-amber-500 text-center">
Get Started
</a>
<a href="#" class="px-6 py-3 border border-transparent text-base font-medium rounded-md text-amber-700 bg-amber-100 hover:bg-amber-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-amber-500 text-center">
Learn More
</a>
</div>
</div>
<div class="relative">
<div class="relative w-full overflow-hidden rounded-xl shadow-xl">
<img src="http://static.photos/education/1024x576/42" alt="Academic journal workflow" class="w-full h-auto">
<div class="absolute inset-0 bg-gradient-to-t from-gray-900 to-transparent opacity-50"></div>
<div class="absolute bottom-0 left-0 p-6 text-white">
<h3 class="title-font text-xl font-bold">Automated Peer Review Process</h3>
<p class="text-gray-200">Experience seamless collaboration between authors, reviewers and editors</p>
</div>
</div>
</div>
</div>
</div>
<div class="bg-white py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center mb-16">
<h2 class="title-font text-3xl font-bold text-gray-900 sm:text-4xl mb-4">
Powerful Features for All Stakeholders
</h2>
<p class="max-w-2xl text-lg text-gray-600 lg:mx-auto">
ScholarlyScribe provides specialized interfaces for authors, reviewers and editors to streamline the academic publication process.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover transition-all duration-300">
<div class="p-6">
<div class="flex items-center mb-4">
<div class="flex-shrink-0 bg-amber-100 p-3 rounded-lg">
<i data-feather="edit-3" class="text-amber-600 h-6 w-6"></i>
</div>
<h3 class="ml-3 title-font text-lg font-medium text-gray-900">For Authors</h3>
</div>
<p class="text-gray-600 mb-4">
Submit manuscripts, track progress, and receive feedback all in one place with our intuitive author dashboard.
</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 h-4 w-4 mt-1 mr-2"></i>
<span>Easy manuscript submission</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 h-4 w-4 mt-1 mr-2"></i>
<span>Real-time progress tracking</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 h-4 w-4 mt-1 mr-2"></i>
<span>Secure document management</span>
</li>
</ul>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover transition-all duration-300">
<div class="p-6">
<div class="flex items-center mb-4">
<div class="flex-shrink-0 bg-amber-100 p-3 rounded-lg">
<i data-feather="search" class="text-amber-600 h-6 w-6"></i>
</div>
<h3 class="ml-3 title-font text-lg font-medium text-gray-900">For Reviewers</h3>
</div>
<p class="text-gray-600 mb-4">
Streamline your review workflow with structured assessment forms, deadlines tracking, and easy commenting.
</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 h-4 w-4 mt-1 mr-2"></i>
<span>Clear review assignments</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 h-4 w-4 mt-1 mr-2"></i>
<span>Standardized evaluation criteria</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 h-4 w-4 mt-1 mr-2"></i>
<span>Confidential commenting</span>
</li>
</ul>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover transition-all duration-300">
<div class="p-6">
<div class="flex items-center mb-4">
<div class="flex-shrink-0 bg-amber-100 p-3 rounded-lg">
<i data-feather="settings" class="text-amber-600 h-6 w-6"></i>
</div>
<h3 class="ml-3 title-font text-lg font-medium text-gray-900">For Editors</h3>
</div>
<p class="text-gray-600 mb-4">
Manage the entire review process with powerful tools for assignment, decision making, and communication.
</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 h-4 w-4 mt-1 mr-2"></i>
<span>Automated workflow management</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 h-4 w-4 mt-1 mr-2"></i>
<span>Reviewer assignment tools</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 h-4 w-4 mt-1 mr-2"></i>
<span>Comprehensive analytics</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="bg-gray-50 py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center mb-16">
<h2 class="title-font text-3xl font-bold text-gray-900 sm:text-4xl mb-4">
How It Works
</h2>
<p class="max-w-2xl text-lg text-gray-600 lg:mx-auto">
From submission to final decision, ScholarlyScribe guides manuscripts through every stage of the review process.
</p>
</div>
<div class="relative">
<div class="hidden md:block absolute top-0 left-1/2 transform -translate-x-1/2 h-full w-0.5 bg-gray-200"></div>
<div class="space-y-12">
<div class="relative flex items-start md:flex-row flex-col">
<div class="md:w-1/2 md:pr-12 mb-8 md:mb-0 order-1">
<h3 class="title-font text-xl font-semibold text-gray-900 mb-3">1. Author Submission</h3>
<p class="text-gray-600">
Authors submit manuscripts through our intuitive submission form, uploading all required documents and metadata. Our system automatically checks for completeness and sends a confirmation email.
</p>
</div>
<div class="md:w-1/2 md:pl-12 order-2">
<div class="bg-white p-6 rounded-lg shadow-md">
<img src="http://static.photos/workspace/640x360/101" alt="Author submission interface" class="rounded w-full h-auto">
</div>
</div>
<div class="hidden md:flex absolute left-1/2 -ml-4 h-8 w-8 rounded-full bg-amber-600 items-center justify-center">
<span class="text-white font-bold">1</span>
</div>
</div>
<div class="relative flex items-start md:flex-row flex-col">
<div class="md:w-1/2 md:pr-12 order-2 md:order-1">
<div class="bg-white p-6 rounded-lg shadow-md">
<img src="http://static.photos/office/640x360/102" alt="Editor dashboard" class="rounded w-full h-auto">
</div>
</div>
<div class="md:w-1/2 md:pl-12 mb-8 md:mb-0 order-1 md:order-2">
<h3 class="title-font text-xl font-semibold text-gray-900 mb-3">2. Editor Assignment</h3>
<p class="text-gray-600">
Editors receive new submissions instantly. They can assign reviewers with matching expertise, set deadlines, and track the entire review process from their dashboard.
</p>
</div>
<div class="hidden md:flex absolute left-1/2 -ml-4 h-8 w-8 rounded-full bg-amber-600 items-center justify-center">
<span class="text-white font-bold">2</span>
</div>
</div>
<div class="relative flex items-start md:flex-row flex-col">
<div class="md:w-1/2 md:pr-12 mb-8 md:mb-0 order-1">
<h3 class="title-font text-xl font-semibold text-gray-900 mb-3">3. Peer Review</h3>
<p class="text-gray-600">
Reviewers access assigned manuscripts through their personalized portal. Structured evaluation forms ensure comprehensive feedback while saving time.
</p>
</div>
<div class="md:w-1/2 md:pl-12 order-2">
<div class="bg-white p-6 rounded-lg shadow-md">
<img src="http://static.photos/technology/640x360/103" alt="Review interface" class="rounded w-full h-auto">
</div>
</div>
<div class="hidden md:flex absolute left-1/2 -ml-4 h-8 w-8 rounded-full bg-amber-600 items-center justify-center">
<span class="text-white font-bold">3</span>
</div>
</div>
<div class="relative flex items-start md:flex-row flex-col">
<div class="md:w-1/2 md:pr-12 order-2 md:order-1">
<div class="bg-white p-6 rounded-lg shadow-md">
<img src="http://static.photos/legal/640x360/104" alt="Decision interface" class="rounded w-full h-auto">
</div>
</div>
<div class="md:w-1/2 md:pl-12 mb-8 md:mb-0 order-1 md:order-2">
<h3 class="title-font text-xl font-semibold text-gray-900 mb-3">4. Final Decision</h3>
<p class="text-gray-600">
Editors make decisions based on reviewer feedback. Authors receive detailed decision letters automatically, with options to submit revisions if needed.
</p>
</div>
<div class="hidden md:flex absolute left-1/2 -ml-4 h-8 w-8 rounded-full bg-amber-600 items-center justify-center">
<span class="text-white font-bold">4</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-amber-600 py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="title-font text-3xl font-bold text-white sm:text-4xl mb-6">
Ready to streamline your journal workflow?
</h2>
<div class="max-w-2xl mx-auto">
<p class="text-amber-100 mb-8">
Join hundreds of academic institutions using ScholarlyScribe to manage their peer review process efficiently and transparently.
</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<a href="register.html" class="px-6 py-3 border border-transparent text-base font-medium rounded-md text-amber-600 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-white text-center">
Get Started for Free
</a>
<a href="#" class="px-6 py-3 border border-white text-base font-medium rounded-md text-white hover:bg-amber-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-amber-500 text-center">
Request a Demo
</a>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="bg-gray-800">
<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 class="col-span-2">
<h3 class="title-font text-xl font-bold text-white mb-4">ScholarlyScribe</h3>
<p class="text-gray-300">
The comprehensive solution for academic journal management, bringing authors, reviewers and editors together in one seamless platform.
</p>
</div>
<div>
<h4 class="text-sm font-semibold text-gray-300 tracking-wider uppercase mb-4">Product</h4>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white">Features</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Pricing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Documentation</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Releases</a></li>
</ul>
</div>
<div>
<h4 class="text-sm font-semibold text-gray-300 tracking-wider uppercase mb-4">Company</h4>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white">About</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li>
</ul>
</div>
</div>
<div class="mt-12 border-t border-gray-700 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm">
&copy; 2025 ScholarlyScribe. All rights reserved.
</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter" class="h-5 w-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook" class="h-5 w-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="linkedin" class="h-5 w-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="github" class="h-5 w-5"></i>
</a>
</div>
</div>
</div>
</footer>
<script>
feather.replace();
VANTA.NET({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0xf59e0b,
backgroundColor: 0xf9fafb,
points: 12.00,
maxDistance: 22.00,
spacing: 17.00
});
// Mobile menu toggle would go here
</script>
</body>
</html>