-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (222 loc) · 9.36 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<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" />
<!-- Bootstrap 5 -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<!-- Akhir bootstrap -->
<link rel="stylesheet" href="./css/style.css" />
<title>Kuching Neko | Cat Gallery</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom">
<div class="container">
<a class="navbar-brand" href="#">Cat World</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active home" aria-current="page" href="#"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#gallery">Gallery</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Akhir navbar -->
<!-- Jumbtron -->
<section class="jumbotron">
<div class="container text-center">
<img class="profile shadow-lg" src="./img/cat-profile.jpg" />
<h1 class="title fs-3">Cat World</h1>
<p class="description f2-1">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed magni
aspernatur animi fugit dicta expedita alias, architecto in aperiam rem
quos quis odit optio. Maxime sapiente ut inventore fugit fuga?
</p>
<a class="btn btn-primary" href="#about" role="button">About Me</a>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#ffffff"
fill-opacity="1"
d="M0,32L26.7,37.3C53.3,43,107,53,160,85.3C213.3,117,267,171,320,165.3C373.3,160,427,96,480,96C533.3,96,587,160,640,176C693.3,192,747,160,800,128C853.3,96,907,64,960,96C1013.3,128,1067,224,1120,250.7C1173.3,277,1227,235,1280,208C1333.3,181,1387,171,1413,165.3L1440,160L1440,320L1413.3,320C1386.7,320,1333,320,1280,320C1226.7,320,1173,320,1120,320C1066.7,320,1013,320,960,320C906.7,320,853,320,800,320C746.7,320,693,320,640,320C586.7,320,533,320,480,320C426.7,320,373,320,320,320C266.7,320,213,320,160,320C106.7,320,53,320,27,320L0,320Z"
></path>
</svg>
</section>
<!-- Akhir jumbotron -->
<!-- About -->
<section class="about" id="about">
<div class="container">
<div class="row text-center mb-5">
<div class="col fade-in">
<h2>About Cat World</h2>
</div>
</div>
</div>
<div class="row justify-content-center text-center">
<div class="col-md-4 fade-in">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsa, quasi
officiis! Veritatis sint tempora fugiat ipsum velit aliquam
quibusdam eos!
</p>
</div>
<div class="col-md-4 fade-in">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Pariatur ea
illo dolores iste laudantium quod commodi totam sint laborum
repellendus iusto velit reiciendis, esse beatae.
</p>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#b9ffd1"
fill-opacity="1"
d="M0,288L26.7,288C53.3,288,107,288,160,288C213.3,288,267,288,320,261.3C373.3,235,427,181,480,176C533.3,171,587,213,640,234.7C693.3,256,747,256,800,261.3C853.3,267,907,277,960,256C1013.3,235,1067,181,1120,154.7C1173.3,128,1227,128,1280,133.3C1333.3,139,1387,149,1413,154.7L1440,160L1440,320L1413.3,320C1386.7,320,1333,320,1280,320C1226.7,320,1173,320,1120,320C1066.7,320,1013,320,960,320C906.7,320,853,320,800,320C746.7,320,693,320,640,320C586.7,320,533,320,480,320C426.7,320,373,320,320,320C266.7,320,213,320,160,320C106.7,320,53,320,27,320L0,320Z"
></path>
</svg>
</section>
<!-- Akhir about -->
<!-- Album -->
<section class="gallery" id="gallery">
<div class="container">
<div class="row text-center">
<div class="col mb-5">
<h2>Album</h2>
</div>
<div class="row justify-content-center mb-5">
<div class="slide-in col-md-7 mb-5 kanan">
<div class="card shadow-lg">
<img src="./img/cat1.jpg" class="card-img-top" alt="..." />
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card title and make
up the bulk of the card's content.
</p>
</div>
</div>
</div>
<div class="slide-in col-md-7 mt-5 kiri">
<div class="card shadow-lg">
<img src="./img/cat2.jpg" class="card-img-top" alt="..." />
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card title and make
up the bulk of the card's content.
</p>
</div>
</div>
</div>
<div class="slide-in col-md-7 mt-5 kanan">
<div class="card shadow-lg">
<img src="./img/cat3.jpg" class="card-img-top" alt="..." />
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card title and make
up the bulk of the card's content.
</p>
</div>
</div>
</div>
<div class="slide-in col-md-7 mt-5 kiri">
<div class="card shadow-lg">
<img src="./img/cat4.jpg" class="card-img-top" alt="..." />
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card title and make
up the bulk of the card's content.
</p>
</div>
</div>
</div>
<div class="slide-in col-md-7 mt-5 kanan">
<div class="card shadow-lg">
<img src="./img/cat5.jpg" class="card-img-top" alt="..." />
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card title and make
up the bulk of the card's content.
</p>
</div>
</div>
</div>
<div class="slide-in col-md-7 mt-5 kiri">
<div class="card shadow-lg">
<img src="./img/cat6.jpg" class="card-img-top" alt="..." />
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card title and make
up the bulk of the card's content.
</p>
</div>
</div>
</div>
</div>
<div class="fade-in">
<p class="quotes">"Meow is like aloha it can mean anything."</p>
<p class="quotes-from">- Hank Ketchum -</p>
</div>
</div>
<p></p>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#ffffff"
fill-opacity="1"
d="M0,288L48,266.7C96,245,192,203,288,202.7C384,203,480,245,576,240C672,235,768,181,864,181.3C960,181,1056,235,1152,229.3C1248,224,1344,160,1392,128L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"
></path>
</svg>
</section>
<!-- Akhir album -->
<footer>
<p>
Made with
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-heart"
viewBox="0 0 16 16"
>
<path
d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"
/>
</svg>
by <a href="" class="font-">Kuching Neko</a>
</p>
</footer>
<script src="./js/script.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
</body>
</html>