diff --git a/www/application/controllers/Auth.php b/www/application/controllers/Auth.php index e2f1344..f4112d7 100644 --- a/www/application/controllers/Auth.php +++ b/www/application/controllers/Auth.php @@ -115,5 +115,7 @@ class Auth extends Start_Controller { public function logout() { $this->index(); } + + } diff --git a/www/application/controllers/Home.php b/www/application/controllers/Home.php new file mode 100644 index 0000000..447f1ef --- /dev/null +++ b/www/application/controllers/Home.php @@ -0,0 +1,45 @@ +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'); + } + + +} \ No newline at end of file diff --git a/www/application/views/auth/view_reset_password.php b/www/application/views/auth/view_reset_password.php index 28a8b20..3645184 100644 --- a/www/application/views/auth/view_reset_password.php +++ b/www/application/views/auth/view_reset_password.php @@ -1,6 +1,6 @@ - - - + @@ -28,30 +28,68 @@

Please enter your new password.

-
-
- - -
+ + +
+ + +
-
- - -
+
+ +
-
- - -
-
-
- Go Back to Login +
+ +
+
+ +
+ +
-
- + + + +
+
+ + +
+ +
+ + +
+ +
+ + +
+
+ +
+ +
-
- + + + + + + + +
@@ -67,4 +105,3 @@ - \ No newline at end of file diff --git a/www/application/views/home/home.php b/www/application/views/home/home.php index 1751762..4a742d8 100644 --- a/www/application/views/home/home.php +++ b/www/application/views/home/home.php @@ -77,7 +77,7 @@
  • HOME
  • FEATURE
  • PLANS
  • -
  • DOWNLOAD
  • +
  • APP
  • CONTACT
  • ACCOUNT
  • @@ -94,8 +94,8 @@
    -

    Idea

    -

    +

    Creative

    +

    @@ -109,13 +109,13 @@
    - + Apple Google Play - - - - + + + +
    @@ -256,13 +256,13 @@
    -

    30000+ people using now

    +

    Join people using CoreGrade

    - +
    - +
    @@ -324,9 +324,9 @@ @@ -335,10 +335,10 @@ @@ -346,9 +346,8 @@ @@ -373,8 +372,8 @@

    Email :support@coregrade.com

    Phone : 404-858-7966

    @@ -405,21 +404,21 @@ - - + diff --git a/www/assets/css/style.css b/www/assets/css/style.css index bbbf6d0..4f3e2fc 100644 --- a/www/assets/css/style.css +++ b/www/assets/css/style.css @@ -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; diff --git a/www/assets/js/theme.js b/www/assets/js/theme.js index 0561fca..2ec1772 100644 --- a/www/assets/js/theme.js +++ b/www/assets/js/theme.js @@ -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 });