Aplikacja Magico Pracownik
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
$enablePrototypeComments = true;
|
||||
include 'header.php';
|
||||
?>
|
||||
|
||||
<div class="container d-flex flex-column justify-content-center align-items-center min-vh-100 py-5">
|
||||
<div class="text-center mb-5">
|
||||
<div class="d-inline-flex align-items-center justify-content-center bg-primary-custom rounded-circle mb-3"
|
||||
style="width: 80px; height: 80px;">
|
||||
<i class='bx bx-cube-alt text-white' style="font-size: 3rem;"></i>
|
||||
</div>
|
||||
<h2 class="fw-bold mb-1">Pracownik Magico</h2>
|
||||
<p class="text-muted">Zaloguj się do swojego konta</p>
|
||||
</div>
|
||||
|
||||
<div class="card-custom w-100 p-4" style="max-width: 400px;">
|
||||
<form action="select-company.php" method="GET">
|
||||
<div class="mb-3">
|
||||
<label for="email" class="form-label text-muted small fw-semibold text-uppercase">Adres e-mail</label>
|
||||
<input type="email" class="form-control" id="email" placeholder="jan.kowalski@firma.pl"
|
||||
value="jan@magico.pl">
|
||||
</div>
|
||||
|
||||
<div class="mb-4">
|
||||
<div class="d-flex justify-content-between">
|
||||
<label for="password" class="form-label text-muted small fw-semibold text-uppercase">Hasło</label>
|
||||
<a href="#" class="text-primary-custom small text-decoration-none">Zapomniałeś hasła?</a>
|
||||
</div>
|
||||
<div class="input-group input-group-merge">
|
||||
<input type="password" id="password" class="form-control"
|
||||
placeholder="············"
|
||||
value="fdsaf45tfsgtyr">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mb-4">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" id="remember-me" checked>
|
||||
<label class="form-check-label" for="remember-me"> Zapamiętaj mnie </label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-primary w-100" type="submit">Zaloguj się</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include 'footer.php'; ?>
|
||||
Reference in New Issue
Block a user