-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from ninmonkey/Initialize-Download-Links-OnLoad
Initialize download links on page load. Fixes (#64)
- Loading branch information
StartAutomating
authored and
StartAutomating
committed
May 13, 2024
1 parent
b7dd65a
commit bbfdbc7
Showing
1 changed file
with
39 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
stylesheet: /CutiePro/CutiePro.css | ||
colorSchemeName: CutiePro | ||
colorSchemeFileName: CutiePro | ||
image: /CutiePro/CutiePro.png | ||
description: CutiePro color scheme | ||
permalink: /CutiePro/ | ||
--- | ||
|
||
<h2 style='text-align:center'> | ||
<a id='colorSchemeNameLink' href='#'> | ||
<span class='ColorSchemeFileName' /> | ||
</a> | ||
</h2> | ||
|
||
<div class='centeredText' style='margin-bottom:1%'> | ||
{% include PaletteSelector.html %} | ||
</div> | ||
|
||
<div class='centeredText'> | ||
{% include 4bitpreview.svg %} | ||
</div> | ||
|
||
<div class='centeredText'> | ||
<a id='downloadSchemeLink' class='padded'> | ||
{% include download-icon.svg %} | ||
</a> | ||
<a id='cdnSchemeLink' class='padded'> | ||
{% include download-cloud-icon.svg %} | ||
</a> | ||
<a id='feelingLucky' href="javascript:feelingLucky(document.getElementById('themeSelector'))" class='padded'> | ||
{% include shuffle-icon.svg %} | ||
</a> | ||
</div> | ||
|
||
{% include ColorTable.md %} | ||
|
||
{% include HowTo.md %} | ||
|