-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
28 lines (26 loc) · 1.35 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php include 'header.php'; ?>
<link rel="stylesheet" href="cover.css">
</head>
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<h3 class="masthead-brand">Sistem Pendaftaran PT3</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link" href="login.php">Log Masuk</a>
</nav>
</div>
</header>
<main role="main" class="inner cover">
<h1 class="cover-heading">Mendaftar Peperiksaan PT3 dengan Lebih Mudah.</h1>
<p class="lead">Anda kini tidak perlu lagi mengisi borang pendaftaran calon PT3 di atas kertas seperti dahulu. Memperkenalkan Sistem Pendaftaran PT3 yang memudahkan anda untuk mendaftar secara atas talian. Anda boleh mendaftar di rumah, di sekolah, dan di mana-mana sahaja kerana kini segalanya di hujung jari anda.</p>
<p class="lead">
<a href="daftar-pelajar.php" class="btn btn-lg btn-primary">Daftar sekarang</a>
</p>
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p>© 2018 <a href="https://codepen.io/hey_ziq">Muhammad Haziq</a>. Hak Cipta Terpelihara. Dibangunkan menggunakan <a href="https://getbootstrap.com/">Bootstrap</a>.</p>
</div>
</footer>
</div>
<?php include 'footer.php'; ?>