Skip to content

Commit

Permalink
Rename portfolio id
Browse files Browse the repository at this point in the history
  • Loading branch information
dalyhabit committed Dec 15, 2023
1 parent 5f842ad commit a154c58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="row">
<ul class="main-nav">
<li><a href="#about" aria-label="link to about me">About Me</a></li>
<li><a href="#portfolio-link" aria-label="link to portfolio">Portfolio</a></li>
<li><a href="#portfolio" aria-label="link to portfolio">Portfolio</a></li>
<li><a href="#resume" aria-label="link to resume">Resume</a></li>
<li><a href="#contact" aria-label="link to contact">Contact</a></li>
</ul>
Expand All @@ -61,10 +61,10 @@ <h2>About Me</h2>
<p class="long-copy">Hi, nice to meet you! I'm a Senior Frontend Engineer at Khoros. TypeScript is my preferred programming language, and I'm comfortable working with most of the latest frontend frameworks. I also have experience working with various build and CI/CD tools, testing libraries, databases, and JavaScript server-side frameworks.
</p><p class="long-copy">
I was the lead instructor at one of the country's top software engineering bootcamps for 2 years. Collaborating with people who are excited about building cool things is what I enjoy. I am passionate about learning new technologies and always looking for opportunities to expand and hone my skills. Some of my personal and professional projects can be seen below.</p>
<div id="portfolio-link"/>
<div id="portfolio" />
</div>
</section>
<section id="portfolio" class="section-portfolio">
<section id="portfolio-section" class="section-portfolio">
<div class="row portfolio-body">
<h2>Portfolio</h2>
<h3 class="professional-portfolio-header">Professional Experience</h3>
Expand Down Expand Up @@ -231,7 +231,7 @@ <h2>Contact</h2>
<ul class="footer-nav">
<li><a href="#header" aria-label="back to top">Back To Top</a></li>
<li><a href="#about" aria-label="footer link to about me">About Me</a></li>
<li><a href="#portfolio-link" aria-label="footer link to portfolio">Portfolio</a></li>
<li><a href="#portfolio" aria-label="footer link to portfolio">Portfolio</a></li>
<li><a href="#resume" aria-label="footer link to resume">Resume</a></li>
<li><a href="#contact" aria-label="footer link to contact">Contact</a></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ header {
text-align: center;
}

#portfolio h2,
#portfolio-section h2,
.section-resume h2,
.section-form h2 {
color: #023047;
}

#portfolio h2 {
#portfolio-section h2 {
margin-top: 25px;
}

Expand Down

0 comments on commit a154c58

Please sign in to comment.