Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
melnalex committed Aug 30, 2023
1 parent 8e993e3 commit eaa024e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions website/appbar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<section class="container-fluid bg-white fg-dark pos-fixed z-fixed" style="top: 0; left:0; right: 0;">
<nav class="container bg-transparent pos-relative" data-role="appbar" data-expand-point="xl" >
<a href="/" class="brand no-hover"><img src="images/korzh_logo.png" alt="Logo"/></a>
<a href="/" class="brand no-hover"><img src="/images/korzh_logo.png" alt="Logo"/></a>

<ul class="app-bar-menu ml-auto">
<li>
Expand All @@ -21,7 +21,7 @@
<li><a href="/easyquery/docs/api-reference">EASYQUERY API</a></li>
<li><a href="/easyquery/docs">EASYQUERY.NET</a></li>
<li><a href="/easyquery/javascript/docs">EASYQUERY.JS</a></li>
<li><a href="easy-report-starter-kit/docs">EASY REPORT</a></li>
<li><a href="/easy-report-starter-kit/docs">EASY REPORT</a></li>
<li class="divider"></li>
<li><a href="/localizer/docs">LOCALIZER</a></li>
<li class="divider"></li>
Expand Down
26 changes: 13 additions & 13 deletions website/footer.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<footer class="container-fluid mt-auto">
<div class="container">
<ul class="footer__menu">
<li><a href="index">HOME</a></li>
<li><a href="easyquery">EASYQUERY.NET</a></li>
<li><a href="metroui">METRO UI</a></li>
<li><a href="localizer">LOCALIZER</a></li>
<li><a href="blog">BLOG</a></li>
<li><a href="support">SUPPORT</a></li>
<li><a href="resellers">RESELLERS FAQ</a></li>
<li><a href="/index">HOME</a></li>
<li><a href="/easyquery">EASYQUERY.NET</a></li>
<li><a href="/metroui">METRO UI</a></li>
<li><a href="/localizer">LOCALIZER</a></li>
<li><a href="/blog">BLOG</a></li>
<li><a href="/support">SUPPORT</a></li>
<li><a href="/resellers">RESELLERS FAQ</a></li>
<li><a href="#">YOUR ACCOUNT</a></li>
<li><a href="privacy">PRIVACY</a></li>
<li><a href="terms">TERMS OF USE</a></li>
<li><a href="license">LICENSE</a></li>
<li><a href="/privacy">PRIVACY</a></li>
<li><a href="/terms">TERMS OF USE</a></li>
<li><a href="/license">LICENSE</a></li>
</ul>

<hr class="mt-10 mb-10 thin"/>
Expand All @@ -20,10 +20,10 @@
<div>1998-2023 &copy; Korzh.com.</div><span class="ml-4 mute-text">All Rights Reserved.</span>
<div class="mute-text">All product names, logos, and brands are the property of their respective owners.</div>
<div>
Site built with <a class="fg-cyan" href="metroui">Metro UI</a>
Site built with <a class="fg-cyan" href="/metroui">Metro UI</a>
</div>
</div>
</div>
</footer>
<script src="js/index.js"></script>
<script src="js/app-client.min.js"></script>
<script src="/js/index.js"></script>
<script src="/js/app-client.min.js"></script>

0 comments on commit eaa024e

Please sign in to comment.