This commit is contained in:
Jaeeun.Cho 2025-11-25 14:10:08 -05:00
commit ec0fc7a487
1 changed files with 4 additions and 31 deletions

View File

@ -74,37 +74,12 @@ if ($_SESSION['ss_LOGIN'] == 1) {
<body>
<!-- ======= Header ======= -->
<header id="header" class="header fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center me-auto me-lg-0">
<img src="assets/img/green-oil-logo-dark.jpg" >
</a>
</div>
</header><!-- End Header -->
<? if( $detect->isMobile() || $detect->isTablet() ){ ?>
<br>
<? } else { ?>
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero d-flex align-items-center section-bg">
<div class="container">
<div class="row justify-content-between gy-5">
<div class="col-lg-12 order-2 order-lg-1 d-flex flex-column justify-content-center align-items-center align-items-lg-start text-center text-lg-start">
<p class="item-inner">WE RECYCLE YOUR</p>
<h2 class="item-inner" data-aos="fade-up">USED COOKING OIL</h2>
<p class="item-inner" data-aos="fade-up" data-aos-delay="100">
AND TRANSFORM IT INTO VALUABLE FEEDSTOCK</br>
TO RENEWABLE ENERGY
</p>
</div>
</div>
</div>
</section><!-- End Hero Section -->
<? } ?>
@ -114,9 +89,8 @@ if ($_SESSION['ss_LOGIN'] == 1) {
<section id="section-login" class="page">
<div class="container section-inner" data-aos="fade-up">
<div class="section-header">
<h2>Welcome to Green Oil Inc.</h2>
<p>INTRANET SYSTEM</p>
<div class="section-header" style="padding-bottom: 0;">
<h2>Welcome to GOI Intranet</h2>
</div>
@ -127,9 +101,8 @@ if ($_SESSION['ss_LOGIN'] == 1) {
<input type=hidden name=destination value=<?=$destination?>>
<input type=hidden name=mode value=<?=$mode?>>
<label>Email</label>
<input type="email" class="form-control" name="confirmID" id="email" required placeholder="Your Email" data-msg="Please enter a valid email">
<label>Password</label>
<input type="password" class="form-control" name="confirmPW" id="password" required placeholder="Password" data-msg="Please enter a password">
<label><div class="g-recaptcha" id="RecaptchaField1" required="required" required ></div></label>
<div class="text-center"><button class="btn-primary" type="submit">LOGIN</button></div>