Skip to content

Commit

Permalink
Merge pull request #65 from ninmonkey/Initialize-Download-Links-OnLoad
Browse files Browse the repository at this point in the history
    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.
39 changes: 39 additions & 0 deletions docs/CutiePro/CutiePro.md
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 %}

0 comments on commit bbfdbc7

Please sign in to comment.