start project page
This commit is contained in:
@@ -32,6 +32,7 @@ $routes->setAutoRoute(true);
|
|||||||
// We get a performance increase by specifying the default
|
// We get a performance increase by specifying the default
|
||||||
// route since we don't have to scan directories.
|
// route since we don't have to scan directories.
|
||||||
$routes->get('/', 'Home::index');
|
$routes->get('/', 'Home::index');
|
||||||
|
$routes->get('/startproject', 'Projects::start');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* --------------------------------------------------------------------
|
* --------------------------------------------------------------------
|
||||||
|
|||||||
@@ -8,4 +8,9 @@ class Projects extends BaseController
|
|||||||
{
|
{
|
||||||
return view('projects/index');
|
return view('projects/index');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function start()
|
||||||
|
{
|
||||||
|
return view('projects/index');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="format-detection" content="telephone=no" />
|
<meta name="format-detection" content="telephone=no" />
|
||||||
<meta name="keywords" content="software development,software developers,custom software development, web and mobile development, QA services. Headquartered in Atlanta, Georgiar" />
|
<meta name="keywords" content="software development,software developers,custom software development, web and mobile development, QA services. Headquartered in Atlanta, Georgia" />
|
||||||
<meta name="description" content="software development,software developers" />
|
<meta name="description" content="software development,software developers" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta property="og:locale" content="en_US" />
|
<meta property="og:locale" content="en_US" />
|
||||||
@@ -29,8 +29,6 @@
|
|||||||
<meta property="og:url" content="https://www.chiefsoft.net" />
|
<meta property="og:url" content="https://www.chiefsoft.net" />
|
||||||
<meta property="og:site_name" content="ChiefSoft Works" />
|
<meta property="og:site_name" content="ChiefSoft Works" />
|
||||||
<link rel="canonical" href="https://Chiefsoft.net" />
|
<link rel="canonical" href="https://Chiefsoft.net" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="author" content="ChiefSoft Works">
|
<meta name="author" content="ChiefSoft Works">
|
||||||
<link rel="shortcut icon" href="./assets/img/favicon.ico">
|
<link rel="shortcut icon" href="./assets/img/favicon.ico">
|
||||||
<link rel="stylesheet" href="./assets/css/plugins.css">
|
<link rel="stylesheet" href="./assets/css/plugins.css">
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<div class="d-flex flex-center p-15 shadow-sm bg-body rounded w-100 w-md-550px mx-auto ms-xl-20">
|
<div class="d-flex flex-center p-15 shadow-sm bg-body rounded w-100 w-md-550px mx-auto ms-xl-20">
|
||||||
|
|
||||||
<form class="form" novalidate="novalidate" id="kt_free_trial_form">
|
<form class="form" method="POST" action="/startproject" >
|
||||||
<div class="text-center mb-10">
|
<div class="text-center mb-10">
|
||||||
<a href="/"><img alt="Logo" src="/passets/media/chiefsoft-lg2.png" class="h-40px" /></a>
|
<a href="/"><img alt="Logo" src="/passets/media/chiefsoft-lg2.png" class="h-40px" /></a>
|
||||||
<h1 class="text-dark mb-3">Log in to follow your project</h1>
|
<h1 class="text-dark mb-3">Log in to follow your project</h1>
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-center pb-lg-0 pb-8">
|
<div class="text-center pb-lg-0 pb-8">
|
||||||
<button type="button" id="kt_free_trial_submit" class="btn btn-lg btn-primary fw-bolder">
|
<button type="submit" class="btn btn-lg btn-primary fw-bolder">
|
||||||
<span class="indicator-label">Login</span>
|
<span class="indicator-label">Login</span>
|
||||||
<span class="indicator-progress">Please wait...
|
<span class="indicator-progress">Please wait...
|
||||||
<span class="spinner-border spinner-border-sm align-middle ms-2"></span></span>
|
<span class="spinner-border spinner-border-sm align-middle ms-2"></span></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user