From dd893c2822edf3b2465d5cb2ed7bcf828a2dd5fc Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Tue, 29 Aug 2023 13:08:26 +0300 Subject: [PATCH] Updated panel front template --- cp/resources/views/index.twig | 69 +++++++++++++++++++++++++++-------- 1 file changed, 53 insertions(+), 16 deletions(-) diff --git a/cp/resources/views/index.twig b/cp/resources/views/index.twig index 3cb13bb..5ca4bde 100644 --- a/cp/resources/views/index.twig +++ b/cp/resources/views/index.twig @@ -6,39 +6,69 @@ Namingo Registry - {% include 'partials/css.twig' %} + {% include 'partials/css.twig' %} +
-
-
-

Home

-

This is an example page.

- resources/views/index.twig -
-
+
+
+

Welcome to Your Registry Panel

+

Access and manage your domain-related services here.

+

To get started:

+
    +
  • Log in to access your registrar dashboard and manage domains.
  • +
  • Access our WHOIS and RDAP services for domain information lookup.
  • +
  • Visit our Help Center for guides, FAQs, and support.
  • +
  • Interested in partnering with us? Apply to become an official registrar.
  • +
+ Personalize this template to fit the unique needs and branding of your registry by editing `resources/views/index.twig` +
+
{% include 'partials/js.twig' %} - + \ No newline at end of file