-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: buymeacoffee widget added (#423)
- Loading branch information
1 parent
9af42b0
commit 909d545
Showing
4 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,35 @@ | ||
|
||
<template class="section-template"> | ||
<section id="convert" class="wrapper style1 fullscreen intro"> | ||
<section id="convert" class="wrapper style2 spotlights"> | ||
<div class="inner"> | ||
<h2> Step 5: Convert </h2> | ||
|
||
<ul class="actions"> | ||
<li><a href="#" id="startConversion" class="button">Start conversion!</a></li> | ||
</ul> | ||
<div class="split style1"> | ||
|
||
<section> | ||
<div class="field"> | ||
<label for="logArea">Logs</label> | ||
<textarea name="logArea" id="logArea" rows="10"></textarea> | ||
<textarea name="logArea" id="logArea" rows="25"></textarea> | ||
</div> | ||
</section> | ||
|
||
<section> | ||
<div class="field" style="padding-left: 20px"> | ||
<label>Satisfied with the results?</label> | ||
<div>You can show your appreciation by</div> | ||
<div>giving a <a class="github-button" href="https://github.com/akosbalasko/yarle" target="_blank" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" height="41" width="174" data-size="large" data-show-count="true" aria-label="Star akosbalasko/yarle on GitHub">star on github</a></div> | ||
<br> | ||
<div>or, if you can afford, <strong>click to the coffee cup down there, and buy me a coffee!</strong></div> | ||
<br> | ||
<div><strong>Thank you so much! 🤘 </strong></div> | ||
</div> | ||
</section> | ||
|
||
</div> | ||
<!-- Place this tag where you want the button to render. --> | ||
</div> | ||
</section> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ <h2>Step 4: Set your output folder</h2> | |
|
||
<span id='outputDirectory' size=50></span> | ||
|
||
|
||
</div> | ||
|
||
</section> | ||
</template> |