Merge branch 'master' of https://gitlab.chiefsoft.net/Chiefsoft/CoreGrade
This commit is contained in:
@@ -115,5 +115,7 @@ class Auth extends Start_Controller {
|
||||
public function logout() {
|
||||
$this->index();
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Home extends Start_Controller {
|
||||
|
||||
public function index() {
|
||||
$data=[];
|
||||
$this->viewHomePages("view_reset_password",$data);
|
||||
}
|
||||
|
||||
public function security() {
|
||||
|
||||
}
|
||||
|
||||
public function howitworks() {
|
||||
|
||||
}
|
||||
|
||||
public function privacy() {
|
||||
|
||||
}
|
||||
|
||||
public function faq() {
|
||||
|
||||
}
|
||||
|
||||
public function terms() {
|
||||
|
||||
}
|
||||
|
||||
public function contatus() {
|
||||
|
||||
}
|
||||
|
||||
private function viewHomePages($page_name,$data) {
|
||||
//$this->load->view('home/home');
|
||||
//echo "START RESET 1";
|
||||
$this->load->view('auth/view_head');
|
||||
$this->load->view('auth/'.$page_name, $data);
|
||||
$this->load->view('auth/view_foot');
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
<!-- BEGIN: Body-->
|
||||
<?php
|
||||
$next_page = isset($next_page) ? $next_page : 0;
|
||||
?>
|
||||
|
||||
<body class="vertical-layout vertical-menu-modern 1-column navbar-floating footer-static bg-full-screen-image blank-page blank-page" data-open="click" data-menu="vertical-menu-modern" data-col="1-column">
|
||||
<!-- BEGIN: Content-->
|
||||
@@ -28,30 +28,68 @@
|
||||
<p class="px-2">Please enter your new password.</p>
|
||||
<div class="card-content">
|
||||
<div class="card-body pt-1">
|
||||
<form>
|
||||
<fieldset class="form-label-group">
|
||||
<input type="text" class="form-control" id="user-email" placeholder="Email" required>
|
||||
<label for="user-email">Email</label>
|
||||
</fieldset>
|
||||
<?
|
||||
if ($next_page == 0) {
|
||||
?>
|
||||
<form>
|
||||
<fieldset class="form-label-group">
|
||||
<input type="text" class="form-control" id="user-email" placeholder="Email" required>
|
||||
<label for="user-email">Email</label>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="form-label-group">
|
||||
<input type="password" class="form-control" id="user-password" placeholder="Password" required>
|
||||
<label for="user-password">Password</label>
|
||||
</fieldset>
|
||||
<fieldset class="form-label-group">
|
||||
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="form-label-group">
|
||||
<input type="password" class="form-control" id="user-confirm-password" placeholder="Confirm Password" required>
|
||||
<label for="user-confirm-password">Confirm Password</label>
|
||||
</fieldset>
|
||||
<div class="row pt-2">
|
||||
<div class="col-12 col-md-6 mb-1">
|
||||
<a href="/auth" class="btn btn-outline-primary btn-block px-0">Go Back to Login</a>
|
||||
<fieldset class="form-label-group">
|
||||
|
||||
</fieldset>
|
||||
<div class="row pt-2">
|
||||
<div class="col-12 col-md-6 mb-1">
|
||||
<a href="/auth" class="btn btn-outline-primary btn-block px-0">Go Back to Login</a>
|
||||
</div>
|
||||
<div class="col-12 col-md-6 mb-1">
|
||||
<button type="submit" class="btn btn-primary btn-block px-0">Reset</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6 mb-1">
|
||||
<button type="submit" class="btn btn-primary btn-block px-0">Reset</button>
|
||||
</form>
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
|
||||
<form>
|
||||
<fieldset class="form-label-group">
|
||||
<input type="text" class="form-control" id="user-email" placeholder="Email" required>
|
||||
<label for="user-email">Email</label>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="form-label-group">
|
||||
<input type="password" class="form-control" id="user-password" placeholder="Password" required>
|
||||
<label for="user-password">Password</label>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="form-label-group">
|
||||
<input type="password" class="form-control" id="user-confirm-password" placeholder="Confirm Password" required>
|
||||
<label for="user-confirm-password">Confirm Password</label>
|
||||
</fieldset>
|
||||
<div class="row pt-2">
|
||||
<div class="col-12 col-md-6 mb-1">
|
||||
<a href="/auth" class="btn btn-outline-primary btn-block px-0">Go Back to Login</a>
|
||||
</div>
|
||||
<div class="col-12 col-md-6 mb-1">
|
||||
<button type="submit" class="btn btn-primary btn-block px-0">Reset</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -67,4 +105,3 @@
|
||||
<!-- END: Content-->
|
||||
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
<li class="active"><a href="#home" class="smoothscroll">HOME</a></li>
|
||||
<li><a href="#feature" class="smoothscroll">FEATURE</a></li>
|
||||
<li><a href="#pricing" class="smoothscroll">PLANS</a></li>
|
||||
<li><a href="#download" class="smoothscroll">DOWNLOAD</a></li>
|
||||
<li><a href="#download" class="smoothscroll">APP</a></li>
|
||||
<li><a href="#contact" class="smoothscroll">CONTACT</a></li>
|
||||
<li style="background-color: #FC6443;" onclick="viewLogin(); return;"><a href="/auth" >ACCOUNT</a></li>
|
||||
</ul>
|
||||
@@ -94,8 +94,8 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-5">
|
||||
<div class="hero-caption">
|
||||
<p class="sublead wow fadeInDown" data-wow-delay="2s">Idea</p>
|
||||
<h1 class="lead"></h1>
|
||||
<p class="sublead wow fadeInDown" data-wow-delay="2s">Creative</p>
|
||||
<h1 class="lead" style="color: #7367F0; font-weight: bold;"></h1>
|
||||
<p class="lead-text"></p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -109,13 +109,13 @@
|
||||
<div class="item"><img src="/assets/img/iphone-mockup-1.png" alt=""></div>
|
||||
</div>
|
||||
<div data-wow-delay="2.2s">
|
||||
|
||||
|
||||
<a href="#"><img src="/assets/img/app-store.png" alt="Apple"></a>
|
||||
<a href="#"><img src="/assets/img/google-store.png" alt="Google Play"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -256,13 +256,13 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-6 col-sm-offset-3 text-center wow fadeInUp">
|
||||
<h4>30000+ people using now</h4>
|
||||
<h4>Join people using CoreGrade</h4>
|
||||
<form action="/auth/newuser">
|
||||
<p><input type="email" class="form-control form-subscribe" name="email" placeholder="Email to join"></p>
|
||||
<button class="btn btn-default btn-fill">Subscribe</button>
|
||||
<button class="btn btn-default btn-fill">Join CoreGrade</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -324,9 +324,9 @@
|
||||
<div class="footer-box">
|
||||
<h4>Learn More</h4>
|
||||
<ul class="footer-menu">
|
||||
<li><a href="#">How it works?</a></li>
|
||||
<li><a href="#">Meeting tools</a></li>
|
||||
<li><a href="#">Live streaming</a></li>
|
||||
<li><a href="/home/howitworks">How it works?</a></li>
|
||||
<li><a href="/home/howitworks">Meeting tools</a></li>
|
||||
<li><a href="/home/howitworks">Live streaming</a></li>
|
||||
<li><a href="http://blog.coregrade.com">CoreGrade blog</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -335,10 +335,10 @@
|
||||
<div class="footer-box">
|
||||
<h4>About Us</h4>
|
||||
<ul class="footer-menu">
|
||||
<li><a href="#">About us</a></li>
|
||||
<li><a href="#pricing">Features</a></li>
|
||||
<li><a href="#">Privacy policy</a></li>
|
||||
<li><a href="#">Terms & Conditions</a></li>
|
||||
<li><a href="/home/howitworks">About us</a></li>
|
||||
<li><a href="/home/security">Security</a></li>
|
||||
<li><a href="/home/privacy">Privacy policy</a></li>
|
||||
<li><a href="/home/terms">Terms & Conditions</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -346,9 +346,8 @@
|
||||
<div class="footer-box">
|
||||
<h4>Support</h4>
|
||||
<ul class="footer-menu">
|
||||
<li><a href="#">F.A.Q.</a></li>
|
||||
<li><a href="#">Contact us</a></li>
|
||||
<li><a href="#">Live chat</a></li>
|
||||
<li><a href="/home/faq">F.A.Q.</a></li>
|
||||
<li><a href="/home/contatus">Contact us</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -373,8 +372,8 @@
|
||||
<p>Email :support@coregrade.com</p>
|
||||
<p>Phone : 404-858-7966</p>
|
||||
<ul class="social-icon">
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="Facebook"><i class="fa fa-facebook"></i></a></li>
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="Twitter"><i class="fa fa-twitter"></i></a></li>
|
||||
<li><a href="https://www.facebook.com/coregradeweb/" data-toggle="tooltip" data-placement="bottom" title="Facebook"><i class="fa fa-facebook"></i></a></li>
|
||||
<li><a href="https://twitter.com/core_grade" data-toggle="tooltip" data-placement="bottom" title="Twitter"><i class="fa fa-twitter"></i></a></li>
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="Instagram"><i class="fa fa-instagram"></i></a></li>
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="YouTube"><i class="fa fa-youtube"></i></a></li>
|
||||
</ul>
|
||||
@@ -405,21 +404,21 @@
|
||||
<script src="/assets/js/typed.min.js"></script>
|
||||
<script src="/assets/js/theme.js"></script>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
function viewLogin() {
|
||||
|
||||
$.ajax({
|
||||
url: "/welcome/viewLogin?proc=PROCESS&welcome=welcome"
|
||||
}).done(function (data) {
|
||||
// alert(100);
|
||||
});
|
||||
return true;
|
||||
}
|
||||
// -->
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
function viewLogin() {
|
||||
|
||||
$.ajax({
|
||||
url: "/welcome/viewLogin?proc=PROCESS&welcome=welcome"
|
||||
}).done(function (data) {
|
||||
// alert(100);
|
||||
});
|
||||
return true;
|
||||
}
|
||||
// -->
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -132,7 +132,7 @@ Table of Contents
|
||||
*/
|
||||
.hero-area {
|
||||
width: 100%;
|
||||
min-height: 80vh;
|
||||
min-height: 75vh;
|
||||
background-image: url('../img/bg.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
||||
@@ -94,11 +94,11 @@ $(window).load(function() {
|
||||
|
||||
// Typed Js
|
||||
$(".lead").typed({
|
||||
strings: ["", "Creative"],
|
||||
strings: ["", "Learning"],
|
||||
typeSpeed: 100,
|
||||
});
|
||||
$(".lead-text").typed({
|
||||
strings: ["", "New Applatction For App"],
|
||||
strings: ["", "Learn . Practice . Acquire . Grow"],
|
||||
typeSpeed: 100,
|
||||
startDelay: 1200
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user