|
@@ -53,20 +53,21 @@
|
|
|
}
|
|
|
|
|
|
function startApp() {
|
|
|
- $("#HCsplash").hide("slow");
|
|
|
+ //$("#HCsplash").hide("slow");
|
|
|
+ $("#HCsplash").css("display","none");
|
|
|
$(document.body).css("background","#ffffff");
|
|
|
- $("#frmHC").show();
|
|
|
- }
|
|
|
+ $("#frmHC").show();
|
|
|
+ }
|
|
|
|
|
|
- window.addEventListener("load", function() {
|
|
|
+ window.addEventListener("load", function() {
|
|
|
|
|
|
$("#frmHC").hide();
|
|
|
$(document.body).css("background","#000000");
|
|
|
- $("#HCsplash").show("slow");
|
|
|
- setTimeout("hideTitle()", 2000);
|
|
|
+ $("#HCsplash").show("slow");
|
|
|
+ setTimeout("hideTitle()", 2000);
|
|
|
setTimeout("startApp()", 4000);
|
|
|
|
|
|
- }, true);
|
|
|
+ }, true);
|
|
|
|
|
|
</script>
|
|
|
|
|
@@ -84,7 +85,7 @@
|
|
|
<a href="http://homogram.org" target="_self" style="color:#000000; text-decoration: none;"><img src="/Public/static/res/HGlogo2.png" style="width:45px;"> Homogram</a> <a href="https://github.com/par7133/Homogram" style="color:#000000;"><span style="color:#119fe2">on</span> github</a> <a href="mailto:info@homogram.org" style="color:#000000;"><span style="color:#119fe2">for</span> feedback</a> <a href="tel:+39-331-4029415" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:#000000;height:27px;text-decoration:none;"> get support </a>
|
|
|
</div>
|
|
|
|
|
|
-<div style="clear:both; float:left; padding:8px; width:15%; height:100%; text-align:center;">
|
|
|
+<div style="clear:both; float:left; padding:8px; width:15%; height:650px; text-align:center; border-right:1px solid #2c2f34;">
|
|
|
<div style="padding-left:10px;text-align: left;">
|
|
|
Download<br>
|
|
|
<a href="https://github.com/par7133/Homogram/archive/refs/tags/v1.4.5.zip">Release 1.4.5 (zip)</a><br>
|
|
@@ -93,13 +94,13 @@
|
|
|
<br><br>
|
|
|
<img src="/Public/static/res/HGgenius.png" alt="HC Genius" title="HC Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">
|
|
|
<br><br><br>
|
|
|
- <input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; border-radius:3px;" value="" autocomplete="off"><br>
|
|
|
- <input type="text" id="Salt" placeholder="salt" style="position:relative; top:+5px; font-size:10px; background:#393939; color:#ffffff; width: 90%; border-radius:3px;" autocomplete="off"><br>
|
|
|
+ <input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; height:30px; border-radius:3px;" value="" autocomplete="off"><br>
|
|
|
+ <input type="text" id="Salt" placeholder="salt" style="position:relative; top:+5px; font-size:10px; background:#393939; color:#ffffff; width: 90%; height:30px; border-radius:3px;" autocomplete="off"><br>
|
|
|
<a href="#" onclick="showEncodedPassword();" style="position:relative; left:-2px; top:+5px; color:#000000; font-size:12px;">Hash Me!</a>
|
|
|
<br><br><br>
|
|
|
</div>
|
|
|
|
|
|
-<div style="float:left; width:85%;height:100%; padding:8px; border-left: 1px solid #2c2f34;">
|
|
|
+<div style="float:left; width:85%;height:100%; padding:8px;">
|
|
|
|
|
|
<div id="splash" style="border-radius:20px; position:relative; left:+3px; width:98%; background-color: #33aced; padding: 20px; margin-bottom:8px;">
|
|
|
|
|
@@ -129,8 +130,10 @@
|
|
|
|
|
|
<br>
|
|
|
|
|
|
- Hope you can enjoy it and let us know about any feedback: <a href="mailto:info@homogram.org" style="color:#e6d236;">info@homogram.org</a>
|
|
|
+ Hope you can enjoy it and let us know about any feedback: <a href="mailto:info@homogram.org">info@homogram.org</a>
|
|
|
|
|
|
+ <br><br><br><br><br>
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
|