Login page

This commit is contained in:
Flatlogic Bot 2025-03-13 09:07:29 +00:00
parent 2c2a696a10
commit 593d3c216d
3 changed files with 23 additions and 1 deletions

8
.gitignore vendored
View File

@ -1,2 +1,10 @@
/backend/node_modules
/frontend/node_modules
node_modules/
*/node_modules/
**/node_modules/
*/build/
**/build/
.DS_Store
.env

14
cloudbuild.yaml Normal file
View File

@ -0,0 +1,14 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
entrypoint: 'bash'
args: ['-c', 'docker pull gcr.io/fldemo2/test4-29853-dev:latest || exit 0']
- name: 'gcr.io/cloud-builders/docker'
args: [
'build',
'-t', 'gcr.io/fldemo2/test4-29853-dev:latest',
'--file', 'Dockerfile.dev',
'--cache-from', 'gcr.io/fldemo2/test4-29853-dev:latest',
'.'
]
images: ['gcr.io/fldemo2/test4-29853-dev:latest']
logsBucket: 'gs://fldemo2-cloudbuild-logs'

View File

@ -191,7 +191,7 @@ export default function Login() {
<div className='flex items-center justify-center flex-col space-y-4 w-full lg:w-full'>
<CardBox id='loginRoles' className='w-full md:w-3/5 lg:w-2/3'>
<Link href={'/services'}>
<h2 className='text-4xl font-semibold my-4'> test4</h2>
<h2 className='text-4xl font-semibold my-4'> WeLcOm</h2>
</Link>
<div className='flex flex-row text-gray-500 justify-between'>