Fix icon hover colors, text alignment, and UI improvements
This commit is contained in:
+23
-4
@@ -10,19 +10,19 @@
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
|
||||
<noscript><link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap" rel="stylesheet"></noscript>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
|
||||
<noscript><link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap" rel="stylesheet"></noscript>
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha384-t1nt8BQoYMLFN5p42tRAtuAAFQaCQODekUVeKKZrEnEyp4H2R0RHFz0KWpmj7i8g" crossorigin="anonymous" media="print" onload="this.media='all'">
|
||||
<noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha384-t1nt8BQoYMLFN5p42tRAtuAAFQaCQODekUVeKKZrEnEyp4H2R0RHFz0KWpmj7i8g" crossorigin="anonymous"></noscript>
|
||||
|
||||
<!-- Styles -->
|
||||
<link rel="stylesheet" href="css/variables.css">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="stylesheet" href="css/pages.css">
|
||||
<link rel="stylesheet" href="css/ultimate-ui.css" media="print" onload="this.media='all'">
|
||||
<noscript><link rel="stylesheet" href="css/ultimate-ui.css"></noscript>
|
||||
<link rel="stylesheet" href="css/header-fix.css">
|
||||
<link rel="canonical" href="https://mspe.pro/contact.html">
|
||||
<!-- Structured Data: FAQ -->
|
||||
<script type="application/ld+json">
|
||||
@@ -72,10 +72,17 @@
|
||||
<meta name="twitter:description" content="Ready to transform your digital landscape? Let's start a conversation.">
|
||||
<meta name="twitter:image" content="https://mspe.pro/images/logo/logo.png">
|
||||
</head>
|
||||
<body>
|
||||
<body class="has-promo">
|
||||
<!-- Skip to Content (Accessibility) -->
|
||||
<a href="#main-content" class="skip-to-content">Skip to main content</a>
|
||||
|
||||
<!-- Promo Announcement Bar -->
|
||||
<div class="promo-bar" id="promo-bar">
|
||||
<span class="promo-icon"><i class="fas fa-shield-alt"></i></span>
|
||||
<span>🔒 <strong>Free Infrastructure Audit</strong> — Limited availability. <a href="calendar.html">Book your spot →</a></span>
|
||||
<button class="promo-close" aria-label="Close promotion"><i class="fas fa-times"></i></button>
|
||||
</div>
|
||||
|
||||
<!-- Preloader -->
|
||||
<div class="preloader">
|
||||
<div class="preloader-inner">
|
||||
@@ -525,6 +532,13 @@
|
||||
<span>Beirut, Lebanon</span>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="footer-newsletter">
|
||||
<p>Get expert insights delivered to your inbox</p>
|
||||
<form class="newsletter-form" id="footer-newsletter-form">
|
||||
<input type="email" placeholder="Your email address" required aria-label="Email for newsletter">
|
||||
<button type="submit" class="btn-newsletter">Subscribe</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -545,6 +559,11 @@
|
||||
<i class="fas fa-chevron-up"></i>
|
||||
</button>
|
||||
|
||||
<!-- Mobile Sticky CTA -->
|
||||
<div class="mobile-sticky-cta">
|
||||
<a href="calendar.html" class="btn btn-primary"><i class="fas fa-calendar-check"></i> Book Free Consultation</a>
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="js/main.js" defer></script>
|
||||
<script src="js/ultimate-ui.js" defer></script>
|
||||
|
||||
Reference in New Issue
Block a user