![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/public_html/demo/ |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Features - GoSiteMe</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
</head>
<body>
<header>
<nav class="navbar">
<div class="logo">
<img src="https://via.placeholder.com/150x50?text=GoSiteMe" alt="GoSiteMe Logo">
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="hosting.html">Hosting</a></li>
<li><a href="domains.html">Domains</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="features.html">Features</a></li>
</ul>
<div class="auth-buttons">
<a href="#" class="login-btn">Log In</a>
<a href="#" class="signup-btn">Sign Up</a>
</div>
</nav>
</header>
<main>
<section class="features-hero">
<h1>Powerful Features for Your Website</h1>
<p>Everything you need to build and grow your online presence</p>
</section>
<section class="features-grid">
<div class="feature-card">
<i class="fas fa-tachometer-alt"></i>
<h3>Lightning Fast Speed</h3>
<p>Optimized servers and SSD storage ensure your website loads in milliseconds</p>
<ul>
<li>SSD Storage</li>
<li>LiteSpeed Web Server</li>
<li>HTTP/2 Enabled</li>
<li>Global CDN</li>
</ul>
</div>
<div class="feature-card">
<i class="fas fa-shield-alt"></i>
<h3>Advanced Security</h3>
<p>Protect your website with enterprise-grade security features</p>
<ul>
<li>Free SSL Certificate</li>
<li>DDoS Protection</li>
<li>Automated Backups</li>
<li>Malware Scanning</li>
</ul>
</div>
<div class="feature-card">
<i class="fas fa-mobile-alt"></i>
<h3>Easy Website Builder</h3>
<p>Create a professional website without coding knowledge</p>
<ul>
<li>Drag & Drop Editor</li>
<li>Mobile Responsive</li>
<li>100+ Templates</li>
<li>SEO Tools</li>
</ul>
</div>
<div class="feature-card">
<i class="fas fa-database"></i>
<h3>Unlimited Resources</h3>
<p>Scale your website with unlimited resources</p>
<ul>
<li>Unlimited Bandwidth</li>
<li>Unlimited Email Accounts</li>
<li>Unlimited Databases</li>
<li>Auto Scaling</li>
</ul>
</div>
<div class="feature-card">
<i class="fas fa-headset"></i>
<h3>24/7 Expert Support</h3>
<p>Get help whenever you need it from our expert team</p>
<ul>
<li>Live Chat Support</li>
<li>Phone Support</li>
<li>Knowledge Base</li>
<li>Video Tutorials</li>
</ul>
</div>
<div class="feature-card">
<i class="fas fa-sync"></i>
<h3>One-Click Installations</h3>
<p>Install popular applications with a single click</p>
<ul>
<li>WordPress</li>
<li>Joomla</li>
<li>Drupal</li>
<li>Magento</li>
</ul>
</div>
</section>
<section class="features-cta">
<h2>Ready to Get Started?</h2>
<p>Choose the perfect plan for your website</p>
<a href="pricing.html" class="primary-btn">View Plans</a>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section">
<h4>Company</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Services</h4>
<ul>
<li><a href="hosting.html">Web Hosting</a></li>
<li><a href="domains.html">Domain Names</a></li>
<li><a href="#">SSL Certificates</a></li>
<li><a href="#">Email Hosting</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Support</h4>
<ul>
<li><a href="#">Knowledge Base</a></li>
<li><a href="#">Tutorials</a></li>
<li><a href="#">System Status</a></li>
<li><a href="#">Contact Support</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 GoSiteMe. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>