Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
2d6493e9b4 | |||
e0911f66b3 | |||
a3303dec32 | |||
e5cdf57c66 |
75
README.md
|
@ -1,70 +1,13 @@
|
|||
# Getting Started with Create React App
|
||||
# quickabdest
|
||||
|
||||
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
||||
eğlence amaçlı oluşturulmuş quickabdest.com sitesinin değiştirilmiş versiyonudur
|
||||
|
||||
## Available Scripts
|
||||
|
||||
In the project directory, you can run:
|
||||
- orijinal site: [quickabdest.com](https://quickabdest.com)
|
||||
- değiştirilmiş versiyon: [abdest.asandikci.com](https://abdest.asandikci.com)
|
||||
|
||||
### `npm start`
|
||||
|
||||
Runs the app in the development mode.\
|
||||
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
|
||||
|
||||
The page will reload when you make changes.\
|
||||
You may also see any lint errors in the console.
|
||||
|
||||
### `npm test`
|
||||
|
||||
Launches the test runner in the interactive watch mode.\
|
||||
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
|
||||
|
||||
### `npm run build`
|
||||
|
||||
Builds the app for production to the `build` folder.\
|
||||
It correctly bundles React in production mode and optimizes the build for the best performance.
|
||||
|
||||
The build is minified and the filenames include the hashes.\
|
||||
Your app is ready to be deployed!
|
||||
|
||||
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
|
||||
|
||||
### `npm run eject`
|
||||
|
||||
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
|
||||
|
||||
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
|
||||
|
||||
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
|
||||
|
||||
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
|
||||
|
||||
## Learn More
|
||||
|
||||
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
|
||||
|
||||
To learn React, check out the [React documentation](https://reactjs.org/).
|
||||
|
||||
### Code Splitting
|
||||
|
||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
|
||||
|
||||
### Analyzing the Bundle Size
|
||||
|
||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
|
||||
|
||||
### Making a Progressive Web App
|
||||
|
||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
|
||||
|
||||
### Advanced Configuration
|
||||
|
||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
|
||||
|
||||
### Deployment
|
||||
|
||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
|
||||
|
||||
### `npm run build` fails to minify
|
||||
|
||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
|
||||
### Değişiklikler
|
||||
- reklamlar kaldırıldı
|
||||
- sitenin asıl sahibinin emekleri üzerinden maddi gelir kazanmak istemiyorum !
|
||||
- abdestli kalma süresi 1 saate çıkarıldı !
|
||||
- sürekli ses dosyası indirme ve fazla internet harcama/siteyi yorma problemi çözüldü !
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 6.9 KiB |
BIN
public/favicon.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
|
@ -5,10 +5,13 @@
|
|||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Web site created using create-react-app"
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="Created by pavi & edited by asandikci. source code: https://git.asandikci.com/asandikci/quickabdest/" />
|
||||
<link rel="manifest" href="./manifest.json" />
|
||||
<title>quickabdest</title>
|
||||
<meta name="description" content="Abdest almak artık daha kolay!" />
|
||||
<meta name="author" content="pavi" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
|
@ -24,7 +27,7 @@
|
|||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>React App</title>
|
||||
<title>Quick Abdest</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 6.9 KiB |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"short_name": "Quick Abdest",
|
||||
"name": "Quick Abdest",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
|
|
@ -9,15 +9,15 @@ function Abdest() {
|
|||
const [timeLeft, setTimeLeft] = useState(localStorage.getItem("timeleft"));
|
||||
const [minutes, setMinutes] = useState(0);
|
||||
const [seconds, setSeconds] = useState(0);
|
||||
var audio = new Audio(abdestSound);
|
||||
|
||||
const changeAbdestState = () => {
|
||||
if (!abdest) {
|
||||
var audio = new Audio(abdestSound);
|
||||
audio.play();
|
||||
setAbdest(true);
|
||||
const currentTime = new Date().getTime();
|
||||
setTimeLeft(currentTime + 300000);
|
||||
setMinutes(5);
|
||||
setTimeLeft(currentTime + 3600000);
|
||||
setMinutes(60);
|
||||
setSeconds(0);
|
||||
}
|
||||
};
|
||||
|
@ -119,6 +119,8 @@ function Abdest() {
|
|||
<Grid item xs={12} m={2}>
|
||||
<Typography variant="h5">
|
||||
Site tamamen eğlence amacıyla hazırlanmıştır
|
||||
<br></br>pavi tarafından oluşturuldu - asandikci tarafından düzenlendi
|
||||
<br></br>orijinal site: <a href="https://quickabdest.com">quickabdest.com</a>
|
||||
</Typography>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
|
|
@ -0,0 +1,54 @@
|
|||
h1 {
|
||||
font-size: 2.5rem;
|
||||
font-weight: 600;
|
||||
margin-bottom: 1rem;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: circle
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none
|
||||
}
|
||||
|
||||
.abdestTrue {
|
||||
color: red;
|
||||
letter-spacing: 1.8229166666666667vw;
|
||||
text-transform: uppercase;
|
||||
width: auto
|
||||
}
|
||||
|
||||
/* @font-face { */
|
||||
/* font-display: swap; */
|
||||
/* font-family: Poppins; */
|
||||
/* font-style: normal; */
|
||||
/* font-weight: 400; */
|
||||
/* src: url(../../static/media/poppins-devanagari-400-normal.64d5f06ee726edd58ca3.woff2) format("woff2"),url(../../static/media/poppins-all-400-normal.6fbfdac99c274b77fe96.woff) format("woff"); */
|
||||
/* unicode-range: u+0900-097f,u+1cd0-1cf6,u+1cf8-1cf9,u+200c-200d,u+20a8,u+20b9,u+25cc,u+a830-a839,u+a8e0-a8fb */
|
||||
/* } */
|
||||
/* */
|
||||
/* @font-face { */
|
||||
/* font-display: swap; */
|
||||
/* font-family: Poppins; */
|
||||
/* font-style: normal; */
|
||||
/* font-weight: 400; */
|
||||
/* src: url(../../static/media/poppins-latin-ext-400-normal.4f38b4331448d2313adc.woff2) format("woff2"),url(../../static/media/poppins-all-400-normal.6fbfdac99c274b77fe96.woff) format("woff"); */
|
||||
/* unicode-range: u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff */
|
||||
/* } */
|
||||
/* */
|
||||
/* @font-face { */
|
||||
/* font-display: swap; */
|
||||
/* font-family: Poppins; */
|
||||
/* font-style: normal; */
|
||||
/* font-weight: 400; */
|
||||
/* src: url(../../static/media/poppins-latin-400-normal.405055dd680fa1dcdfa2.woff2) format("woff2"),url(../../static/media/poppins-all-400-normal.6fbfdac99c274b77fe96.woff) format("woff"); */
|
||||
/* unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd */
|
||||
/* } */
|
||||
/* */
|