-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.html
56 lines (43 loc) · 2.25 KB
/
home.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="../al-quran/my-logo/icon192.jpg" type="image/x-icon">
<link rel="stylesheet" href="../css/home.css">
<!-- google font icons -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>Al-Quran</title>
</head>
<body class="overflow-hidden">
<div class="container-fluid image-hero-dava d-grid overflow-auto">
<div class="row text-light bg-gradient pt-5">
<div class="col-sm-12 text-center mb-5 judul-home">
<h1><span class="text-danger">Al-Quran</h1>
</div>
<div class="col-sm-12 text-center pt-4 d-grid justify-content-center align-items-center">
<a class="text-decoration-none " href="../page-audio/audio.html">
<h3 class="button">Al-Quran Audio dan Terjemahan ⨠</h3>
</div>
</div>
<div class=" col-sm-12 mt-5 pt-5 py-5">
<h1 class="text-center ayat-hadist">اقرؤو۟ا القرآن فإنه يأتي يوم القيامة شفيعًا لأصحابه</h1>
<p class="text-center arti-hadist">
Artinya: Bacalah al-qur’an sesungguhnya ia akan datang pada hari kiamat sebagai syafaat bagi
orang-orang yang membaca (dan mengamalkannya). (HR. Muslim, no. 804)
</p>
</div>
</div>
</div>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
</body>
</html>