diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..8e91a21 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,126 @@ +/* General Body Styles */ +body { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + color: #212529; +} + +/* Navigation Bar */ +.navbar { + transition: background-color 0.3s ease-in-out; +} + +.navbar-brand { + font-weight: bold; +} + +/* Hero Section */ +.hero { + background: linear-gradient(45deg, #007BFF, #17A2B8); + color: white; + padding: 100px 0; + text-align: center; +} + +.hero h1 { + font-size: 3.5rem; + font-weight: bold; +} + +.hero p { + font-size: 1.25rem; + margin-bottom: 30px; +} + +.btn-primary { + background-color: #007BFF; + border-color: #007BFF; + padding: 12px 30px; + font-size: 1.1rem; + font-weight: bold; + transition: background-color 0.2s, border-color 0.2s; +} + +.btn-primary:hover { + background-color: #0056b3; + border-color: #0056b3; +} + +/* Section Padding */ +section { + padding: 80px 0; +} + +/* Section Titles */ +h2.section-title { + font-weight: bold; + margin-bottom: 50px; + text-align: center; +} + +/* Feature Cards */ +.feature-card { + border: none; + border-radius: 0.25rem; + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); + padding: 30px; + text-align: center; + transition: transform 0.3s; +} + +.feature-card:hover { + transform: translateY(-10px); +} + +.feature-icon { + font-size: 3rem; + color: #007BFF; + margin-bottom: 20px; +} + +/* Testimonials */ +#testimonials { + background-color: #F8F9FA; +} + +.testimonial-card { + background: white; + border-radius: 0.25rem; + padding: 30px; + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); +} + +.testimonial-card blockquote { + font-style: italic; + margin-bottom: 20px; +} + +.testimonial-card .author { + font-weight: bold; + text-align: right; +} + +/* Contact Form */ +#contact { + background-color: #F8F9FA; +} + +.form-control:focus { + border-color: #007BFF; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +/* Footer */ +footer { + background-color: #212529; + color: white; + padding: 40px 0; +} + +footer a { + color: #17A2B8; + text-decoration: none; +} + +footer a:hover { + text-decoration: underline; +} diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..3e01bcd --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1,13 @@ +// For future interactivity +document.addEventListener('DOMContentLoaded', function () { + // Example: 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' + }); + }); + }); +}); diff --git a/contact.php b/contact.php new file mode 100644 index 0000000..99a05ed --- /dev/null +++ b/contact.php @@ -0,0 +1,42 @@ + - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + + + Trading Bot - Automated Trading SaaS + + + + + + + + + + + + + + + + + + + -
-
-

Analyzing your requirements and generating your website…

-
- Loading… -
-

AI is collecting your requirements and applying the first changes.

-

This page will update automatically as the plan is implemented.

-

Runtime: PHP — UTC

-
-
- + + + + + +
+
+

Automate Your Trading. Maximize Your Profits.

+

Connect your TradingView strategies and let our bots do the work. Simple, powerful, and reliable automated trading.

+ Start Your 30-Day Free Trial +
+
+ +
+ +
+
+

Why Choose Us?

+
+
+

The Edge You Need in a Competitive Market

+

Our platform is built for traders who demand speed, reliability, and control. We handle the complex infrastructure of automated trading so you can focus on what you do best: developing winning strategies. Stop missing trades and start executing your plan with precision, 24/7.

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

Powerful Features, Simple Interface

+
+
+
+
+

Automated Execution

+

Connect TradingView alerts via webhooks for instant, automated trade execution on your favorite exchanges.

+
+
+
+
+
+

Performance Analytics

+

Track your bot's performance with a detailed dashboard, including P&L, win rate, and trade history.

+
+
+
+
+
+

Strategy Marketplace

+

Discover and subscribe to profitable strategies from top traders in our community marketplace.

+
+
+
+
+
+ + +
+
+

What Our Traders Say

+
+
+
+
"This platform changed the game for me. I can finally sleep while my strategies are working. The reliability is top-notch."
+

- Alex R.

+
+
+
+
+
"The setup was incredibly easy. I had my first bot running in under 15 minutes. Highly recommended for any serious trader."
+

- Sarah L.

+
+
+
+
+
+ + +
+
+

Get In Touch

+
+
+ + + +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+
+
+ + + + + + + - + \ No newline at end of file diff --git a/privacy.php b/privacy.php new file mode 100644 index 0000000..f3ebdda --- /dev/null +++ b/privacy.php @@ -0,0 +1,18 @@ + + + + + + Privacy Policy - Trading Bot + + + + +
+

Privacy Policy

+

This is a placeholder for your privacy policy.

+

Please replace this content with your own policy detailing how you collect, use, and protect your users' data.

+ Back to Home +
+ +