Changed order DNS section

This commit is contained in:
BurungHantu1605 2019-03-29 18:34:54 +08:00
parent c41b0ccf83
commit 106441d42b

View File

@ -3,6 +3,14 @@
<div class="row mb-2"> <div class="row mb-2">
{% include card.html color="success" {% include card.html color="success"
title="OpenNIC - Service"
image="assets/img/tools/OpenNIC.png"
url="https://www.opennic.org/"
description="OpenNIC is an alternate network information center/alternative DNS root which lists itself as an alternative to ICANN and its registries. Like all alternative
root DNS systems, OpenNIC-hosted domains are unreachable to the vast majority of the Internet. Only specific configuration in one's DNS resolver makes these reachable, and very few Internet service providers have this configuration."
%}
{% include card.html color="primary"
title="Njalla - Domain Registration" title="Njalla - Domain Registration"
image="assets/img/provider/Njalla.png" image="assets/img/provider/Njalla.png"
url="https://njal.la/" url="https://njal.la/"
@ -10,7 +18,7 @@
description="Njalla only needs your email or jabber address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." description="Njalla only needs your email or jabber address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
%} %}
{% include card.html color="primary" {% include card.html color="warning"
title="DNSCrypt - Tool" title="DNSCrypt - Tool"
image="assets/img/tools/DNSCrypt.png" image="assets/img/tools/DNSCrypt.png"
url="https://dnscrypt.info/" url="https://dnscrypt.info/"
@ -18,13 +26,6 @@
is very similar to DNSCurve, but focuses on securing communications between a client and its first-level resolver." is very similar to DNSCurve, but focuses on securing communications between a client and its first-level resolver."
%} %}
{% include card.html color="warning"
title="OpenNIC - Service"
image="assets/img/tools/OpenNIC.png"
url="https://www.opennic.org/"
description="OpenNIC is an alternate network information center/alternative DNS root which lists itself as an alternative to ICANN and its registries. Like all alternative
root DNS systems, OpenNIC-hosted domains are unreachable to the vast majority of the Internet. Only specific configuration in one's DNS resolver makes these reachable, and very few Internet service providers have this configuration."
%}
</div> </div>