mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-30 04:02:00 +00:00
fix gh star badge
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<section id="powered-by">
|
<section id="powered-by">
|
||||||
<img class="logo" src="/assets/images/logomark.png" alt="Logomark">
|
<img class="logo" src="/assets/images/logomark.png" alt="Logomark">
|
||||||
<h1>Powered by StartOS</h1>
|
<h1>Powered by StartOS</h1>
|
||||||
<div class="ratings">
|
<div class="ratings">
|
||||||
<iframe class="ratings-desktop" src="https://ghbtns.com/github-btn.html?user=Start9Labs&repo=start-os&type=star&count=true&size=large" frameborder="0" scrolling="0" width="135" height="30" title="GitHub"></iframe>
|
<span class="ratings-gh-desktop"><a class="github-button" href="https://github.com/Start9Labs/start-os" data-size="large" data-show-count="true" aria-label="Star Start9Labs/start-os on GitHub">Star</a></span>
|
||||||
<iframe class="ratings-mobile" src="https://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="112" height="20" title="GitHub"></iframe>
|
<span class="ratings-gh-mobile"><a class="github-button" href="https://github.com/Start9Labs/start-os" data-show-count="true" aria-label="Star Start9Labs/start-os on GitHub">Star</a></span>
|
||||||
<div id= "ap-widget-2" class="ap-widget--mini" data-options='{"prod_code": "startos", "theme": "dark", "template_id": "mini", "text_color": "#F5F5F5" , "bg_color": "transparent" }'> </div>
|
<div id= "ap-widget-2" class="ap-widget--mini" data-options='{"prod_code": "startos", "theme": "dark", "template_id": "mini", "text_color": "#F5F5F5" , "bg_color": "transparent" }'></div>
|
||||||
</div>
|
</div>
|
||||||
<p>Just as Windows and macOS made it possible for anyone to own a personal computer, StartOS makes it possible for anyone to own a personal server.</p>
|
<p>Just as Windows and macOS made it possible for anyone to own a personal computer, StartOS makes it possible for anyone to own a personal server.</p>
|
||||||
<p>StartOS facilitates the entire process of discovering, installing, configuring, and using any variety of open-source software from anywhere in the world without trusting anyone.</p>
|
<p>StartOS facilitates the entire process of discovering, installing, configuring, and using any variety of open-source software from anywhere in the world without trusting anyone.</p>
|
||||||
|
|||||||
@@ -77,8 +77,6 @@ svg a:visited {
|
|||||||
.ratings {
|
.ratings {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.5rem;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
|
|
||||||
@@ -102,11 +100,11 @@ svg a:visited {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-mobile {
|
&-gh-mobile {
|
||||||
display: none
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-desktop {
|
&-gh-desktop {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -117,11 +115,11 @@ svg a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ratings {
|
.ratings {
|
||||||
&-mobile {
|
&-gh-mobile {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-desktop {
|
&-gh-desktop {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ layout: layouts/base.njk
|
|||||||
|
|
||||||
{% include "components/landing/community.njk" %}
|
{% include "components/landing/community.njk" %}
|
||||||
|
|
||||||
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||||
<script src="https://ap-widget-2.s3.amazonaws.com/widget.min.js" defer=""></script>
|
<script src="https://ap-widget-2.s3.amazonaws.com/widget.min.js" defer=""></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/gsap.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/gsap.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/CustomEase.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/CustomEase.min.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user