diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..30563b5 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,111 @@ +/* General Styles */ +body { + font-family: 'Poppins', sans-serif; + padding-top: 56px; /* Adjust for fixed navbar */ +} + +/* Header */ +.navbar-brand { + font-weight: 700; + color: #007BFF !important; +} + +/* Hero Section */ +.hero { + background: linear-gradient(45deg, #007BFF, #00C6FF); + color: white; + padding: 120px 0; +} + +.hero h1 { + font-size: 3.5rem; + font-weight: 700; +} + +.hero .lead { + font-size: 1.25rem; + margin-bottom: 2rem; +} + +.hero .input-group { + box-shadow: 0 10px 30px rgba(0,0,0,0.15); +} + +.hero .form-control { + border-top-left-radius: 0.5rem; + border-bottom-left-radius: 0.5rem; +} + +.hero .btn { + border-top-right-radius: 0.5rem; + border-bottom-right-radius: 0.5rem; +} + + +/* Plans Section */ +#plans { + background-color: #F8F9FA; +} + +.plan-card { + background: #FFFFFF; + border: 1px solid #e9ecef; + border-radius: 0.5rem; + padding: 2.5rem; + margin-bottom: 2rem; + transition: transform 0.3s, box-shadow 0.3s; + box-shadow: 0 4px 6px rgba(0,0,0,0.05); +} + +.plan-card:hover { + transform: translateY(-10px); + box-shadow: 0 15px 25px rgba(0,0,0,0.1); +} + +.plan-card h3 { + font-weight: 700; + color: #007BFF; +} + +.plan-card .price { + font-size: 2.5rem; + font-weight: 700; +} + +.plan-card .period { + font-size: 1rem; + color: #6C757D; +} + +/* Buttons */ +.btn-primary { + background-color: #007BFF; + border-color: #007BFF; + padding: 0.75rem 1.5rem; + border-radius: 0.5rem; + font-weight: 700; + transition: background-color 0.2s; +} + +.btn-primary:hover { + background-color: #0056b3; + border-color: #0056b3; +} + +.btn-outline-primary { + border-color: #007BFF; + color: #007BFF; + padding: 0.75rem 1.5rem; + border-radius: 0.5rem; + font-weight: 700; +} + +.btn-outline-primary:hover { + background-color: #007BFF; + color: white; +} + +/* Footer */ +footer a { + text-decoration: none; +} \ No newline at end of file diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..855189d --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1,10 @@ +// 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' + }); + }); +}); \ No newline at end of file diff --git a/index.php b/index.php index 7205f3d..452a21c 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,123 @@ - - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + Australia Broadband Internet + + + + + -
-
-

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

-
-
- + + + +
+
+
+

Fast, Reliable Internet for Your Home

+

Check if Australia Broadband Internet is available at your address.

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

Our Plans

+
+ +
+
+

25/10 Mbps

+

$59/mo

+

Ideal for browsing and streaming.

+ +
+
+ +
+
+

50/20 Mbps

+

$69/mo

+

Perfect for HD streaming and gaming.

+ +
+
+ +
+
+

100/40 Mbps

+

$89/mo

+

For heavy usage and multiple devices.

+ +
+
+ +
+
+

1000/50 Mbps

+

$129/mo

+

Ultimate speed for professionals.

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

About Us

+

Australia Broadband Internet is a leading provider of high-speed internet services. We are dedicated to delivering reliable and affordable connectivity to homes across Australia.

+
+
+
+
+ +
+
+

Contact Us

+

Email: support@abinet.com.au

+

Phone: 1300 864 341

+
+
+
+ + + + + - + \ No newline at end of file diff --git a/privacy.php b/privacy.php new file mode 100644 index 0000000..9c3c2a7 --- /dev/null +++ b/privacy.php @@ -0,0 +1,20 @@ + + + + + + + Privacy Policy - Australia Broadband + + + + +
+

Privacy Policy

+

This is a placeholder for the Privacy Policy page.

+ Back to Home +
+ +