Skip to content

Commit

Permalink
chore: simplified job descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruidazeng committed Dec 25, 2024
1 parent 3125521 commit be2de7a
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 333 deletions.
114 changes: 28 additions & 86 deletions careers.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Careers | DuoAlly AI</title>
<link rel="stylesheet" href="style.css"> <!-- Link to your global styles -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" rel="stylesheet"> <!-- AOS Animations -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet"> <!-- Font Awesome Icons -->
<link rel="stylesheet" href="style.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
<style>
body {
font-family: Arial, sans-serif;
Expand All @@ -21,9 +21,13 @@
padding: 0 15px;
}
nav {
background: #0073e6;
background: linear-gradient(90deg, #005bb5, #0073e6);
color: #fff;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
position: sticky;
top: 0;
z-index: 1000;
}
.nav-content {
display: flex;
Expand All @@ -34,15 +38,12 @@
font-size: 1.5rem;
font-weight: bold;
color: #fff;
background: rgba(0, 0, 0, 0.5); /* Translucent background for better contrast */
padding: 5px 10px;
border-radius: 5px;
text-decoration: none;
}
.nav-links {
list-style: none;
display: flex;
gap: 15px;
gap: 20px;
margin: 0;
padding: 0;
}
Expand All @@ -52,6 +53,12 @@
.nav-links a {
color: #fff;
text-decoration: none;
padding: 5px 10px;
transition: background 0.3s ease, color 0.3s ease;
}
.nav-links a:hover {
background: rgba(255, 255, 255, 0.2);
border-radius: 5px;
}
.nav-links a.active {
font-weight: bold;
Expand Down Expand Up @@ -109,17 +116,19 @@
}
.position-card {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
align-items: flex-start;
padding: 1.5rem;
}
.position-card div {
flex: 1;
text-align: left;
}
.position-card h3 {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 0.5rem;
}
.position-card p {
margin: 0 0 1rem;
}
.section-intro {
text-align: center;
Expand All @@ -143,7 +152,6 @@
</style>
</head>
<body>
<!-- Navbar -->
<nav>
<div class="container nav-content">
<a href="/" class="nav-logo">DuoAlly</a>
Expand All @@ -155,101 +163,35 @@
</div>
</nav>

<!-- Overview Section -->
<section class="overview">
<div class="container">
<h1>Join Our Team</h1>
<p>Help us build the future of technology and make a difference in the world</p>
</div>
</section>

<!-- Culture Section -->
<section class="culture section">
<div class="container">
<h2>Our Culture</h2>
<p class="section-intro">We believe in creating an environment where great people can do their best work</p>
<div class="culture-grid">
<div class="culture-card" data-aos="fade-up">
<i class="fas fa-lightbulb fa-3x"></i>
<h3>Innovation First</h3>
<p>We encourage creative thinking and welcome new ideas that challenge the status quo</p>
</div>
<div class="culture-card" data-aos="fade-up" data-aos-delay="100">
<i class="fas fa-users fa-3x"></i>
<h3>Collaboration</h3>
<p>Work with talented individuals who share your passion for excellence</p>
</div>
<div class="culture-card" data-aos="fade-up" data-aos-delay="200">
<i class="fas fa-chart-line fa-3x"></i>
<h3>Growth Mindset</h3>
<p>Continuous learning and development are core to our culture</p>
</div>
</div>
</div>
</section>

<!-- Benefits Section -->
<section class="benefits section">
<div class="container">
<h2>Benefits & Perks</h2>
<p class="section-intro">We take care of our team with meaningful benefits that support your success.</p>
<div class="benefits-grid">
<!-- Real Benefit -->
<div class="benefit-card" data-aos="fade-up">
<i class="fas fa-laptop-house fa-3x benefit-icon"></i>
<h3>Remote First</h3>
<p>Work from anywhere in the world, on your own schedule.</p>
</div>
<!-- No-Cost "Serious" Benefits -->
<div class="benefit-card" data-aos="fade-up" data-aos-delay="100">
<i class="fas fa-calendar-alt fa-3x benefit-icon"></i>
<h3>Flexible Hours</h3>
<p>Adjust your work hours to fit your lifestyle and priorities.</p>
</div>
<div class="benefit-card" data-aos="fade-up" data-aos-delay="200">
<i class="fas fa-rocket fa-3x benefit-icon"></i>
<h3>Professional Growth Opportunities</h3>
<p>Access to mentorship, team collaboration, and knowledge-sharing sessions.</p>
</div>
<div class="benefit-card" data-aos="fade-up" data-aos-delay="300">
<i class="fas fa-medal fa-3x benefit-icon"></i>
<h3>Recognition Programs</h3>
<p>Earn recognition for your contributions and achievements.</p>
</div>
</div>
</div>
</section>

<!-- Open Positions Section -->
<section class="positions section">
<div class="container">
<h2>Open Positions</h2>
<p class="section-intro">Join us in building the next generation of technology solutions</p>
<div class="position-card" data-aos="fade-up">
<div>
<h3><i class="fas fa-paint-brush"></i> UI/UX Designer</h3>
<p>Design intuitive, user-friendly interfaces and improve user experiences</p>
</div>
<h3><i class="fas fa-paint-brush"></i> UI/UX Designer</h3>
<p>Design intuitive, user-friendly interfaces and improve user experiences</p>
<a href="/careers/ui-ux-designer.html" class="btn" target="_blank">View Position</a>
</div>
<div class="position-card" data-aos="fade-up" data-aos-delay="100">
<div>
<h3><i class="fas fa-code"></i> Full Stack Web Developer</h3>
<p>Build and maintain scalable web applications using modern technologies</p>
</div>
<h3><i class="fas fa-code"></i> Full Stack Web Developer</h3>
<p>Build and maintain scalable web applications using modern technologies</p>
<a href="/careers/web-developer.html" class="btn" target="_blank">View Position</a>
</div>
<div class="position-card" data-aos="fade-up" data-aos-delay="200">
<div>
<h3><i class="fas fa-cogs"></i> Software Engineer</h3>
<p>Design, develop, and implement software solutions to solve complex problems</p>
</div>
<h3><i class="fas fa-cogs"></i> Software Engineer</h3>
<p>Design, develop, and implement software solutions to solve complex problems</p>
<a href="/careers/software-engineer.html" class="btn" target="_blank">View Position</a>
</div>
</div>
</section>

<!-- Footer -->
<footer>
<div class="container footer-content">
<p>&copy; 2025 DuoAlly AI | <a href="https://github.com/DuoAlly" target="_blank">GitHub Repository</a></p>
Expand Down
133 changes: 29 additions & 104 deletions careers/software-engineer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Software Engineer | DuoAlly AI</title>
<style>
:root {
Expand Down Expand Up @@ -49,54 +49,34 @@
.job-description {
background-color: white;
border-radius: 12px;
padding: 40px;
padding: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
margin-bottom: 20px;
}

h1 {
font-size: 2.5em;
color: #2c3e50;
}

h2 {
font-size: 1.8em;
color: #2c3e50;
margin: 30px 0 20px;
}

h3 {
font-size: 1.4em;
font-size: 2em;
color: #2c3e50;
margin: 25px 0 15px;
}

p {
margin-bottom: 20px;
margin-bottom: 15px;
}

ul, ol {
margin-bottom: 20px;
ul {
padding-left: 25px;
margin-bottom: 15px;
}

li {
margin-bottom: 10px;
}

.skills-section {
background-color: white;
border-radius: 12px;
padding: 30px;
margin-bottom: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.apply-button {
display: inline-block;
background-color: var(--primary-color);
color: white;
padding: 15px 30px;
padding: 10px 20px;
border-radius: 6px;
text-decoration: none;
font-weight: bold;
Expand All @@ -113,24 +93,9 @@
text-align: center;
}

@media (max-width: 768px) {
.job-header {
flex-direction: column;
text-align: center;
}

.job-description {
padding: 20px;
}
}

/* Additional Styling for Job Listings */
.jobs-list {
margin-bottom: 60px;
}

.job-item {
margin-bottom: 60px;
.icon {
width: 50px;
height: 50px;
}
</style>
</head>
Expand All @@ -142,77 +107,37 @@ <h1>Software Engineer</h1>
</div>

<div class="job-description">
<p>DuoAlly AI is seeking a skilled Software Engineer specializing in machine learning and artificial intelligence to design, develop, and maintain advanced software solutions that drive our clients' success. The ideal candidate will have a strong foundation in software engineering principles, experience with ML/AI libraries, and a passion for building innovative applications.</p>

<p>As a Software Engineer at DuoAlly AI, you will collaborate with cross-functional teams to deliver cutting-edge solutions that meet complex business needs and exceed client expectations.</p>

<p>Our team leverages state-of-the-art technologies to create scalable and efficient software systems. By joining us, you'll have the opportunity to work on diverse projects, including chatbot algorithms, reinforcement learning models, video game development, and advanced visualization and graphics.</p>
<p>We are looking for a software engineer to design and develop efficient and scalable software solutions. You will be responsible for writing clean, maintainable code and collaborating with the team to deliver innovative products.</p>

<h3>Core Responsibilities:</h3>
<ol>
<li>Design and develop machine learning and AI-driven software applications based on client requirements</li>
<li>Implement and optimize algorithms for natural language processing, reinforcement learning, and computer vision</li>
<li>Develop and integrate chatbot functionalities and intelligent agents</li>
<li>Collaborate with data scientists and other engineers to deploy scalable ML models</li>
<li>Create advanced visualization and graphics for data representation and user interfaces</li>
<li>Maintain code quality, organization, and automation</li>
</ol>
<p>Help us create impactful solutions for our clients and users.</p>

<h3>Why DuoAlly AI?</h3>

<p>At DuoAlly AI, we foster a culture of innovation, continuous improvement, and collaboration. You'll work alongside talented professionals dedicated to pushing the boundaries of technology to deliver exceptional results for our clients.</p>
<h3>Responsibilities:</h3>
<ul>
<li>Write and maintain software applications.</li>
<li>Design and implement algorithms and solutions.</li>
<li>Collaborate with team members to ensure product quality.</li>
<li>Ensure scalability and performance of applications.</li>
<li>Debug and optimize code.</li>
</ul>

<div class="text-center">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfa_EH2qlo-MAwl3q4TfjIBePc8UZ2n1L6qlcInEMHs71FYCQ/viewform?usp=header" class="apply-button" target="_blank" rel="noopener noreferrer">Apply Now!</a>
</div>
</div>

<div class="skills-section">
<h2>Technical Skills</h2>

<h3>Programming Languages:</h3>
<ul>
<li>Python</li>
<li>JavaScript/TypeScript</li>
<li>Java/C++</li>
<li>Go/Rust</li>
</ul>

<h3>Machine Learning & AI Libraries:</h3>
<ul>
<li>PyTorch</li>
<li>TensorFlow</li>
<li>scikit-learn</li>
<li>Keras</li>
<li>OpenAI Gym</li>
<li>NLTK/spaCy</li>
</ul>

<h3>Frameworks & Tools:</h3>
<ul>
<li>React/Vue/Angular</li>
<li>Node.js/Django/Spring</li>
<li>Express.js</li>
<li>Flask</li>
<li>Unity/Unreal Engine (for video game development)</li>
<li>OpenGL/DirectX (for graphics and visualization)</li>
</ul>

<h3>DevOps & Cloud Platforms:</h3>
<div class="job-description">
<h3>Basic Skills:</h3>
<ul>
<li>Git version control</li>
<li>Docker containerization</li>
<li>CI/CD pipelines</li>
<li>Cloud platforms (AWS/GCP/Azure)</li>
<li>Database management (SQL and NoSQL)</li>
<li>Familiarity with programming languages.</li>
<li>Understanding of software development principles.</li>
<li>Willingness to learn and grow.</li>
<li>Problem-solving skills.</li>
</ul>
</div>

<div class="job-description">
<p>You will be joining a team of experienced engineers who provide support and mentorship. We value collaboration, continuous learning, and innovation. An NDA will be required to protect DuoAlly AI's intellectual property and client information.</p>

<p>If you feel your skillset aligns with these requirements, apply now!</p>
<p>If you enjoy software development and want to work on exciting projects, we'd love to hear from you!</p>
</div>
</div>
</div>
</body>
</html>
Loading

0 comments on commit be2de7a

Please sign in to comment.