Make seperate css & js
This commit is contained in:
@@ -19,7 +19,7 @@ $form_error = isset($_GET['error']) && $_GET['error'] === '1';
|
||||
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<noscript><style>.mascot-teleport{opacity:1;}</style></noscript>
|
||||
<noscript><link rel="stylesheet" href="css/noscript.css"></noscript>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -265,13 +265,18 @@ $form_error = isset($_GET['error']) && $_GET['error'] === '1';
|
||||
<!-- ===================== PRICING TEASER ===================== -->
|
||||
<section id="pricing-teaser" class="pricing-teaser section-pad">
|
||||
<div class="container">
|
||||
<div class="section-header reveal">
|
||||
<p class="section-eyebrow">Transparent Pricing</p>
|
||||
<h2 class="section-title">Spells & Pricing</h2>
|
||||
<p class="section-lead">From a simple first website to a full ecommerce empire - plus ongoing care plans and ad-hoc tech support. See clear, honest estimates with no hidden fees, and enquire about any package in a click.</p>
|
||||
<a href="estimates.php" class="btn btn-primary pricing-teaser-btn">
|
||||
<i class="fas fa-scroll"></i> View Estimates & Packages
|
||||
</a>
|
||||
<div class="pricing-teaser-inner reveal">
|
||||
<div class="pricing-teaser-copy">
|
||||
<p class="section-eyebrow">Transparent Pricing</p>
|
||||
<h2 class="section-title">Spells & Pricing</h2>
|
||||
<p class="section-lead">From a simple first website to a full ecommerce empire - plus ongoing care plans and ad-hoc tech support. See clear, honest estimates with no hidden fees, and enquire about any package in a click.</p>
|
||||
<a href="estimates.php" class="btn btn-primary pricing-teaser-btn">
|
||||
<i class="fas fa-scroll"></i> View Estimates & Packages
|
||||
</a>
|
||||
</div>
|
||||
<div class="pricing-teaser-astro" aria-hidden="true">
|
||||
<img src="img/astrofly2.webp" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user