-
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.
fix: Add soon message in africa folder
- Loading branch information
1 parent
f4a5a38
commit b9fe726
Showing
2 changed files
with
37 additions
and
0 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,5 @@ | ||
--- | ||
title: SOON | ||
--- | ||
|
||
## Comming soon |
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,32 @@ | ||
--- | ||
title: Türkiye | ||
--- | ||
import Slider from "react-slick"; | ||
import "@site/src/css/slider.css"; | ||
|
||
|
||
### Informations | ||
* Size in blocks of the map: 21504x10752 blocks (~231 km2) | ||
* Size of the download: ~20GB | ||
* Coordinates for chunky: 17920 -172033 39424 -161281 | ||
* Price: Free | ||
|
||
:::danger | ||
The map is currently a bit broken. Generation may be not accurate. | ||
::: | ||
|
||
### Preview | ||
<img src="/img/maps/previews/asia/turkiye.webp" alt="A picture of the Türkiye map"></img> | ||
|
||
### Gallery | ||
<Slider dots centerPadding="10px" arrows={false} infinite slidesToShow={1} slidesToScroll={1} pauseOnHover speed={500} autoplay autoplaySpeed={3000}> | ||
<img src="/img/maps/gallery/asia/turkiye/0.webp"></img> | ||
<img src="/img/maps/gallery/asia/turkiye/1.webp"></img> | ||
<img src="/img/maps/gallery/asia/turkiye/2.webp"></img> | ||
<img src="/img/maps/gallery/asia/turkiye/3.webp"></img> | ||
<img src="/img/maps/gallery/asia/turkiye/4.webp"></img> | ||
<img src="/img/maps/gallery/asia/turkiye/5.webp"></img> | ||
<img src="/img/maps/gallery/asia/turkiye/6.webp"></img> | ||
<img src="/img/maps/gallery/asia/turkiye/7.webp"></img> | ||
<img src="/img/maps/gallery/asia/turkiye/8.webp"></img> | ||
</Slider> |