push pertama

This commit is contained in:
Ulill 2025-03-28 13:21:23 +07:00
parent 85f8b54eca
commit 61f67db7b3
6 changed files with 91 additions and 33 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -432,11 +432,12 @@ hr {
border: 0; border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1);
} }
/* css font lupa password*/
small, small,
.small { .small {
font-size: 80%; font-size: 80%;
font-weight: 400; font-weight: 400;
color: #fff;
} }
mark, mark,
@ -552,7 +553,12 @@ .pre-scrollable {
overflow-y: scroll; overflow-y: scroll;
} }
.container, .container{
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.container-fluid, .container-fluid,
.container-sm, .container-sm,
.container-md, .container-md,
@ -591,11 +597,12 @@ @media (min-width: 1200px) {
.row { .row {
display: flex; display: flex;
flex-wrap: wrap; align-items: center;
margin-right: -0.75rem; justify-content: space-between;
margin-left: -0.75rem; width: 80%;
} }
.no-gutters { .no-gutters {
margin-right: 0; margin-right: 0;
margin-left: 0; margin-left: 0;
@ -4496,10 +4503,14 @@ .card {
flex-direction: column; flex-direction: column;
min-width: 0; min-width: 0;
word-wrap: break-word; word-wrap: break-word;
background-color: #fff; background-color: #03A9EE;
background-clip: border-box; background-clip: border-box;
border: 1px solid #e3e6f0; border: 1px solid #e3e6f0;
border-radius: 0.35rem; border-radius: 0.35rem;
width: 365px;
padding: 20px;
margin-left: 265px;
margin-right: -90px; /* Geser card login lebih ke kanan */
} }
.card > hr { .card > hr {
@ -7728,7 +7739,16 @@ .m-3 {
margin: 1rem !important; margin: 1rem !important;
} }
.mt-3, .mt-3 {
margin-top: 10px;
margin-left: 175px;
color: #0070B7; /* Ubah warna font */
text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); /* Bayangan teks */
font-size: 41px; /* Sesuaikan ukuran */
font-weight: 700; /* Buat lebih tebal */
/* white-space: nowrap;*/
}
.my-3 { .my-3 {
margin-top: 1rem !important; margin-top: 1rem !important;
} }
@ -9907,8 +9927,8 @@ .animated--fade-in {
} }
.bg-gradient-primary { .bg-gradient-primary {
background-color: #4e73df; background-color: #fff;
background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%); background-image: linear-gradient(180deg, #fff 10%, #fff 100%);
background-size: cover; background-size: cover;
} }

View File

@ -25,7 +25,7 @@
<div class="row no-gutters align-items-center"> <div class="row no-gutters align-items-center">
<div class="col mr-2"> <div class="col mr-2">
<div class="text-xs font-weight-bold text-primary text-uppercase mb-1"> <div class="text-xs font-weight-bold text-primary text-uppercase mb-1">
Jumlah Warga</div> Jumlah Data Pelamar</div>
<div class="h5 mb-0 font-weight-bold text-gray-800">{{ $alternatif }}</div> <div class="h5 mb-0 font-weight-bold text-gray-800">{{ $alternatif }}</div>
</div> </div>
<div class="col-auto"> <div class="col-auto">
@ -56,8 +56,8 @@
</div> </div>
</a> </a>
</div> </div>
<!--
<!-- Earnings (Monthly) Card Example --> //** Earnings (Monthly) Card Example */
<div class="col-xl-3 col-md-6 mb-4"> <div class="col-xl-3 col-md-6 mb-4">
<a href="{{ route('penilaian.index') }}"> <a href="{{ route('penilaian.index') }}">
<div class="card border-left-success shadow h-100 py-2"> <div class="card border-left-success shadow h-100 py-2">
@ -76,7 +76,7 @@
</a> </a>
</div> </div>
<!-- Pending Requests Card Example --> //** Pending Requests Card Example */
<div class="col-xl-3 col-md-6 mb-4"> <div class="col-xl-3 col-md-6 mb-4">
<a href="{{ route('perhitungan.index') }}"> <a href="{{ route('perhitungan.index') }}">
<div class="card border-left-warning shadow h-100 py-2"> <div class="card border-left-warning shadow h-100 py-2">
@ -93,7 +93,7 @@
</div> </div>
</div> </div>
</a> </a>
</div> </div> -->
</div> </div>
</div> </div>
@endsection @endsection

View File

@ -24,6 +24,36 @@
#title{ #title{
padding: 70px 50px 70px 50px; padding: 70px 50px 70px 50px;
} }
.row{
width: 100%;
}
.col-md-6 {
height: 100%;
}
.left-content {
display: flex;
flex-direction: column;
justify-content: center;
text-align: start;
max-width: 50%;
}
.left-content h1 {
font-size: 41px;
font-weight: 700;
color: #0070B7;
margin-bottom: 0px;
margin-top: -110px;
margin-left: 175px;
text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
display: inline-block;
}
.logo {
position: absolute;
top: 20px;
left: 20px;
width: 100px;
height: auto;
}
</style> </style>
</head> </head>
@ -31,23 +61,29 @@
<body class="bg-gradient-primary"> <body class="bg-gradient-primary">
<div class="container"> <div class="container">
<div class="row">
<img src="assets/images/logo no bg.png" alt="Logo Intecon" class="logo">
<div class="left-content">
<h1>Welcome !</h1>
<p class="mt-3">PT. Intecon Bangun Persada</p>
</div>
<!-- Outer Row -->
<div class="row justify-content-center mt-5">
<div class="col-xl-5 col-lg-12 col-md-9"> <div class="col-md-6">
<!-- <div class="col-xl-5 col-lg-12 col-md-9">-->
<div class="card o-hidden border-0 shadow-lg my-5"> <div class="card o-hidden border-0 shadow-lg my-5">
<div class="card-body p-0"> <div class="card-body ">
<!-- Nested Row within Card Body --> <!-- Nested Row within Card Body -->
{{-- <div class="row"> {{-- <div class="row">
<div class="col-lg-6 d-none d-lg-block text-center" id="title"> <div class="col-lg-6 d-none d-lg-block text-center" id="title">
<h3>Sistem Pendukung Keputusan Penerima Bantuan Sosial Metode SAW</h3> <h3>Sistem Pendukung Keputusan Penerima Bantuan Sosial Metode SAW</h3>
</div> </div>
<div class="col-lg-6"> --}} <div class="col-lg-6">
<div class="p-5"> <div class="p-5">--}}
<div class="text-center"> <div class="text-center">
<h1 class="h4 text-gray-900 mb-4">Selamat Datang!</h1> <h1 class="h4 text-white mb-4">Login!</h1>
</div> </div>
<form class="user" method="post" action="{{ route('login')}}"> <form class="user" method="post" action="{{ route('login')}}">
<div class="form-group"> <div class="form-group">
@ -71,16 +107,17 @@
</div> </div>
<button class="btn btn-primary btn-user btn-block">Login</button> <button class="btn btn-primary btn-user btn-block">Login</button>
<div class="form-group"> <div class="form-group">
<div class="custom-control custom-checkbox small">
{{-- <div class="custom-control custom-checkbox small">
<input type="checkbox" class="custom-control-input" id="customCheck"> <input type="checkbox" class="custom-control-input" id="customCheck">
<label class="custom-control-label" for="customCheck">Remember <label class="custom-control-label" for="customCheck">Remember
Me</label> Me</label>
</div> </div>--}}
</div> </div>
</form> </form>
{{-- <div class="text-center"> <div class="text-center">
<a class="small" href="forgot-password.html">Forgot Password?</a> <a class="small" href="forgot-password.html">Forgot Password?</a>
</div> --}} </div>
{{-- <div class="text-center"> {{-- <div class="text-center">
<a class="small" href="{{ route('register')}}">Buat Akun Baru!</a> <a class="small" href="{{ route('register')}}">Buat Akun Baru!</a>
</div> --}} </div> --}}
@ -93,9 +130,10 @@
</div> </div>
</div> </div>
</div> </div>
<!-- Bootstrap core JavaScript--> <!-- Bootstrap core JavaScript-->
<script src="{{ asset ('vendor/jquery/jquery.min.js')}}"></script> <script src="{{ asset ('vendor/jquery/jquery.min.js')}}"></script>
<script src="{{ asset ('vendor/bootstrap/js/bootstrap.bundle.min.js')}}"></script> <script src="{{ asset ('vendor/bootstrap/js/bootstrap.bundle.min.js')}}"></script>

View File

@ -33,7 +33,7 @@
<li class="nav-item {{ request()->Is('alternatif*') ? 'active':'' }}"> <li class="nav-item {{ request()->Is('alternatif*') ? 'active':'' }}">
<a class="nav-link" href="{{ route('alternatif.index') }}"> <a class="nav-link" href="{{ route('alternatif.index') }}">
<i class="fas fa-fw fa-users"></i> <i class="fas fa-fw fa-users"></i>
<span>Data Warga / Alternatif</span></a> <span>Data Pelamar</span></a>
</li> </li>
<!-- Divider --> <!-- Divider -->