Skip to content

Commit

Permalink
Move login to nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
petebachant committed Dec 22, 2024
1 parent 304005e commit 77dfdd3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
10 changes: 9 additions & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<nav class="calkit-green" role="navigation">
<div class="nav-wrapper container"></div>
<div class="nav-wrapper container rtl">
<a
class="btn-small waves-effect waves-light"
id="download-button"
href="https://calkit.io"
target="_blank"
>Login to calkit.io</a
>
</div>
</nav>
12 changes: 3 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,17 @@ <h5 class="header col s12 light">
A lightweight framework for reproducible research
</h5>
<p>
Put everything in one place: Code, data, environments, figures,
publications, and more, to maximize efficiency and impact.
Everything in one place: Code, data, environments, figures,
publications, and more.
</p>
</div>
<div class="row center">
<a
class="btn-large waves-effect waves-light calkit-green mr15"
class="btn-large waves-effect waves-light calkit-green"
id="download-button"
href="https://github.com/calkit/calkit?tab=readme-ov-file#installation"
target="_blank"
>Get started</a
><a
class="btn-large waves-effect waves-light calkit-green"
id="download-button"
href="https://calkit.io"
target="_blank"
>Login to calkit.io</a
>
</div>
<br /><br />
Expand Down
9 changes: 9 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ pre {
border-radius: 8px;
}

.btn-small {
border-radius: 6px;
}

.rtl {
direction: rtl;
margin-right: 30px;
}

.mr15 {
margin-right: 10px;
}

0 comments on commit 77dfdd3

Please sign in to comment.