-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsurah.html
83 lines (77 loc) · 4.88 KB
/
surah.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
<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>Al Quran Bahasa Indonesia</title>
<meta name="description" content="Quran Versi Bahasa Indonesia">
<meta name="keywords" content="al-quran,Bahasa Indonesia,Alquran Versi Indonesia">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="bin/config/css/bootstrap.min.css">
<link rel="stylesheet" href="bin/css/all.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div class="load position-fixed w-100 h-100 top-0 end-0 bottom-0 start-0 bg-white d-flex justify-content-center align-items-center" style="z-index: 100;" id="load">
<div class="w-auto h-auto">
<span></span>
<h4 class="mt-4 text-center fw-bold color-4 fw-bold">Al Quran</h4>
<p class="text-muted">Created By Rovino Ramadhani</p>
</div>
</div>
<main class="d-none" id="main">
<div class="position-fixed w-100 top-0 end-0 start-0 bg-white shadow-sm" style="z-index:99;height: var(--nav-h);">
<div class="container h-100 py-2 d-flex justify-content-between align-items-center">
<div class="d-flex justify-content-start align-items-center h-100">
<a href="index.html"><img src="icon/PNG/Artboard 1 copy.png" alt="" class="h-100 w-auto"></a>
</div>
<span class="d-block m-0 text-muted not-mobile" style="font-size: 14px;">Created By Rovino Ramadhani</span>
<a href="https://github.com/rovinor4"><button class="btn btn-dark"><i class="bi bi-github me-2"></i> Github</button></a>
</div>
</div>
<div class="container mb-5" style="margin-top: calc(var(--nav-h) + 30px);">
<div class="row">
<div class="col-md-4">
<div class="w-100 h-auto rounded-3 bg-white shadow-sm overflow-hidden position-sticky py-3 px-4 border" style="top: calc(var(--nav-h) + 30px);">
<img src="bin/img/WhatsApp-Image-2019-08-16-at-20.25.11.jpeg" class="w-100 rounded-3" style="height: 100px;" alt="">
<div class="mt-3 d-flex justify-content-between align-items-center">
<div>
<h5 class="m-0" id="NameSurah">Al-Fātiḥah</h5>
<p class="text-muted m-0" style="font-size: 14px;" id="terjemah">Pembukaan</p>
</div>
<p class="arabic text-muted h5 m-0" id="arabSurah">الفاتحة</p>
</div>
<hr>
<div class="mb-3">
<div class="mt-1 d-flex justify-content-between align-items-center">
<p class="m-0" style="font-size: 14.5px;">Termasuk Golongan Surah</p>
<p class="m-0 text-muted" id="golongan">مكية</p>
</div>
<div class="mt-1 d-flex justify-content-between align-items-center">
<p class="m-0" style="font-size: 14.5px;">Jumlah Ayat</p>
<p class="m-0 text-muted" id="jumlah">7</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 p-4 ayat mp-5 d-block" style="height: 1000px !important;margin-bottom: 200px;" id="Ayat">
<!-- <div class="border-bottom pb-3 mb-3">
<p class="text-muted">Ayat 1</p>
<h1 class="arabic text-end"></h1>
<p class="m-0">Dengan nama Allah Yang Maha Pengasih lagi Maha Penyayang.</p>
<p class="text-muted m-0" style="font-size: 14px;">Lorem ipsum dolor sit amet.</p>
<div class="d-flex justify-content-end align-items-center mt-2">
<span class="ms-3 text-decoration-none text-muted" style="font-size: 14px;cursor: pointer;"><i class="bi bi-play"></i> Play Audio</span>
<span class="ms-3 text-decoration-none text-muted" style="font-size: 14px;cursor: pointer;">Buka Tafsiran</span>
<span class="ms-3 text-decoration-none text-muted" style="font-size: 14px;cursor: pointer;">Gambar</span>
</div>
</div> -->
</div>
</div>
</div>
</main>
<script src="bin/config/js/jquery.min.js"></script>
<script src="bin/js/surah.js"></script>
</body>
</html>