Changes to papers.scroll.pub

ffff:198.0.222.193
ffff:198.0.222.193
29 days ago
updated index.html
index.html
Changed around line 82
-

Create and edit papers using our modern interface

+

+ Create and edit papers using Scroll's simple yet powerful
+ interface
+

ffff:198.0.222.193
ffff:198.0.222.193
29 days ago
updated index.html
index.html
Changed around line 74
-

Run ScrollHub on your own server or use a public ScrollHub

+

+ Run ScrollHub on your own server or use a
+

ffff:198.0.222.193
ffff:198.0.222.193
29 days ago
updated index.html
index.html
Changed around line 66
-

Install the Scroll command line app from npm

+

+ Install the Scroll command line app with
+ npm install scroll-cli
+

ffff:198.0.222.193
ffff:198.0.222.193
29 days ago
updated index.html
index.html
Changed around line 71
-

Run on your own server or preferred hosting platform

+

Run ScrollHub on your own server or use a public ScrollHub

ffff:198.0.222.193
ffff:198.0.222.193
29 days ago
updated index.html
index.html
Changed around line 66
-

Get the Scroll server package from our repository

+

Install the Scroll command line app from npm

ffff:198.0.222.193
ffff:198.0.222.193
29 days ago
updated index.html
index.html
Changed around line 109
ffff:198.0.222.193
ffff:198.0.222.193
29 days ago
updated index.html
index.html
Changed around line 94
ffff:198.0.222.193
ffff:198.0.222.193
29 days ago
updated index.html
index.html
Changed around line 89
+
+ href="https://www.npmjs.com/package/scroll-cli"
+ class="primary-button"
+ >Download Scroll
+ >
ffff:198.0.222.193
ffff:198.0.222.193
29 days ago
updated index.html
index.html
ffff:198.0.222.193
ffff:198.0.222.193
29 days ago
updated index.html
index.html
Changed around line 104
ffff:198.0.222.193
ffff:198.0.222.193
29 days ago
updated index.html
index.html
Changed around line 1
-
+
-
-
-
-
-
+
+
+
+
+ name="description"
+ content="Scroll - The modern way to publish academic papers. Open source, fast, and simple."
+ />
+
+ name="keywords"
+ content="academic publishing, open source, research papers, scholarly articles"
+ />
-
-
-
+
+
+
-
-
-
-
-

Academic publishing,
reimagined

-

Publish papers instantly. No LaTeX required. Run your own server.

+
+
+
+
+
+

Academic publishing,
reimagined

+

+ Publish papers instantly. No LaTeX required. Run your own server.
+

+
-
-

Why Scroll?

-
-
-
-

Instant Publishing

-

No more waiting weeks for review. Publish when you're ready.

-
-
-
🌐
-

Own Your Platform

-

Self-host your papers. Full control over your research.

-
-
-
📝
-

Modern Editor

-

Rich text editing with mathematical notation support.

-
-
-
🔓
-

Open Source

-

100% open source and in the public domain.

-
-
-
+
+

Why Scroll?

+
+
+
+

Instant Publishing

+

No more waiting weeks for review. Publish when you're ready.

+
+
+
🌐
+

Own Your Platform

+

Self-host your papers. Full control over your research.

+
+
+
📝
+

Modern Editor

+

Rich text editing with mathematical notation support.

+
+
+
🔓
+

Open Source

+

100% open source and in the public domain.

+
+
+
-
-

How It Works

-
-
-
1
-

Download

-

Get the Scroll server package from our repository

-
-
-
2
-

Deploy

-

Run on your own server or preferred hosting platform

-
-
-
3
-

Write

-

Create and edit papers using our modern interface

-
-
-
4
-

Publish

-

Share your research instantly with the world

-
-
-
+
+

How It Works

+
+
+
1
+

Download

+

Get the Scroll server package from our repository

+
+
+
2
+

Deploy

+

Run on your own server or preferred hosting platform

+
+
+
3
+

Write

+

Create and edit papers using our modern interface

+
+
+
4
+

Publish

+

Share your research instantly with the world

+
+
+
-
-

Ready to revolutionize your publishing?

-
+
+

Ready to revolutionize your publishing?

+
-
-
-

Scroll

-

Modern academic publishing for everyone.

-
+
+
+

Scroll

+

Modern academic publishing for everyone.

+
-
+
root
root
29 days ago
Initial commit
README.md
Changed around line 1
+ # papers.scroll.pub
+ Website generated from prompt: build a landing page for academics for scroll a new way to publish papers. fully open source and public domain. no more latex. run your own server. no more slow arxiv processes.
index.html
Changed around line 1
+
+
+
+
+
+
+
+ Scroll - Modern Academic Publishing
+
+
+
+
+
+
+
+
+

Academic publishing,
reimagined

+

Publish papers instantly. No LaTeX required. Run your own server.

+
+
+
+
+
+

Why Scroll?

+
+
+
+

Instant Publishing

+

No more waiting weeks for review. Publish when you're ready.

+
+
+
🌐
+

Own Your Platform

+

Self-host your papers. Full control over your research.

+
+
+
📝
+

Modern Editor

+

Rich text editing with mathematical notation support.

+
+
+
🔓
+

Open Source

+

100% open source and in the public domain.

+
+
+
+
+
+

How It Works

+
+
+
1
+

Download

+

Get the Scroll server package from our repository

+
+
+
2
+

Deploy

+

Run on your own server or preferred hosting platform

+
+
+
3
+

Write

+

Create and edit papers using our modern interface

+
+
+
4
+

