Untitled

HTML 5 Guest 12 Views Size: 10.89 KB Posted on: May 16, 26 @ 8:32 PM
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <meta charset="UTF-8">
  4.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5.     <title>PC Solutions - Professional Computer Services</title>
  6.     <!-- Bootstrap CSS -->
  7.     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
  8.     <!-- Bootstrap Icons -->
  9.     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
  10.     <style>
  11.         body {
  12.             background-color: #212529;
  13.             color: #f8f9fa;
  14.         }
  15.         .hero {
  16.             background-image: url('https://media.istockphoto.com/id/515643040/photo/man-repairing-computer.jpg?s=612x612&w=0&k=20&c=H9NBpHyqc14Rqc1AdFwypY-UXMys0nVYL2EVe8p-mUA=');
  17.             background-size: cover;
  18.             background-position: center;
  19.             padding: 150px 0;
  20.             text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
  21.         }
  22.         .service-card {
  23.             background-color: #495057;
  24.             border: none;
  25.             transition: transform 0.3s;
  26.         }
  27.         .service-card:hover {
  28.             transform: translateY(-5px);
  29.         }
  30.         .footer {
  31.             background-color: #343a40;
  32.             padding: 20px 0;
  33.         }
  34.         .stock-images img {
  35.             margin-bottom: 20px;
  36.         }
  37.     </style>
  38. </head>
  39.  
  40.     <!-- Navbar -->
  41.     <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
  42.         <div class="container">
  43.             <a class="navbar-brand" href="#"><img src="logo.jpg"alt=""width="80"height="80"></a>
  44.             <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
  45.                 <span class="navbar-toggler-icon"></span>
  46.             </button>
  47.             <div class="collapse navbar-collapse" id="navbarNav">
  48.                 <ul class="navbar-nav ms-auto">
  49.                     <li class="nav-item">
  50.                         <a class="nav-link" href="#services">Services</a>
  51.                     </li>
  52.                     <li class="nav-item">
  53.                         <a class="nav-link" href="#os-support">OS Support</a>
  54.                     </li>
  55.                     <li class="nav-item">
  56.                         <a class="nav-link" href="#pricing">Pricing</a>
  57.                     </li>
  58.                     <li class="nav-item">
  59.                         <a class="nav-link" href="#contact">Contact</a>
  60.                     </li>
  61.                 </ul>
  62.             </div>
  63.         </div>
  64.     </nav>
  65.  
  66.     <!-- Hero Section -->
  67.     <section class="hero text-center">
  68.         <div class="container">
  69.             <h1 class="display-4 fw-bold">Professional PC Repair & Optimization Services</h1>
  70.            <p class="lead">Your trusted partner for all computer hardware, software, and network needs. Certified technicians ready to assist.</p>
  71.            <a href="#services" class="btn btn-primary btn-lg">Explore Services</a>
  72.        </div>
  73.    </section>
  74.  
  75.    <!-- Services Section -->
  76.    <section id="services" class="py-5">
  77.        <div class="container">
  78.            <h2 class="text-center mb-5">Our Services</h2>
  79.            <div class="row g-4">
  80.                <div class="col-md-4">
  81.                    <div class="card service-card text-center p-4">
  82.                        <i class="bi bi-gear-wide-connected display-4 mb-3"></i>
  83.                        <h5 class="card-title">Platform Analysis & Parameter Altering</h5>
  84.                    </div>
  85.                </div>
  86.                <div class="col-md-4">
  87.                    <div class="card service-card text-center p-4">
  88.                        <i class="bi bi-speedometer2 display-4 mb-3"></i>
  89.                        <h5 class="card-title">PC Optimization</h5>
  90.                    </div>
  91.                </div>
  92.                <div class="col-md-4">
  93.                    <div class="card service-card text-center p-4">
  94.                        <i class="bi bi-tools display-4 mb-3"></i>
  95.                        <h5 class="card-title">Hardware Installation</h5>
  96.                    </div>
  97.                </div>
  98.                <div class="col-md-4">
  99.                    <div class="card service-card text-center p-4">
  100.                        <i class="bi bi-database display-4 mb-3"></i>
  101.                        <h5 class="card-title">Data Control</h5>
  102.                    </div>
  103.                </div>
  104.                <div class="col-md-4">
  105.                    <div class="card service-card text-center p-4">
  106.                        <i class="bi bi-shield-lock display-4 mb-3"></i>
  107.                        <h5 class="card-title">Virus/Trojan/Ransomware Removal</h5>
  108.                    </div>
  109.                </div>
  110.                <div class="col-md-4">
  111.                    <div class="card service-card text-center p-4">
  112.                        <i class="bi bi-shield-check display-4 mb-3"></i>
  113.                        <h5 class="card-title">Security Solutions</h5>
  114.                    </div>
  115.                </div>
  116.                <div class="col-md-4">
  117.                    <div class="card service-card text-center p-4">
  118.                        <i class="bi bi-plug display-4 mb-3"></i>
  119.                        <h5 class="card-title">Inside Wire Repair</h5>
  120.                    </div>
  121.                </div>
  122.                <div class="col-md-4">
  123.                    <div class="card service-card text-center p-4">
  124.                        <i class="bi bi-wifi display-4 mb-3"></i>
  125.                        <h5 class="card-title">Connection Troubleshooting/Setup</h5>
  126.                    </div>
  127.                </div>
  128.                <div class="col-md-4">
  129.                    <div class="card service-card text-center p-4">
  130.                        <i class="bi bi-router display-4 mb-3"></i>
  131.                        <h5 class="card-title">Router Support</h5>
  132.                    </div>
  133.                </div>
  134.                <div class="col-md-4">
  135.                    <div class="card service-card text-center p-4">
  136.                        <i class="bi bi-network display-4 mb-3"></i>
  137.                        <h5 class="card-title">LAN/WAN WiFi Frame Relay Networking</h5>
  138.                    </div>
  139.                </div>
  140.                <div class="col-md-4">
  141.                    <div class="card service-card text-center p-4">
  142.                        <i class="bi bi-fiber-optic display-4 mb-3"></i>
  143.                        <h5 class="card-title">Fiber Polishing and Repair</h5>
  144.                    </div>
  145.                </div>
  146.                <div class="col-md-4">
  147.                    <div class="card service-card text-center p-4">
  148.                        <i class="bi bi-search display-4 mb-3"></i>
  149.                        <h5 class="card-title">System Wide Troubleshooting</h5>
  150.                    </div>
  151.                </div>
  152.                <div class="col-md-4">
  153.                    <div class="card service-card text-center p-4">
  154.                        <i class="bi bi-phone display-4 mb-3"></i>
  155.                        <h5 class="card-title">Mobile Support (Reno Only)</h5>
  156.                    </div>
  157.                </div>
  158.                <div class="col-md-4">
  159.                    <div class="card service-card text-center p-4">
  160.                        <i class="bi bi-remote display-4 mb-3"></i>
  161.                        <h5 class="card-title">Remote Administration</h5>
  162.                    </div>
  163.                </div>
  164.                <div class="col-md-4">
  165.                    <div class="card service-card text-center p-4">
  166.                        <i class="bi bi-patch-check display-4 mb-3"></i>
  167.                        <h5 class="card-title">Certified Trained Technician</h5>
  168.                    </div>
  169.                </div>
  170.            </div>
  171.        </div>
  172.    </section>
  173.  
  174.    <!-- Stock Images Section -->
  175.    <section class="py-5 bg-secondary text-dark">
  176.        <div class="container">
  177.            <h2 class="text-center mb-5">Gallery</h2>
  178.            <div class="row stock-images justify-content-center">
  179.                <div class="col-md-4">
  180.                    <img src="https://thumbs.dreamstime.com/b/personal-computer-repairing-service-professional-technician-magnifying-glasses-screwdriver-broken-pc-desktop-workshop-142059367.jpg" class="img-fluid rounded" alt="PC Repair Technician">
  181.                </div>
  182.                <div class="col-md-4">
  183.                    <img src="https://www.shutterstock.com/image-photo/young-repairman-professional-technician-mechanic-260nw-2470156987.jpg" class="img-fluid rounded" alt="Professional PC Repair">
  184.                </div>
  185.            </div>
  186.        </div>
  187.    </section>
  188.  
  189.    <!-- OS Support Section -->
  190.    <section id="os-support" class="py-5 bg-secondary text-dark">
  191.        <div class="container">
  192.            <h2 class="text-center mb-4">Supported Operating Systems</h2>
  193.            <p class="text-center lead">We support a wide range of Windows operating systems: 95/NT/98/ME/2K/XP/Vista/Win7/Win8/Win10.</p>
  194.        </div>
  195.    </section>
  196.  
  197.    <!-- Pricing Section -->
  198.    <section id="pricing" class="py-5">
  199.        <div class="container">
  200.            <h2 class="text-center mb-4">Pricing & Payments</h2>
  201.            <div class="row justify-content-center">
  202.                <div class="col-md-6">
  203.                    <div class="card service-card text-center p-4">
  204.                        <h5 class="card-title">Affordable Repair</h5>
  205.                        <p class="card-text">$50 Per Hour or $150 Flat Rate</p>
  206.                    </div>
  207.                </div>
  208.                <div class="col-md-6">
  209.                    <div class="card service-card text-center p-4">
  210.                        <h5 class="card-title">Accepted Payments</h5>
  211.                        <p class="card-text">Cash, Cheque, PayPal</p>
  212.                    </div>
  213.                </div>
  214.            </div>
  215.        </div>
  216.    </section>
  217.  
  218.    <!-- Contact Section -->
  219.    <section id="contact" class="py-5 bg-dark">
  220.        <div class="container text-center">
  221.            <h2 class="mb-4">Get in Touch</h2>
  222.            <p class="lead">Contact us for reliable PC repair services. We're here to help!</p>
  223.            <a href="mailto:info@pcsolutions.dev" class="btn btn-primary">Email</a>
  224.        </div>
  225.    </section>
  226.  
  227.    <!-- Footer -->
  228.    <footer class="footer text-center">
  229.        <div class="container">
  230.            <p>&copy; 2025 PC Solutions. All rights reserved.</p>
  231.         </div>
  232.     </footer>
  233.  
  234.     <!-- Bootstrap JS -->
  235.     <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
  236. </body>
  237. </html>

Raw Paste

Comments 0
Login to post a comment.
  • No comments yet. Be the first.
Login to post a comment. Login or Register
We use cookies. To comply with GDPR in the EU and the UK we have to show you these.

We use cookies and similar technologies to keep this website functional (including spam protection via Google reCAPTCHA or Cloudflare Turnstile), and — with your consent — to measure usage and show ads. See Privacy.