34 lines
1.5 KiB
HTML
34 lines
1.5 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||
|
|
<div class="topnav" id="mTopnav">
|
||
|
|
<a href="javascript:void(0);" class="icon" onclick="mMenu()">☰</a>
|
||
|
|
<a href="{{ site.github.url }}">Home</a>
|
||
|
|
<div class="dropdown">
|
||
|
|
<button class="dropbtn">Downloads
|
||
|
|
<i class="fa fa-caret-down"></i>
|
||
|
|
</button>
|
||
|
|
<div class="dropdown-content">
|
||
|
|
<a href="{{ site.github.url }}/change-logs/">What's New</a>
|
||
|
|
<a href="https://play.google.com/store/apps/details?id=com.sunilpaulmathew.debloater" target="_blank">Google Play</a>
|
||
|
|
<a href="https://f-droid.org/packages/com.sunilpaulmathew.debloater" target="_blank">F-Droid</a>
|
||
|
|
<a href="https://github.com/sunilpaulmathew/De-Bloater/releases/latest" target="_blank">GitHub</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<a href="https://github.com/sunilpaulmathew/De-Bloater" target="_blank">Source Code</a>
|
||
|
|
<a href="https://poeditor.com/join/project?hash=BZS89Ev3WG" target="_blank">Translations</a>
|
||
|
|
<div class="dropdown">
|
||
|
|
<button class="dropbtn">How-To
|
||
|
|
<i class="fa fa-caret-down"></i>
|
||
|
|
</button>
|
||
|
|
<div class="dropdown-content">
|
||
|
|
<a href="{{ site.github.url }}/general/">General</a>
|
||
|
|
<a href="{{ site.github.url }}/permissions/">Permissions</a>
|
||
|
|
<a href="{{ site.github.url }}/privacy-policy/">Privacy Policy</a>
|
||
|
|
<a href="{{ site.github.url }}/disclaimer/">Disclaimer</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<a href="{{ site.github.url }}/donations/">Donations</a>
|
||
|
|
<a href="{{ site.github.url }}/contribute/">Contributions</a>
|
||
|
|
</div>
|
||
|
|
<p style="margin-bottom:25px;"></p>
|