Changes to structura.scroll.pub

root
root
8 days ago
Initial commit
body.html
Changed around line 1
+
+
+

Structura

+
+
+
+
+
+
+
+
+

Democratizing Structured Investments

+

Accessible, transparent, and educational structured products for non-professional investors.

+
+
+
+
+
+

About Structura

+

We believe everyone should have access to sophisticated investment tools. Our platform simplifies structured products, making them understandable and accessible to all.

+
+
+
+
+
+

Our Products

+
+
+

Capital Protected Notes

+

Invest with confidence knowing your principal is protected.

+
+
+

Yield Enhancement Products

+

Boost your returns with carefully structured yield strategies.

+
+
+

Market-Linked Certificates

+

Participate in market performance with defined risk parameters.

+
+
+
+
+
+
+
+

Learn & Grow

+
+
+

What Are Structured Products?

+

Understand the basics of structured investments and how they work.

+
+
+

Risk Management

+

Learn how to assess and manage risks in structured products.

+
+
+

Investment Strategies

+

Discover how to incorporate structured products into your portfolio.

+
+
+
+
+
+
+
+

Get in Touch

+
+
+
+
+
+
+
+
+
+
+
+
+

Structura - Empowering Investors Through Education and Innovation

+
+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://structura.scroll.pub
+ metaTags
+ editButton /edit.html
+ title Structura - Invest & Learn About Structured Products
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "7b56be84-15fe-460c-8b99-b4b2968b314d",
+ "object": "chat.completion",
+ "created": 1736840553,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nstructura.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://structura.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Structura - Invest & Learn About Structured Products\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n
\n

Structura

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

Democratizing Structured Investments

\n

Accessible, transparent, and educational structured products for non-professional investors.

\n Explore Products\n
\n
\n\n
\n
\n

About Structura

\n

We believe everyone should have access to sophisticated investment tools. Our platform simplifies structured products, making them understandable and accessible to all.

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

Our Products

\n
\n
\n

Capital Protected Notes

\n

Invest with confidence knowing your principal is protected.

\n
\n
\n

Yield Enhancement Products

\n

Boost your returns with carefully structured yield strategies.

\n
\n
\n

Market-Linked Certificates

\n

Participate in market performance with defined risk parameters.

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

Learn & Grow

\n
\n
\n

What Are Structured Products?

\n

Understand the basics of structured investments and how they work.

\n
\n
\n

Risk Management

\n

Learn how to assess and manage risks in structured products.

\n
\n
\n

Investment Strategies

\n

Discover how to incorporate structured products into your portfolio.

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

Get in Touch

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

Structura - Empowering Investors Through Education and Innovation

