File "1.html"

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

<!DOCTYPE html>
<html>
<head>
  <title>Linux Admin Role - Apply Now</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;
      font-weight: 700;
    }
    
    section {
      margin: 50px;
    }
    
    h2 {
      font-size: 32px;
    }
    
    p {
      font-size: 18px;
      line-height: 1.5;
    }
    
  </style>

</head>

<body>

  <header>
    Linux Administrator
  </header>

  <section>

    <p>We are looking for a skilled Linux administrator to help manage our infrastructure.</p>

    <div>
      <h2>Key Responsibilities:</h2>
      <ul>
        <li>Manage Linux servers running Ubuntu, RHEL, CentOS</li>
        <li>Automate tasks using Bash, Ansible, Terraform, Docker</li>
        <li>Monitor performance metrics and logs</li>
        <li>Troubleshoot issues and resolve outages</li>
      </ul>
    </div>

    <div>
      <h2>What we offer:</h2>
      <ul>
        <li>Competitive salary</li>
        <li>Medical, dental, vision benefits</li>
        <li>401k plan with company match</li>
        <li>Paid time off and holidays</li>
      </ul>
    </div>

    <p>Interested? Email your resume to jobs@linuxadmin.com.</p>

  </section>

</body>
</html>