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-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
/* css font lupa password*/
small,
.small {
font-size: 80%;
font-weight: 400;
color: #fff;
}
mark,
@ -552,7 +553,12 @@ .pre-scrollable {
overflow-y: scroll;
}
.container,
.container{
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.container-fluid,
.container-sm,
.container-md,
@ -591,10 +597,11 @@ @media (min-width: 1200px) {
.row {
display: flex;
flex-wrap: wrap;
margin-right: -0.75rem;
margin-left: -0.75rem;
align-items: center;
justify-content: space-between;
width: 80%;
}
.no-gutters {
margin-right: 0;
@ -4496,10 +4503,14 @@ .card {
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-color: #03A9EE;
background-clip: border-box;
border: 1px solid #e3e6f0;
border-radius: 0.35rem;
width: 365px;
padding: 20px;
margin-left: 265px;
margin-right: -90px; /* Geser card login lebih ke kanan */
}
.card > hr {
@ -4533,7 +4544,7 @@ .card-body {
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
}
.card-title {
margin-bottom: 0.75rem;
@ -7728,7 +7739,16 @@ .m-3 {
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 {
margin-top: 1rem !important;
}
@ -9907,8 +9927,8 @@ .animated--fade-in {
}
.bg-gradient-primary {
background-color: #4e73df;
background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
background-color: #fff;
background-image: linear-gradient(180deg, #fff 10%, #fff 100%);
background-size: cover;
}

View File

@ -25,7 +25,7 @@
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<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>
<div class="col-auto">
@ -56,8 +56,8 @@
</div>
</a>
</div>
<!-- Earnings (Monthly) Card Example -->
<!--
//** Earnings (Monthly) Card Example */
<div class="col-xl-3 col-md-6 mb-4">
<a href="{{ route('penilaian.index') }}">
<div class="card border-left-success shadow h-100 py-2">
@ -76,7 +76,7 @@
</a>
</div>
<!-- Pending Requests Card Example -->
//** Pending Requests Card Example */
<div class="col-xl-3 col-md-6 mb-4">
<a href="{{ route('perhitungan.index') }}">
<div class="card border-left-warning shadow h-100 py-2">
@ -93,7 +93,7 @@
</div>
</div>
</a>
</div>
</div> -->
</div>
</div>
@endsection

View File

@ -24,6 +24,36 @@
#title{
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>
</head>
@ -31,25 +61,31 @@
<body class="bg-gradient-primary">
<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>
<div class="col-md-6">
<!-- Outer Row -->
<div class="row justify-content-center mt-5">
<div class="col-xl-5 col-lg-12 col-md-9">
<!-- <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-body p-0">
<div class="card-body ">
<!-- Nested Row within Card Body -->
{{-- <div class="row">
<div class="col-lg-6 d-none d-lg-block text-center" id="title">
<h3>Sistem Pendukung Keputusan Penerima Bantuan Sosial Metode SAW</h3>
</div>
<div class="col-lg-6"> --}}
<div class="p-5">
<div class="col-lg-6">
<div class="p-5">--}}
<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>
<form class="user" method="post" action="{{ route('login')}}">
<form class="user" method="post" action="{{ route('login')}}">
<div class="form-group">
@csrf
<input id="email" type="email" class="form-control form-control-user @error('email') is-invalid @enderror" name="email" value="{{ old('email') }}" required autocomplete="email" autofocus placeholder="Masukan Email">
@ -71,16 +107,17 @@
</div>
<button class="btn btn-primary btn-user btn-block">Login</button>
<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">
<label class="custom-control-label" for="customCheck">Remember
Me</label>
</div>
</div>--}}
</div>
</form>
{{-- <div class="text-center">
<div class="text-center">
<a class="small" href="forgot-password.html">Forgot Password?</a>
</div> --}}
</div>
{{-- <div class="text-center">
<a class="small" href="{{ route('register')}}">Buat Akun Baru!</a>
</div> --}}
@ -93,8 +130,9 @@
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript-->
<script src="{{ asset ('vendor/jquery/jquery.min.js')}}"></script>
@ -108,4 +146,4 @@
</body>
</html>
</html>

View File

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