Skip to content

Commit

Permalink
Add stars counter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamiel committed Sep 21, 2024
1 parent 3d74ced commit 2a80312
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/hurl.dev/_includes/top-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="top-nav-link u-d-block-md">
<a class="top-nav-link-a" href="https://github.com/Orange-OpenSource/hurl" alt="GitHub">
<span class="svg-icon"><svg viewBox="0 0 496 512" width="18" height="18"><use href="#github"></use></svg>&nbsp;</span>
<span class="u-underline">GitHub</span>
<span class="u-underline">GitHub</span><span class="github">★13k</span>
</a>
</div>
<div class="top-nav-link u-d-block-md">
Expand Down Expand Up @@ -71,7 +71,7 @@ <h3>{{ li0.title }}</h3>
{% include bar-icon.svg %}
{% include moon-icon.svg %}
{% include sun-icon.svg %}
{% include github-alt.svg %}
{% include github.svg %}
</div>
</div>

Expand Down
5 changes: 5 additions & 0 deletions sites/hurl.dev/_sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,11 @@ svg.defs-only {
width: 100%;
}

.github {
font-size: 80%;
margin-left: 6px;
}

@import "code";
@import "grammar";
@import "schema";
Expand Down

0 comments on commit 2a80312

Please sign in to comment.