\n
\n
\n---style.css---\n:root {\n --primary-color: #1a73e8;\n --secondary-color: #0d47a1;\n --background-color: #f5f5f5;\n --text-color: #333;\n --white: #ffffff;\n --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\nbody {\n margin: 0;\n font-family: 'Segoe UI', sans-serif;\n color: var(--text-color);\n background-color: var(--background-color);\n line-height: 1.6;\n}\n\n.container {\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 20px;\n}\n\n.header {\n background-color: var(--white);\n box-shadow: var(--shadow);\n padding: 20px 0;\n}\n\n.logo {\n font-size: 1.8rem;\n font-weight: bold;\n color: var(--primary-color);\n}\n\n.nav {\n display: flex;\n gap: 20px;\n margin-top: 10px;\n}\n\n.nav-link {\n text-decoration: none;\n color: var(--text-color);\n font-weight: 500;\n}\n\n.nav-link:hover {\n color: var(--primary-color);\n}\n\n.hero {\n background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n color: var(--white);\n padding: 100px 0;\n text-align: center;\n}\n\n.hero-title {\n font-size: 2.5rem;\n margin-bottom: 20px;\n}\n\n.hero-text {\n font-size: 1.2rem;\n margin-bottom: 40px;\n}\n\n.cta-button {\n background-color: var(--white);\n color: var(--primary-color);\n padding: 12px 24px;\n border-radius: 25px;\n text-decoration: none;\n font-weight: bold;\n transition: background-color 0.3s ease;\n}\n\n.cta-button:hover {\n background-color: var(--primary-color);\n color: var(--white);\n}\n\n.section-title {\n font-size: 2rem;\n text-align: center;\n margin-bottom: 40px;\n color: var(--primary-color);\n}\n\n.section-text {\n text-align: center;\n max-width: 800px;\n margin: 0 auto;\n}\n\n.product-grid, .learn-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n margin-top: 40px;\n}\n\n.product-card, .learn-card {\n background-color: var(--white);\n padding: 20px;\n border-radius: 10px;\n box-shadow: var(--shadow);\n transition: transform 0.3s ease;\n}\n\n.product-card:hover, .learn-card:hover {\n transform: translateY(-10px);\n}\n\n.product-title, .learn-title {\n font-size: 1.5rem;\n color: var(--primary-color);\n margin-bottom: 10px;\n}\n\n.product-description, .learn-description {\n font-size: 1rem;\n color: var(--text-color);\n}\n\n.contact-form {\n max-width: 600px;\n margin: 0 auto;\n display: flex;\n flex-direction: column;\n gap: 15px;\n}\n\n.contact-form input, .contact-form textarea {\n padding: 10px;\n border: 1px solid #ccc;\n border-radius: 5px;\n}\n\n.contact-form button {\n align-self: center;\n}\n\n.footer {\n background-color: var(--primary-color);\n color: var(--white);\n text-align: center;\n padding: 20px 0;\n margin-top: 60px;\n}\n\n@media (max-width: 768px) {\n .hero-title {\n font-size: 2rem;\n }\n\n .hero-text {\n font-size: 1rem;\n }\n\n .section-title {\n font-size: 1.8rem;\n }\n\n .product-grid, .learn-grid {\n grid-template-columns: 1fr;\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\n// Form submission handling\nconst contactForm = document.querySelector('.contact-form');\nif (contactForm) {\n contactForm.addEventListener('submit', function (e) {\n e.preventDefault();\n alert('Thank you for your message! We will get back to you soon.');\n this.reset();\n });\n}\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 250,
+ "completion_tokens": 1930,
+ "total_tokens": 2180,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 250
+ },
+ "system_fingerprint": "fp_3a5770e1b4"
+ }
readme.scroll
Changed around line 1
+ # structura.scroll.pub
+
+ website generated by DeepSeek from prompt: a fintech website that offers non professional investors to invest and learn about structured products
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'
+ });
+ });
+ });
+
+ // Form submission handling
+ const contactForm = document.querySelector('.contact-form');
+ if (contactForm) {
+ contactForm.addEventListener('submit', function (e) {
+ e.preventDefault();
+ alert('Thank you for your message! We will get back to you soon.');
+ this.reset();
+ });
+ }
style.css
Changed around line 1
+ :root {
+ --primary-color: #1a73e8;
+ --secondary-color: #0d47a1;
+ --background-color: #f5f5f5;
+ --text-color: #333;
+ --white: #ffffff;
+ --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
+ }
+
+ body {
+ margin: 0;
+ font-family: 'Segoe UI', sans-serif;
+ color: var(--text-color);
+ background-color: var(--background-color);
+ line-height: 1.6;
+ }
+
+ .container {
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 0 20px;
+ }
+
+ .header {
+ background-color: var(--white);
+ box-shadow: var(--shadow);
+ padding: 20px 0;
+ }
+
+ .logo {
+ font-size: 1.8rem;
+ font-weight: bold;
+ color: var(--primary-color);
+ }
+
+ .nav {
+ display: flex;
+ gap: 20px;
+ margin-top: 10px;
+ }
+
+ .nav-link {
+ text-decoration: none;
+ color: var(--text-color);
+ font-weight: 500;
+ }
+
+ .nav-link:hover {
+ color: var(--primary-color);
+ }
+
+ .hero {
+ background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
+ color: var(--white);
+ padding: 100px 0;
+ text-align: center;
+ }
+
+ .hero-title {
+ font-size: 2.5rem;
+ margin-bottom: 20px;
+ }
+
+ .hero-text {
+ font-size: 1.2rem;
+ margin-bottom: 40px;
+ }
+
+ .cta-button {
+ background-color: var(--white);
+ color: var(--primary-color);
+ padding: 12px 24px;
+ border-radius: 25px;
+ text-decoration: none;
+ font-weight: bold;
+ transition: background-color 0.3s ease;
+ }
+
+ .cta-button:hover {
+ background-color: var(--primary-color);
+ color: var(--white);
+ }
+
+ .section-title {
+ font-size: 2rem;
+ text-align: center;
+ margin-bottom: 40px;
+ color: var(--primary-color);
+ }
+
+ .section-text {
+ text-align: center;
+ max-width: 800px;
+ margin: 0 auto;
+ }
+
+ .product-grid, .learn-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 20px;
+ margin-top: 40px;
+ }
+
+ .product-card, .learn-card {
+ background-color: var(--white);
+ padding: 20px;
+ border-radius: 10px;
+ box-shadow: var(--shadow);
+ transition: transform 0.3s ease;
+ }
+
+ .product-card:hover, .learn-card:hover {
+ transform: translateY(-10px);
+ }
+
+ .product-title, .learn-title {
+ font-size: 1.5rem;
+ color: var(--primary-color);
+ margin-bottom: 10px;
+ }
+
+ .product-description, .learn-description {
+ font-size: 1rem;
+ color: var(--text-color);
+ }
+
+ .contact-form {
+ max-width: 600px;
+ margin: 0 auto;
+ display: flex;
+ flex-direction: column;
+ gap: 15px;
+ }
+
+ .contact-form input, .contact-form textarea {
+ padding: 10px;
+ border: 1px solid #ccc;
+ border-radius: 5px;
+ }
+
+ .contact-form button {
+ align-self: center;
+ }
+
+ .footer {
+ background-color: var(--primary-color);
+ color: var(--white);
+ text-align: center;
+ padding: 20px 0;
+ margin-top: 60px;
+ }
+
+ @media (max-width: 768px) {
+ .hero-title {
+ font-size: 2rem;
+ }
+
+ .hero-text {
+ font-size: 1rem;
+ }
+
+ .section-title {
+ font-size: 1.8rem;
+ }
+
+ .product-grid, .learn-grid {
+ grid-template-columns: 1fr;
+ }
+ }