add help menu funding callout
This commit is contained in:
parent
f4688590b3
commit
98c1949ace
2 changed files with 53 additions and 9 deletions
|
|
@ -90,7 +90,6 @@ div {
|
|||
position: relative;
|
||||
}
|
||||
button.yellow {
|
||||
background-color: #eda;
|
||||
border: 1px solid rgba(0,0,255,0.5);
|
||||
}
|
||||
button.yellow:hover {
|
||||
|
|
@ -809,6 +808,39 @@ details[open] summary::after {
|
|||
.mt10 {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.wassup {
|
||||
background-color: rgba(0,255,100,0.3);
|
||||
border-top: 5px solid rgba(0,255,100,0.5);
|
||||
border-bottom: 5px solid rgba(0,255,100,0.5);
|
||||
}
|
||||
.wassup:hover {
|
||||
border-top: 5px solid rgba(0,255,100,0.5);
|
||||
border-bottom: 5px solid rgba(0,255,100,0.5);
|
||||
}
|
||||
.dark .wassup {
|
||||
background-color: rgba(0,255,0,0.2);
|
||||
}
|
||||
.blurb {
|
||||
max-width: 200px;
|
||||
align-items: flex-end;
|
||||
justify-content: center;
|
||||
text-align: right;
|
||||
padding: 10px 0 10px 0;
|
||||
color: var(--blue-2);
|
||||
gap: 10px;
|
||||
}
|
||||
.blurb p {
|
||||
margin: 0;
|
||||
}
|
||||
.dark .blurb p:first-child, .dark .blurb p:last-child {
|
||||
color: #fff;
|
||||
}
|
||||
.blurb p:first-child, .blurb p:last-child {
|
||||
color: #000;
|
||||
}
|
||||
.mlr-10 {
|
||||
margin: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#curtain {
|
||||
top: 0;
|
||||
|
|
|
|||
|
|
@ -512,14 +512,26 @@
|
|||
<label>Kiri:Moto Help</label>
|
||||
</div>
|
||||
<hr width="100%">
|
||||
<div class="f-col">
|
||||
<a target="_rsc" href="https://docs.grid.space/projects/kiri-moto"><i class="fas fa-question-circle"></i>Documentation & APIs</a>
|
||||
<a target="_rsc" href="https://forum.grid.space"><i class="fab fa-discourse"></i> Discourse Forums</a>
|
||||
<a target="_rsc" href="https://discord.gg/suyCCgr"><i class="fab fa-discord"></i> Discord Server</a>
|
||||
<a target="_rsc" href="https://github.com/gridspace/grid-apps/issues"><i class="fas fa-bug"></i> Bug Reports</a>
|
||||
<a target="_rsc" href="https://github.com/gridspace/grid-apps/releases"><i class="fab fa-github"></i> Releases & Binaries</a>
|
||||
<a target="_rsc" onclick="kiri.api.modal.show('don8')"><i class="fa-solid fa-sack-dollar"></i> Support Development</a>
|
||||
<a href="https://youtu.be/08795Sj22QE" target="youtube"><i class="fab fa-youtube"></i>Video Guide (from v2.5)</a>
|
||||
<div class="f-row">
|
||||
<div class="f-col">
|
||||
<a target="_rsc" href="https://docs.grid.space/projects/kiri-moto"><i class="fas fa-question-circle"></i>Documentation & APIs</a>
|
||||
<a target="_rsc" href="https://forum.grid.space"><i class="fab fa-discourse"></i> Discourse Forums</a>
|
||||
<a target="_rsc" href="https://discord.gg/suyCCgr"><i class="fab fa-discord"></i> Discord Server</a>
|
||||
<a target="_rsc" href="https://github.com/gridspace/grid-apps/issues"><i class="fas fa-bug"></i> Bug Reports</a>
|
||||
<a target="_rsc" href="https://github.com/gridspace/grid-apps/releases"><i class="fab fa-github"></i> Releases & Binaries</a>
|
||||
<a target="_rsc" class="wassup" onclick="kiri.api.modal.show('don8')"><i class="fa-solid fa-hand-holding-dollar"></i> Support Development</a>
|
||||
<a href="https://youtu.be/08795Sj22QE" target="youtube"><i class="fab fa-youtube"></i>Video Guide (v2.5)</a>
|
||||
</div>
|
||||
<hr class="mlr-10">
|
||||
<div class="f-col blurb">
|
||||
<p>14 Years Under<br>Active Development</p>
|
||||
<span class="grow"></span>
|
||||
<p>A project for makers, hobbyist, professionals, students, and educators</p>
|
||||
<span class="grow"></span>
|
||||
<p>Help keep it free. Ask about Institutional support</p>
|
||||
<span class="grow"></span>
|
||||
<p>Support funds continued development, bug fixes, documentation, and discussion forums</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr width="100%">
|
||||
<div class="f-row j-center">
|
||||
|
|
|
|||
Loading…
Reference in a new issue