Publish

+

Share your research instantly with the world

+
+
+
+
+
+

Ready to revolutionize your publishing?

+
+
+
+
+
+
+

Scroll

+

Modern academic publishing for everyone.

+
+
+
+
+
+
script.js
Changed around line 1
+ document.addEventListener('DOMContentLoaded', () => {
+ // Smooth scroll for anchor links
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function (e) {
+ e.preventDefault();
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
+ behavior: 'smooth'
+ });
+ });
+ });
+
+ // Intersection Observer for fade-in animations
+ const observer = new IntersectionObserver((entries) => {
+ entries.forEach(entry => {
+ if (entry.isIntersecting) {
+ entry.target.style.opacity = 1;
+ entry.target.style.transform = 'translateY(0)';
+ }
+ });
+ });
+
+ // Apply fade-in animation to feature cards and steps
+ document.querySelectorAll('.feature-card, .step').forEach((el) => {
+ el.style.opacity = 0;
+ el.style.transform = 'translateY(20px)';
+ el.style.transition = 'opacity 0.6s ease-out, transform 0.6s ease-out';
+ observer.observe(el);
+ });
+ });
style.css
Changed around line 1
+ :root {
+ --primary-color: #2d3436;
+ --accent-color: #6c5ce7;
+ --text-color: #2d3436;
+ --background-color: #ffffff;
+ --gradient: linear-gradient(135deg, #6c5ce7, #a8a4e6);
+ }
+
+ * {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+
+ body {
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
+ line-height: 1.6;
+ color: var(--text-color);
+ }
+
+ header {
+ background: var(--gradient);
+ color: white;
+ padding: 1rem 2rem 6rem 2rem;
+ clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
+ }
+
+ nav {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 1rem 0;
+ }
+
+ .logo {
+ font-size: 2rem;
+ font-weight: 700;
+ letter-spacing: -1px;
+ }
+
+ .nav-links a {
+ color: white;
+ text-decoration: none;
+ margin-left: 2rem;
+ opacity: 0.9;
+ transition: opacity 0.3s;
+ }
+
+ .nav-links a:hover {
+ opacity: 1;
+ }
+
+ .hero {
+ max-width: 800px;
+ margin: 4rem auto;
+ text-align: center;
+ }
+
+ h1 {
+ font-size: 4rem;
+ line-height: 1.2;
+ margin-bottom: 1rem;
+ font-weight: 800;
+ }
+
+ .subtitle {
+ font-size: 1.5rem;
+ opacity: 0.9;
+ margin-bottom: 2rem;
+ }
+
+ .cta-button {
+ display: inline-block;
+ padding: 1rem 2rem;
+ background: white;
+ color: var(--accent-color);
+ text-decoration: none;
+ border-radius: 50px;
+ font-weight: 600;
+ transition: transform 0.3s;
+ box-shadow: 0 4px 15px rgba(0,0,0,0.1);
+ }
+
+ .cta-button:hover {
+ transform: translateY(-2px);
+ }
+
+ section {
+ padding: 6rem 2rem;
+ }
+
+ h2 {
+ text-align: center;
+ font-size: 2.5rem;
+ margin-bottom: 3rem;
+ }
+
+ .feature-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 2rem;
+ max-width: 1200px;
+ margin: 0 auto;
+ }
+
+ .feature-card {
+ background: white;
+ padding: 2rem;
+ border-radius: 15px;
+ box-shadow: 0 10px 30px rgba(0,0,0,0.05);
+ transition: transform 0.3s;
+ }
+
+ .feature-card:hover {
+ transform: translateY(-5px);
+ }
+
+ .feature-icon {
+ font-size: 2.5rem;
+ margin-bottom: 1rem;
+ }
+
+ .steps {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
+ gap: 2rem;
+ max-width: 1200px;
+ margin: 0 auto;
+ }
+
+ .step {
+ text-align: center;
+ padding: 2rem;
+ }
+
+ .step-number {
+ width: 50px;
+ height: 50px;
+ background: var(--gradient);
+ color: white;
+ border-radius: 50%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin: 0 auto 1rem auto;
+ font-weight: 600;
+ }
+
+ .action-buttons {
+ text-align: center;
+ margin-top: 2rem;
+ }
+
+ .primary-button, .secondary-button {
+ display: inline-block;
+ padding: 1rem 2rem;
+ border-radius: 50px;
+ text-decoration: none;
+ font-weight: 600;
+ margin: 0.5rem;
+ transition: transform 0.3s;
+ }
+
+ .primary-button {
+ background: var(--gradient);
+ color: white;
+ }
+
+ .secondary-button {
+ background: white;
+ color: var(--accent-color);
+ border: 2px solid var(--accent-color);
+ }
+
+ .primary-button:hover, .secondary-button:hover {
+ transform: translateY(-2px);
+ }
+
+ footer {
+ background: var(--primary-color);
+ color: white;
+ padding: 4rem 2rem;
+ }
+
+ .footer-content {
+ max-width: 1200px;
+ margin: 0 auto;
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
+ gap: 2rem;
+ }
+
+ .footer-section a {
+ display: block;
+ color: white;
+ text-decoration: none;
+ opacity: 0.8;
+ margin: 0.5rem 0;
+ }
+
+ .footer-section a:hover {
+ opacity: 1;
+ }
+
+ @media (max-width: 768px) {
+ h1 {
+ font-size: 2.5rem;
+ }
+
+ .nav-links {
+ display: none;
+ }
+
+ section {
+ padding: 3rem 1rem;
+ }
+ }