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