Skip to content

Commit d58ad60

Browse files
committed
v2.0
0 parents  commit d58ad60

39 files changed

Lines changed: 1850 additions & 0 deletions

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: ["https://www.paypal.me/adelbenyahia","https://www.buymeacoffee.com/Adel.benyahia"]
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# For most projects, this workflow file will not need changing; you simply need
2+
# to commit it to your repository.
3+
#
4+
# You may wish to alter this file to override the set of languages analyzed,
5+
# or to provide custom queries or build logic.
6+
#
7+
# ******** NOTE ********
8+
# We have attempted to detect the languages in your repository. Please check
9+
# the `language` matrix defined below to confirm you have the correct set of
10+
# supported CodeQL languages.
11+
#
12+
name: "CodeQL"
13+
14+
on:
15+
push:
16+
branches: [ main ]
17+
pull_request:
18+
# The branches below must be a subset of the branches above
19+
branches: [ main ]
20+
schedule:
21+
- cron: '20 18 * * 0'
22+
23+
jobs:
24+
analyze:
25+
name: Analyze
26+
runs-on: ubuntu-latest
27+
permissions:
28+
actions: read
29+
contents: read
30+
security-events: write
31+
32+
strategy:
33+
fail-fast: false
34+
matrix:
35+
language: [ 'javascript' ]
36+
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
37+
# Learn more:
38+
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
39+
40+
steps:
41+
- name: Checkout repository
42+
uses: actions/checkout@v2
43+
44+
# Initializes the CodeQL tools for scanning.
45+
- name: Initialize CodeQL
46+
uses: github/codeql-action/init@v1
47+
with:
48+
languages: ${{ matrix.language }}
49+
# If you wish to specify custom queries, you can do so here or in a config file.
50+
# By default, queries listed here will override any specified in a config file.
51+
# Prefix the list here with "+" to use these queries and those in the config file.
52+
# queries: ./path/to/local/query, your-org/your-repo/queries@main
53+
54+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55+
# If this step fails, then you should remove it and run the build manually (see below)
56+
- name: Autobuild
57+
uses: github/codeql-action/autobuild@v1
58+
59+
# ℹ️ Command-line programs to run using the OS shell.
60+
# 📚 https://git.io/JvXDl
61+
62+
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
63+
# and modify them (or add more) to build your code if your project
64+
# uses a compiled language
65+
66+
#- run: |
67+
# make bootstrap
68+
# make release
69+
70+
- name: Perform CodeQL Analysis
71+
uses: github/codeql-action/analyze@v1

.well-known/assetlinks.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[{
2+
"relation": ["delegate_permission/common.handle_all_urls"],
3+
"target": {
4+
"namespace": "android_app",
5+
"package_name": "app.web.checkhadith.twa",
6+
"sha256_cert_fingerprints": [
7+
"80:0A:12:65:54:2F:8B:7A:51:53:35:3F:24:C5:28:13:F9:80:0F:53:73:D2:C4:E2:DA:6C:E7:06:46:B1:9B:31"
8+
]
9+
}
10+
}]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This is a Brave Rewards publisher verification file.
2+
3+
Domain: adelpro.github.io
4+
Token: ba6f530955604a4fa02ef38f5a979a5d0871fa532fbdde285014fd71490830a8

