Skip to content

Commit

Permalink
Merge pull request #22 from DuoAlly/web-dev
Browse files Browse the repository at this point in the history
Rename full-stack.html to web-developer.html
  • Loading branch information
WutherHeights authored Dec 24, 2024
2 parents 53e38ae + 2fce64f commit b94cffc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions careers.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ <h2>Open Positions</h2>

<div class="position-card">
<div>
<h3><i class="fas fa-code"></i> Full Stack Engineer</h3>
<h3><i class="fas fa-code"></i> Full Stack Web Developer</h3>
<p>Build and maintain scalable web applications using modern technologies</p>
</div>
<a href="/careers/full-stack.html" class="btn">View Position</a>
<a href="/careers/web-developer.html" class="btn">View Position</a>
</div>
</div>
</section>
Expand Down
8 changes: 4 additions & 4 deletions careers/full-stack.html → careers/web-developer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Full Stack Engineer | DuoAlly AI </title>
<title>Full Stack Web Developer | DuoAlly AI </title>
<style>
:root {
--primary-color: #2563eb;
Expand Down Expand Up @@ -128,11 +128,11 @@
<div class="job-detail-container">
<div class="job-header">
<img src="/images/coding.png" alt="Engineering icon">
<h1>Full Stack Engineer</h1>
<h1>Full Stack Web Developer</h1>
</div>

<div class="job-description">
<p>Looking for a talented full stack engineer to work on building scalable web applications and services. The work would include developing both frontend and backend systems, as well as maintaining and improving the entire application infrastructure.</p>
<p>Looking for a talented full stack web developer to work on building scalable web applications and services. The work would include developing both frontend and backend systems, as well as maintaining and improving the entire application infrastructure.</p>

<p>DuoAlly AI helps companies develop technology-driven solutions to solve their toughest business challenges.</p>

Expand Down Expand Up @@ -199,4 +199,4 @@ <h3>DevOps & Tools:</h3>
});
</script>
</body>
</html>
</html>

0 comments on commit b94cffc

Please sign in to comment.