-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhalPendaftaran.html
60 lines (53 loc) · 2.55 KB
/
halPendaftaran.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daftar |Dzakwan Alfaris</title>
<link rel="icon" type="gambar" href="gambar/foto.jpg" sizes="16x16" />
<link rel="stylesheet" href="css/styles.css" >
<link rel="stylesheet" href="css/styles3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/boxicons/2.0.7/css/boxicons.min.css">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
</head>
<body>
<div class="header">
<nav>
<img src="gambar/foto.jpg" class="logo">
<ul>
<li><a href="index.html"> Home </a></li>
<li><a href="profil.html"> Profil </a></li>
<li><a href="tentangSaya.html"> Tentang Saya </a></li>
<li><a href="jadwalPerkuliahan.html"> Jadwal Perkuliahan </a></li>
<li><a href="hobi.html"> Hobi </a></li>
<li><a href="halPendaftaran.html"> Daftar </a></li>
</ul>
</nav>
</div>
<section class="daftar section" id="daftar">
<h2 class="daftar-title">Formulir Pendaftaran</h2>
<div class="daftar_container bd-grid">
<form action="" class="daftar_form">
<input type="text" placeholder="Nama Lengkap" class="daftar_input">
<input type="npm" placeholder="NPM" class="daftar_input">
<input type="tempatlahir" placeholder="Tempat Lahir" class="daftar_input">
<input type="date" id="tgl_lahir" name="tanggallahir" class="daftar_input">
<input type="alamat" placeholder="Alamat" class="daftar_input">
<textarea name="" id="" cols="0" rows="10" placeholder="Alasan daftar" class="daftar_input"></textarea>
<input type="button" value="Daftar" class="daftar_button" >
</form>
</div>
</section>
<footer class="footer">
<div class="footer__content">
<p class="footer__title">Dzakwan Alfaris</p>
<div class="footer__social">
<a href="#" class="footer__icon"><i class='bx bxl-facebook'></i></a>
<a href="https://instagram.com/jakwan.jpg" class="footer__icon"><i class='bx bxl-instagram'></i></a>
<a href="#" class="footer__icon"><i class='bx bxl-twitter'></i></a>
</div>
</div>
<p class="footer__copy">© 234311019 Dzakwan Alfaris. All rights reserved.</p>
</footer>
<script src="js/script.js"></script>
</body>
</html>