From 673ee453adcf9907dd73e15112c5a30c07db263d Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:24:42 +0200 Subject: [PATCH] Added modern version of the panel front page --- cp/resources/views/index.twig | 106 +++++++++++++++++++++------------- 1 file changed, 66 insertions(+), 40 deletions(-) diff --git a/cp/resources/views/index.twig b/cp/resources/views/index.twig index 71a0e89..fd6a39b 100644 --- a/cp/resources/views/index.twig +++ b/cp/resources/views/index.twig @@ -3,37 +3,16 @@ - + + + Namingo Registry {% include 'partials/css.twig' %} - - +
-
-
-
-
-

Welcome to Your Registry Panel

-

Access and manage your domain-related services here.

-

To get started:

-
    -
  • {% if auth.isLogin %}Open panel{% else %}Log in{% endif %} to access your registrar dashboard and manage domains.
  • -
  • Access our WHOIS and RDAP services for domain information lookup.
  • -
  • Contact our Support Team for assistance, guidance, FAQs, and further support needs.
  • -
  • Interested in partnering with us? Apply to become an official registrar.
  • -
-

To customize this page, copy index.twig from /var/www/cp/resources/views to index.custom.twig and edit the file as required.

+
+
+
+

Namingo Registry Panel

+
+ +
+
+
+
+
Open Panel
+

+ {% if auth.isLogin %} + Access your registrar dashboard and manage domains. + {% else %} + Log in to access your registrar dashboard and manage domains. + {% endif %} +

+ {% if auth.isLogin %} + Dashboard + {% else %} + Log in + {% endif %} +
+
+
+
+
+
+
WHOIS & RDAP
+

Access domain information with our WHOIS and RDAP services.

+ WHOIS + RDAP +
+
+
+
+
+
+
Support Team
+

Get assistance, guidance, FAQs, and support for your needs.

+ Contact Support +
+
+
+
+
+
+
Become a Registrar
+

Interested in partnering with us? Apply to become an official registrar.

+ Apply Now +
+
+
+
+ +
-