Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaP0nce committed Dec 25, 2024
2 parents 00332f6 + eaa2970 commit c5e72a9
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
23 changes: 22 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1>About Us</h1>
<li><a href="/" class="">Home</a></li>
<li><a href="/careers.html" class="">Careers</a></li>
<li><a href="/about.html" class="active">About</a></li>
<li><a href="/contact.html">Contact</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</nav>
Expand Down Expand Up @@ -149,6 +149,27 @@ <h3>TBD - CTO</h3>
</div>
</div>
</div> -->
<div class="team-member" data-aos="fade-up" data-aos-delay="300">
<img src="people/ashton.jpg" alt="Ashton">
<div>
<h3>Ashton - Senior Executive VP</h3>
<p>Ashton oversees high-level decision-making and ensures smooth execution of company objectives.</p>
<div class="icon-links">
<a href="mailto:[email protected]"><i class="fas fa-envelope"></i></a>
<a href="https://www.linkedin.com/in/ashton-gurrola-423515178/" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="team-member" data-aos="fade-up" data-aos-delay="300">
<img src="people/hayes.jpg" alt="Hayes">
<div>
<h3>Hayes - Senior Vice President</h3>
<p>Hayes oversees strategic initiatives and supports key decisions to advance organizational success.</p>
<div class="icon-links">
<a href="https://www.linkedin.com/in/hayes-chatham-90057323a/" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="section-header" data-aos="fade-up" style="margin-top: 2rem;">
<h2>Engineering & Development</h2>
</div>
Expand Down
4 changes: 2 additions & 2 deletions careers.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<li><a href="../">Home</a></li>
<li><a href="/" class="active">Careers</a></li>
<li><a href="../about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
Expand Down Expand Up @@ -218,4 +218,4 @@ <h3><i class="fas fa-cogs"></i> Software Engineer</h3>
});
</script>
</body>
</html>
</html>
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ <h1>DuoAlly AI</h1>
<a href="#" class="nav-logo">DuoAlly</a>
<ul class="nav-links">
<li><a href="/" class="active">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="/careers.html">Careers</a></li>
<li><a href="#research">Research</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/contact.html">Contact</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</nav>
Expand Down
Binary file added people/ashton.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added people/hayes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5e72a9

Please sign in to comment.