File "2.html"

Full Path: /var/www/up.9oko.com/misc/2.html
File size: 1.48 KB
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html>
<head>
  <title>John Doe - Linux Admin for Hire</title>

  <style>
    
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
    
    body {
      font-family: 'Poppins', sans-serif;
      margin: 0;
    }
    
    header {
      background-color: #6C63FF;
      color: white;
      padding: 100px 20px;
      text-align: center;
      font-size: 40px; 
    }
    
    section {
      margin: 50px 20%;
    }
    
    h2 {
      font-size: 32px;
    }
    
    p {
      font-size: 18px;
      line-height: 1.5;
    }
    
  </style>

</head>

<body>

  <header>
    John Doe - Linux Administrator
  </header>

  <section>

    <p>Experienced Linux admin seeking contract opportunities.</p>

    <div>
      <h2>Skills:</h2>
      <ul>
        <li>Ubuntu, CentOS, RHEL server management</li>
        <li>LAMP stack configuration and optimization</li>
        <li>Automation with Bash, Python, Ansible</li>
        <li>Monitoring, logging, troubleshooting</li>
      </ul>
    </div>

    <div>
      <h2>Experience:</h2>
      <ul>
        <li>5+ years as a Linux Sysadmin</li>
        <li>Managed fleets of 100+ Ubuntu and CentOS servers</li>
        <li>AWS, GCP, and on-prem experience</li>
        <li>Comfortable with on-call and 24/7 systems</li>
      </ul>
    </div>

    <img src="linux-admin.jpg" alt="Linux admin">

    <p>Looking for an experienced Linux admin for contract roles? Reach out today!</p>

  </section>

</body>
</html>