One Hat Cyber Team
Your IP :
18.221.42.212
Server IP :
50.28.103.30
Server :
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
nginx/1.24.0
PHP Version :
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
wwwroot
/
globify.live
/
layouts
/
landing_page
/
Edit File:
hero.php
<section class="hero_section" id="home"> <div class="introduction"> <div class="container"> <div class="row align-items-center min-vh-100"> <div class="col-lg-4 text_content mx-auto text-center"> <div> <h1 class="lh-1 mb-3"><?php echo Registry::load('strings')->landing_page_hero_section_heading; ?></h1> <p class="lead"> <?php echo Registry::load('strings')->landing_page_hero_section_description; ?> </p> <div class="buttons"> <?php if (Registry::load('settings')->user_registration === 'enable') { ?> <a href="<?php echo Registry::load('config')->site_url; ?>entry/signup/"> <span class="button primary"> <?php echo Registry::load('strings')->register; ?> </span> </a> <a href="<?php echo Registry::load('config')->site_url; ?>entry/"> <span class="button secondary"> <?php echo Registry::load('strings')->login; ?> </span> </a> <?php } else { ?> <a href="<?php echo Registry::load('config')->site_url; ?>entry/"> <span class="button primary"> <?php echo Registry::load('strings')->login; ?> </span> </a> <?php } ?> </div> </div> </div> </div> </div> </div> <span class="overlay"></span> </section>
Simpan