Skip to content

Commit

Permalink
Rename 'img/' to 'assets/', bump html date
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilionus committed May 19, 2024
1 parent b92a49b commit 17064ae
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img align="right" height="60" src="img/png/icon_main.png">
<img align="right" height="60" src="assets/png/icon_main.png">


## About
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/>
<meta name="keywords" content="monokai pro, keygen, vscode, sublime" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="img/ico/icon_main.ico" />
<link rel="icon" type="image/x-icon" href="assets/ico/icon_main.ico" />

<link rel="stylesheet" type="text/css" href="css/chota.min.css" />
<link rel="stylesheet" type="text/css" href="css/core.css" />
Expand All @@ -20,7 +20,7 @@
</head>

<body>
<img class="logo" src="img/png/icon_main.png" />
<img class="logo" src="assets/png/icon_main.png" />
<h1 class="title">Monokai Pro Keygen</h1>

<div class="editor-selector-group">
Expand All @@ -33,11 +33,11 @@ <h1 class="title">Monokai Pro Keygen</h1>
checked
/>
<label for="radio-vscode">
<img src="img/svg/microsoft-visual-studio-code.svg" height="50" />
<img src="assets/svg/microsoft-visual-studio-code.svg" height="50" />
</label>
<input type="radio" name="selected-editor" value="sublime" id="radio-sublime" onclick="set_editor('sublime')" />
<label for="radio-sublime">
<img src="img/svg/sublime-text.svg" height="50" />
<img src="assets/svg/sublime-text.svg" height="50" />
</label>
</div>

Expand All @@ -56,7 +56,7 @@ <h1 class="title">Monokai Pro Keygen</h1>

<div id="result_output_box" class="grouped">
<button class="button outline icon-only" id="btn_copy_to_clipboard" onclick="copy_key_to_clipboard()">
<img src="img/svg/content-copy.svg" class="svg-inverted" height="20" />
<img src="assets/svg/content-copy.svg" class="svg-inverted" height="20" />
</button>
<span id="result_output_text"></span>
</div>
Expand Down Expand Up @@ -125,7 +125,7 @@ <h1 class="title">Monokai Pro Keygen</h1>
<br />
<a href="https://github.com/maximilionus/monokai_pro_keygen">source</a>
-
<a href="https://youtu.be/dQw4w9WgXcQ">2024.4</a>
<a href="https://youtu.be/dQw4w9WgXcQ">2024.5</a>
</div>

<script src="js/main.js"></script>
Expand Down

0 comments on commit 17064ae

Please sign in to comment.