Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
update Index with menu navigations
Browse files Browse the repository at this point in the history
ankamuellner authored Jan 27, 2021
1 parent e2d19d6 commit dfe0c65
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -22,9 +22,11 @@

<body>
<nav class="navbar navbar-light navbar-expand fixed-top text-primary bg-light shadow-sm navigation-clean" data-aos="fade-down" data-aos-duration="50" data-aos-delay="50" title="None">
<div class="container"><a class="navbar-brand" href="#">LEARN Fellowship by Muellners</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"></button>
<div class="collapse navbar-collapse" id="navcol-1"><a class="btn btn-primary ml-auto" role="button" href="apply">JOIN</a>
<div class="collapse navbar-collapse" id="navcol-1"><a class="btn btn-primary ml-auto" role="button" href="https://muellners.com">About Muellners</a></div></div>
<div class="container"><a class="navbar-brand" href="index.html">LEARN Fellowship by Muellners</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"></button>
<div class="collapse navbar-collapse" id="navcol-1"><a class="btn btn-primary ml-auto" role="button" href="apply" target="_blank">JOIN</a>
<div class="collapse navbar-collapse" id="navcol-1"><a class="btn btn-primary ml-auto" role="button" href="https://research.muellners.org" target="_blank">Research Resources</a>
<div class="collapse navbar-collapse" id="navcol-1"><a class="btn btn-primary ml-auto" role="button" href="https://www.muellners.com/careers.html" target="_blank">Careers</a>
<div class="collapse navbar-collapse" id="navcol-1"><a class="btn btn-primary ml-auto" role="button" href="https://muellners.com" target="_blank">About Muellners</a></div></div></div></div>
</div>
</nav>
<header class="masthead text-white text-center" style="background:url('assets/img/bg-masthead.jpg')no-repeat center center;background-size:cover;">

0 comments on commit dfe0c65

Please sign in to comment.