Changes to excelshift.scroll.pub

ffff:72.255.242.84
ffff:72.255.242.84
23 days ago
updated index.scroll
index.scroll
Changed around line 1
+ title Excel Transformation | Simplify Your Data Workflow
- title Excel Transformation | Simplify Your Data Workflow
- script.js
+ script.js
root
root
23 days ago
Initial commit
body.html
Changed around line 1
+
+
+

Transform Your Excel Workflow

+

Simplify, automate, and elevate your data management with our powerful tools.

+
+
+
+
+
+

Key Features

+
+
+

Data Cleaning

+

Automate the process of cleaning and organizing your data.

+
+
+

Advanced Formulas

+

Access a library of advanced formulas to streamline your calculations.

+
+
+

Visualization Tools

+

Create stunning charts and graphs with ease.

+
+
+
+
+
+
+
+

Ready to Transform Your Data?

+
+
+
+
+
+

Excel Transformation | Simplify Your Data Workflow

+
+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://excelshift.scroll.pub
+ metaTags
+ editButton /edit.html
+ title Excel Transformation | Simplify Your Data Workflow
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "f0a2059b-3945-44f7-9bbb-c98ab1277b7d",
+ "object": "chat.completion",
+ "created": 1735551953,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nexcelshift.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://excelshift.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Excel Transformation | Simplify Your Data Workflow\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n
\n

Transform Your Excel Workflow

\n

Simplify, automate, and elevate your data management with our powerful tools.

\n Explore Features\n
\n
\n\n
\n
\n

Key Features

\n
\n
\n

Data Cleaning

\n

Automate the process of cleaning and organizing your data.

\n
\n
\n

Advanced Formulas

\n

Access a library of advanced formulas to streamline your calculations.

\n
\n
\n

Visualization Tools

\n

Create stunning charts and graphs with ease.

\n
\n
\n
\n
\n\n
\n
\n

Ready to Transform Your Data?

\n Get Started\n
\n
\n\n
\n
\n

Excel Transformation | Simplify Your Data Workflow

