Skip to content

Commit

Permalink
Fix section ID and apply navbar highlight
Browse files Browse the repository at this point in the history
Additionally hide tiles mixing buttons together with tiles, if browser does not load JavaScript, since all contribution elements are then fully expended
  • Loading branch information
MichaIng authored Mar 17, 2021
1 parent f03ec11 commit 44dfa09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
<a class="nav-link" href="/#features">Features</a>
<a class="nav-link" href="/#download">Download</a>
<a class="nav-link" href="/#gettingstarted">Getting Started</a>
<a class="nav-link" href="/contribute.html">Contribute</a>
<a class="nav-link" href="#contribute">Contribute</a>
<a class="nav-link" href="/#testimonials">Testimonials</a>
</div>
<!-- End main navigation -->
</div>
</nav>
<!-- Portfolio section start -->
<div class="section secondary-section mixitup" id="download">
<div class="section secondary-section mixitup" id="contribute">
<div class="container-xl software">
<svg class="triangle" viewBox="0 0 100 100" preserveAspectRatio="none" aria-hidden="true"><path d="M0 0h100l-50 100"/></svg>
<div class="title">
Expand Down Expand Up @@ -260,7 +260,7 @@ <h3>Social media</h3>
</div>
</div>
<!-- END details for portfolio -->
<div id="portfolio-grid" class="row">
<div id="portfolio-grid" class="row" style="display:none">
<!-- Desktops -->
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Report">
<a href="#contributeinfo" class="thumbnail show_hide" rel="#bugreport">
Expand Down

0 comments on commit 44dfa09

Please sign in to comment.