forked from acikyazilimagi/deprem-yardim-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into development
- Loading branch information
Showing
20 changed files
with
316 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Hata raporlama | ||
about: Hata raporlama için kullanın | ||
title: 'bug: ' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
## Hata Tanımı | ||
Hatanın ne olduğu hakkında açık ve kısa bir açıklama. | ||
|
||
## Hatayı nasıl aldığınızı adım adım açıklayın | ||
|
||
1. '...' a gidin | ||
2. '....' ye tıklayın | ||
3. '....' ye kaydırın | ||
4. Hata görünüyor | ||
|
||
## Beklenen Davranış | ||
Beklediğiniz şeyin açık ve kısa bir açıklaması. | ||
|
||
## Ekran Görüntüleri | ||
Uygulanabilirse, sorununuzu açıklamak için ekran görüntüleri ekleyin. | ||
|
||
## Masaüstü Bilgileri | ||
- İşletim Sistemi: [örneğin iOS] | ||
- Tarayıcı [örneğin chrome, safari] | ||
- Sürüm [örneğin 22] | ||
|
||
## Akıllı Telefon Bilgileri | ||
- Cihaz: [örneğin iPhone6] | ||
- İşletim Sistemi: [örneğin iOS8.1] | ||
- Tarayıcı [örneğin varsayılan tarayıcı, safari] | ||
- Sürüm [örneğin 22] | ||
|
||
## Ek Bağlam | ||
Sorun hakkında diğer herhangi bir bağlamı burada ekleyin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Özellik isteği | ||
about: Özellik isteği için kullanın | ||
title: 'feat: ' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## İsteğiniz şeyi tanımlayın | ||
Açık ve kısa bir şekilde istediğiniz feature'ın ne olduğunu tanımlayın. | ||
|
||
## Değerlendirdiğiniz alternatifleri tanımlayın | ||
Değerlendirdiğiniz herhangi bir alternatif çözüm veya özellik hakkında açık ve kısa bir açıklama. | ||
|
||
## Ek Bağlam | ||
Bu özellik isteği hakkında herhangi bir başka bağlam veya ekran görüntüsü ekleyin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- [x] Açıklayıcı ve anlaşılır bir başlık: PR başlığı, değişikliklerin niteliklerini ve amaçlarını açık bir şekilde tanımlamalıdır. Pr başlığı, PR açıldığında görüntülenen ilk şey olmalıdır. Ve semantik commit kurallarını takip etmelidir. Örneğin "docs: Add README.md" şeklinde bir başlık kullanılabilir. | ||
- [x] İlgili issue numarası: PR ile ilgili issue numarası, PR başlığının sonuna # ile eklenmelidir. | ||
- [x] İlgili dosya seçimi: Sadece ilgili dosyalara dokunulmalı ve başka dosyaların etkilenmemesi sağlanmalıdır. | ||
- [x] Format ve Lint uygunluğu: Kod, belirli bir format standardına uygun hale getirilmeli ve lint kurallarına göre incelenmelidir. | ||
- [x] Temiz commit geçmişi: Değişikliklerin yapıldığı commitler, anlaşılır ve düzenli olmalıdır. | ||
- [x] İş tamamlandığında PR açılması: PR, iş tamamlandığında açılmalı ve diğer takım üyeleri tarafından incelenmesi için gönderilmelidir. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
.maintenanceContainer { | ||
position: absolute; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
height: 100vh; | ||
width: 100vw; | ||
z-index: 1000; | ||
text-align: center; | ||
} | ||
|
||
.maintenanceContainer .maintenanceContent { | ||
height: max-content; | ||
width: 100%; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
padding: 0 20px; | ||
} | ||
|
||
.maintenanceContainer .maintenanceImage { | ||
width: 100%; | ||
height: 300px; | ||
object-fit: contain; | ||
} | ||
|
||
.maintenanceContainer .maintenanceTitle { | ||
font-size: 2.2rem; | ||
font-weight: 700; | ||
color: #000; | ||
margin: 0.5rem; | ||
} | ||
|
||
.maintenanceContainer .maintenanceText { | ||
font-size: 16px; | ||
color: rgb(153, 153, 153); | ||
} | ||
|
||
.maintenanceContainer a { | ||
margin-top: 2rem; | ||
text-decoration: none; | ||
font-size: 16px; | ||
color: #fff; | ||
background-color: #000; | ||
border: 1px solid #000; | ||
border-radius: 4px; | ||
padding: 10px 20px; | ||
cursor: pointer; | ||
} | ||
|
||
@media screen and (min-width: 768px) { | ||
.maintenanceContainer .maintenanceImage { | ||
width: 50%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
import Image from "next/image"; | ||
import Link from "next/link"; | ||
import styles from "./Maintenance.module.css"; | ||
|
||
const maintenance = () => { | ||
return ( | ||
<div className={styles.maintenanceContainer}> | ||
<div className={styles.maintenanceContent}> | ||
<Image | ||
src="/images/maintenance.svg" | ||
alt="maintenance" | ||
loading="eager" | ||
width={500} | ||
height={300} | ||
className={styles.maintenanceImage} | ||
/> | ||
<h1 className={styles.maintenanceTitle}>Bakımdayız.</h1> | ||
<p className={styles.maintenanceText}> | ||
Bu sayfa sizlere daha iyi hizmet verebilmek için bakımdadır. | ||
<br /> Lütfen daha sonra tekrar deneyin veya DepremYardim.com'u | ||
ziyaret edin. | ||
</p> | ||
<Link href="https://depremyardim.com"> | ||
<span className={styles.maintenanceLink}>DepremYardim.com</span> | ||
</Link> | ||
</div> | ||
</div> | ||
); | ||
}; | ||
|
||
export default maintenance; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.