\n
\n
\n---style.css---\n:root {\n --primary-color: #4CAF50;\n --secondary-color: #333;\n --background-color: #f4f4f4;\n --text-color: #333;\n --cta-color: #ff5722;\n}\n\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n color: var(--text-color);\n background-color: var(--background-color);\n}\n\n.container {\n width: 90%;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.hero {\n background: linear-gradient(135deg, var(--primary-color), #45a049);\n color: white;\n padding: 100px 0;\n text-align: center;\n}\n\n.hero h1 {\n font-size: 3rem;\n margin-bottom: 20px;\n}\n\n.hero p {\n font-size: 1.2rem;\n margin-bottom: 40px;\n}\n\n.cta-button {\n background-color: var(--cta-color);\n color: white;\n padding: 15px 30px;\n text-decoration: none;\n border-radius: 5px;\n font-size: 1rem;\n transition: background-color 0.3s ease;\n}\n\n.cta-button:hover {\n background-color: #e64a19;\n}\n\n.features {\n padding: 80px 0;\n background-color: white;\n}\n\n.features h2 {\n text-align: center;\n margin-bottom: 50px;\n font-size: 2.5rem;\n}\n\n.feature-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n}\n\n.feature-card {\n background-color: var(--background-color);\n padding: 20px;\n border-radius: 10px;\n text-align: center;\n transition: transform 0.3s ease;\n}\n\n.feature-card:hover {\n transform: translateY(-10px);\n}\n\n.feature-card h3 {\n font-size: 1.5rem;\n margin-bottom: 15px;\n}\n\n.feature-card p {\n font-size: 1rem;\n color: #666;\n}\n\n.cta {\n background: linear-gradient(135deg, var(--primary-color), #45a049);\n color: white;\n padding: 100px 0;\n text-align: center;\n}\n\n.cta h2 {\n font-size: 2.5rem;\n margin-bottom: 40px;\n}\n\nfooter {\n background-color: var(--secondary-color);\n color: white;\n text-align: center;\n padding: 20px 0;\n}\n\n@media (max-width: 768px) {\n .hero h1 {\n font-size: 2rem;\n }\n\n .hero p {\n font-size: 1rem;\n }\n\n .features h2 {\n font-size: 2rem;\n }\n\n .cta h2 {\n font-size: 2rem;\n }\n}\n---script.js---\n// Smooth scrolling for anchor links\ndocument.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function (e) {\n e.preventDefault();\n document.querySelector(this.getAttribute('href')).scrollIntoView({\n behavior: 'smooth'\n });\n });\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 238,
+ "completion_tokens": 1118,
+ "total_tokens": 1356,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 238
+ },
+ "system_fingerprint": "fp_f1afce2943"
+ }
readme.scroll
Changed around line 1
+ # excelshift.scroll.pub
+ Website generated by DeepSeek from prompt: excel transformation website
script.js
Changed around line 1
+ // Smooth scrolling for anchor links
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function (e) {
+ e.preventDefault();
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
+ behavior: 'smooth'
+ });
+ });
+ });
style.css
Changed around line 1
+ :root {
+ --primary-color: #4CAF50;
+ --secondary-color: #333;
+ --background-color: #f4f4f4;
+ --text-color: #333;
+ --cta-color: #ff5722;
+ }
+
+ body {
+ font-family: 'Arial', sans-serif;
+ margin: 0;
+ padding: 0;
+ color: var(--text-color);
+ background-color: var(--background-color);
+ }
+
+ .container {
+ width: 90%;
+ max-width: 1200px;
+ margin: 0 auto;
+ }
+
+ .hero {
+ background: linear-gradient(135deg, var(--primary-color), #45a049);
+ color: white;
+ padding: 100px 0;
+ text-align: center;
+ }
+
+ .hero h1 {
+ font-size: 3rem;
+ margin-bottom: 20px;
+ }
+
+ .hero p {
+ font-size: 1.2rem;
+ margin-bottom: 40px;
+ }
+
+ .cta-button {
+ background-color: var(--cta-color);
+ color: white;
+ padding: 15px 30px;
+ text-decoration: none;
+ border-radius: 5px;
+ font-size: 1rem;
+ transition: background-color 0.3s ease;
+ }
+
+ .cta-button:hover {
+ background-color: #e64a19;
+ }
+
+ .features {
+ padding: 80px 0;
+ background-color: white;
+ }
+
+ .features h2 {
+ text-align: center;
+ margin-bottom: 50px;
+ font-size: 2.5rem;
+ }
+
+ .feature-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 20px;
+ }
+
+ .feature-card {
+ background-color: var(--background-color);
+ padding: 20px;
+ border-radius: 10px;
+ text-align: center;
+ transition: transform 0.3s ease;
+ }
+
+ .feature-card:hover {
+ transform: translateY(-10px);
+ }
+
+ .feature-card h3 {
+ font-size: 1.5rem;
+ margin-bottom: 15px;
+ }
+
+ .feature-card p {
+ font-size: 1rem;
+ color: #666;
+ }
+
+ .cta {
+ background: linear-gradient(135deg, var(--primary-color), #45a049);
+ color: white;
+ padding: 100px 0;
+ text-align: center;
+ }
+
+ .cta h2 {
+ font-size: 2.5rem;
+ margin-bottom: 40px;
+ }
+
+ footer {
+ background-color: var(--secondary-color);
+ color: white;
+ text-align: center;
+ padding: 20px 0;
+ }
+
+ @media (max-width: 768px) {
+ .hero h1 {
+ font-size: 2rem;
+ }
+
+ .hero p {
+ font-size: 1rem;
+ }
+
+ .features h2 {
+ font-size: 2rem;
+ }
+
+ .cta h2 {
+ font-size: 2rem;
+ }
+ }