Browse Source

old pages support

pull/2/head
onryo 1 year ago
parent
commit
645a26c4b9
  1. 11
      css/animate.min.css
  2. 6
      css/bootstrap.min.css
  3. 4
      css/font-awesome.min.css
  4. 1384
      css/styles.css
  5. 4
      index.html
  6. 4
      privacy/index.html

11
css/animate.min.css

File diff suppressed because one or more lines are too long

6
css/bootstrap.min.css

File diff suppressed because one or more lines are too long

4
css/font-awesome.min.css

File diff suppressed because one or more lines are too long

1384
css/styles.css

File diff suppressed because it is too large

4
index.html

@ -152,7 +152,7 @@
<h3 class="hero-sub-headline" style="--mod-translate-y: -250rem; --mod-translate-x: 0vh">Private Cryptocurrency and
Messenger Using Zero Knowledge Mathematics</h3>
<!-- SVG Image Above SVG Overlay -->
<div id="bg-lines-4" class="hero-bg-lines" style="--mod-translate-y: -250rem; --mod-translate-x: -100vh"></div>
<div class="hero-bg-lines" style="--mod-translate-y: -500vh; --mod-translate-x: 100vh"></div>
<a href="#about" class="component-button hero-btn"
style="--mod-translate-y: -400vh; --mod-translate-x: 0vh"><small>Learn More</small></a>
</section>
@ -418,4 +418,4 @@
</footer>
</body>
</html>
</html>

4
privacy/index.html

@ -19,8 +19,8 @@
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/images/icons/favicon-76@2x.png">
<!-- Styles -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="../css/bootstrap.min.css">
<link rel="stylesheet" href="../css/styles.css">
<!-- IE9 Support -->
<!--[if lt IE 9]>

Loading…
Cancel
Save