[8c4ad8]: / web / hiring / hiring.html

Download this file

145 lines (135 with data), 6.5 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0LTP0WK7EM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-0LTP0WK7EM');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hiring - DNAnalyzer</title>
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="hiring.css">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="shortcut icon" href="../assets/icons/Icon_Dark_BG.svg" type="image/svg+xml">
</head>
<body>
<div class="background-blur"></div>
<div class="gradient-sphere"></div>
<div class="gradient-sphere secondary"></div>
<header class="floating-header">
<nav class="floating-nav">
<a href="../index.html" class="nav-link">
<img src="../assets/icons/Icon_Base.svg" alt="DNAnalyzer Logo" class="nav-logo">
</a>
<a href="../about/about.html" class="nav-link">About</a>
<a href="../features/features.html" class="nav-link">Features</a>
<a href="../analyzer/analyzer.html" class="nav-link">Analyzer</a>
<a href="../server/server.html" class="nav-link">Server</a>
<a href="../docs/docs.html" class="nav-link">Docs</a>
<a href="hiring.html" class="nav-link active">Hiring</a>
<div class="right-links">
<a href="https://github.com/VerisimilitudeX/DNAnalyzer" class="glass-button">GitHub</a>
<a href="https://discord.gg/xNpujz49gj" class="glass-button">Discord</a>
</div>
</nav>
</header>
<main class="container">
<section class="hero">
<h1>Join Our Team</h1>
<p>We're looking for talented individuals to help us revolutionize DNA analysis.</p>
</section>
<section class="positions-section">
<h2>Open Positions</h2>
<div class="positions-grid">
<div class="position-card">
<h3>Software Engineer</h3>
<p>Develop and maintain our DNA analysis tools and infrastructure.</p>
<a href="hiring-modal.html" class="primary-btn">Apply Now</a>
</div>
<div class="position-card">
<h3>Data Scientist</h3>
<p>Analyze genetic data and develop machine learning models for DNA analysis.</p>
<a href="hiring-modal.html" class="primary-btn">Apply Now</a>
</div>
<div class="position-card">
<h3>UI/UX Designer</h3>
<p>Design intuitive and engaging user interfaces for our web and mobile applications.</p>
<a href="hiring-modal.html" class="primary-btn">Apply Now</a>
</div>
</div>
</section>
<section class="benefits-section">
<h2>Why Work With Us?</h2>
<div class="benefits-grid">
<div class="benefit-card">
<i class="fas fa-rocket benefit-icon"></i>
<h3>Innovative Projects</h3>
<p>Work on cutting-edge technology and make a real impact in the field of genomics.</p>
</div>
<div class="benefit-card">
<i class="fas fa-users benefit-icon"></i>
<h3>Collaborative Environment</h3>
<p>Join a team of passionate professionals who are dedicated to advancing DNA analysis.</p>
</div>
<div class="benefit-card">
<i class="fas fa-heart benefit-icon"></i>
<h3>Comprehensive Benefits</h3>
<p>Enjoy competitive salaries, health insurance, and other great perks.</p>
</div>
</div>
</section>
</main>
<footer class="footer-content">
<div class="footer-grid">
<div class="footer-section">
<h3>Product</h3>
<ul>
<li><a href="../features/features.html">Features</a></li>
<li><a href="../analyzer/analyzer.html">DNA Analyzer</a></li>
<li><a href="../server/server.html">Server</a></li>
<li><a href="../docs/docs.html">Documentation</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Resources</h3>
<ul>
<li><a href="../docs/getting-started.md">Getting Started</a></li>
<li><a href="../docs/citations.md">Citations</a></li>
<li><a href="../docs/research/genes.md">Gene Research</a></li>
<li><a href="../docs/samples/cli-arguments-examples.md">CLI Examples</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Community</h3>
<ul>
<li><a href="https://github.com/VerisimilitudeX/DNAnalyzer">GitHub</a></li>
<li><a href="https://discord.gg/xNpujz49gj">Discord</a></li>
<li><a href="../docs/contributing/CONTRIBUTING.md">Contributing</a></li>
<li><a href="../CODE_OF_CONDUCT.md">Code of Conduct</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Legal</h3>
<ul>
<li><a href="../LICENSE.md">License</a></li>
<li><a href="../SECURITY.md">Security</a></li>
<li><a href="../CITATION.cff">Citation</a></li>
<li><a href="../humans.txt">Credits</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>Copyright © Piyush Acharya 2025. DNAnalyzer is a fiscally sponsored 501(c)(3) nonprofit (EIN:
81-2908499). MIT License.</p>
</div>
</footer>
<script src="hiring.js"></script>
</body>
</html>