-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (76 loc) · 2.29 KB
/
index.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bukan Website 9i Rill</title>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="img/jim.jpg" type="">
</head>
<body>
<div class="nav">
<input type="checkbox" id="nav-check">
<div class="nav-header">
</div>
<div class="nav-btn ">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="nav-links">
<a href="index.html" >Beranda</a>
<a href="#section-a" >Visi Misi</a>
<a href="#section-b" >Wali Kelas</a>
<a href="#section-c" >Pengurus</a>
</div>
</div>
<header>
<div class="bg-image"></div>
<div class="content">
<h1>WELCOME</h1>
<p> BUKAN WEBSITE 9I</p>
<div class="container">
<a href="index3.html"class="btn first btn btn-5 page-scroll">TEKAN INI</a>
</div>
</div>
</header>
<main>
<section id="section-a">
<div class="content">
<h2> 9 INCREDIBLE</h2>
<p>
OKE - KECE - PINTAR - SANTUN
</p>
</div>
</section>
<section id="section-b">
</li>
<li>
<div style="margin-left:auto;margin-right:auto" border="1" class="col">
<img src="./img/idk-removebg-preview.png" alt="" />
<div class="col-content">
<h3 class="col-title">WALI KELAS 9I</h3>
<p>
TO BE A COOL MAN AND DONT FORGET SHEESH
</p>
</div>
</ul>
</section>
<section id="section-c">
<div class="content">
<h2>PENGURUS 9I</h2>
<p>
MARIA - JESSICA - NINA - JOJO - HARRIER
</p>
</section>
</main>
<footer>
<div>BUKAN WEBSITE 9I</div>
<div> BY - - > <a href="http://gunakra.rf.gd/?i=1 ">Dr.ExFurry</a></div>
</footer>
<script src="./app.js"></script>
</body>
</html>