404.html

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
<!DOCTYPE html>
2+
<html lang="ar">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>404</title>
8+
<style media="screen">
9+
body {
10+
background: #ECEFF1;
11+
color: rgba(0, 0, 0, 0.87);
12+
font-family: Roboto, Helvetica, Arial, sans-serif;
13+
margin: 0;
14+
padding: 0;
15+
}
16+
17+
#message {
18+
background: white;
19+
max-width: 360px;
20+
margin: 100px auto 16px;
21+
padding: 32px 24px 16px;
22+
border-radius: 3px;
23+
}
24+
25+
#message h3 {
26+
color: #888;
27+
font-weight: normal;
28+
font-size: 16px;
29+
margin: 16px 0 12px;
30+
}
31+
32+
#message h2 {
33+
color: #1a964a;
34+
font-weight: bold;
35+
font-size: 16px;
36+
margin: 0 0 8px;
37+
}
38+
39+
#message h1 {
40+
font-size: 22px;
41+
font-weight: 300;
42+
color: rgba(0, 0, 0, 0.6);
43+
margin: 0 0 16px;
44+
text-align: center
45+
}
46+
47+
#message p {
48+
line-height: 140%;
49+
margin: 16px 0 24px;
50+
font-size: 14px;
51+
text-align: center
52+
}
53+
54+
#message a {
55+
display: block;
56+
text-align: center;
57+
background: #039be5;
58+
text-transform: uppercase;
59+
text-decoration: none;
60+
color: white;
61+
padding: 16px;
62+
border-radius: 4px;
63+
}
64+
65+
#message,
66+
#message a {
67+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
68+
}
69+
70+
#load {
71+
color: rgba(0, 0, 0, 0.4);
72+
text-align: center;
73+
font-size: 13px;
74+
}
75+
76+
@media (max-width: 600px) {
77+
78+
body,
79+
#message {
80+
margin-top: 0;
81+
background: white;
82+
box-shadow: none;
83+
text-align: center;
84+
}
85+
86+
body {
87+
border-top: 16px solid #3f3d3a;
88+
}
89+
}
90+
</style>
91+
<!-- Global site tag (gtag.js) - Google Analytics -->
92+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8RSXLH4V7G"></script>
93+
<script>
94+
window.dataLayer = window.dataLayer || [];
95+
function gtag(){dataLayer.push(arguments);}
96+
gtag('js', new Date());
97+
98+
gtag('config', 'G-8RSXLH4V7G');
99+
</script>
100+
</head>
101+
102+
<body>
103+
<div id="message" style="align-items: center;">
104+
<h1>404</h1>
105+
<p>الصفحة المطلوبة غير متوفرة يرجى التأكد من العنوان</p>
106+
<a href="/index.html">العودة للصفحة الرئيسية</a>
107+
</div>
108+
</body>
109+
110+
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 adelpro
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Check-hadith الباحث في الحديث
2+
3+
## Website موقع الأنترنات
4+
<a href="https://adelpro.github.io/check-hadith/index.html" target="_blank">adelpro.github.io/check-hadith</a>
5+
6+
## About us
7+
8+
![Check-hadith](https://adelpro.github.io/check-hadith/images/256x256.png)
9+
10+
Check hadith nabawi using dorar API.
11+
12+
13+
يمكنك الموقع من البحث عن الأحاديث النبوية والتحقق من صحتها إنطلاقا من كلمة أو جملة من الحديث
14+
15+
[1.1]: http://i.imgur.com/tXSoThF.png (twitter icon with padding)
16+
[2.1]: http://i.imgur.com/P3YfQoD.png (facebook icon with padding)
17+
[3.1]: http://i.imgur.com/0o48UoR.png (github icon with padding)
18+
19+
[1]: https://www.twitter.com/quranipfs
20+
[2]: https://www.facebook.com/wathakker.wakf
21+
[3]: https://github.com/adelpro/check-hadith
22+
23+
24+
## Contact us
25+
26+
[![alt text][1.1]][1]
27+
[![alt text][2.1]][2]
28+
[![alt text][3.1]][3]
29+
30+
## Our applications
31+
32+
<a href="https://play.google.com/store/apps/details?id=app.web.checkhadith.twa&amp;pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1"><img alt="احصل عليه من Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/ar_badge_web_generic.png" style="width: 180px; height: 80px;"></a>
33+
<a target="_blank" rel="noopener" title="Microsoft Store" href="https://www.microsoft.com/store/apps/9NN5H6LV53DS?cid=storebadge&amp;ocid=badge"><img class="img-responsive" src="https://developer.microsoft.com/store/badges/images/Arabic_get_it_from_MS.png" alt="احصل عليه من Windows Store" style="width: 180px; height: 80px;"></a>
34+
35+
## Support us ❤️
36+
[![Buymeacoffee](https://badgen.net/badge/icon/buymeacoffee?icon=buymeacoffee&label)](https://www.buymeacoffee.com/Adel.benyahia/)
37+
[![PayPal](https://badgen.net/badge/icon/PayPal?icon=https://simpleicons.now.sh/paypal/fff&label)](https://www.paypal.com/paypalme/adelbenyahia)
38+
[![BitCoin](https://badgen.net/badge/icon/bitcoin?icon=bitcoin&label)](bitcoin:1PstR1HYTG8FbVRR7YZhQftYumVAURXuq7?label=Quranipfs&message=Payment%20to%20Quranipfs)
39+
##
40+
![](https://komarev.com/ghpvc/?username=adelpro&style=flat-squar&color=brightgreen)
41+

0 commit comments

Comments
 (0)