Compare commits
46 commits
master
...
preprod__b
Author | SHA1 | Date | |
---|---|---|---|
|
d8c4f045fd | ||
|
66c1ac1f6e | ||
|
427e4910c8 | ||
|
5ae933356a | ||
|
f50b4a0a25 | ||
|
40e9ecaf79 | ||
|
e834b62cfd | ||
|
f4f83419d3 | ||
|
47f6aa9d97 | ||
|
937c8a6d79 | ||
|
0f57d51b17 | ||
|
42758c6c0b | ||
|
7a3b63fef6 | ||
|
25072f9abb | ||
|
70e4062869 | ||
|
e8d133a9c2 | ||
|
310ea57950 | ||
|
647560df85 | ||
|
3630e75202 | ||
|
3d8bee56e0 | ||
|
853600344e | ||
|
5c60b6a390 | ||
|
05a427f33b | ||
|
5324392728 | ||
|
313dacb4e6 | ||
|
73cbeebab9 | ||
|
001f32e60b | ||
|
67dd3cb1b0 | ||
|
07f86b1e79 | ||
|
aabd21d21b | ||
|
b115248c02 | ||
|
8b0b7b35f5 | ||
|
5e59894fe7 | ||
|
7525ba83cf | ||
|
0e0510cf05 | ||
|
cc6ab88e56 | ||
|
2910d978f0 | ||
|
ed5dbbf39e | ||
|
891d7cbb87 | ||
|
50045c10f6 | ||
|
830da15e35 | ||
|
e4b9c18dfd | ||
|
fa4a2fd083 | ||
|
e84b0e187a | ||
|
0100341896 | ||
|
617e663814 |
4
.github/workflows/publish.yml
vendored
|
@ -4,7 +4,7 @@ env:
|
|||
ZOLA_VERSION: 0.17.2
|
||||
|
||||
on:
|
||||
workflow_dispatch: # keep manual Github Action trigger in case of any issues with CF pages
|
||||
workflow_dispatch: # keep manual Github Action trigger in case of any issues with CF section
|
||||
# push:
|
||||
|
||||
jobs:
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
./zola build
|
||||
|
||||
- name: Publish to Cloudflare Pages
|
||||
uses: cloudflare/pages-action@v1
|
||||
uses: cloudflare/section-action@v1
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
|
|
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
node_modules
|
||||
public
|
||||
translations.yaml
|
||||
.idea/
|
6
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
|
@ -0,0 +1,6 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="Stylelint" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
</profile>
|
||||
</component>
|
6
.idea/vcs.xml
generated
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
152
.idea/workspace.xml
generated
Normal file
|
@ -0,0 +1,152 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AutoImportSettings">
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="b9871119-7d48-43df-9f66-6fd91d65a1cb" name="Changes" comment="update footer">
|
||||
<change afterPath="$PROJECT_DIR$/content/new-news/index.md" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/templates/new-news.html" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/templates/common/header.html" beforeDir="false" afterPath="$PROJECT_DIR$/templates/common/header.html" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
||||
</component>
|
||||
<component name="FileTemplateManagerImpl">
|
||||
<option name="RECENT_TEMPLATES">
|
||||
<list>
|
||||
<option value="HTML File" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
||||
<map>
|
||||
<entry key="$PROJECT_DIR$" value="preprod" />
|
||||
</map>
|
||||
</option>
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="MarkdownSettingsMigration">
|
||||
<option name="stateVersion" value="1" />
|
||||
</component>
|
||||
<component name="ProjectColorInfo">{
|
||||
"associatedIndex": 8
|
||||
}</component>
|
||||
<component name="ProjectId" id="2XtPqp4nfatb5z8aknynlDefs2J" />
|
||||
<component name="ProjectViewState">
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent"><![CDATA[{
|
||||
"keyToString": {
|
||||
"DefaultHtmlFileTemplate": "HTML File",
|
||||
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"WebServerToolWindowFactoryState": "false",
|
||||
"git-widget-placeholder": "preprod",
|
||||
"last_opened_file_path": "/Users/dmitroantonuk/Documents/GitHub/organicmaps.github.io/templates",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.stylelint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.stylelint": "E:/organicmaps.github.io/node_modules/stylelint",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"prettierjs.PrettierConfiguration.Package": "/Users/dmitroantonuk/Documents/development/organicmaps.github.io/node_modules/prettier",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
}
|
||||
}]]></component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="$PROJECT_DIR$/templates" />
|
||||
<recent name="$PROJECT_DIR$/content" />
|
||||
<recent name="$PROJECT_DIR$/content/community" />
|
||||
<recent name="$PROJECT_DIR$/content/new" />
|
||||
<recent name="E:\organicmaps.github.io\static\images" />
|
||||
</key>
|
||||
<key name="MoveFile.RECENT_KEYS">
|
||||
<recent name="$PROJECT_DIR$/templates" />
|
||||
<recent name="E:\organicmaps.github.io\static\images\sections" />
|
||||
<recent name="E:\organicmaps.github.io\static\images\open-map" />
|
||||
<recent name="E:\organicmaps.github.io\static\images\hero" />
|
||||
<recent name="E:\organicmaps.github.io\static\images" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
||||
<component name="TaskManager">
|
||||
<task active="true" id="Default" summary="Default task">
|
||||
<changelist id="b9871119-7d48-43df-9f66-6fd91d65a1cb" name="Changes" comment="" />
|
||||
<created>1699445595123</created>
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1699445595123</updated>
|
||||
<workItem from="1699445596944" duration="246000" />
|
||||
<workItem from="1699445857666" duration="387000" />
|
||||
<workItem from="1699446263788" duration="8939000" />
|
||||
<workItem from="1700494833319" duration="590000" />
|
||||
<workItem from="1700556561907" duration="593000" />
|
||||
<workItem from="1700583569450" duration="24000" />
|
||||
<workItem from="1701121159173" duration="598000" />
|
||||
<workItem from="1701250034648" duration="374000" />
|
||||
<workItem from="1701251942782" duration="917000" />
|
||||
<workItem from="1701274485654" duration="598000" />
|
||||
<workItem from="1701429859454" duration="1150000" />
|
||||
<workItem from="1701686937193" duration="593000" />
|
||||
<workItem from="1701701540827" duration="944000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="no index">
|
||||
<created>1699960224756</created>
|
||||
<option name="number" value="00001" />
|
||||
<option name="presentableId" value="LOCAL-00001" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1699960224756</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00002" summary="update navbar">
|
||||
<created>1700936103630</created>
|
||||
<option name="number" value="00002" />
|
||||
<option name="presentableId" value="LOCAL-00002" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1700936103630</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00003" summary="update navbar">
|
||||
<created>1700936414815</created>
|
||||
<option name="number" value="00003" />
|
||||
<option name="presentableId" value="LOCAL-00003" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1700936414815</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00004" summary="update footer">
|
||||
<created>1701430404256</created>
|
||||
<option name="number" value="00004" />
|
||||
<option name="presentableId" value="LOCAL-00004" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1701430404256</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="5" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
<option name="version" value="3" />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
<option name="TAB_STATES">
|
||||
<map>
|
||||
<entry key="MAIN">
|
||||
<value>
|
||||
<State />
|
||||
</value>
|
||||
</entry>
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="no index" />
|
||||
<MESSAGE value="update navbar" />
|
||||
<MESSAGE value="update footer" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="update footer" />
|
||||
</component>
|
||||
</project>
|
529
config.toml
|
@ -37,7 +37,30 @@ install-fdroid="Install Organic Maps from F-Droid"
|
|||
language = "English"
|
||||
name = "Name"
|
||||
token = "Token"
|
||||
|
||||
button-download = "Download"
|
||||
footer-copyright = "reg. code 16225385 Harju county, Tallinn, Kesklinna district, Rävala pst 8-810, 10143, Estonia"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
# Please sort all other translation sections and values in alphabetical order.
|
||||
[languages.de]
|
||||
[languages.de.translations]
|
||||
|
@ -51,6 +74,28 @@ install-fdroid = "Installiere Organic Maps aus F-Droid"
|
|||
language = "Deutsch"
|
||||
name = "Name"
|
||||
token = "Token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.fr]
|
||||
[languages.fr.translations]
|
||||
address = "Addresse"
|
||||
|
@ -63,6 +108,28 @@ install-fdroid = "Installer Organic Maps depuis F-Droid"
|
|||
language = "Français"
|
||||
name = "Nom"
|
||||
token = "Jeton"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.it]
|
||||
[languages.it.translations]
|
||||
address = "Indirizzi"
|
||||
|
@ -75,6 +142,28 @@ install-fdroid = "Installa Organic Maps da F-Droid"
|
|||
language = "Italiano"
|
||||
name = "Nome"
|
||||
token = "Token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.pl]
|
||||
[languages.pl.translations]
|
||||
address = "Adres"
|
||||
|
@ -87,6 +176,28 @@ install-fdroid = "Zainstaluj Organic Maps z F-Droid"
|
|||
language = "Polski"
|
||||
name = "Nazwa"
|
||||
token = "Token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.ru]
|
||||
[languages.ru.translations]
|
||||
address = "Адрес"
|
||||
|
@ -99,6 +210,28 @@ install-fdroid = "Установите Organic Maps из F-Droid"
|
|||
language = "Русский"
|
||||
name = "Название"
|
||||
token = "Токен"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.tr]
|
||||
[languages.tr.translations]
|
||||
address = "Adres"
|
||||
|
@ -111,6 +244,28 @@ install-fdroid = "Organic Maps'i F-Droid'den İndir"
|
|||
language = "Türkçe"
|
||||
name = "İsim"
|
||||
token = "Token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.id]
|
||||
[languages.id.translations]
|
||||
address = "Alamat"
|
||||
|
@ -123,6 +278,28 @@ install-fdroid = "Instal Peta Organik dari F-Droid"
|
|||
language = "Bahasa Indonesia"
|
||||
name = "Nama"
|
||||
token = "Token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.cs]
|
||||
[languages.cs.translations]
|
||||
address = "Adresa"
|
||||
|
@ -135,6 +312,28 @@ install-fdroid = "Instalace Organic Maps z F-Droid"
|
|||
language = "Čeština"
|
||||
name = "Název"
|
||||
token = "Token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.pt-BR.translations]
|
||||
address = "Endereço"
|
||||
back = "Voltar às Notícias"
|
||||
|
@ -146,6 +345,28 @@ install-fdroid = "Instale Organic Maps a partir do F-Droid"
|
|||
language = "Português (Brazil)"
|
||||
name = "Nome"
|
||||
token = "Token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.es.translations]
|
||||
address = "Dirección"
|
||||
back = "Volver a Noticias"
|
||||
|
@ -157,6 +378,28 @@ install-fdroid = "Instalar Organic Maps desde F-Droid"
|
|||
language = "Español"
|
||||
name = "Nombre"
|
||||
token = "Ficha"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.nl.translations]
|
||||
address = "Adres"
|
||||
back = "Terug naar Nieuws"
|
||||
|
@ -168,6 +411,28 @@ install-fdroid = "Installeer Organic Maps op F-Droid"
|
|||
language = "Dutch"
|
||||
name = "Naam"
|
||||
token = "Token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.eu.translations]
|
||||
address = "Helbidea"
|
||||
back = "Back to News"
|
||||
|
@ -179,6 +444,28 @@ install-fdroid = "Install Organic Maps from F-Droid"
|
|||
language = "Euskara"
|
||||
name = "Izena"
|
||||
token = "token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.hu.translations]
|
||||
address = "Cím"
|
||||
back = "Vissza a Hírekhez"
|
||||
|
@ -190,6 +477,28 @@ install-fdroid = "Telepítse az Organic Maps-et az F-Droidról"
|
|||
language = "Magyar"
|
||||
name = "Név"
|
||||
token = "Token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.hi.translations]
|
||||
address = "पता"
|
||||
back = "ख़बरों पर वापस जाएं"
|
||||
|
@ -201,6 +510,27 @@ install-fdroid = "F-Droid से ऑर्गेनिक मैप्स इं
|
|||
language = "हिंदी"
|
||||
name = "नाम"
|
||||
token = "टोकन/Token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
[languages.uk.translations]
|
||||
address = "Адреса"
|
||||
back = "Назад до Новин"
|
||||
|
@ -212,6 +542,28 @@ install-fdroid = "Встановіть Organic Maps з F-Droid"
|
|||
language = "Українська"
|
||||
name = "Назва"
|
||||
token = "Токен"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.ca.translations]
|
||||
address = "Adreça"
|
||||
back = "Torna a Notícies"
|
||||
|
@ -223,6 +575,27 @@ install-fdroid = "Instal·leu l’Organic Maps des del F-Droid"
|
|||
language = "Català"
|
||||
name = "Nom"
|
||||
token = "Testimoni"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
[languages.zh-CN]
|
||||
[languages.zh-CN.translations]
|
||||
address = "地址"
|
||||
|
@ -235,6 +608,28 @@ install-fdroid = "从 F-Droid 安装有机地图"
|
|||
language = "英语"
|
||||
name = "姓名"
|
||||
token = "令牌"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.sv.translations]
|
||||
address = "Adress"
|
||||
back = "Tillbaka till nyheter"
|
||||
|
@ -246,6 +641,28 @@ install-fdroid = "Installera Organic Maps från F-Droid"
|
|||
language = "Svenska"
|
||||
name = "Namn"
|
||||
token = "Token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.mr.translations]
|
||||
address = "पत्ता"
|
||||
back = "बातम्यांवर परता"
|
||||
|
@ -257,6 +674,28 @@ install-fdroid = "F-Droid द्वारे Organic Maps स्थापित
|
|||
language = "मराठी"
|
||||
name = "नाव"
|
||||
token = "Token"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.zh-Hans.translations]
|
||||
address = "地址"
|
||||
back = "返回到新闻"
|
||||
|
@ -268,6 +707,28 @@ install-fdroid = "从F-Droid安装Organic Maps"
|
|||
language = "简体中文"
|
||||
name = "名称"
|
||||
token = "令牌"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.oc.translations]
|
||||
address = "Address"
|
||||
back = "Back to News"
|
||||
|
@ -279,6 +740,28 @@ install-fdroid = "Installar Mapas Organicas de F-Droid"
|
|||
language = "Occitan"
|
||||
name = "Nom"
|
||||
token = "geton"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.af.translations]
|
||||
address = "Adres"
|
||||
back = "Terug na nuus"
|
||||
|
@ -290,6 +773,28 @@ install-fdroid = "Installeer Organic Maps vanaf F-Droid"
|
|||
language = "Afrikaans"
|
||||
name = "Naam"
|
||||
token = "Teken"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
||||
[languages.ar.translations]
|
||||
address = "العنوان"
|
||||
back = "العودة إلى الأخبار"
|
||||
|
@ -301,3 +806,25 @@ install-fdroid = "تثبيت Organic Maps من F-Droid"
|
|||
language = "العربية"
|
||||
name = "الاسم"
|
||||
token = "رمز"
|
||||
donate-title = "Donate"
|
||||
donate-description = "The app runs on your donations, help improve it"
|
||||
ged-involved-title = "Ged Involved"
|
||||
contribute-code-title = "Contribute Code"
|
||||
contribute-code-description = "Build the app used by people around the world"
|
||||
contribute-location-title = "Contribute Location Info"
|
||||
contribute-location-description = "Add info around you, and make the product better for everyone"
|
||||
search-label = "Search"
|
||||
volunteer-button = "Volunteer"
|
||||
organic_section_title = "Organic"
|
||||
organic_section_description = "Community + Open Maps"
|
||||
services_section_card_title_1 = "Offline Search and Route"
|
||||
services_section_card_title_2 = "No Tracking or Data Collection"
|
||||
services_section_card_title_3 = "Save Your Battery"
|
||||
services_section_card_title_4 ="Free and Built by the Community"
|
||||
services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them."
|
||||
services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more"
|
||||
services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code"
|
||||
single_section_title = "Offline Search and Route"
|
||||
single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike."
|
||||
learn-more-link = "Learn more"
|
|
@ -1,130 +0,0 @@
|
|||
---
|
||||
description: 'Vinnige, gedetailleerde, vanlyn kaarte vir reisigers, toeriste, motorbestuurders, wandelaars en fietsers geskep deur die oprigters van MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Tuis
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Vanlyn voetslaan, fietsry, roetes en navigasie'
|
||||
---
|
||||
|
||||
**Organic Maps** is ’n gratis Android & iOS vanlyn kaarttoep vir reisigers, toeristen, voetslaners en fietsers gebaseer op skareverkreë **[OpenStreetMap][openstreetmap]**-data. Dit is ’n privaatheidgefokusde, oopbron [vurk][fork] van die toep **Maps.me** (voorheen bekend as [**MapsWithMe**][mapswithme]), en word onderhou deur dieselfde mense wat **MapsWithMe** in 2011 geskep het.
|
||||
|
||||
**Organic Maps** is een van die min toeps deesdae wat 100% van die funksionaliteit het sonder ’n aktiewe internetverbinding. Installeer Organic Maps, laai kaarte af, gooi u SIM-kaart weg (trouens, u verskaffer spoor u altyd na), en gaan ’n week op pad sonder om u battery te moet laai en sonder dat daar een greep na die netwerk verstuur word.
|
||||
|
||||
### Laai af en installeer Organic Maps in die [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Voetslaan') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praag') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Vanlyn Soek') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigasie in
|
||||
donkermodus') }}
|
||||
|
||||
## Funksies
|
||||
|
||||
Organic Maps is die topkameraadtoep vir reisigers, toeriste, voetslaners en
|
||||
fietsers:
|
||||
|
||||
- Gedetailleerde vanlyn kaarte met plekke wat nie op ander kaarte bestaan
|
||||
nie, danksy [OpenStreetMap][openstreetmap]
|
||||
- Fietsroetes, voetslaanroetes en -paaie
|
||||
- Kontoerlyne, hoogteprofiele, pieke en hellings
|
||||
- Roetebegeleiding vir voetslaan en fietsry en motornavigasie met
|
||||
stembegeleiding
|
||||
- Soek vinnig vanlyn op die kaart
|
||||
- Stuur boekmerke uit en voer dit in in KML/KMZ-formate (GPX is
|
||||
[beplan][gpx_issue])
|
||||
- Donkermodus om u oë te beskerm
|
||||
- Lande en streke neem nie baie spasie op nie
|
||||
- Gratis en oopbron
|
||||
|
||||
## Waarom ‘Organic’?
|
||||
|
||||
Organic Maps is suiwer en organies, met liefde gemaak:
|
||||
|
||||
- Eerbiedig u privaatheid
|
||||
- Bespaar u battery
|
||||
- Geen onverwagte mobieledatarekeninge
|
||||
|
||||
Organic Maps is vry van naspoorders en ander slegte dinge:
|
||||
|
||||
- Geen advertensies
|
||||
- Geen nasporing
|
||||
- Geen dataversameling
|
||||
- Geen ‘huis toe bel’ nie
|
||||
- Geen irriterende registrasie
|
||||
- Geen verpligte tutoriale
|
||||
- Geen opdringerige gemorspos
|
||||
- Geen stootkennisgewings
|
||||
- Geen kafware
|
||||
- ~~Geen insekdoders~~ Heeltemal organies!
|
||||
|
||||
Die toepassing is geverifieer deur [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Die iOS-toepassing is geverifieer deur [TrackerControl for
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps vra nie om oordrewe magtigings om op u te spioeneer nie:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
By Organic Maps glo ons dat privaatheid ’n fundamentele mensereg is:
|
||||
|
||||
- Organic Maps is ’n onafhanklike gemeenskapsgedrewe oopbronprojek
|
||||
- Ons beskerm u privaatheid van tegnoreuse se nuuskierige oë
|
||||
- Bly veilig, waar u ook al is
|
||||
|
||||
Weier waarneming – omarm u vryheid.
|
||||
|
||||
**[Probeer Organic Maps gerus!](#install)**
|
||||
|
||||
## Wie betaal vir die gratis toep?
|
||||
|
||||
Die toep is gratis vir almal. [Skenk](@/donate/index.nl.md) asseblief om ons
|
||||
te ondersteun!
|
||||
|
||||
Om onmiddellik te skenk kan u op ’n voorkeurbetaalmetode hier onder klik:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Ons borge:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISP [voorsien
|
||||
ons][mythic_beasts_donation] van twee virtuele bedieners met 400 TB/maand
|
||||
aan gratis bandbreedte om ons gebruikers te help om kaarte af te laai en by
|
||||
te werk.
|
||||
|
||||
## Gemeenskap
|
||||
|
||||
Organic Maps is [oopbronprogrammatuur][github], wat gelisenseer is onder die
|
||||
Apache Lisensie 2.0.
|
||||
|
||||
- Sluit asseblief aan by ons beta-program, stel funksies voor en rapporteer
|
||||
foute:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- Rapporteer foute of probleme d.m.v. [die probleemspoorder][issues] of
|
||||
[stuur ’n e-pos][email].
|
||||
- [Bespreek][ideas] ideë of stel funksieversoeke voor.
|
||||
- Teken in op ons [Telegram-kanaal][telegram] of op die
|
||||
[matrix-ruimte][matrix] vir opdaterings.
|
||||
- Sluit aan by ons [Telegram-groep][telegram_chat] om met ander gebruikers
|
||||
te bespreek.
|
||||
- Besoek ons [GitHub-blad][github].
|
||||
- Volg ons opdaterings op [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit],
|
||||
[LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,123 +0,0 @@
|
|||
---
|
||||
description: 'خرائط مفصلة بدون إنترنت لأجل المسافرين، السياح، السائقين، المتنزهين و راكبي الدراجات، انشأت من قبل مؤسسي تطبيق MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: الرئيسية
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: تنزَّه وقد دراجتك وشُدَّ الرحال حيثما أردت بدون الإنترنت'
|
||||
---
|
||||
|
||||
**Organic Maps** هو تطبيق أندرويد و آيفون مجاني ولا يحتاج الإتصال بالإنترنت لأجل المسافرين، السياح، السائقين، المتنزهين و راكبي الدراجات مبني على بيانات المصدر العام **[OpenStreetMap][openstreetmap]**. مهتم بخصوصية المستخدمين، مفتوح المصدر، متفرع من تطبيق **Maps.Me** (المعروف سابقا بـ [**MapsWithMe**][mapswithme])، يقوم بصيانته نفس الأشخاص الذين أسسو **MapsWithMe** سنة 2011.
|
||||
|
||||
**Organic Maps** من التطبيقات القليلة في يومنا هذا التي توفر 100% من المزايا بدون اتصال مباشر بشبكة الإنترنت. ثبّت Organic Maps، نزل الخرائط، ارمي بطاقة الشبكة خاصتك (بالمناسبة، مزود الخدمة يتتبعك باستمرار)، واذهب في رحلة اسبوعية بشحن البطارية مرة واحدة ودون أي بايت مرسل من خلال الشبكة.
|
||||
|
||||
### نزّل و ثبت Organic Maps من [AppStore][appstore]، [Google Play][googleplay]، [FDroid][fdroid]، [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }}
|
||||
|
||||
{{ لقطة شاشة(src='/images/screenshots/hiking.jpg', alt='محبي المشي لمسافات
|
||||
طويلة') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='البحث دون اتصال')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='التنقل في الوضع
|
||||
الداكن') }}
|
||||
|
||||
## المميزات
|
||||
|
||||
تطبيق Organic Maps هو الرفيق الأفضل للمسافرين، السياح، المتنزهين و راكبي
|
||||
الدراجات:
|
||||
|
||||
- خرائط تفصيلية بدون إنترنت مع أماكن غير متواجدة في تطبيقات أخرى، بفضل
|
||||
[OpenStreetMap][openstreetmap]
|
||||
- مسارات الدراجات، مسارات للتنزه، ومسارات للمشي
|
||||
- الخطوط الكنتورية، المرتفعات، القمم والمنحدرات
|
||||
- المشي خطوة بخطوة، ركوب الدراجة، قيادة السيارة بالتوجيه الصوتي
|
||||
- بحث سريع في الخريطة بدون الحاجة لإنترنت
|
||||
- تصدير المراجع المحفوضة واستيرادها، بصيغ KML/KMZ (GPX [مخطط له][gpx_issue])
|
||||
- الوضع الداكن لحماية العينين
|
||||
- الدول والمناطق لا تحتاج للكثير من المساحة
|
||||
- مجاني ومفتوح المصدر
|
||||
|
||||
## لماذا Organic؟
|
||||
|
||||
Organic Maps خالصٌ وعضوي! صنع بحبٍ:
|
||||
|
||||
- يحترم خصوصيتك
|
||||
- يُحافظ على بطاريتك
|
||||
- لا يستخدم بيانات الموبايل بشكل غير متوقع
|
||||
|
||||
تطبيق Organic Maps لا يحتوي على البرامج التجسسية والأشياء الأخرى السيئة:
|
||||
|
||||
- بدون إعلانات
|
||||
- لا تتبع أو تجسس
|
||||
- لا يجمع بيانات المستخدمين
|
||||
- لا يتصل سرً بأي خادم
|
||||
- لاحاجة للتسجيل
|
||||
- لا تعليمات اجبارية
|
||||
- لا بريد إلكتروني مزعج
|
||||
- لا إشعارات مزعجة
|
||||
- لا اشياء غير مفيدة
|
||||
- ~~لا مبيدات~~ عضوية بالكامل!
|
||||
|
||||
تم التحقق من التطبيق بواسطة [مشروع Exodus Privacy][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
تم التحقق من تطبيق iOS بواسطة [TrackerControl لـ iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps لا يطلب أذونات مفرطة للتجسس عليك:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
في Organic Maps نعتقد أن الخصوصية هي حق أساسي من حقوق الإنسان:
|
||||
|
||||
- Organic Maps هو مشروع مفتوح المصدر مُدار من طرف مُجتمع مستقل
|
||||
- نحن نحمي خصوصيتك من أعين المتطفلين لدى شركات التقنيات الكبيرة
|
||||
- ابق آمنًا بغض النظر عن مكان وجودك
|
||||
|
||||
ارفض المراقبة - احتضن حريتك.
|
||||
|
||||
**[أعطي Organic Maps تجربة!](#install)**
|
||||
|
||||
## من الذي يدفع مقابل التطبيق المجاني؟
|
||||
|
||||
التطبيق مجاني للجميع. من فضلك [تبرع](@/donate/index.md) لدعمنا!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### الرعاة
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) مزود خدمة الإنترنت [يقدم
|
||||
لنا][mythic_beasts_donation] اثنين من الخوادم الافتراضية مع 400 تيرابايت/شهر
|
||||
من النطاق الترددي المجاني لمساعدة مستخدمينا في تنزيلات الخرائط والتحديثات.
|
||||
|
||||
## المجتمع
|
||||
|
||||
Organic Maps هو [برنامج مفتوح المصدر][github] مرخّص تحت ترخيص Apache 2.0.
|
||||
|
||||
- يرجى الانضمام إلى برنامجنا التجريبي، واقتراح ميزاتك، والإبلاغ عن الأخطاء:
|
||||
* [iOS تجريبي (TestFlight)][testflight]
|
||||
* [أندرويد تجريبي (Firebase)][firebase]
|
||||
* [سطح مكتب Linux تجريبي (Flatpak)][flatpak]
|
||||
* [سطح مكتب Linux تجريبي (حزم)][repology]
|
||||
- أبلغ عن الأخطاء أو المشكلات إلى [متعقب المشكلات][issues] أو [مراسلتنا عبر
|
||||
البريد الإلكتروني][email].
|
||||
- [مناقشة][ideas] الأفكار أو اقتراح طلبات الميزات.
|
||||
- اشترك في [قناة Telegram][telegram] أو في [فضاء ماتركس][matrix] للحصول على
|
||||
التحديثات.
|
||||
- انضم إلى [مجموعة Telegram][telegram_chat] للمناقشة مع المستخدمين الآخرين.
|
||||
- زُر [صفحة Github][github].
|
||||
- تابع تحديثاتنا في [ماستودون ][mastodon]، [فيسبوك][facebook]،
|
||||
[تويتر][twitter]، [Instagram][instagram]، [Reddit][reddit].
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,131 +0,0 @@
|
|||
---
|
||||
description: 'Mapes detallats, ràpids i sense connexió per a viatgers, turistes, conductors, excursionistes i ciclistes creats pels fundadors de l’aplicació MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Inici
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: passejos, bici, rutes i GPS sense connexió'
|
||||
---
|
||||
|
||||
L’**Organic Maps** és una aplicació gratuïta de mapes sense connexió per a l’Android i l’iOS per a viatgers, turistes, excursionistes i ciclistes, basada en dades d’origen col·lectiu de l’**[OpenStreetMap][openstreetmap]**. És una [bifurcació][fork] centrada en la privadesa del **Maps.me** (anteriorment conegut com a [**MapsWithMe**][mapswithme]), mantinguda per les mateixes persones que van crear el **MapsWithMe** el 2011.
|
||||
|
||||
L’**Organic Maps** és una de les poques aplicacions actuals que admet fer servir totes les seves funcions sense una connexió a Internet activa. Instal·leu l’Organic Maps, baixeu mapes, llenceu la vostra targeta SIM (per cert, el vostre operador us rastreja constantment) i feu un viatge setmanal amb una sola càrrega de bateria sense que cap byte s’enviï a la xarxa.
|
||||
|
||||
### Baixeu i instal·leu l’Organic Maps des de l’[AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid] o [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Senderisme') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Cerca fora de
|
||||
línia') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegació en mode
|
||||
fosc') }}
|
||||
|
||||
## Funcionalitats
|
||||
|
||||
L’Organic Maps és l’aplicació definitiva per a viatgers, turistes,
|
||||
excursionistes i ciclistes:
|
||||
|
||||
- Mapes detallats fora de línia amb llocs que no existeixen en altres mapes,
|
||||
gràcies a l'[OpenStreetMap][openstreetmap]
|
||||
- Rutes ciclistes, pistes de senderisme i camins
|
||||
- Línies de contorn, perfils d'elevació, pics i pendents
|
||||
- Navegació pas a pas a peu, amb bicicleta i amb cotxe amb guia de veu
|
||||
- Cerques ràpides al mapa, sense connexió
|
||||
- Marcadors i rutes en format KML, KMZ i GPX
|
||||
- Mode fosc per a protegir els vostres ulls
|
||||
- Els països i les regions usen poc espai
|
||||
- De codi lliure i obert
|
||||
|
||||
## Per què triar l’Organic?
|
||||
|
||||
L’Organic Maps és pur i orgànic i el fem amb amor:
|
||||
|
||||
- Respecta la vostra privadesa
|
||||
- Estalvia la bateria
|
||||
- Sense càrrecs d'ús de dades inesperades
|
||||
|
||||
L'aplicació Organic Maps està lliure de rastrejadors i altres coses
|
||||
dolentes:
|
||||
|
||||
- Sense anuncis
|
||||
- No inclou rastrejadors
|
||||
- Sense recol·lecció de dades
|
||||
- No es connecta en secret a cap servidor
|
||||
- Sense registres incòmodes
|
||||
- No hi ha tutorials obligatoris
|
||||
- No us enviem correu brossa per correu electrònic
|
||||
- Notificacions emergents
|
||||
- Sense components brossa
|
||||
- ~~Sense pesticides~~ Completament orgànic!
|
||||
|
||||
L'aplicació està verificada pel [Projecte Exodus Privacy][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
L'aplicació iOS està verificada per[ TrackerControl per a
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
L'Organic Maps no us espia ni demana permisos excessius:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
En Organic Maps, creiem que la privadesa és un dret humà fonamental:
|
||||
|
||||
- Organic Maps és un projecte independent, comunitari i obert
|
||||
- Protegim la vostra privadesa de la mirada espia de les grans tecnològiques
|
||||
- Utilització segura sense importar on sou
|
||||
|
||||
Rebutgeu la vigilància. Assumiu la vostra llibertat.
|
||||
|
||||
**[Proveu l'Organic Maps!](#install)**
|
||||
|
||||
## Qui paga per l'aplicació gratuïta?
|
||||
|
||||
L'aplicació és gratuïta per a tothom. Si us plau,
|
||||
[doneu](@/donate/index.ca.md) per a ajudar-nos!
|
||||
|
||||
Per a fer un donatiu immediatament, feu clic a la icona del mètode de
|
||||
pagament preferit:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Els nostres socis:
|
||||
|
||||
El proveïdor [Mythic Beasts](https://www.mythic-beasts.com/) [ens
|
||||
aporta][mythic_beasts_donation] dos servidors virtuals amb 400 TB/mes
|
||||
d'amplada de banda gratis per a ajudar als nostres usuaris amb
|
||||
actualitzacions i descàrregues dels mapes.
|
||||
|
||||
## Comunitat
|
||||
|
||||
Organic Maps és un [programa lliure][github] disponible en virtut de la
|
||||
Llicència Apache 2.0.
|
||||
|
||||
- Uniu-vos al nostre programa beta i suggeriu funcionalitats o informeu
|
||||
d'errors:
|
||||
* [Beta d'iOS (TestFlight)][testflight]
|
||||
* [Beta d'Android (Firebase)][firebase]
|
||||
* [Beta de PC Linux (Flatpak)][flatpak]
|
||||
* [Beta de PC Linux (paquets)][repology]
|
||||
- Informeu d'errors o problemes mitjançant el [rastrejador d'errors][issues]
|
||||
o [enviant-nos un correu electrònic][email].
|
||||
- [Debateu][ideas] idees o proposeu característiques.
|
||||
- Uniu-vos al nostre [canal del Telegram][telegram] o al [Matrix][matrix]
|
||||
per a estar al dia.
|
||||
- Uniu-vos al nostre [grup del Telegram][telegram_chat] i converseu amb
|
||||
altres usuaris.
|
||||
- Visiteu el nostre [GitHub][github].
|
||||
- Seguiu les nostres novetats al [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit] i
|
||||
[LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://ca.wikipedia.org/wiki/Fork
|
||||
|
||||
{{ references() }}
|
|
@ -1,132 +0,0 @@
|
|||
---
|
||||
description: 'Rychlé podrobné offline mapy pro cestovatele, turisty, řidiče, výletníky a cyklisty vytvořené zakladateli aplikace MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Domů
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Offline pěší turistika, cykloturistika, stezky a navigace'
|
||||
---
|
||||
|
||||
**Organic Maps** je bezplatná offline mapová aplikace pro Android a iOS pro cestovatele, turisty, výletníky a cyklisty založená na datech **[OpenStreetMap][openstreetmap]**. Jedná se o open-source [odnož][fork] zaměřenou na ochranu soukromí aplikace **Maps.me** (dříve známé jako [**MapsWithMe**][mapswithme]), kterou spravují stejní lidé, kteří v roce 2011 vytvořili **MapsWithMe**.
|
||||
|
||||
**Organic Maps** je jednou z mála aplikací, která v dnešní době podporuje 100 % funkcí bez aktivního připojení k internetu. Nainstalujte si Organic Maps, stáhněte si mapy, zahoďte SIM kartu (mimochodem, váš operátor vás neustále sleduje) a vyrazte na týdenní výlet na jedno nabití baterie bez jakéhokoli bajtu odeslaného do sítě.
|
||||
|
||||
### Stáhněte si a nainstalujte Organic Maps z [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Turistika') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praha') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline
|
||||
vyhledávání') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigace v tmavém
|
||||
režimu') }}
|
||||
|
||||
## Vlastnosti
|
||||
|
||||
Organic Maps je dokonalá aplikace pro cestovatele, turisty, pěší turisty a
|
||||
cyklisty:
|
||||
|
||||
- Podrobné offline mapy s místy, která na jiných mapách neexistují, díky
|
||||
[OpenStreetMap][openstreetmap]
|
||||
- Cyklistické trasy, turistické stezky a pěší trasy
|
||||
- Vrstevnice, výškové profily, vrcholy a svahy
|
||||
- Pěší, cyklistická a automobilová navigace krok za krokem s hlasovými
|
||||
pokyny
|
||||
- Rychlé offline vyhledávání na mapě
|
||||
- Export a import záložek ve formátech KML/KMZ (GPX je
|
||||
[plánováno][gpx_issue])
|
||||
- Tmavý režim pro ochranu očí
|
||||
- Země a regiony nezabírají mnoho místa
|
||||
- Svobodný a otevřený zdrojový kód
|
||||
|
||||
## Proč Organic?
|
||||
|
||||
Organic Maps je čistý a organický produkt vyrobený s láskou:
|
||||
|
||||
- Respektuje vaše soukromí
|
||||
- Šetří baterii
|
||||
- Žádné neočekávané poplatky za mobilní data
|
||||
|
||||
Organic Maps neobsahuje sledovací zařízení a další špatné věci:
|
||||
|
||||
- Bez reklam
|
||||
- Žádné sledování
|
||||
- Žádný sběr dat
|
||||
- Žádné telefonování domů
|
||||
- Žádná obtěžující registrace
|
||||
- Žádné povinné výukové programy
|
||||
- Žádný hlučný e-mailový spam
|
||||
- Žádná oznámení push
|
||||
- Žádný crapware
|
||||
- ~~Žádné pesticidy~~ Čistě organické!
|
||||
|
||||
Aplikace je ověřena od [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Aplikace pro iOS je ověřena pomocí [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps nevyžaduje nadměrná oprávnění ke špehování:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
V Organic Maps věříme, že soukromí je základním lidským právem:
|
||||
|
||||
- Organic Maps je nezávislý projekt s otevřeným zdrojovým kódem, který je
|
||||
řízen komunitou
|
||||
- Chráníme vaše soukromí před zvědavýma očima velkých technologických firem
|
||||
- Zůstaňte v bezpečí, ať jste kdekoli
|
||||
|
||||
Odmítněte dohled - přijměte svou svobodu.
|
||||
|
||||
**[Vyzkoušejte Organic Maps!](#install)**
|
||||
|
||||
## Kdo platí za bezplatnou aplikaci?
|
||||
|
||||
Aplikace je pro všechny zdarma. Podpořte nás prosím
|
||||
[donate](@/donate/index.cs.md)!
|
||||
|
||||
Chcete-li přispět okamžitě, klikněte na ikonu preferovaného způsobu platby
|
||||
níže:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Naši sponzoři:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISP
|
||||
[nám][mythic_beasts_donation] poskytuje dva virtuální servery se šířkou
|
||||
pásma 400 TB/měsíc zdarma, abychom našim uživatelům pomohli se stahováním
|
||||
map a aktualizacemi.
|
||||
|
||||
## Komunita
|
||||
|
||||
Organic Maps je [open-source software][github] licencovaný pod Apache
|
||||
License 2.0.
|
||||
|
||||
- Zapojte se prosím do našeho beta programu, navrhujte funkce a nahlašujte
|
||||
chyby:
|
||||
* [iOS Beta (TestFlight)] [testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)] [flatpak]
|
||||
* [Linux Desktop Beta (balíčky)][repology]
|
||||
- Chyby nebo problémy nahlaste na [issue tracker][issues] nebo [na
|
||||
e-mail][email].
|
||||
- [Diskutujte][ideas] nápady nebo navrhněte požadavky na funkce.
|
||||
- Přihlaste se k odběru novinek na našem [Telegram kanálu][telegram] nebo na
|
||||
[matrix space][matrix].
|
||||
- Připojte se k naší [Telegram skupině][telegram_chat] a diskutujte s
|
||||
ostatními uživateli.
|
||||
- Navštivte náš [GitHub][github].
|
||||
- Sledujte naše aktualizace na [Mastodonu][mastodon], [Facebooku][facebook],
|
||||
[Twitteru][twitter], [Instagramu][instagram], [Redditu][reddit],
|
||||
[LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,134 +0,0 @@
|
|||
---
|
||||
description: 'Schnelle, detaillierte Offline-Karten für Reisende, Touristen, Autofahrer, Wanderer und Radfahrer, erstellt von den Gründern der MapsWithMe-App (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Startseite
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Offline Wandern, Radfahren, Wanderwege und Navigation'
|
||||
---
|
||||
|
||||
**Organic Maps** ist eine freie und kostenlose Offline-Karten-App für Android und iOS für Reisende, Touristen, Wanderer und Radfahrer, die auf den Daten von **[OpenStreetMap][openstreetmap]** basiert. Es handelt sich um eine datenschutzfreundliche, quelloffene [Abspaltung][fork] der **Maps.me**-App (früher bekannt als [**MapsWithMe**][mapswithme]), die von denselben Leuten gepflegt wird, die **MapsWithMe** im Jahr 2011 erstellt haben.
|
||||
|
||||
**Organic Maps** ist heutzutage eine der wenigen Apps, die 100% ihrer Funktionen ohne aktive Internetverbindung unterstützt. Installiere Organic Maps, lade Karten herunter, wirf deine SIM-Karte weg (dein Betreiber verfolgt dich übrigens ständig) und mache einen Wochenausflug mit einer einzigen Akkuladung, ohne dass ein Byte an das Netz gesendet wird.
|
||||
|
||||
### Organic Maps von [AppStore][appstore], [Google Play][googleplay], [F-Droid][fdroid], [Huawei AppGallery][appgallery] herunterladen und installieren {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Wandern') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prag') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Suche') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation im dunklen
|
||||
Modus') }}
|
||||
|
||||
## Funktionen
|
||||
|
||||
Organic Maps ist die ultimative Begleit-App für Reisende, Touristen,
|
||||
Wanderer und Radfahrer:
|
||||
|
||||
- Detaillierte Offline-Karten mit Orten, die es auf anderen Karten nicht
|
||||
gibt, dank [OpenStreetMap][openstreetmap]
|
||||
- Rad-, Wander- und Spazierwege
|
||||
- Höhenlinien, Höhenprofile, Bergspitzen und Steigungen
|
||||
- Schritt-für-Schritt-Navigation für Fußgänger, Radfahrer und Autofahrer mit
|
||||
Sprachführung
|
||||
- Schnelle Offline-Suche von Orten auf der Karte
|
||||
- Export und Import von Lesezeichen im KML/KMZ-Format (GPX ist
|
||||
[geplant][gpx_issue])
|
||||
- Dunkler Modus zum Schutz deiner Augen
|
||||
- Länder und Regionen nehmen nicht viel Speicherplatz in Anspruch
|
||||
- Kostenlos und Open-Source
|
||||
|
||||
## Warum Organic?
|
||||
|
||||
Organic Maps ist rein, organisch und mit Liebe gemacht:
|
||||
|
||||
- Respektiert deine Privatsphäre
|
||||
- Schont deinen Akku
|
||||
- Keine unerwarteten Gebühren für mobile Daten
|
||||
|
||||
Organic Maps ist frei von Trackern und schlechten Dingen:
|
||||
|
||||
- Keine Werbung
|
||||
- Kein Tracking
|
||||
- Keine Datenerfassung
|
||||
- Kein Telefonieren nach Hause
|
||||
- Keine lästige Registrierung
|
||||
- Keine obligatorischen Tutorials
|
||||
- Kein lästiger E-Mail-Spam
|
||||
- Keine Push-Benachrichtigungen
|
||||
- Keine Crapware
|
||||
- ~~Keine Pestizide~~ Rein und organisch!
|
||||
|
||||
Die App wurde vom [Exodus Privacy Project][exodus] geprüft:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Die iOS-App wurde von [TrackerControl für iOS][trackercontrol] geprüft:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps fordert keine unnötigen Berechtigungen an, um dich
|
||||
auszuspionieren:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Wir bei Organic Maps glauben, dass die Privatsphäre ein grundlegendes
|
||||
Menschenrecht ist:
|
||||
|
||||
- Organic Maps ist ein von einer unabhängigen Gemeinschaft betriebenes
|
||||
Open-Source-Projekt
|
||||
- Wir schützen deine Privatsphäre vor den neugierigen Augen der großen
|
||||
Technologiekonzerne
|
||||
- Bleib sicher, egal wo du bist
|
||||
|
||||
Lehne Überwachung ab - lebe deine Freiheit.
|
||||
|
||||
**[Teste Organic Maps!](#install)**
|
||||
|
||||
## Wer zahlt für die kostenlose App?
|
||||
|
||||
Die App ist für alle kostenlos. Bitte unterstütze uns mit einer
|
||||
[Spende](@/donate/index.de.md)!
|
||||
|
||||
Wenn du sofort spenden möchtest, klicke unten auf das Symbol einer
|
||||
bevorzugten Zahlungsmethode:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Unsere Sponsoren:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISP [stellt
|
||||
uns][mythic_beasts_donation] zwei virtuelle Server mit 400 TB/Monat
|
||||
kostenloser Bandbreite zur Verfügung, um unseren Nutzern das Herunterladen
|
||||
und Aktualisieren von Karten zu ermöglichen.
|
||||
|
||||
## Gemeinschaft
|
||||
|
||||
Organic Maps ist eine [Open-Source-Software][github], die unter der Apache
|
||||
License 2.0 lizenziert ist.
|
||||
|
||||
- Bitte nimm an unserem Beta-Programm teil, schlage Funktionen vor und melde
|
||||
Fehler:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (Pakete)][repology]
|
||||
- Melde Bugs oder Probleme an den [Issue Tracker][issues] oder per [E-Mail
|
||||
an uns][email].
|
||||
- [Diskutiere][ideas] Ideen oder äußere Funktionswünsche.
|
||||
- Abonniere unseren [Telegram-Channel][telegram] oder den
|
||||
[Matrix-Raum][matrix] für Neuigkeiten.
|
||||
- Tritt unserer [Telegram-Gruppe][telegram_chat] bei, um mit anderen
|
||||
Benutzern zu diskutieren.
|
||||
- Besuche unsere [GitHub-Seite][github].
|
||||
- Verfolge unsere Neuigkeiten auf [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://de.wikipedia.org/wiki/Abspaltung_(Softwareentwicklung)
|
||||
|
||||
{{ references() }}
|
|
@ -1,131 +0,0 @@
|
|||
---
|
||||
description: 'Mapas rápidos y detallados sin conexión para viajantes, turistas, conductores, senderistas y ciclistas creados por los fundadores de MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Inicio
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: senderismo, ciclismo y GPS sin conexión'
|
||||
---
|
||||
|
||||
**Organic Maps** es una aplicación libre para Android y iOS de mapas sin conexión para viajantes, turistas, senderistas y ciclistas basados en los datos cartográficos abiertos de **[OpenStreetMap][openstreetmap]**. Es una [bifurcación][fork] libre y centrada en la privacidad de la aplicación **Maps.me** (anteriormente conocida como [**MapsWithMe**][mapswithme]), mantenida por la misma gente que creó **MapsWithMe** en 2011.
|
||||
|
||||
**Organic Maps** es una de las pocas aplicaciones que hoy en día permiten usar todas las funcionalidades sin una conexión a Internet activa. Instale Organic Maps, descargue mapas, deseche su tarjeta SIM (por cierto, su operadora le rastrea constantemente) y emprenda un viaje semanal con una única carga sin ningún byte enviado a la red.
|
||||
|
||||
### Descargue e instale Organic Maps desde el [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid] o [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Senderismo') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Búsqueda sin
|
||||
conexión') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegación en modo
|
||||
oscuro') }}
|
||||
|
||||
## Funcionalidades
|
||||
|
||||
Organic Maps es la aplicación definitiva para viajantes, turistas,
|
||||
senderistas y ciclistas:
|
||||
|
||||
- Mapas detallados sin conexión con lugares que no existen en otros mapas,
|
||||
gracias a [OpenStreetMap][openstreetmap]
|
||||
- Rutas ciclistas, pistas de senderismo y caminos
|
||||
- Líneas de contorno, perfiles de elevación, picos y pendientes
|
||||
- Navegación paso a paso con guía por voz a pie, en bici y en coche
|
||||
- Búsqueda rápida en el mapa y sin conexión
|
||||
- Los marcadores se exportan e importan en los formatos KML/KMZ (está
|
||||
[planificado][gpx_issue] GPX)
|
||||
- Modo oscuro para proteger sus ojos
|
||||
- Los países y regiones no ocupan demasiado espacio
|
||||
- Libre y de código abierto
|
||||
|
||||
## ¿Por qué Organic?
|
||||
|
||||
Organic Maps es pura y orgánica, hecha con amor:
|
||||
|
||||
- Respeta su privacidad
|
||||
- Ahorra batería
|
||||
- Sin cargos de uso de datos inesperados
|
||||
|
||||
La aplicación Organic Maps está libre de rastreadores y otras cosas malas:
|
||||
|
||||
- Sin anuncios
|
||||
- Sin rastreadores
|
||||
- Sin recolección de datos
|
||||
- No se conecta en secreto a ningún servidor
|
||||
- Sin registros molestos
|
||||
- Sin tutoriales obligatorios
|
||||
- Sin spam por correo electrónico
|
||||
- Sin notificaciones
|
||||
- Sin componentes basura
|
||||
- ~~Sin pesticidas~~ ¡Completamente orgánico!
|
||||
|
||||
La aplicación está verificada por el [Proyecto Exodus Privacy][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
La aplicación iOS es verificada por [TrackerControl para
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps no pide permisos excesivos para espiarle:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
En Organic Maps, creemos que la privacidad es un derecho humano fundamental:
|
||||
|
||||
- Organic Maps es un proyecto independiente, comunitario y abierto
|
||||
- Protegemos su privacidad de los ojos espías de las grandes tecnológicas
|
||||
- Manténgase a salvo sin importar dónde esté
|
||||
|
||||
Rechace la vigilancia. Asuma su libertad.
|
||||
|
||||
**[¡Pruebe Organic Maps!](#install)**
|
||||
|
||||
## ¿Quién paga por la aplicación gratuita?
|
||||
|
||||
La aplicación es gratis para todo el mundo. ¡[Haga una
|
||||
donación](@/donate/index.es.md) para apoyarnos!
|
||||
|
||||
Para donar inmediatamente, haz clic en el icono del método de pago que
|
||||
prefieras:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Nuestros patrocinadores:
|
||||
|
||||
El proveedor [Mythic Beasts](https://www.mythic-beasts.com/) [nos
|
||||
aporta][mythic_beasts_donation] dos servidores virtuales con 400 TB/mes de
|
||||
ancho de banda gratis para ayudar a nuestros usuarios con actualizaciones y
|
||||
descargas de los mapas.
|
||||
|
||||
## Comunidad
|
||||
|
||||
Organic Maps es un [programa libre][github] disponible en virtud de la
|
||||
Licencia Apache 2.0.
|
||||
|
||||
- Incorpórese a nuestro programa beta para sugerir funcionalidades e
|
||||
informar de defectos:
|
||||
* [Beta de iOS (TestFlight)][testflight]
|
||||
* [Beta de Android (Firebase)][firebase]
|
||||
* [Beta de PC Linux (Flatpak)][flatpak]
|
||||
* [Beta de PC Linux (paquetes)][repology]
|
||||
- Informe de defectos o problemas al [rastreador de errores][issues] o
|
||||
[mándenos un correo electrónico][email].
|
||||
- [Debata][ideas] ideas o haga peticiones de funcionalidades.
|
||||
- Suscríbase a nuestro [canal de Telegram][telegram] o al [espacio de
|
||||
Matrix][matrix] para recibir noticias.
|
||||
- Únase a nuestro [grupo de Telegram][telegram_chat] para hablar con otros
|
||||
usuarios.
|
||||
- Visite nuestra [página de GitHub][github].
|
||||
- Siga nuestras novedades en [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit] y
|
||||
[LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://es.wikipedia.org/wiki/Bifurcaci%C3%B3n_(desarrollo_de_software)
|
||||
|
||||
{{ references() }}
|
|
@ -1,131 +0,0 @@
|
|||
---
|
||||
description: 'Detaile handiko offline mapa azkarrak, bidaiari, turista, gidari, mendizale eta txirrindularientzat, MapsWithMe (Maps.me) app-aren sortzaileek garatutakoa.'
|
||||
extra:
|
||||
menu_title: Hasiera
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Offline mapak mendizale, txirrindulari, ibiltari eta nabigaziorako'
|
||||
---
|
||||
|
||||
**Organic Maps** Android & iOS-erako offline-mapen app bat da, bidaiari, turista, mendizale eta txirrindularientzat, auzolanean sortutako **[OpenStreetMap][openstreetmap]** datuetan oinarrituta. Aurrez ezaguna zen **Maps.me** app-aren kode-irekiko eta pribazitate helburu duen [fork][fork] bat da (lehenago [**MapsWithMe**][mapswithme] izenarekin ezaguna), 2011an **MapsWithMe** app-a sortu zuten pertsona berdinek mantenduta.
|
||||
|
||||
**Organic Maps** da konexiorik gabe %100-ean funtzionatzen duen aplikazio gutxietako bat. Instalatu Organic Maps, deskargatu mapak eta bota zaborretara zure SIM txartela (bide batez, zure telefono konpainiak uneoro jarraipena egiten dizu), eta joan asteroko ibilaldira bateria karga batekin eta sarera byte bakarra ere bidali gabe.
|
||||
|
||||
### Deskargatu eta instalatu Organic Maps hemendik: [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Mendian') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline bilaketa')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Nabigazioa modu
|
||||
ilunean') }}
|
||||
|
||||
## Berezitasunak
|
||||
|
||||
Organic Maps da bidaiari, turista, mendizale eta txirrindularientzat app
|
||||
egokiena:
|
||||
|
||||
- Beste mapetan azaltzen ez diren tokietako offline mapa detailatuak,
|
||||
[OpenStreetMap][openstreetmap]-i esker
|
||||
- Bizikletarako ibilbideak, mendiko zidorrak eta ibiltzeko bideak
|
||||
- Profil lerroak, sestra kurbak, gailur eta aldapak
|
||||
- Pausoz-pausoko nabigazioa oinez, bizikletan edo autoz ibiltzeko, ahotsaren
|
||||
aukerarekin
|
||||
- Mapan offline bilaketa azkarra
|
||||
- Tokien laster-markak esportatu eta inportatzeko aukera KML/KMZ formatuetan
|
||||
(GPX [planned][gpx_issue])
|
||||
- Modu iluna zure begiak babesteko
|
||||
- Nazio eta herrialdeek ez dute toki askorik hartzen
|
||||
- Librea eta kode irekikoa
|
||||
|
||||
## Zergatik Organic?
|
||||
|
||||
Organic Maps garbia eta organikoa da, maitasunez egindakoa:
|
||||
|
||||
- Zure pribatutasuna errespetatzen du
|
||||
- Bateria aurrezten laguntzen dizu
|
||||
- Espero gabeko datu mugikorrik ez
|
||||
|
||||
Organic Maps app-ak ez du tracker edo beste trikimailu zikinik:
|
||||
|
||||
- Iragarkirik gabe
|
||||
- Jarraipenik ez
|
||||
- Datu bilketarik gabe
|
||||
- Zure datuak ez ditugu biltzen
|
||||
- Izen-emate astunik ez
|
||||
- Erabilera tutorial beharrik ez
|
||||
- Eposta spamik ez
|
||||
- Push jakinarazpenik ez
|
||||
- Zabor-koderik ez
|
||||
- ~~Pestizidarik ez~~ Guztiz organikoa!
|
||||
|
||||
Aplikazio hau [Exodus Privacy Project][exodus]-ek egiaztatzen du:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps-ek ez du zu espiatzeko gehiegizko baimenik eskatzen:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Organic Maps-en sinesten dugu pribatutasuna oinarrizko eskubide bat dela:
|
||||
|
||||
- Organic Maps komunitateak bultzatutako kode irekiko proiektu independentea
|
||||
da
|
||||
- Enpresa teknologiko handien begietatik babesten dugu zure pribatutasuna
|
||||
- Seguru egon edozein tokitan
|
||||
|
||||
Errefusatu jarraipena - besarkatu zure askatasuna.
|
||||
|
||||
**[Eman aukera Organic Maps-i](#install)**
|
||||
|
||||
## Nork ordaintzen du doako app hau?
|
||||
|
||||
App-a denontzat doakoa da. Mesedez [donate](@/donate/index.eu.md) guri
|
||||
laguntzeko!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Gure babesleak:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISP [provides
|
||||
us][mythic_beasts_donation] bi zerbitzari eskaintzen dizkigu hilero 400
|
||||
TB-ko doako banda zabalerarekin, gure erabiltzaileei mapa deskarga eta
|
||||
eguneraketekin laguntzeko.
|
||||
|
||||
## Komunitatea
|
||||
|
||||
Organic Maps [open-source software][github] da, Apache License 2.0
|
||||
lizentziapean.
|
||||
|
||||
- Mesedez parte-hartu gure beta programan, iradoki zure ideia berriak eta
|
||||
akatsen berri eman:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- Akats edo arazoen berri eman [issue tracker-ean][issues] edo [idatzi
|
||||
guri][email].
|
||||
- [Eztabaidatu][ideas] ideiak edo proposatu berezitasun berriak.
|
||||
- Harpidetu gure [Telegram kanalera][telegram] edo [matrix
|
||||
space][matrix]-era eguneraketak jasotzeko.
|
||||
- Sartu gure [Telegram taldean][telegram_chat] beste erabiltzaileekin hitz
|
||||
egiteko.
|
||||
- Bisitatu gure [GitHub orria][github].
|
||||
- Jarrai itzazu gure eguneraketak [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit]-en eta [LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://eu.wikipedia.org/wiki/Fork
|
||||
|
||||
{{ references() }}
|
|
@ -1,122 +0,0 @@
|
|||
---
|
||||
title: "Organic Maps: cartes hors ligne et navigateur GPS"
|
||||
description: Cartes open source pour voyageurs, touristes, cyclistes et randonneurs.
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
extra:
|
||||
menu_title: Page d'accueil
|
||||
---
|
||||
|
||||
**Organic Maps** est une application Android et iOS gratuite de cartes hors ligne pour les voyageurs, les touristes, les randonneurs et les cyclistes, basée sur des données provenant des contributeurs. **[OpenStreetMap](https://www.openstreetmap.org)**. Il s'agit d'un [fork](https://en.wikipedia.org/wiki/Fork_(software_development)) de l'application **Maps.me** (précédemment connue sous le nom de [**MapsWithMe**](https://en.wikipedia.org/wiki/Maps.me)), axé sur la confidentialité et maintenu par les mêmes personnes qui ont créé **MapsWithMe** en 2011.
|
||||
|
||||
**Organic Maps** est l'une des rares applications actuelles à prendre en charge 100 % des fonctionnalités sans connexion Internet active. Installez Organic Maps, téléchargez des cartes, jetez votre carte SIM (d'ailleurs, votre opérateur vous suit constamment), et partez pour un voyage hebdomadaire sur une seule charge de batterie sans aucun octet envoyé au réseau.
|
||||
|
||||
### Télécharger et installer Organic Maps depuis [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }}
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }}
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Search') }}
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in dark mode') }}
|
||||
|
||||
## Fonctionnalités
|
||||
|
||||
Organic Maps est l'application idéale pour les voyageurs, les touristes, les randonneurs et les cyclistes :
|
||||
|
||||
- Cartes détaillées hors ligne avec des lieux qui n'existent pas sur d'autres cartes, grâce à [OpenStreetMap](https://osm.org)
|
||||
- Itinéraires cyclables, sentiers de randonnée et chemins de promenade.
|
||||
- Courbes de niveau, profils d'élévation, sommets et pentes.
|
||||
- Navigation à pied, à vélo et en voiture, virage par virage, avec guidage vocal.
|
||||
- Recherche rapide hors ligne sur la carte
|
||||
- Exportation et importation de signets aux formats KML/KMZ (GPX est [prévu](https://github.com/organicmaps/organicmaps/issues/624))
|
||||
- Mode sombre pour protéger vos yeux
|
||||
- Les pays et les régions ne prennent pas beaucoup de place
|
||||
- Gratuit et open-source
|
||||
|
||||
## Pourquoi Organic?
|
||||
|
||||
Organic Maps est pur et biologique, fabriqué avec amour :
|
||||
|
||||
- Respecte votre vie privée
|
||||
- Économise votre batterie
|
||||
- Pas de frais de données mobiles inattendus
|
||||
|
||||
L'application Organic Maps est exempte de traceurs et d'autres éléments indésirables :
|
||||
|
||||
- Une expérience hors ligne ultra-rapide
|
||||
- Respecte votre vie privée
|
||||
- Économise votre batterie
|
||||
- Pas de frais de données mobiles inattendus
|
||||
- Simplicité d'utilisation, avec uniquement les fonctions les plus importantes.
|
||||
|
||||
Sans trackers et autres mauvaises choses :
|
||||
|
||||
- Pas de publicité
|
||||
- Pas de pistage
|
||||
- Pas de collecte de données
|
||||
- Pas d'appel au domicile
|
||||
- Pas d'inscription fastidieuse
|
||||
- Pas de tutoriels obligatoires
|
||||
- Pas de spam excessif
|
||||
- Pas de notifications push
|
||||
- Pas de logiciels malveillants
|
||||
- N̶o̶ ̶p̶e̶s̶t̶i̶c̶i̶d̶e̶s̶ Entièrement bio
|
||||
|
||||
Selon <a href='https://reports.exodus-privacy.eu.org/en/reports/app.organicmaps/latest/'>Exodus Privacy Project</a> il n'y a aucun tracker et les autorisations requises sont minimales:
|
||||
<br/>
|
||||
<img src='/images/privacy/exodus.png' width='400'>
|
||||
|
||||
Organic Maps ne demande pas de permissions excessives pour vous espionner:
|
||||
|
||||
<img src='/images/privacy/om.jpg' width='400'>
|
||||
<img src='/images/privacy/mm.jpg' width='400'>
|
||||
|
||||
Chez Organic Maps, nous pensons que la <b>vie privée est un droit humain fondamental</b> :
|
||||
|
||||
• Organic Maps est un projet indépendant open-source dirigé par la communauté.
|
||||
• Nous protégeons la vie privée des regards indiscrets des géants de la tech
|
||||
• Restez en sécurité, où que vous soyez
|
||||
|
||||
Rejeter la surveillance - embrasser votre liberté.
|
||||
|
||||
<a href="#install"><strong>Essayez Organic Maps !</strong></a>
|
||||
|
||||
## Qui paie pour l'application gratuite ?
|
||||
|
||||
L'application est gratuite pour tous. Veuillez [faire un don](@/donate/index.fr.md) pour nous soutenir !
|
||||
|
||||
### Il y a plusieurs façons de faire un don :
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Nos sponsors :
|
||||
|
||||
Le FAI [Mythic Beasts](https://www.mythic-beasts.com/) [nous][mythic_beasts_donation] fournit deux serveurs virtuels avec 400 TB/mois de bande passante gratuite pour aider nos utilisateurs à télécharger et mettre à jour les cartes.
|
||||
|
||||
### Contribuer
|
||||
|
||||
Il existe de nombreuses façons de nous soutenir, énumérées [ici](@/support-us/index.fr.md).
|
||||
|
||||
## Beta
|
||||
|
||||
Rejoignez notre programme bêta, proposez vos fonctionnalités et signalez les bogues :
|
||||
|
||||
- [iOS Beta (TestFlight)][testflight]
|
||||
- [Android Beta (Firebase)][firebase]
|
||||
- [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop)
|
||||
- [Linux Desktop Beta (packages)](https://repology.org/project/organicmaps/versions)
|
||||
|
||||
## Communauté
|
||||
|
||||
Organic Maps est un [logiciel libre][github] sous licence Apache 2.0.
|
||||
|
||||
- Signalez les bogues ou les problèmes à [l'outil de suivi des problèmes][issues] ou [envoyez-nous un courriel][email].
|
||||
- [Discutez][ideas] des idées ou proposez des demandes de fonctionnalités.
|
||||
- Abonnez-vous à notre [Canal Telegram][telegram] ou à l'espace [matrix][matrix] pour les mises à jour.
|
||||
- Rejoignez notre [Groupe Telegram][telegram_chat] pour discuter avec d'autres utilisateurs.
|
||||
- Visitez notre [page GitHub][github].
|
||||
- Suivez nos mises à jour sur <a rel="me" href="https://fosstodon.org/@organicmaps">Mastodon</a>, [Facebook][facebook], [Twitter][twitter], [Instagram][instagram].
|
||||
|
||||
|
||||
{{ references() }}
|
|
@ -1,127 +0,0 @@
|
|||
---
|
||||
description: 'विस्तृत एवं फास्ट ऑफ़लाइन नक़्शे यात्रियों, पर्यटकों, ड्राइवरों, एवं साइकिल चालकों के लिए| Maps.me के संस्थापकों द्वारा बनाया गया ऐप|'
|
||||
extra:
|
||||
menu_title: होम
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'ऑर्गेनिक नक़्शे: ऑफ़लाइन सैर, बाइकिंग, रास्ते, और दिशाएं'
|
||||
---
|
||||
|
||||
**ऑर्गेनिक मैप्स**[OpenStreetMap][openstreetmap]** डेटा के शीर्ष पर आधारित यात्रियों, पर्यटकों, हाइकर्स और साइकिल चालकों के लिए एक मुफ़्त Android और iOS ऑफ़लाइन मैप्स ऐप है। यह **Maps.me** ऐप (जिसे पहले [**MapsWithMe**][mapswithme] के नाम से जाना जाता था) का एक गोपनीयता-केंद्रित, खुला-स्रोत [fork][fork] है, जिसकी देखरेख वही लोग करते हैं जिन्होंने **MapsWithMe बनाया था ** 2011 में।
|
||||
|
||||
**ऑर्गेनिक मैप्स** आजकल के कुछ एप्लिकेशन में से एक है जो सक्रिय इंटरनेट कनेक्शन के बिना 100% सुविधाओं का समर्थन करता है। ऑर्गेनिक मैप्स इंस्टॉल करें, मैप्स डाउनलोड करें, अपना सिम कार्ड फेंक दें (वैसे, आपका ऑपरेटर आपको लगातार ट्रैक करता है), और नेटवर्क पर कुछ भी भेजे बिना सिर्फ एक बैटरी चार्ज पर साप्ताहिक यात्रा के लिए जाएं।
|
||||
|
||||
### [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] से ऑर्गेनिक मानचित्र डाउनलोड और इंस्टॉल करें {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Search') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in dark
|
||||
mode') }}
|
||||
|
||||
## विशेषताएं
|
||||
|
||||
ऑर्गेनिक मैप्स यात्रियों, पर्यटकों, हाइकर्स और साइकिल चालकों के लिए उच्चतम
|
||||
सहयोगी ऐप है:
|
||||
|
||||
- उन स्थानों के साथ विस्तृत ऑफ़लाइन नक़्शे जो अन्य नक्शों पर मौजूद नहीं हैं,
|
||||
[OpenStreetMap][openstreetmap] की बदौलत
|
||||
- साइक्लिंग, हाइकिंग, तथा टहलने के रास्ते
|
||||
- समोच्च रेखाएँ, उन्नयन प्रोफाइल, चोटियाँ और ढलान
|
||||
- आवाज निर्देशन के साथ बारी-बारी से चलना, साइक्लिंग करना और कार नेविगेशन
|
||||
- तेज़ ऑफ़लाइन खोज नक़्शे पर
|
||||
- KML/KMZ प्रारूप में एक्सपोर्ट एवं इंपोर्ट करें(GPX [आयोजित][gpx_issue] है)
|
||||
- डार्क मोड, अपनी आंखों की रक्षा के लिए
|
||||
- देश एवं क्षेत्र ज्यादा जगह नहीं लेते हैं
|
||||
- नि: शुल्क और मुक्त स्रोत
|
||||
|
||||
## आर्गेनिक नक़्शे ही क्यों?
|
||||
|
||||
ऑर्गेनिक नक़्शे शुद्ध और ऑर्गेनिक हैं, जिन्हें प्यार से बनाया गया है:
|
||||
|
||||
- यह आपकी निजता का सम्मान करता है
|
||||
- आपकी बैटरी बचाता है
|
||||
- कोई अनपेक्षित मोबाइल डेटा शुल्क नहीं
|
||||
|
||||
ऑर्गेनिक मैप्स ऐप ट्रैकर्स और अन्य खराब चीजों से विमुक्त है:
|
||||
|
||||
- बिना विज्ञापन
|
||||
- कोई ट्रैकिंग नहीं
|
||||
- कोई डेटा संग्रह नहीं
|
||||
- घर पर फ़ोन करने की ज़रुरत नहीं
|
||||
- कोई कष्टप्रद रजिस्ट्रेशन नहीं
|
||||
- कोई अनिवार्य ट्यूटोरियल नहीं
|
||||
- कोई ईमेल स्पैम नहीं
|
||||
- कोई पुश सूचनाएँ नहीं
|
||||
- कोई क्रैपवेयर नहीं
|
||||
- ~~कोई कीटनाशक नहीं~~केवल आर्गेनिक!
|
||||
|
||||
यह ऐप [Exodus Privacy Project][exodus] द्वारा सत्यापित किया गया है:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
ऑर्गेनिक नक़्शे आपकी जासूसी करने के लिए अत्यधिक अनुमतियों का अनुरोध नहीं
|
||||
करता है:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
ऑर्गेनिक मैप्स में हम मानते हैं कि गोपनीयता एक मौलिक मानव अधिकार है:
|
||||
|
||||
- ऑर्गेनिक मैप्स एक इंडी समुदाय संचालित ओपन-सोर्स प्रोजेक्ट है
|
||||
- हम आपकी गोपनीयता को बिग टेक की ताक-झांक से बचाकर रखते हैं
|
||||
- आप जहां भी हैं सुरक्षित रहेंगे
|
||||
|
||||
निगरानी को अस्वीकार करें - अपनी स्वतंत्रता को अपनाएं।
|
||||
|
||||
**[ऑर्गेनिक मानचित्रों को आज़माएं!](#install)**
|
||||
|
||||
## मुफ्त ऐप के लिए क्यों भुगतान करें?
|
||||
|
||||
ऐप सभी के लिए मुफ्त है। हमारा समर्थन करने के लिए कृपया
|
||||
[दान](@/donate/index.hi.md) करें!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### हमारे प्रायोजक:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISP [हमें प्रदान करता
|
||||
है][mythic_beasts_donation] 400 TB/महीने की मुफ्त बैंडविड्थ वाले दो वर्चुअल
|
||||
सर्वर जो हमारे उपयोगकर्ताओं को मैप डाउनलोड और अपडेट करने में मदद करते हैं।
|
||||
|
||||
## समुदाय
|
||||
|
||||
ऑर्गेनिक मैप्स एक [ओपन-सोर्स सॉफ्टवेयर][github] है जिसे अपाचे(Apache)
|
||||
लाइसेंस 2.0 के तहत लाइसेंस दिया गया है।
|
||||
|
||||
- कृपया हमारे बीटा प्रोग्राम में शामिल हों, अपनी सुविधाओं का सुझाव दें, और
|
||||
बग्स को रिपोर्ट करें:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [एंड्रॉइड बीटा (फायरबेस)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- [समस्या ट्रैकर][issues] या [हमें ईमेल करें][email] पर बग या मुद्दों की
|
||||
रिपोर्ट करें।
|
||||
- [Discuss][ideas] विचार या सुविधा अनुरोधों का प्रस्ताव करें।
|
||||
- अपडेट के लिए हमारे [Telegram Channel][telegram] या [matrix space][matrix]
|
||||
की सदस्यता लें।
|
||||
- अन्य उपयोगकर्ताओं के साथ चर्चा करने के लिए हमारे [Telegram
|
||||
Group][telegram_chat] में शामिल हों।
|
||||
- हमारे [गिटहब पेज][github] पर जाएं।
|
||||
- [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter],
|
||||
[Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn] पर हमारे
|
||||
अपडेट का पालन करें।
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,130 +0,0 @@
|
|||
---
|
||||
description: 'A MapsWithMe (Maps.Me) alkalmazás alapítói által készített gyors, részletes offline térképek utazók, turisták, sofőrök, túrázók és kerékpárosok számára.'
|
||||
extra:
|
||||
menu_title: Kezdőlap
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Offline túra, kerékpár, nyomvonalak és navigáció'
|
||||
---
|
||||
|
||||
Az **Organic Maps** egy ingyenes Android és iOS offline térképalkalmazás utazók, turisták, túrázók és kerékpárosok számára, amely az ingyenes **[OpenStreetMap][openstreetmap]** adatokon alapul. Ez egy adatvédelmi fókuszú, nyílt forráskódú [fork][fork] a **Maps.me** alkalmazásból (korábban [**MapsWithMe**][mapswithme] néven volt ismert), amelyet ugyanazok az emberek tartanak fenn, akik 2011-ben létrehozták a **MapsWithMe** alkalmazást.
|
||||
|
||||
**Az Organic Maps** egyike azon kevés alkalmazásoknak, amelyek manapság 100%-ban támogatják a funkciókat aktív internetkapcsolat nélkül. Telepítse az Organic Maps-et, töltse le a térképeket, dobja el a SIM-kártyáját (máskülönben a szolgáltatója folyamatosan nyomon követi Önt), és egyetlen akkumulátortöltéssel, a hálózatra küldött egyetlen byte nélkül induljon el egy egyhetes útra.
|
||||
|
||||
### Töltse le és telepítse az Organic Maps-et az [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Túrázás') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prága') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline keresés')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigáció sötét
|
||||
módban') }}
|
||||
|
||||
## Funkciók
|
||||
|
||||
Az Organic Maps az utazók, turisták, túrázók és kerékpárosok tökéletes
|
||||
társa:
|
||||
|
||||
- Részletes offline térképek olyan helyekkel, amelyek más térképeken nem
|
||||
léteznek, az [OpenStreetMap][openstreetmap] jóvoltából
|
||||
- Kerékpárutak, túraútvonalak és sétaútvonalak
|
||||
- Szintvonalak, magassági profilok, csúcsok és lejtők
|
||||
- Részletes gyalogos, kerékpáros és autós navigáció hangutasítással
|
||||
- Gyors offline keresés a térképen
|
||||
- Könyvjelzők exportálása és importálása KML/KMZ formátumba/ból (GPX
|
||||
[tervezett][gpx_issue])
|
||||
- Sötét mód a szem védelme érdekében
|
||||
- Az országok és régiók adatai nem foglalnak el sok helyet
|
||||
- Ingyenes és nyílt forráskódú
|
||||
|
||||
## Miért az Organic?
|
||||
|
||||
Az Organic Maps tiszta és organikus, szeretettel készült:
|
||||
|
||||
- Tiszteletben tartja az Ön magánszféráját
|
||||
- Kíméli az akkumulátort
|
||||
- Nincsenek váratlan mobil adatforgalmi díjak
|
||||
|
||||
Az Organic Maps alkalmazás mentes a nyomkövetőktől és egyéb rossz dolgoktól:
|
||||
|
||||
- Nincsenek hirdetések
|
||||
- Nincs nyomkövetés
|
||||
- Nincs adatgyűjtés
|
||||
- Nincs hazatelefonálás
|
||||
- Nincs bosszantó regisztráció
|
||||
- Nincsenek kötelező oktatóprogramok
|
||||
- Nincs e-mail spam
|
||||
- Nincsenek leküldéses értesítések
|
||||
- Nincs crapware
|
||||
- ~~Nincsenek növényvédő szerek~~ Tisztán bio!
|
||||
|
||||
Az alkalmazás az [Exodus Privacy Project][exodus] által ellenőrzött:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Az Organic Maps nem kér rengeteg engedélyt, hogy kémkedjen Ön után:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Az Organic Mapsnél hiszünk abban, hogy a magánélet alapvető emberi jog:
|
||||
|
||||
- Az Organic Maps egy független közösség által irányított nyílt forráskódú
|
||||
projekt
|
||||
- Megvédjük a magánéletét a nagy techcégek kíváncsi szemeitől
|
||||
- Maradjon biztonságban, bárhol is van
|
||||
|
||||
Utasítsd el a megfigyelést - gyakorold a szabadságodat.
|
||||
|
||||
**[Próbálja ki az Organic Maps-et!](#install)**
|
||||
|
||||
## Ki fizet az ingyenes alkalmazásért?
|
||||
|
||||
Az alkalmazás mindenki számára ingyenes. Kérjük,
|
||||
[adományozzon](@/donate/index.hu.md), hogy támogasson minket!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Szponzoraink:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISP [biztosít
|
||||
nekünk][mythic_beasts_donation] két virtuális szervert 400 TB/hó ingyenes
|
||||
sávszélességgel, hogy segítse felhasználóinkat a térképek letöltésében és
|
||||
frissítésében.
|
||||
|
||||
## Közösség
|
||||
|
||||
Az Organic Maps egy [nyílt forráskódú szoftver][github], amely az Apache
|
||||
License 2.0-t használja.
|
||||
|
||||
- Kérjük, csatlakozzon a béta programunkhoz, javasoljon funkciókat, és
|
||||
jelezze a hibákat:
|
||||
* [iOS Béta (TestFlight)][testflight]
|
||||
* [Android Béta (Firebase)][firebase]
|
||||
* [Asztali Linux Béta (Flatpak)][flatpak][flatpak]
|
||||
* [Asztali Linux Béta (csomagok)][repology]
|
||||
- Jelentsd a hibákat vagy problémákat [a hibakövetőnkbe][issues] vagy [küldj
|
||||
számunkra egy e-mailt][email].
|
||||
- [Vita][ideas] ötletek vagy funkciókérések.
|
||||
- Iratkozz fel a [Telegram csatornánkra][telegram] vagy a [matrix
|
||||
terünkre][matrix] az újdonságokért.
|
||||
- Csatlakozz a [Telegram csoportunkhoz][telegram_chat], hogy beszélgethess a
|
||||
többi felhasználóval.
|
||||
- Látogasson el a [GitHub oldalunkra][github].
|
||||
- Kövesse frissítéseinket, újdonságainkat a [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit] és [LinkedIn][LinkedIn] szolgáltatásokon.
|
||||
|
||||
[fork]: https://hu.wikipedia.org/wiki/Fork_%28szoftverfejleszt%C3%A9s%29
|
||||
|
||||
{{ references() }}
|
|
@ -1,133 +0,0 @@
|
|||
---
|
||||
description: 'Peta luring cepat terperinci untuk pelancong, turis, pengemudi, pejalan kaki, dan pengendara sepeda yang dibuat oleh pendiri aplikasi MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: 'Halaman depan'
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Pendakian, Bersepeda, Jalan Setapak, dan Navigasi Luring'
|
||||
---
|
||||
|
||||
**Organic Maps** adalah aplikasi peta luring Android & iOS gratis untuk pelancong, turis, pejalan kaki, dan pesepeda yang berbasis di atas data **[OpenStreetMap][openstreetmap]** yang bersumber dari orang-orang. Ini adalah [modifikasi][fork] sumber terbuka yang berfokus pada privasi dari aplikasi **Maps.me** (sebelumnya dikenal sebagai [**MapsWithMe**][mapswithme]), dikelola oleh orang yang sama yang menciptakan **MapsWithMe** pada tahun 2011.
|
||||
|
||||
**Organic Maps** adalah salah satu dari sedikit aplikasi saat ini yang mendukung 100% fitur tanpa koneksi Internet aktif. Instal Organic Maps, unduh peta, buang kartu SIM Anda (ngomong-ngomong, operator Anda terus melacak Anda), dan lakukan perjalanan mingguan dengan satu kali pengisian baterai tanpa bita apa pun yang dikirim ke jaringan.
|
||||
|
||||
### Unduh dan instal Organic Maps dari [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Pendakian') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praha') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Pencarian Luring')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigasi dalam mode
|
||||
gelap') }}
|
||||
|
||||
## Fitur
|
||||
|
||||
Organic Maps adalah aplikasi pendamping terlengkap bagi para pelancong,
|
||||
turis, pejalan kaki, dan pengendara sepeda:
|
||||
|
||||
- Peta luring terperinci dengan tempat-tempat yang tidak ada di peta lain,
|
||||
berkat [OpenStreetMap][openstreetmap]
|
||||
- Rute bersepeda, jalur pendakian, dan jalur pejalan kaki
|
||||
- Garis kontur, profil ketinggian, puncak, dan lereng
|
||||
- Navigasi berjalan kaki, bersepeda, dan mobil belok demi belok dengan
|
||||
panduan suara
|
||||
- Pencarian luring cepat pada peta
|
||||
- Ekspor dan impor penanda dalam format KML/KMZ (GPX
|
||||
[direncanakan][gpx_issue])
|
||||
- Mode Gelap untuk melindungi mata Anda
|
||||
- Negara dan wilayah tidak memakan banyak ruang
|
||||
- Bebas dan sumber terbuka
|
||||
|
||||
## Mengapa Organik?
|
||||
|
||||
Organic Maps murni dan organik, dibuat dengan cinta:
|
||||
|
||||
- Menghormati privasi Anda
|
||||
- Menghemat baterai Anda
|
||||
- Tidak ada biaya data seluler yang tidak diduga
|
||||
|
||||
Aplikasi Organic Maps bebas dari pelacak dan hal-hal buruk lainnya:
|
||||
|
||||
- Tanpa iklan
|
||||
- Tanpa pelacakan
|
||||
- Tanpa pengumpulan data
|
||||
- Tanpa menelepon ke rumah
|
||||
- Tanpa pendaftaran mengganggu
|
||||
- Tanpa panduan wajib
|
||||
- Tanpa spam surel berisik
|
||||
- Tanpa pemberitahuan dorong
|
||||
- Tanpa perangkat lunak tidak berguna
|
||||
- ~~Tanpa pestisida~~ Organik secara murni!
|
||||
|
||||
Aplikasi ini diverifikasi oleh [Proyek Privasi Exodus][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Aplikasi iOS telah diverifikasi oleh [TrackerControl untuk
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps tidak meminta izin berlebihan untuk memata-matai Anda:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Di Organic Maps, kami percaya bahwa privasi adalah hak asasi manusia yang
|
||||
mendasar:
|
||||
|
||||
- Organic Maps adalah proyek sumber terbuka yang digerakkan oleh komunitas
|
||||
tersendiri
|
||||
- Kami melindungi privasi Anda dari pengintaian Teknologi Besar
|
||||
- Tetap aman di mana pun Anda berada
|
||||
|
||||
Tolak pengawasan — rangkul kebebasan Anda.
|
||||
|
||||
**[Cobalah Organic Maps!](#install)**
|
||||
|
||||
## Siapa yang membayar untuk aplikasi gratis ini?
|
||||
|
||||
Aplikasi ini gratis untuk semua orang. Silakan
|
||||
[berdonasi](@/donate/index.id.md) untuk mendukung kami!
|
||||
|
||||
Untuk segera berdonasi, klik ikon metode pembayaran pilihan di bawah ini:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Sponsor kami:
|
||||
|
||||
Penyedia layanan internet [Mythic Beasts](https://www.mythic-beasts.com/)
|
||||
[menyediakan kami][mythic_beasts_donation] dua peladen virtual dengan
|
||||
bandwidth 400 TB/bulan gratis untuk membantu pengguna kami dengan unduhan
|
||||
dan pembaruan peta.
|
||||
|
||||
## Komunitas
|
||||
|
||||
Organic Maps adalah [perangkat lunak sumber terbuka][github] yang
|
||||
dilisensikan di bawah lisensi Apache 2.0.
|
||||
|
||||
- Silakan bergabung dengan program beta kami, sarankan fitur Anda, dan
|
||||
laporkan kutu:
|
||||
* [Beta iOS (TestFlight)][testflight]
|
||||
* [Beta Android (Firebase)][firebase]
|
||||
* [Beta Desktop Linux (Flatpak)][flatpak]
|
||||
* [Beta Desktop Linux (paket)][repology]
|
||||
- Laporkan kutu atau masalah ke [pelacak masalah][issues] atau [kirim surel
|
||||
kepada kami][email].
|
||||
- [Diskusikan][ideas] ide atau usulkan permintaan fitur.
|
||||
- Berlangganan ke [saluran Telegram][telegram] atau ke [space
|
||||
Matrix][matrix] untuk pembaruan.
|
||||
- Bergabunglah dengan [grup Telegram][telegram_chat] kami untuk berdiskusi
|
||||
dengan pengguna lain.
|
||||
- Kunjungi [laman GitHub][github] kami.
|
||||
- Ikuti pembaruan kami di [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit],
|
||||
[LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,117 +0,0 @@
|
|||
---
|
||||
title: "Organic Maps: Escursioni a piedi, in bicicletta, su sentieri e navigazione offline"
|
||||
description: Mappe offline veloci e dettagliate per viaggiatori, turisti, automobilisti, escursionisti e ciclisti, basate su OpenStreetMap e curate con amore dai fondatori dell'applicazione MapsWithMe (Maps.Me).
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
extra:
|
||||
menu_title: Home
|
||||
---
|
||||
|
||||
**Organic Maps** è un'applicazione gratuita di mappe offline per Android e iOS per viaggiatori, turisti, escursionisti e ciclisti, basata su dati crowd-sourced di **[OpenStreetMap](https://www.openstreetmap.org)**.
|
||||
Si tratta di un [fork][fork] open source dell'applicazione **Maps.me** (precedentemente nota come [**MapsWithMe**](https://en.wikipedia.org/wiki/Maps.me)), incentrato sulla privacy e gestito dalle stesse persone che hanno creato **MapsWithMe** nel 2011.
|
||||
|
||||
### Scaricare e installare Organic Maps da [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }}
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }}
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Search') }}
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in dark mode') }}
|
||||
|
||||
## Funzionalità
|
||||
|
||||
Organic Maps è l'applicazione definitiva per viaggiatori, turisti, escursionisti e ciclisti:
|
||||
|
||||
- Mappe offline dettagliate con luoghi che non esistono su altre mappe, grazie a [OpenStreetMap](https://osm.org)
|
||||
- Percorsi ciclabili, sentieri escursionistici e percorsi pedonali
|
||||
- Curve di livello, profili altimetrici, picchi e pendenze
|
||||
- Navigazione a piedi, in bicicletta e in auto con guida vocale, svolta per svolta
|
||||
- Ricerca veloce offline sulla mappa
|
||||
- Esportazione e importazione di punti di interesse nei formati KML/KMZ (GPX è [previsto](https://github.com/organicmaps/organicmaps/issues/624))
|
||||
- Modalità scura per proteggere gli occhi
|
||||
- I paesi e le regioni non occupano molto spazio
|
||||
- Gratuito e open-source
|
||||
|
||||
## Perché Organic?
|
||||
|
||||
Organic Maps è pura e organica, fatta con amore:
|
||||
|
||||
- Rispetta la tua privacy
|
||||
- Risparmia la batteria
|
||||
- Nessun addebito imprevisto sui dati mobili
|
||||
|
||||
Organic Maps è priva di tracker e di altri elementi negativi:
|
||||
|
||||
- Nessuna pubblicità
|
||||
- Nessun tracciamento
|
||||
- Nessuna raccolta dati
|
||||
- Nessuna chiamata a casa
|
||||
- Nessuna registrazione fastidiosa
|
||||
- Nessun tutorial obbligatorio
|
||||
- Nessuno spam di e-mail fastidiose
|
||||
- Nessuna notifica push
|
||||
- Nessun crapware
|
||||
- ~~Nessun pesticida~~ Puramente organico!
|
||||
|
||||
L'applicazione è verificata da <a href='https://reports.exodus-privacy.eu.org/en/reports/app.organicmaps/latest/'>Exodus Privacy Project</a>:
|
||||
<br/>
|
||||
<img src='/images/privacy/exodus.png' width='400'>
|
||||
|
||||
Organic Maps non richiede permessi eccessivi per spiare l'utente:
|
||||
|
||||
<img src='/images/privacy/om.jpg' width='400'>
|
||||
<img src='/images/privacy/mm.jpg' width='400'>
|
||||
|
||||
Noi di Organic Maps crediamo che la privacy sia un diritto umano fondamentale:
|
||||
|
||||
- Organic Maps è un progetto open-source indipendente guidato dalla comunità.
|
||||
- Proteggiamo la vostra privacy dagli occhi indiscreti dei Big Tech
|
||||
- Resta al sicuro ovunque tu sia
|
||||
|
||||
Rifiuta la sorveglianza - difendi la tua libertà.
|
||||
|
||||
|
||||
<a href="#install"><strong>Prova Organic Maps!</strong></a>
|
||||
|
||||
## Chi paga per l'app gratuita?
|
||||
|
||||
L'applicazione è gratuita per tutti. Per favore [donate](@/donate/index.it.md) per sostenerci!
|
||||
|
||||
### Ci sono diversi modi per donare:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### I nostri sponsor:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISP [ci offre](https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/) due server virtuali con 400 TB/mese di larghezza di banda gratuita per aiutare i nostri utenti a scaricare e aggiornare le mappe.
|
||||
|
||||
### Supportaci
|
||||
|
||||
Ci sono molti modi per sostenerci, elencati [qui](@/support-us/index.it.md).
|
||||
|
||||
## Beta
|
||||
|
||||
Partecipa al nostro programma beta, suggerisci funzionalità e segnala bug:
|
||||
|
||||
- [iOS Beta (TestFlight)][testflight]
|
||||
- [Android Beta (Firebase)][firebase]
|
||||
- [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop)
|
||||
- [Linux Desktop Beta (paketleri)](https://repology.org/project/organicmaps/versions)
|
||||
|
||||
## La comunità
|
||||
|
||||
Organic Maps è un [software open-source][github] con licenza Apache 2.0.
|
||||
|
||||
- Segnala bug o problemi tramite il [tracker dei problemi][issues] o [inviaci un email][email].
|
||||
- [Discuti][ideas] idee o proponi richieste di funzionalità.
|
||||
- Iscriviti al nostro [Canale Telegram][telegram] o allo spazio [matrix][matrix] per ricevere aggiornamenti.
|
||||
- Unisciti al nostro [Gruppo Telegram][telegram_chat] per discutere con altri utenti.
|
||||
- Присоединяйтесь к нашей [русскоязычной группе в Telegram][telegram_chat_ru] для обратной связи и помощи.
|
||||
- Diğer kullanıcılarla tartışmak için [Telegram Grubumuza](https://t.me/OrganicMapsTR) katılın.
|
||||
- Visita la nostra [pagina GitHub][github].
|
||||
- Segui i nostri aggiornamenti su [Facebook][facebook], [Twitter][twitter], [Instagram][instagram].
|
||||
|
||||
[fork]: https://it.wikipedia.org/wiki/Fork_(sviluppo_software)
|
||||
|
||||
{{ references() }}
|
|
@ -1,113 +1,37 @@
|
|||
---
|
||||
title: "Organic Maps: Offline Hike, Bike, Trails and Navigation"
|
||||
description: Fast detailed offline maps for travelers, tourists, drivers, hikers and cyclists created by MapsWithMe (Maps.Me) app founders.
|
||||
page_template: index.html
|
||||
title: "Navigate with Privacy. Drive, Hike, Bike Offline"
|
||||
description: 'The ultimate companion app for travelers,
|
||||
built by the community.'
|
||||
template: home.html
|
||||
sort_by: weight
|
||||
extra:
|
||||
menu_title: Home
|
||||
organic_section_title: Organic
|
||||
organic_section_description: Community + Open Maps
|
||||
services_section_card_title_1: Offline Search and Route
|
||||
services_section_card_title_2: No Tracking or Data Collection
|
||||
services_section_card_title_3: Save Your Battery
|
||||
services_section_card_title_4: Free and Built by the Community
|
||||
services_section_card_description_1: See the place you want to go while in an underground parking garage, and navigate while on a distant hike.
|
||||
services_section_card_description_2: The app is designed with privacy as a priority and does not identify users, or track information about them.
|
||||
services_section_card_description_3: Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more
|
||||
services_section_card_description_4: People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code
|
||||
single_section_title: Offline Search and Route
|
||||
single_section_description: See the place you want to go while in an underground parking garage, and navigate while on a distant hike.
|
||||
services_section_card_title_1: Offline Search and Route
|
||||
services_section_card_title_2: No Tracking or Data Collection
|
||||
services_section_card_title_3: Save Your Battery
|
||||
services_section_card_title_4: Free and Built by the Community
|
||||
services_section_card_description_1: See the place you want to go while in an underground parking garage, and navigate while on a distant hike.
|
||||
services_section_card_description_2: The app is designed with privacy as a priority and does not identify users, or track information about them.
|
||||
services_section_card_description_3: Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more
|
||||
services_section_card_description_4: People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code
|
||||
services_section_card_button_info_1: Search
|
||||
services_section_card_button_info_2: No additional permissions required
|
||||
services_section_card_button_info_3: less power usage
|
||||
services_section_card_button_info_4: Free for everyone, Made with love
|
||||
single_section_title: Offline Search and Route
|
||||
single_section_description: See the place you want to go while in an underground parking garage, and navigate while on a distant hike.
|
||||
---
|
||||
|
||||
**Organic Maps** is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists based on top of crowd-sourced **[OpenStreetMap][openstreetmap]** data. It is a privacy-focused, open-source [fork][fork] of **Maps.me** app (previously known as [**MapsWithMe**][mapswithme]), maintained by the same people who created **MapsWithMe** in 2011.
|
||||
|
||||
**Organic Maps** is one of the only applications nowadays that supports 100% of features without an active Internet connection. Install Organic Maps, download maps, throw away your SIM card (by the way, your operator constantly tracks you), and go for a weeklong trip on a single battery charge without any byte sent to the network.
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Search') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in dark mode') }}
|
||||
|
||||
## Features
|
||||
|
||||
Organic Maps is the ultimate companion app for travelers, tourists, hikers, and cyclists:
|
||||
|
||||
- Detailed offline maps with places that don't exist on other maps, thanks to [OpenStreetMap][openstreetmap]
|
||||
- Cycling routes, hiking trails, and walking paths
|
||||
- Contour lines, elevation profiles, peaks, and slopes
|
||||
- Turn-by-turn walking, cycling, and car navigation with voice guidance
|
||||
- Fast offline search on the map
|
||||
- Bookmarks and tracks in KML, KMZ, GPX formats
|
||||
- Dark Mode to protect your eyes
|
||||
- Countries and regions don't take a lot of space
|
||||
- Free and open-source
|
||||
|
||||
## Why Organic?
|
||||
|
||||
Organic Maps is pure and organic, made with love:
|
||||
|
||||
- Respects your privacy
|
||||
- Saves your battery
|
||||
- No unexpected mobile data charges
|
||||
|
||||
Organic Maps app is free from trackers and other bad stuff:
|
||||
|
||||
- No ads
|
||||
- No tracking
|
||||
- No data collection
|
||||
- No phoning home
|
||||
- No annoying registration
|
||||
- No mandatory tutorials
|
||||
- No noisy email spam
|
||||
- No push notifications
|
||||
- No crapware
|
||||
- ~~No pesticides~~ Purely organic!
|
||||
|
||||
The application is verified by [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps doesn't request excessive permissions to spy on you:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
At Organic Maps, we believe that privacy is a fundamental human right:
|
||||
|
||||
- Organic Maps is an indie community-driven open-source project
|
||||
- We protect your privacy from Big Tech's prying eyes
|
||||
- Stay safe no matter wherever you are
|
||||
|
||||
Reject surveillance - embrace your freedom.
|
||||
|
||||
**[Give Organic Maps a try!](#install)**
|
||||
|
||||
## Who is paying for the free app?
|
||||
|
||||
The app is free for everyone. Please [donate](@/donate/index.md) to support us!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Our sponsors:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISP [provides us][mythic_beasts_donation] two virtual servers with 400 TB/month of free bandwidth to help our users with maps downloads and updates.
|
||||
|
||||
## Community
|
||||
|
||||
Organic Maps is an [open-source software][github] licensed under the Apache License 2.0.
|
||||
|
||||
- Please join our beta program, suggest your features, and report bugs:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- Report bugs or issues to [the issue tracker][issues] or [email us][email].
|
||||
- [Discuss][ideas] ideas or propose feature requests.
|
||||
- Subscribe to our [Telegram Channel][telegram] or to the [matrix space][matrix] for updates.
|
||||
- Join our [Telegram Group][telegram_chat] to discuss with other users.
|
||||
- Visit our [GitHub page][github].
|
||||
- Follow our updates in [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
||||
|
|
|
@ -1,127 +0,0 @@
|
|||
---
|
||||
description: 'MapsWithMe (Maps.Me) च्या संस्थापकांनी प्रवाशी, पर्यटक, चालक, गिर्यारोहक व सायकल चालकांसाठी तयार केलेले जलद, संविस्तर ऑफलाईन नकाशे.'
|
||||
extra:
|
||||
menu_title: घर
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps : ऑफलाईन भटकंती, सायकल व मार्गनिर्देशन'
|
||||
---
|
||||
|
||||
**Organic Maps** (ऑर्गनिक मॅप्स) हे एक अँड्रॉईड व iOS वर चालणारे ऑफलाईन नकाशांचे निःशुल्क अॅप आहे जे जनयोगदानातून तयार केलेल्या **[OpenStreetMap(ओपन स्ट्रीट मॅप)][openstreetmap]** च्या डेटा वर आधारीत आहे.
|
||||
|
||||
**Organic Maps** हे आजकाल विनाइंटरनेटचे सर्व वैशिष्ट्यांसकट चालणाऱ्या मोजक्या अॅप पैकी एक अॅप आहे.
|
||||
|
||||
### Organic Maps इथून डाऊनलोड व स्थापीत करा : [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='भटकंती') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='प्राग') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='ऑफलाईन शोध') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='गडद मोड मध्ये
|
||||
मार्गनिर्देशन') }}
|
||||
|
||||
## वैशिष्ट्ये
|
||||
|
||||
प्रवाशी, पर्यटक, गिर्यारोहक व सायकल चालकांसाठी Organic Maps हे अत्यंत
|
||||
ऊपयुक्त ऍप आहे:
|
||||
|
||||
- [OpenStreetMap][openstreetmap] च्या आभारे, इतर नकाशांवर अस्तित्वात
|
||||
नसलेल्या ठिकाणांसोबत सखोल ऑफलाईन नकाशे
|
||||
- सायकलिंग मार्ग, भटकंती व चालण्याचे मार्ग
|
||||
- समोच्च रेषा, उंची प्रोफाइल, शिखरे व चढ-उतार
|
||||
- ध्वनी मार्गदर्शनासह कार, सायकल व चालण्याचे वळणावळणाप्रमाणे दिशा निर्देशन
|
||||
- नकाशावर वेगवान ऑफलाईन शोध
|
||||
- KML/KMZ स्वरूपात बुकमार्क निर्यात व आयात (GPS [नियोजित][gpx_issue])
|
||||
- तुमच्या डोळ्यांच्या संरक्षणासाठी, गडद मोड
|
||||
- देश आणि प्रदेश जास्त जागा घेत नाहीत
|
||||
- विनामूल्य व मुक्त स्रोत
|
||||
|
||||
## ऑर्गेनिक (सेंद्रिय) कशाला?
|
||||
|
||||
Organic Maps हे शुद्ध व सेंद्रिय आहे, व प्रेमाने निर्मित आहे:
|
||||
|
||||
- तुमच्या गोपनीयतेचा आदर करते
|
||||
- तुमची बॅटरी वाचवते
|
||||
- कोणतेही अनपेक्षित मोबाइल डेटा शुल्क नाही
|
||||
|
||||
Organic Maps अॅप माहिती चोरांपासून आणि इतर वाईट गोष्टींपासून मुक्त आहे:
|
||||
|
||||
- विना जाहिराती
|
||||
- महितीचा मागोवा नाही
|
||||
- डेटा संग्रह नाही
|
||||
- घरी फोन येणार नाही
|
||||
- त्रासदायक नोंदणी नाही
|
||||
- कोणतीही अनिवार्य शिकवणी नाही
|
||||
- त्रासदायक ईमेल नाही
|
||||
- अधिसूचना नाही
|
||||
- कचरासॉफ्टवेयर नाही
|
||||
- ~~कीटकनाशक नाही~~~ शुद्ध व सेंद्रिय!
|
||||
|
||||
[Exodus Privacy Project][exodus] कडून तपासलेले ऍप:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
तुमच्यावर गुप्तहेरी करायला Organic Maps अनावश्यक परवानग्या मागत नाही:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Organic Maps मध्ये आम्ही ह्या विचारांचे आहोत की गोपनीयता हा प्रत्येकाचा
|
||||
मानवी हक्क आहे:
|
||||
|
||||
- Organic Maps हे एक समुदाय चलित मुक्त स्रोत प्रकल्प आहे
|
||||
- बिग टेकच्या गुप्तहेरी नजरेपासून आम्ही तुमचे रक्षण करतो
|
||||
- तुम्ही जिथे कुठे असाल तिथे सुरक्षित रहा
|
||||
|
||||
Reject surveillance - embrace your freedom.
|
||||
|
||||
**[Organic Maps वापरुन बघा!](#install)**
|
||||
|
||||
## ह्या निःशुल्क ऍपचा खर्च कोण काढत आहे?
|
||||
|
||||
हे ऍप सर्वांसाठी विमानुल्य आहे. आम्हाला पाठिंबा द्यायला कृपया [देणगी
|
||||
द्या](@/donate/index.md)!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### आमचे प्रायोजक:
|
||||
|
||||
तुमच्यापर्यंत नकाशा अद्यतने व डाऊनलोड पोचवण्यासाठी [Mythic
|
||||
Beasts](https://www.mythic-beasts.com/) ISP [provides
|
||||
us][mythic_beasts_donation] आम्हाला 400 TB/महिना विनामूल्य वापराचे २
|
||||
व्हर्चुअल सर्व्हर प्रदान करत आहे.
|
||||
|
||||
## समुदाय
|
||||
|
||||
Apache License 2.0 परवान्य अंतर्गत Organic Maps हे एक [मुक्त स्रोत
|
||||
सॉफ्टवेअर][github] आहे.
|
||||
|
||||
- आमच्या बीटा कार्यक्रमात सहभागी होऊन, ऍप वैशिष्ट्ये सुचवा, व आम्हाला
|
||||
बग(त्रुटी) कळवा:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- बग किंवा त्रुटी आम्हाला [इशू ट्रॅकर][issues] or [ईमेल द्वारे][email] कळवा.
|
||||
- नवीन कल्पना किंवा वैशिष्ट्ये सुचवण्यासाठी [चर्चा करा][ideas].
|
||||
- नविनतम माहितीसाठी आमच्या [टेलिग्राम चॅनल][telegram] किंवा [मैट्रिक्स
|
||||
स्पेस][matrix] चे सदस्य व्हा.
|
||||
- इतर वापरकर्त्यांसोबत चर्चा करायला आमच्या [टेलिग्राम गटात][telegram_chat]
|
||||
सहभागी व्हा.
|
||||
- आमच्या [GitHub पृष्ठावर][github] भेट द्या.
|
||||
- [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter],
|
||||
[Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn] वरुन आमची
|
||||
माहिती मिळवा.
|
||||
|
||||
[फोर्क]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,129 +0,0 @@
|
|||
---
|
||||
description: 'Snelle, gedetailleerde, offline kaarten voor reizigers, toeristen, automobilisten, wandelaars, en fietsers gemaakt door de oprichters van de app MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Start
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Offline Wandelen, Fietsen, Routes en Navigatie'
|
||||
---
|
||||
|
||||
**Organic Maps** is een gratis Android & iOS offline kaartenapp voor reizigers, toeristen, wandelaars en fietsers gebaseerd op gecrowdsourcete **[OpenStreetMap][openstreetmap]** gegevens. Het is een privacy-gefocuste, open-source [fork][fork] van de app **Maps.me** (voorheen bekend als [**MapsWithMe**][mapswithme]), en wordt onderhouden door dezelfde mensen die **MapsWithMe** hebben gemaakt in 2011.
|
||||
|
||||
**Organic Maps** is één van de weinige apps heden ten dage die 100% van de functionaliteit heeft zonder actieve internetverbinding. Installeer Organic Maps, download kaarten, gooi je SIM kaart weg (trouwens, je provider trackt je altijd), en ga een week op pad zonder je batterij op te laden en zonder dat er één byte naar het netwerk verzonden wordt.
|
||||
|
||||
### Download en installeer Organic Maps in de [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Wandelen') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praag') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Zoeken') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in donkere
|
||||
stand') }}
|
||||
|
||||
## Functies
|
||||
|
||||
Organic Maps is als app de ultieme metgezel voor reizigers, toeristen,
|
||||
wandelaars en fietsers:
|
||||
|
||||
- Gedetailleerde offline kaarten met plaatsen die niet bestaan op andere
|
||||
kaarten, dankzij [OpenStreetMap][openstreetmap]
|
||||
- Fietsroutes, wandelroutes en -paden
|
||||
- Contourlijnen, hoogteprofielen, pieken en hellingen
|
||||
- Routebegeleiding voor wandelen en fietsen en autonavigatie met
|
||||
stembegeleiding
|
||||
- Snel offline zoeken op de kaart
|
||||
- Bladwijzers exporteren en importeren in KML/KMZ formats (GPX is
|
||||
[gepland][gpx_issue])
|
||||
- Donkere stand om je ogen te beschermen
|
||||
- Landen en regio's nemen niet veel ruimte in beslag
|
||||
- Gratis en open source
|
||||
|
||||
## Waarom 'Organic'?
|
||||
|
||||
Organic Maps is puur en organisch, met liefde gemaakt:
|
||||
|
||||
- Respecteert je privacy
|
||||
- Bespaart je batterij
|
||||
- Geen onverwachte mobiele data rekeningen
|
||||
|
||||
Organic Maps is vrij van trackers en andere slechte dingen:
|
||||
|
||||
- Geen advertenties
|
||||
- Geen tracking
|
||||
- Geen dataverzameling
|
||||
- Geen 'naar huis bellen'
|
||||
- Geen irritante aanmelding
|
||||
- Geen verplichte instructies
|
||||
- Geen opdringerige spam-emails
|
||||
- Geen pushmeldingen
|
||||
- Geen crapware
|
||||
- ~~Geen pesticiden~~ Volledig organisch!
|
||||
|
||||
De applicatie is geverifieerd door [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps vraagt niet om excessieve machtigingen om je te bespioneren:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Bij Organic Maps geloven wij dat privacy een fundamenteel mensenrecht is:
|
||||
|
||||
- Organic Maps is een indie communitygedreven project
|
||||
- Wij beschermen jouw privacy van de nieuwsgierige ogen van Big Tech
|
||||
- Blijf veilig, waar je ook bent
|
||||
|
||||
Weiger toezicht – omarm je vrijheid.
|
||||
|
||||
**[Probeer Organic Maps eens!](#install)**
|
||||
|
||||
## Wie betaalt er voor de gratis app?
|
||||
|
||||
De app is voor iedereen gratis. [Doneer](@/donate/index.nl.md) alstublieft
|
||||
om ons te ondersteunen!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Onze sponsoren:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISP [voorziet
|
||||
ons][mythic_beasts_donation] van twee virtuele servers met 400 TB/maand aan
|
||||
gratis bandbreedte om onze gebruikers te helpen met kaarten downloaden en
|
||||
updaten.
|
||||
|
||||
## Gemeenschap
|
||||
|
||||
Organic Maps is [open-source software][github], die gelicenseerd is onder de
|
||||
Apache License 2.0.
|
||||
|
||||
- Neemt u alstublieft deel aan ons beta-programma, suggereer uw functies en
|
||||
rapporteer fouten:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (paketten)][repology]
|
||||
- Rapporteer bugs of problemen via [de issue tracker][issues] of [mail
|
||||
ons][email].
|
||||
- [Bediscussieer][ideas] ideeën of stel functieverzoeken voor.
|
||||
- Abonneer op ons [Telegram kanaal][telegram] of op de [matrix
|
||||
space][matrix] voor updates.
|
||||
- Kom bij onze [Telegram groep][telegram_chat] om te discussiëren met andere
|
||||
gebruikers.
|
||||
- Bezoek onze [GitHub pagina][github].
|
||||
- Volg onze update op [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit],
|
||||
[LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://nl.wikipedia.org/wiki/Fork_(ontwikkeling)
|
||||
|
||||
{{ references() }}
|
|
@ -1,132 +0,0 @@
|
|||
---
|
||||
description: 'De mapas detalhadas, rapidas e sensa connexion per lei viatgaires, lei toristas, leis automobilistas, leis caminaires e lei ciclistas creadas per lei fondators de l’aplicacion MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Acuèlh
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'De Mapas Organicas : escorregudas ciclistas, caminadas, itineraris e percors guidats fòra de linha'
|
||||
---
|
||||
|
||||
**Mapas Organicas** es una aplicacion de mapas a gratis sensa connexion per Android e iOS destinada ai viatgaires, toristas, caminaires d’escorregudas e ciclistas, basada sus lei donadas d’**[OpenStreetMap][openstreetmap]**. Es una [bifurcacion][fork] centrada sus la privadesa de **Maps.me** (ancianament conegut per [**MapsWithMe**][mapswithme]), e mantenguda per lei meteissas personas que crearàn **MapsWithMe** en 2011.
|
||||
|
||||
N’i a gaire a l’ora d’ara d’aplicacions coma **Mapas Organicas** que foncionan entierament sensa la connexion a Internet activa. Installatz Mapas Organicas, teledescargatz de mapas, escampatz vòstra carteta SIM (que, o sabètz, vòstre operator vos es a l’après de lònga) e partètz per una setmana de viatge amb un solet plen de batariá sensa un bit mandat au malhum.
|
||||
|
||||
### Telecargatz e installatz Mapas Organicas de l’[AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid] o [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Escorregudas') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Recèrca fòra de
|
||||
linha') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigacion en mòde
|
||||
fosc') }}
|
||||
|
||||
## Foncionalitats
|
||||
|
||||
Mapas Organicas es l’aplicacion ultima per lei viatjaires, lei caminaires e
|
||||
lei ciclistas :
|
||||
|
||||
- De mapas detalhadas fòra de linha amb de luòcs que se tròban pas sus leis
|
||||
autreis mapas, gràcias a [OpenStreetMap][openstreetmap]
|
||||
- Percors ciclistes, draias d’escorregudas e caminaments
|
||||
- Linhas de contorn, perfius d’elevacion, cimas e pendents
|
||||
- Navigacion pas a pas d’a pès, amb la bicicleta, l’automobila e guida de
|
||||
votz
|
||||
- Recèrcas rapidas sus la mapa e fòra de linha
|
||||
- Lei marcadors s'expòrtan e impòrtan en formats KML/KMZ (GPX es
|
||||
[planificat][gpx_issue])
|
||||
- Mòde fosc per protegir vòstreis uelhs
|
||||
- Lei país e lei regions utilizan gaire d'espaci
|
||||
- De còde liure e dobèrt
|
||||
|
||||
## Perque chausir Organic?
|
||||
|
||||
Mapas Organicas es pur e organic e mai o fasèm amb amor:
|
||||
|
||||
- Respècta vòstra vida privada
|
||||
- Esparnha la batariá
|
||||
- A pas besonh de cargar una quantitat de donadas inesperadas
|
||||
|
||||
L'aplicacion Mapas Organicas escapa ais espiadors e autreis seguidors
|
||||
malins:
|
||||
|
||||
- Sensa anóncias
|
||||
- Conten pas d'espiadors
|
||||
- Sensa culhida de donadas
|
||||
- Se connècta pas d'escondons en ges de servidor
|
||||
- Sensa enregistraments penibles
|
||||
- Ges de tutoriaus obligatòris
|
||||
- Sensa spam per corrier electronic
|
||||
- Push notifications
|
||||
- Sensa complements complicats
|
||||
- ~~Sensa pesticides~~ Completament organic!
|
||||
|
||||
L'aplicacion es verificada per lo [Projecte Exodus Privacy][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Mapas Organicas demanda pas de permissions excessivas per vos espiar:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
En cò de Mapas Organicas, cresèm que la vida privada es un drech uman
|
||||
fondamentau:
|
||||
|
||||
- Mapas Organicas es un projècte independent, comunautari e dobèrt
|
||||
- Gardam la vida privada de cadun deis espiadors dei Grandei Tecnologias
|
||||
- Gardatz-vos sauves e segurs onte que vos trobètz
|
||||
|
||||
Rebutar la susvelhança. Assegurar la libertat.
|
||||
|
||||
**[¡Assaja Mapas Organicas!](#install)**
|
||||
|
||||
## Cu paga per l'aplicacion a gratis?
|
||||
|
||||
L'aplicacion es a gratis per totei. Se volètz [donar](@/donate/index.ca.md)
|
||||
per nos ajudar!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Nòstres esponsòrs
|
||||
|
||||
Lo fornidor [Mythic Beasts](https://www.mythic-beasts.com/) [nos
|
||||
apòrta][mythic_beasts_donation] dos servidors virtuaus amb 400 TB/mes
|
||||
d'amplada de banda gratis per ajudar nòstreis utilizators amb
|
||||
l’actualizacion e la descarga dei mapas.
|
||||
|
||||
## Comunautat
|
||||
|
||||
Mapas Organicas es un [programa liure][github] disponible en vertut de la
|
||||
Licéncia Apatxe 2.0.
|
||||
|
||||
- Rejonhètz nòstre programa beta per suggerir de fonccionalitats e avertir
|
||||
d’errors:
|
||||
* [Beta de iOS (TestFlight)][testflight]
|
||||
* [Beta de Android (Firebase)][firebase]
|
||||
* [Beta de PC Linux (Flatpak)][flatpak]
|
||||
* [Beta de PC Linux (paquets)][repology]
|
||||
- Senhalatz d'errors ò de dificultats per lo [seguidor d'errors][issues] ò
|
||||
[mandatz-nos un corrier electronic][email].
|
||||
- [Debatre][ideas] d'idèas ò prepausar de foncions.
|
||||
- Marcatz-vos a nòstre [canau Telegram][telegram] ò a l’ [espaci
|
||||
matritz][matrix] per èstre au corrent.
|
||||
- Rejonhètz nòstre [grop Telegram][telegram_chat] per charrar amb d’autrei
|
||||
utilizators.
|
||||
- Visitatz nòstra [pagina GitHub][github].
|
||||
- Seguissètz lei noveutats sus [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit] e
|
||||
[LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,135 +0,0 @@
|
|||
---
|
||||
description: 'Szybkie szczegółowe mapy offline dla podróżników, turystów, kierowców, wędrowców i rowerzystów stworzone przez założycieli aplikacji MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: 'Strona główna'
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: wędrówki, jazda na rowerze, szlaki i nawigacja offline'
|
||||
---
|
||||
|
||||
**Organic Maps** to darmowa aplikacja na Androida i iOS z mapami offline dla podróżników, turystów, wędrowców i rowerzystów, bazująca na współtworzonych danych **[OpenStreetMap][openstreetmap]**. Jest otwartoźródłowym [forkiem][fork] aplikacji **Maps.me** (wcześniej znanej jako [**MapsWithMe**][mapswithme]) z naciskiem na prywatność, utrzymywanym przez te same osoby, które stworzyły **MapsWithMe** w 2011 roku.
|
||||
|
||||
**Organic Maps** to jedna z niewielu obecnie aplikacji, która obsługuje 100% funkcji bez aktywnego połączenia z internetem. Zainstaluj Organic Maps, pobierz mapy, wyrzuć kartę SIM (tak przy okazji, Twój operator stale Cię śledzi) i wybierz się na tygodniową wycieczkę na jednym ładowaniu baterii bez żadnego bajtu wysłanego do sieci.
|
||||
|
||||
### Pobierz i zainstaluj Organic Maps z [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Turystyka piesza')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Wyszukiwanie
|
||||
offline') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Nawigacja w trybie
|
||||
ciemnym') }}
|
||||
|
||||
## Funkcje
|
||||
|
||||
Organic Maps to doskonała aplikacja towarzysząca dla podróżników, turystów,
|
||||
wędrowców i rowerzystów:
|
||||
|
||||
- Szczegółowe mapy offline z miejscami, które nie istnieją na innych mapach,
|
||||
dzięki [OpenStreetMap][openstreetmap]
|
||||
- Trasy rowerowe, szlaki turystyczne, ścieżki spacerowe
|
||||
- Linie konturowe, profile wysokościowe, szczyty i zbocza
|
||||
- Nawigacja piesza, rowerowa i samochodowa "zakręt po zakręcie" ze
|
||||
wskazówkami głosowymi
|
||||
- Szybkie wyszukiwanie offline na mapie
|
||||
- Eksport i import zakładek w formatach KML/KMZ (GPX jest
|
||||
[planowane][gpx_issue])
|
||||
- Tryb ciemny, aby chronić Twoje oczy
|
||||
- Kraje i regiony nie zajmują dużo miejsca
|
||||
- Wolne i otwarte źródło
|
||||
|
||||
## Dlaczego Organic?
|
||||
|
||||
Organic Maps jest czyste i organiczne, wykonane z miłością:
|
||||
|
||||
- Szanuje Twoją prywatność
|
||||
- Oszczędza baterię
|
||||
- Brak nieoczekiwanych opłat za dane mobilne
|
||||
|
||||
Aplikacja Organic Maps jest wolna od mechanizmów śledzących i innych złych
|
||||
rzeczy:
|
||||
|
||||
- Brak reklam
|
||||
- Brak śledzenia
|
||||
- Brak gromadzenia danych
|
||||
- Brak możliwości dzwonienia do domu
|
||||
- Brak irytującej rejestracji
|
||||
- Brak obowiązkowych samouczków
|
||||
- Brak hałaśliwego spamu pocztowego
|
||||
- Brak wyskakujących powiadomień push
|
||||
- Brak programów typu "crapware"
|
||||
- ~~Brak pestycydów~~ Czysto organiczne!
|
||||
|
||||
Aplikacja jest weryfikowana przez [Projekt Prywatności Exodus][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Aplikacja iOS jest weryfikowana przez [TrackerControl for
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps nie żąda nadmiernych uprawnień celem szpiegowania użytkownika:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
W Organic Maps wierzymy, że prywatność jest podstawowym prawem człowieka:
|
||||
|
||||
- Organic Maps to niezależny, kierowany przez społeczność projekt
|
||||
otwartoźródłowy
|
||||
- Chronimy Twoją prywatność przed wścibskimi oczami megakorporacji
|
||||
technologicznych
|
||||
- Utrzymuj bezpieczeństwo bez względu na to, gdzie jesteś
|
||||
|
||||
Odrzuć inwigilację - ogarnij swoją wolność.
|
||||
|
||||
**[Daj szansę Organic Maps!](#install).**
|
||||
|
||||
## Kto płaci za darmową aplikację?
|
||||
|
||||
Aplikacja jest darmowa dla wszystkich. Prosimy o [przekazanie
|
||||
darowizny](@/donate/index.pl.md), aby nas wesprzeć!
|
||||
|
||||
Aby natychmiast przekazać darowiznę, kliknij ikonę preferowanej metody
|
||||
płatności poniżej:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Nasi sponsorzy:
|
||||
|
||||
Dostawca usług internetowych [Mythic Beasts](https://www.mythic-beasts.com/)
|
||||
[udostępnia nam][mythic_beasts_donation] dwa wirtualne serwery z 400
|
||||
TB/miesiąc darmowej przepustowości, aby pomóc naszym użytkownikom w
|
||||
pobieraniu map i aktualizacji.
|
||||
|
||||
## Społeczność
|
||||
|
||||
Organic Maps to oprogramowanie [otwarte][github] licencjonowane na Apache
|
||||
License 2.0.
|
||||
|
||||
- Dołącz do naszego programu beta, zaproponuj swoje funkcje i zgłoś błędy:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux PC Beta (Flatpak)][flatpak]
|
||||
* [Linux PC Beta (pakiety)][repology]
|
||||
- Zgłoś błędy lub problemy na [GitHub][issues] lub [napisz nam
|
||||
e-mail][email].
|
||||
- [Dyskutuj o][ideas] pomysłach lub zaproponuj nowe funkcje.
|
||||
- Subskrybuj nasz [kanał Telegram][telegram] lub [przestrzeń matrix][matrix]
|
||||
dla aktualizacji.
|
||||
- Dołącz do naszej [grupy Telegram][telegram_chat], aby dyskutować z innymi
|
||||
użytkownikami.
|
||||
- Odwiedź naszą stronę [GitHub][github].
|
||||
- Śledź nasze aktualizacje na [Mastodonie][mastodon], [Facebooku][facebook],
|
||||
[Twitterze][twitter], [Instagramie][instagram], [Reddicie][reddit],
|
||||
[LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://pl.wikipedia.org/wiki/Fork
|
||||
|
||||
{{ references() }}
|
|
@ -1,129 +0,0 @@
|
|||
---
|
||||
description: 'Mapas offline rápidos e detalhados para viajantes, turistas, motoristas, caminhantes e ciclistas criados pelos fundadores do app MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Início
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Caminhada, Ciclismo, Trilhas e Navegação Offline'
|
||||
---
|
||||
|
||||
**Organic Maps** é um aplicativo gratuito para Android e iOS de mapas offline para viajantes, turistas, caminhantes e ciclistas baseado nos dados do **[OpenStreetMap][openstreetmap]**. É um aplicativo com foco na privacidade, sendo uma [bifurcação][fork] aberta do app **Maps.me** (anteriormente conhecido como [**MapsWithMe**][mapswithme]), mantido pelas mesmas pessoas que criaram o **MapsWithMe** em 2011.
|
||||
|
||||
**Organic Maps** é atualmente um dos poucos apps que suporta 100% das suas funcionalidades sem uma conexão ativa com a internet. Instale Organic Maps, baixe mapas, jogue fora seu chip (a propósito, sua operadora o rastreia constantemente), e faça uma viagem no fim de semana com uma única carga de bateria sem nenhum byte enviado para a rede.
|
||||
|
||||
### Baixe e instale Organic Maps a partir da [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Caminhada') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Busca Offline') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegação em modo
|
||||
escuro') }}
|
||||
|
||||
## Recursos
|
||||
|
||||
Organic Maps é o app companheiro ideal para viajantes, turistas, caminhantes
|
||||
e ciclistas:
|
||||
|
||||
- Mapas offline detalhados com lugares que não existem em outros mapas,
|
||||
graças ao [OpenStreetMap][openstreetmap]
|
||||
- Rotas de ciclismo, trilhas para caminhadas e caminhos para pedestres
|
||||
- Curvas de nível, perfis de elevação, picos e encostas
|
||||
- Navegação passo a passo a pé, bicicleta e carro, com orientação por voz
|
||||
- Busca rápida offline no mapa
|
||||
- Exportação e importação de marcadores nos formatos KML/KMZ (GPX é
|
||||
[planejado][gpx_issue])
|
||||
- Modo escuro para proteger seus olhos
|
||||
- Países e regiões não ocupam muito espaço
|
||||
- Livre e de código aberto
|
||||
|
||||
## Por que orgânico?
|
||||
|
||||
O Organic Maps é puro e orgânico, feito com amor:
|
||||
|
||||
- Respeita sua privacidade
|
||||
- Economiza sua bateria
|
||||
- Sem cobranças inesperadas de dados móveis
|
||||
|
||||
O app Organic Maps está livre de rastreadores e outras coisas ruins:
|
||||
|
||||
- Sem anúncios
|
||||
- Sem rastreamento
|
||||
- Sem coleta de dados
|
||||
- Sem conexões para servidores externos
|
||||
- Sem registros desnecessários
|
||||
- Sem tutoriais obrigatórios
|
||||
- Sem lixo eletrônico por e-mail
|
||||
- Sem notificações push
|
||||
- Sem recursos desnecessários
|
||||
- ~~Sem pesticidas~~ Puramente orgânico!
|
||||
|
||||
O app é verificado pelo [Projeto Exodus Privacy][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
A versão iOS é verificada por [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps não solicita permissões excessivas para espioná-lo:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
No Organic Maps, acreditamos que a privacidade é um direito humano
|
||||
fundamental:
|
||||
|
||||
- Organic Maps é um projeto independente voltado para a comunidade
|
||||
- Protegemos a sua privacidade dos olhos curiosos das grandes empresas
|
||||
- Fique protegido, não importa onde você esteja
|
||||
|
||||
Rejeite a vigilância - abrace sua liberdade.
|
||||
|
||||
**[Experimente Organic Maps!](#install)**
|
||||
|
||||
## Quem está pagando pelo app gratuito?
|
||||
|
||||
O app é gratuito para todos. Por favor [faça uma
|
||||
doação](@/donate/index.pt-BR.md) para nos apoiar!
|
||||
|
||||
Para doar imediatamente, clique no método preferido de pagamento abaixo:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Nossos patrocinadores:
|
||||
|
||||
O provedor [Mythic Beasts](https://www.mythic-beasts.com/) [nos
|
||||
fornece][mythic_beasts_donation] dois servidores virtuais com 400 TB/mês de
|
||||
tráfego gratuito para ajudar nossos usuários com downloads de mapas e
|
||||
atualizações.
|
||||
|
||||
## Comunidade
|
||||
|
||||
Organic Maps é um [software de código aberto][github] licenciado sob a
|
||||
Licença Apache 2.0.
|
||||
|
||||
- Por favor, junte-se ao nosso programa beta, faça suas sugestões e relate
|
||||
erros:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- Relate erros ou problemas no [rastreador de problemas][issues] ou por
|
||||
[e-mail][email].
|
||||
- [Discuta][ideas] ideias ou proponha novos recursos.
|
||||
- Inscreva-se em nosso [canal do Telegram][telegram] ou no [espaço
|
||||
matrix][matrix] para novidades.
|
||||
- Junte-se ao nosso [grupo do Telegram][telegram_chat] para conversar com
|
||||
outros usuários.
|
||||
- Visite nossa [página no GitHub][github].
|
||||
- Siga nossas atualizações no [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit] e
|
||||
[LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://pt.wikipedia.org/wiki/Bifurcação_(desenvolvimento_de_software)
|
||||
|
||||
{{ references() }}
|
|
@ -1,70 +0,0 @@
|
|||
---
|
||||
title: "Organic Maps: бесплатные офлайн карты и навигация"
|
||||
description: Бесплатные офлайн карты для путешественников, туристов, велосипедистов и водителей на основе данных OpenStreetMap от создателей приложения MapsWithMe, позже переименованного в Maps.me
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
extra:
|
||||
menu_title: Главная
|
||||
---
|
||||
|
||||
**Organic Maps** — это бесплатные iOS и Android офлайн карты с навигацией для путешественников, туристов, велосипедистов и водителей на основе данных **[OpenStreetMap](https://www.openstreetmap.org)** (**OSM**),
|
||||
с открытым исходным кодом, с фокусом на приватность и безопасность пользователей, от создателей приложения **MapsWithMe**, позже переименованного в **Maps.me**.
|
||||
|
||||
*Organic Maps* поддерживает 100% функций без активного Интернет-подключения. Загрузите нужные карты, выбросьте SIM-карту (кстати, ваш оператор постоянно отслеживает вас) и отправляйтесь в недельное путешествие на одном заряде батареи.
|
||||
|
||||
### Загрузить и установить Organic Maps из [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Пеший поход') }}
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Прага') }}
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Офлайн поиск') }}
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Навигация в ночном режиме') }}
|
||||
|
||||
## Возможности
|
||||
|
||||
- Детальные и *быстрые* карты всего мира с местами, которых нет в других картах
|
||||
- Велосипедные маршруты, пешеходные тропы и пешеходные дорожки
|
||||
- Авто, вело и пеший навигатор с голосовыми подсказками
|
||||
- Карты метро для крупных городов
|
||||
- Быстрый поиск интересных мест на карте
|
||||
- Экспорт и импорт закладок в форматах KML/KMZ (GPX [планируется](https://github.com/organicmaps/organicmaps/issues/624))
|
||||
|
||||
## Почему Organic?
|
||||
|
||||
Organic Maps — это офлайн-карты здорового человека, сделанные с любовью и уважением к своим пользователям:
|
||||
|
||||
- Работают без Интернета;
|
||||
- Карты занимают мало места;
|
||||
- Не жрут батарею;
|
||||
- Не тормозят;
|
||||
- [Не шпионят за пользователями](https://reports.exodus-privacy.eu.org/en/reports/app.organicmaps/latest/);
|
||||
- Не содержат рекламы;
|
||||
- Без регистрации и SMS;
|
||||
- С открытым исходным кодом.
|
||||
|
||||
## Помощь проекту
|
||||
|
||||
Organic Maps развивается сообществом энтузиастов благодаря вашей поддержке.
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Помогите проекту [финансово](/ru/donate "поддержать деньгами") чтобы приложение могло жить и развиваться.
|
||||
|
||||
## Сообщество
|
||||
|
||||
- Подписывайтесь на наш [канал новостей в Telegram][telegram];
|
||||
- Присоединяйтесь к [русскоязычной группе в Telegram][telegram_chat_ru] или [Matrix space][matrix_ru] для обратной связи и помощи;
|
||||
- Подключайтесь к программе тестирования бета-версий:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop)
|
||||
* [Linux Desktop Beta (packages)](https://repology.org/project/organicmaps/versions)
|
||||
- Сообщайте о проблемах и предлагайте новые идеи [на GitHub][issues] или [по почте][email];
|
||||
- Нарисуйте свой дом и район вокруг в [OpenStreetMap](https://openstreetmap.org);
|
||||
- Помогите с [переводом](https://github.com/organicmaps/organicmaps/blob/master/docs/TRANSLATIONS.md) приложения и веб-сайта на другие языки.
|
||||
- Поучаствуйте в [разработке][contributing] приложения под Android и iOS;
|
||||
- Подпишитесь на нас в [Facebook][facebook], [Twitter][twitter] и [Instagram][instagram].
|
||||
- Расскажите своим друзьям и знакомым.
|
||||
|
||||
{{ references() }}
|
|
@ -1,132 +0,0 @@
|
|||
---
|
||||
description: 'Snabba detaljerade offline-kartor för resenärer, turister, förare, vandrare och cyklister skapade av grundarna av appen MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Hem
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Offline Vandring, Cykling, Leder och Navigering'
|
||||
---
|
||||
|
||||
**Organic Maps** är en gratis Android- och iOS-app för resenärer, turister, vandrare och cyklister som bygger på data från publiken **[OpenStreetMap][openstreetmap]**. Det är en [fork][fork] med öppen källkod av appen **Maps.me** (tidigare känd som [**MapsWithMe**][mapswithme]), som underhålls av samma personer som skapade **MapsWithMe** 2011.
|
||||
|
||||
**Organic Maps** är ett av få program som numera stöder 100 % av funktionerna utan en aktiv internetanslutning. Installera Organic Maps, ladda ner kartor, släng ditt SIM-kort (din operatör spårar dig förresten hela tiden) och gör en veckolång resa med en enda batteriladdning utan att någon byte skickas till nätet.
|
||||
|
||||
### Ladda ner och installera Organic Maps från [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Vandring') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prag') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Sökning')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation i mörkt
|
||||
läge') }}
|
||||
|
||||
## Funktioner
|
||||
|
||||
Organic Maps är den ultimata appen för resenärer, turister, vandrare och
|
||||
cyklister:
|
||||
|
||||
- Detaljerade offline-kartor med platser som inte finns på andra kartor,
|
||||
tack vare [OpenStreetMap][openstreetmap]
|
||||
- Cykelvägar, vandringsleder och promenadvägar
|
||||
- Konturlinjer, höjdprofiler, toppar och sluttningar
|
||||
- Tur-för-tur-navigering för promenader, cykling och bilnavigering med
|
||||
röststyrning
|
||||
- Snabb offline-sökning på kartan
|
||||
- Export och import av bokmärken i KML/KMZ-format (GPX är
|
||||
[planerat][gpx_issue])
|
||||
- Mörkt läge för att skydda dina ögon
|
||||
- Länder och regioner tar inte mycket plats
|
||||
- Gratis och öppen källkod
|
||||
|
||||
## Varför Organisk?
|
||||
|
||||
Organic Maps är ren och organisk, gjord med kärlek:
|
||||
|
||||
- Respekterar din integritet
|
||||
- Sparar ditt batteri
|
||||
- Inga oväntade avgifter för mobildata
|
||||
|
||||
Organic Maps app är fri från spårare och andra dåliga saker:
|
||||
|
||||
- Inga annonser
|
||||
- Ingen spårning
|
||||
- Ingen data samling
|
||||
- Ingen uppringning hem
|
||||
- Ingen irriterande registrering
|
||||
- Inga obligatoriska handledningar
|
||||
- Ingen brusig email spam
|
||||
- Inga push-notifikationer
|
||||
- Ingen skitvara
|
||||
- ~~Icke-besprutat~~ Rent organiskt!
|
||||
|
||||
Ansökan verifieras av [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
iOS-applikationen har verifierats av [TrackerControl för
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps begär inte överdrivna behörigheter för att spionera på dig:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
På Organic Maps anser vi att integritet är en grundläggande mänsklig
|
||||
rättighet:
|
||||
|
||||
- Organic Maps är ett indiegemenskapsdrivet projekt med öppen källkod
|
||||
- Vi skyddar din integritet från Big Techs nyfikna ögon
|
||||
- Håll dig säker oavsett var du befinner dig
|
||||
|
||||
Vägra övervakning. Välkomna friheten.
|
||||
|
||||
**[Testa Organic Maps!](#install)**
|
||||
|
||||
## Vem betalar för den kostnadsfria appen?
|
||||
|
||||
Appen är gratis för alla. Vänligen [donera](@/donate/index.sv.md) för att
|
||||
stödja oss!
|
||||
|
||||
För att donera omedelbart, klicka på en ikon för önskad betalningsmetod
|
||||
nedan:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Våra sponsorer:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISP [ger
|
||||
oss][mythic_beasts_donation] två virtuella servrar med 400 TB/månad gratis
|
||||
bandbredd för att hjälpa våra användare med nedladdningar och uppdateringar
|
||||
av kartor.
|
||||
|
||||
## Gemenskap
|
||||
|
||||
Organic Maps är en [programvara med öppen källkod][github] licensierad under
|
||||
Apache License 2.0.
|
||||
|
||||
- Gå med i vårt betaprogram, föreslå funktioner och rapportera fel:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (paket)][repology]
|
||||
- Rapportera fel eller problem till [problemspåraren][issues] eller [mejla
|
||||
oss][email].
|
||||
- [Diskutera][ideas] idéer eller föreslå önskemål om funktioner.
|
||||
- Prenumerera på vår [Telegram Channel][telegram] eller på [matrix
|
||||
space][matrix] för uppdateringar.
|
||||
- Gå med i vår [Telegramgrupp][telegram_chat] för att diskutera med andra
|
||||
användare.
|
||||
- Besök vår [GitHub-sida][github].
|
||||
- Följ våra uppdateringar på [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit],
|
||||
[LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://sv.wikipedia.org/wiki/Fork
|
||||
|
||||
{{ references() }}
|
|
@ -1,116 +0,0 @@
|
|||
---
|
||||
title: "Organic Maps: Çevrimdışı Yürüyüş, Bisiklet, Parkurlar ve Navigasyon"
|
||||
description: OpenStreetMap'e dayanan ve MapsWithMe'nin (Maps.Me) kurucuları tarafından sevgiyle yapılan. Gezginler, turistler, yürüyüşçüler ve bisikletçiler için hızlı ve ayrıntılı çevrimdışı harita uygulaması.
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
extra:
|
||||
menu_title: Ana sayfa
|
||||
---
|
||||
|
||||
**Organic Maps** gezginler, turistler, yürüyüşçüler ve bisikletçiler için ücretsiz bir Android ve iOS çevrimdışı harita uygulamasıdır.
|
||||
Topluluk kaynaklı [**OpenStreetMap**][openstreetmap] verilerine dayanmaktadır.
|
||||
Daha önce [**MapsWithMe**][mapswithme] olarak bilinen **Maps.me** uygulamasının gizlilik odaklı, açık kaynaklı bir [çatalı](https://tr.wikipedia.org/wiki/%C3%87atal_(yaz%C4%B1l%C4%B1m_geli%C5%9Ftirme)) olan Organic Maps, 2011 yılında **MapsWithMe** uygulamasını geliştiren kişiler tarafından sürdürülmektedir.
|
||||
|
||||
### Organic Maps'i [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] adresinden indirin ve yükleyin {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Yürüyüş') }}
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prag') }}
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Çevrimdışı Arama') }}
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Koyu modda navigasyon') }}
|
||||
|
||||
## Özellikler
|
||||
|
||||
Organic Maps gezginler, turistler, yürüyüşçüler ve bisikletçiler için mükemmel bir uygulamadır:
|
||||
|
||||
- [OpenStreetMap][openstreetmap] sayesinde diğer haritalarda bulunmayan yerleri içeren ayrıntılı çevrimdışı haritalar
|
||||
- Bisiklet yolları, doğa yürüyüşü parkurları ve yürüyüş yolları
|
||||
- Eş yükselti çizgileri, yükseklik profilleri, tepe noktaları ve eğimler
|
||||
- Sesli yönlendirmelerle adım adım yürüyüş, bisiklet ve araç navigasyonu
|
||||
- Haritada hızlı ve çevrimdışı arama
|
||||
- Yer imlerini KML/KMZ formatlarında dışa ve içe aktarma (GPX desteği de [planlanıyor][gpx_issue])
|
||||
- Gözlerinizi korumak için Koyu Mod
|
||||
- Fazla depolama alanı kaplamayan ülke ve bölgeler
|
||||
- Özgür ve açık kaynak kodlu
|
||||
|
||||
## Neden Organic?
|
||||
|
||||
Organic Maps saf ve organiktir, sevgiyle yapılmıştır:
|
||||
|
||||
- Gizliliğinize saygı duyar
|
||||
- Pil gücünden tasarruf sağlar
|
||||
- Beklenmeyen mobil veri ücreti olmaz
|
||||
|
||||
Organic Maps uygulaması izleyicilerden ve diğer kötü şeylerden arındırılmıştır:
|
||||
|
||||
- Reklam yok
|
||||
- İzleme yok
|
||||
- Veri toplama yok
|
||||
- Evi aramak yok
|
||||
- Rahatsız edici kayıt yok
|
||||
- Zorunlu öğretici yok
|
||||
- Gürültülü e-posta spam yok
|
||||
- Push bildirimleri yok
|
||||
- Crapware yok
|
||||
- ~~Böcek ilacı yok~~ Tamamen organik!
|
||||
|
||||
Uygulama <a href='https://reports.exodus-privacy.eu.org/en/reports/app.organicmaps/latest/'>Exodus Gizlilik Projesi</a> tarafından doğrulandı:
|
||||
<br/>
|
||||
<img src='/images/privacy/exodus.png' width='400'>
|
||||
|
||||
Organic Maps sizi gözetlemek için aşırı izinler istemez:
|
||||
|
||||
<img src='/images/privacy/om.jpg' width='400'>
|
||||
<img src='/images/privacy/mm.jpg' width='400'>
|
||||
|
||||
Organic Maps'te gizliliğin temel bir insan hakkı olduğuna inanıyoruz:
|
||||
|
||||
- Organic Maps, bağımsız bir topluluk tarafından yönlendirilen açık kaynaklı bir projedir
|
||||
- Gizliliğinizi Big Tech'in meraklı gözlerinden koruyoruz
|
||||
- Nerede olursanız olun güvende kalın
|
||||
|
||||
Gözetlenmeyi reddedin - özgürlüğünüzü kucaklayın.
|
||||
|
||||
<a href="#install"><strong>Organic Maps'i deneyin!</strong></a>
|
||||
|
||||
## Uygulamanın ücretsiz kalması için kim ödeme yapıyor?
|
||||
|
||||
Bu uygulama herkes için ücretsizdir. Lütfen bizi desteklemek için [bağış yapın](@/donate/index.tr.md)!
|
||||
|
||||
### Bağış yapmanın farklı yolları vardır:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Sponsorlarımız:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISS kullanıcılarımıza harita indirmeleri ve güncellemeleri konusunda yardımcı olmak için ayda 400 TB ücretsiz bant genişliğine sahip iki sanal sunucu [sağlıyor](https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/).
|
||||
|
||||
### Bizi destekle
|
||||
|
||||
Bizi desteklemenin birçok yolu var, tüm yollar [burada](@/support-us/index.tr.md) mevcut.
|
||||
|
||||
## Beta
|
||||
|
||||
Lütfen beta programımıza katılın, yeni özellikler önerin ve hataları bildirin:
|
||||
|
||||
- [iOS Beta (TestFlight)][testflight]
|
||||
- [Android Beta (Firebase)][firebase]
|
||||
- [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop)
|
||||
- [Linux Desktop Beta (pacchetti)](https://repology.org/project/organicmaps/versions)
|
||||
|
||||
## Topluluk
|
||||
|
||||
Organic Maps, Apache License 2.0 altında lisanslanmış bir [açık kaynaklı yazılımdır][github].
|
||||
|
||||
- [Sorun izleyicisine][issues] sorunları ve hataları bildirin.
|
||||
- Fikirleri [tartışın][ideas] ya da özellik istekleri önerin
|
||||
- Güncellemeler için [Telegram Kanalımıza][telegram] abone olun
|
||||
- Diğer kullanıcılarla tartışmak için [Telegram Grubumuza](https://t.me/OrganicMapsTR) veya [matrix odamıza][matrix] katılın
|
||||
- Join our [Telegram Group][telegram_chat] to discuss with other users.
|
||||
- [GitHub sayfamızı][github] ziyaret edin
|
||||
- [E-posta][email] ile bizimle iletişime geçin
|
||||
- Güncellemelerimizi [Facebook][facebook], [Twitter][twitter] ve
|
||||
- [Instagram](https://instagram.com/organicmapstr/) üzerinden takip edin.
|
||||
|
||||
{{ references() }}
|
|
@ -1,133 +0,0 @@
|
|||
---
|
||||
description: 'Швидкі та детальні офлайн-карти для мандрівників, туристів, водіїв, пішоходів та велосипедистів, створені засновниками застосунку MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Головна
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Офлайн карти та GPS навігація'
|
||||
---
|
||||
|
||||
**Organic Maps** - це безкоштовний офлайн застосунок під Android та iOS для мандрівників, туристів, пішоходів та велосипедистів, що базується на даних з відкритого джерела **[OpenStreetMap][openstreetmap]**. Це орієнтований на конфіденційність, відкритий [форк][fork] застосунку **Maps.me** (раніше відомого, як [**MapsWithMe**][mapswithme]), який підтримується тими ж людьми, що створили **MapsWithMe** у 2011 році.
|
||||
|
||||
**Organic Maps** - один з небагатьох застосунків, який підтримує 100% функціональність без активного інтернет-з’єднання. Встановіть Organic Maps, завантажте мапи, викиньте SIM-карту (до речі, ваш оператор постійно відстежує вас) та вирушайте в тижневу подорож на одному заряді батареї без жодного байта, відправленого в мережу.
|
||||
|
||||
### Завантажте та встановіть Organic Maps з [AppStore][appstore], [Google Play][googleplay], [F-Droid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Піші прогулянки')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Прага') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Офлайн пошук') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Навігація в нічному
|
||||
режимі') }}
|
||||
|
||||
## Особливості
|
||||
|
||||
Organic Maps - це незамінний застосунок компаньйон для мандрівників,
|
||||
туристів, пішоходів та велосипедистів:
|
||||
|
||||
- Детальні офлайн мапи з місцями, яких немає на інших мапах, завдяки
|
||||
[OpenStreetMap][openstreetmap]
|
||||
- Велосипедні маршрути, туристичні стежки та пішохідні доріжки
|
||||
- Контурні лінії, профілі висот, піки та схили
|
||||
- Покрокові інструкції для пішоходів, велосипедистів та автомобільна
|
||||
навігація з голосовим супроводом
|
||||
- Швидкий офлайн пошук на мапі
|
||||
- Експорт та імпорт закладок та треків у форматах KML/KMZ та GPX
|
||||
- Темний режим для захисту ваших очей
|
||||
- Країни та регіони не займають багато місця в телефоні
|
||||
- Безкоштовний та з відкритим початковим кодом
|
||||
|
||||
## Чому Organic?
|
||||
|
||||
Organic Maps - це чистий і органічний застосунок, зроблений з любов’ю:
|
||||
|
||||
- Поважає вашу конфіденційність
|
||||
- Економить вашу батарею
|
||||
- Жодних несподіваних платежів за мобільні дані
|
||||
|
||||
Organic Maps не містить відстеження та інших поганих речей:
|
||||
|
||||
- Без реклами
|
||||
- Без відстеження
|
||||
- Без збору даних
|
||||
- Без передачі даних
|
||||
- Без дратівливої реєстрації
|
||||
- Без обов’язкових навчальних посібників
|
||||
- Без спаму на електронну пошту
|
||||
- Без push-повідомлень
|
||||
- Без сміття
|
||||
- ~~Без пестицидів!~~ Чиста органіка!
|
||||
|
||||
Застосунок перевірений [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Застосусок для iOS перевірено за допомогою [TrackerControl for
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps не запитує надмірних дозволів, щоб шпигувати за вами:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
В Organic Maps ми віримо, що конфіденційність є фундаментальним правом
|
||||
людини:
|
||||
|
||||
- Organic Maps - це незалежний проєкт із відкритим початковим кодом,
|
||||
керований спільнотою
|
||||
- Ми захищаємо вашу конфіденційність від сторонніх очей великих компаній
|
||||
- Залишайтеся в безпеці, де б ви не були
|
||||
|
||||
Відмовтеся від стеження – оберіть свободу.
|
||||
|
||||
**[Спробуйте Organic Maps!](#install)**
|
||||
|
||||
## Хто платить за безкоштовний застосунок?
|
||||
|
||||
Застосунок безкоштовний для всіх. Будь ласка,
|
||||
[пожертвуйте](@/donate/index.uk.md), щоб підтримати нас!
|
||||
|
||||
Щоб зробити пожертву відразу, натисніть на іконку бажаного способу оплати
|
||||
нижче:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Наші спонсори:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) провайдер [надає
|
||||
нам][mythic_beasts_donation] два віртуальні сервери з 400 ТБ/місяць
|
||||
безкоштовної пропускної здатності, щоб допомогти нашим користувачам
|
||||
завантажувати та оновлювати мапи.
|
||||
|
||||
## Спільнота
|
||||
|
||||
Organic Maps - це [ПЗ з відкритим початковим кодом][github], ліцензоване за
|
||||
ліцензією Apache License 2.0.
|
||||
|
||||
- Будь ласка, приєднуйтесь до нашої бета-програми, пропонуйте свої функції
|
||||
та повідомляйте про помилки:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- Повідомляйте про помилки або проблеми на [GitHub][issues] або через
|
||||
[ел. пошту][email].
|
||||
- [Обговорюйте][ideas] ідеї або пропонуйте запити на нові функції.
|
||||
- Підписуйтесь на наш [Telegram канал][telegram] або на [matrix
|
||||
space][matrix].
|
||||
- Приєднуйтесь до нашої [Telegram групи][telegram_chat], щоб подискутувати з
|
||||
іншими користувачами.
|
||||
- Відвідайте нашу [сторінку на GitHub][github].
|
||||
- Слідкуйте за нами у [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit],
|
||||
[LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://uk.wikipedia.org/wiki/%D0%A4%D0%BE%D1%80%D0%BA
|
||||
|
||||
{{ references() }}
|
|
@ -1,113 +0,0 @@
|
|||
---
|
||||
description: 由MapsWithMe(Maps.Me)应用程序的创始人为旅行者、游客、司机、徒步旅行者和骑行者创建的细致而快速的离线地图。
|
||||
extra:
|
||||
menu_title: 主页
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps:离线的远足、自行车、登山和导航地图'
|
||||
---
|
||||
|
||||
**Organic Maps** 是一个免费的安卓和iOS平台离线地图应用程序,为旅行者、游客、徒步旅行者和骑行者提供基于**[OpenStreetMap][openstreetmap]** 的众源数据。它是**Maps.me** 应用程序(以前称为[**MapsWithMe**][mapswithme],由2011年创建**MapsWithMe** 的同一个人维护)的一个开源且注重隐私的[分支][fork]。
|
||||
|
||||
**Organic Maps** 是目前少数几个不需要持续互联网连接就能支持100%功能的应用程序之一。安装Organic Maps,下载地图,扔掉你的SIM卡(顺便说一下,你的运营商会不断地跟踪你),充一次电池就可以出去旅行一周而不需要通过网络发送哪怕一个字节。
|
||||
|
||||
### 从 [AppStore][appstore]、[Google Play][googleplay]、[FDroid][fdroid]、[华为 AppGallery][appgallery] 下载并安装Organic Maps {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='登山') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='布拉格') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='离线搜索') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='夜间模式下的导航') }}
|
||||
|
||||
## 功能
|
||||
|
||||
Organic Maps 是旅行者、游客、徒步旅行者和骑行者的终极伴侣应用:
|
||||
|
||||
- 详细的离线地图,有其他地图上没有的地方,感谢[OpenStreetMap][openstreetmap]
|
||||
- 骑行路线、远足小径和步行道
|
||||
- 等高线、高程剖面、山峰和山坡
|
||||
- 弯弯绕的步行、骑行和汽车导航都有语音向导
|
||||
- 地图上的快速离线搜索
|
||||
- 以KML/KMZ格式导出和导入书签(GPX已列入[计划][gpx_issue]中)
|
||||
- 保护您眼睛的黑暗模式
|
||||
- 国家和地区不会占用太大的空间
|
||||
- 自由且开源
|
||||
|
||||
## 为什么选择Organic Maps?
|
||||
|
||||
Organic Maps 既纯粹而有机,用爱发电:
|
||||
|
||||
- 尊重您的隐私
|
||||
- 省电
|
||||
- 没有意外的移动数据费用
|
||||
|
||||
Organic Maps 应用没有跟踪器和其他糟糕的东西:
|
||||
|
||||
- 无广告
|
||||
- 无跟踪器
|
||||
- 不收集数据
|
||||
- 不电话打扰
|
||||
- 无需烦琐注册
|
||||
- 无强制教程
|
||||
- 无推送邮件
|
||||
- 无推送通知
|
||||
- 无垃圾软件
|
||||
- ~~无有毒内容~~ 纯粹绿色!
|
||||
|
||||
本应用程序已经[Exodus Privacy Project][exodus]认证:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps 无需过多权限:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
在Organic Maps,我们相信隐私是一项基本人权:
|
||||
|
||||
- Organic Maps是一个独立的社区驱动的开源项目
|
||||
- 我们保护您的隐私不受大型科技公司的窥视
|
||||
- 无论身处何处,安全在您左右
|
||||
|
||||
拒绝监视 - 拥抱自由。
|
||||
|
||||
**[给Organic Maps一个机会!](#install)**
|
||||
|
||||
## 谁在为免费的应用付费?
|
||||
|
||||
本应用免费。但请通过[捐赠](@/donate/index.zh-Hans.md)支持我们!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### 友情赞助:
|
||||
|
||||
[神话兽](https://www.mythic-beasts.com/)ISP[为我们提供][mythic_beasts_donation]两台虚拟服务器,400TB/月的免费带宽来帮助我们的用户下载地图和更新。
|
||||
|
||||
## 社区
|
||||
|
||||
Organic Maps是一个以Apache许可证2.0授权的[开源软件][github]。
|
||||
|
||||
- 邀您加入测试计划,提出建议、反馈问题:
|
||||
* [iOS测试版(TestFlight)][testflight]
|
||||
* [安卓测试版(Firebase)][firebase]
|
||||
* [Linux 桌面端 Beta (Flatpak)][flatpak]
|
||||
* [Linux桌面测试版(软件包)][Repology]
|
||||
- 报告bug、跟踪问题 [the issue tracker][issues]或联系我们[email us][email]。
|
||||
- [Discuss][ideas]创意点子、功能需求。
|
||||
- 订阅我们的[Telegram频道][telegram]或[matrix空间][matrix]以获取最新信息。
|
||||
- 加入我们的[Telegram组][telegram_chat],与其他用户讨论。
|
||||
- Visit our [GitHub page][github].
|
||||
- 在[Mastodon][mastodon]、[Facebook][facebook]、[Twitter][twitter]、[Instagram][instagram]、[LinkedIn][LinkedIn]关注我们的更新。
|
||||
|
||||
[fork]: https://zh.wikipedia.org/wiki/%E5%88%86%E5%8F%89_(%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91)
|
||||
|
||||
{{ references() }}
|
BIN
content/about-us/about-bg.png
Normal file
After Width: | Height: | Size: 1,013 KiB |
24
content/about-us/index.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
description:
|
||||
template: about-us.html
|
||||
weight: 10
|
||||
extra:
|
||||
hero_title: About Us
|
||||
hero_image: /about-us/about-bg.png
|
||||
hero_description_1: Free and open navigation with privacy
|
||||
hero_description_2: Built by the community
|
||||
menu_title_pre: Home
|
||||
project_info_section_title: Free and open navigation with privacy, built by the community
|
||||
project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development.
|
||||
project_info_card_title_1: Mission
|
||||
project_info_card_title_2: Vision
|
||||
project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community.
|
||||
project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet.
|
||||
history_section_title: History
|
||||
history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps.
|
||||
history_section_20_15: Maps.me opened the source code under Apache 2.0 license.
|
||||
history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August.
|
||||
history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community.
|
||||
history_section_20_23: The app hit a milestone of 1 million users around the world.
|
||||
integration_section_title: Integration
|
||||
---
|
BIN
content/community/community-bg.png
Normal file
After Width: | Height: | Size: 217 KiB |
28
content/community/index.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title:
|
||||
description:
|
||||
template: community.html
|
||||
weight: 10
|
||||
extra:
|
||||
menu_title: Community
|
||||
menu_title_pre: Home
|
||||
community_hero_description: Organic Maps is created and maintained by people like you
|
||||
hero_image: /community/community-bg.png
|
||||
preview_image: donate/donate.png
|
||||
community_card_title_1: Join the discussion
|
||||
community_card_description_1: Report, bugs, discuss idea, and propose features
|
||||
community_card_title_2: Contribute Code
|
||||
community_card_description_2: Help fix bugs, do code reviews, and develop new features.
|
||||
community_card_title_3: Add Location Info
|
||||
community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap
|
||||
community_card_title_4: Provide Support
|
||||
community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix
|
||||
community_card_title_5: Translate
|
||||
community_card_description_5: Add and update translations in the app's interface, app stores and this website.
|
||||
community_card_title_6: Design & Product Management
|
||||
community_card_description_6: Shape the direction of the product and the user experience
|
||||
stay_connected_section_title: Stay Connected
|
||||
donate:
|
||||
title: Donate
|
||||
description: The app runs on your donations, help improve it
|
||||
---
|
BIN
content/crowdfunding/crowdfunding-bg.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
46
content/crowdfunding/index.md
Normal file
|
@ -0,0 +1,46 @@
|
|||
---
|
||||
description:
|
||||
template: crowdfunding.html
|
||||
weight: 10
|
||||
extra:
|
||||
hero_title: Crowdfunding
|
||||
hero_description: Donate and create better maps for everyone today!
|
||||
why_section_title_1: Donate Now!
|
||||
why_section_title_2: Why Organic Maps?
|
||||
hero_image: /crowdfunding/crowdfunding-bg.png
|
||||
menu_title_pre: Home
|
||||
why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly.
|
||||
why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers
|
||||
benefits_section_card_title_1: Privacy-Centric
|
||||
benefits_section_card_title_2: Open-Source and Community-Driven
|
||||
benefits_section_card_title_3: No Ads, No Tracking
|
||||
benefits_section_card_title_4: Offline Maps and Exploration
|
||||
benefits_section_card_title_5: Eco-Friendly Navigation
|
||||
benefits_section_card_title_6: Geared for Exploration
|
||||
benefits_section_card_title_7: Customizable and Reliable
|
||||
benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential.
|
||||
benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers.
|
||||
benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior.
|
||||
benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access.
|
||||
benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other
|
||||
benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations.
|
||||
benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently.
|
||||
support_section_title: Your Support Matters
|
||||
support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet.
|
||||
support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet.
|
||||
rewards_section_title: Rewards
|
||||
rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers
|
||||
rewards_section_card_title_1: Privacy Advocate
|
||||
rewards_section_card_title_2: Ambassador
|
||||
rewards_section_card_title_3: Community Leader
|
||||
rewards_section_card_title_4: Trailblazer
|
||||
rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation.
|
||||
rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future.
|
||||
rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience.
|
||||
rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you.
|
||||
join_us_section_title: Join Us on this Journey
|
||||
join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide.
|
||||
join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly.
|
||||
join_us_section_description_3: Thank you for being a part of our Organic Maps family!
|
||||
|
||||
---
|
BIN
content/download/bg.png
Normal file
After Width: | Height: | Size: 145 KiB |
27
content/download/index.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
description:
|
||||
template: download.html
|
||||
weight: 10
|
||||
extra:
|
||||
hero_title: Download
|
||||
hero_description: Organic Maps
|
||||
hero_image: /download/bg.png
|
||||
menu_title_pre: Home
|
||||
mobile_payment_title: Mobile
|
||||
desktop_payment_title: Desktop
|
||||
mobile_payment_methods_1: IOS
|
||||
mobile_payment_methods_2: Android
|
||||
desktop_payment_methods_1: MacOS
|
||||
desktop_payment_methods_2: Linux
|
||||
mobile_shop_name_1: App Store
|
||||
mobile_shop_name_2: Play Store
|
||||
mobile_shop_name_3: F-Droid
|
||||
mobile_shop_name_4: AppGallery
|
||||
desktop_shop_name_1: MacOS
|
||||
desktop_shop_name_2: Linux
|
||||
download_section_title: Already downloaded?
|
||||
download_section_list_title_1: Offline Maps and Exploration
|
||||
download_section_list_title_2: Privacy-Centric
|
||||
download_section_list_title_3: No Ads, No Tracking
|
||||
download_section_list_title_4: Open-Source and Community-Driven
|
||||
---
|
BIN
content/faq/hero_image.png
Normal file
After Width: | Height: | Size: 604 KiB |
32
content/faq/index.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
title:
|
||||
description:
|
||||
template: faq.html
|
||||
weight: 10
|
||||
extra:
|
||||
hero_title: Faq
|
||||
hero_image: /faq/hero_image.png
|
||||
menu_title_pre: Home
|
||||
faq_question_title_1: About Organic Maps
|
||||
faq_question_title_2: App
|
||||
faq_question_title_3: Operating The Map
|
||||
faq_question_title_4: Route Planning & Routing
|
||||
faq_question_title_5: Bookmarks, Points, Tracks
|
||||
faq_question_title_6: Map Data
|
||||
faq_question_title_7: GPS
|
||||
faq_question_title_8: Features
|
||||
faq_question_title_9: Text-To-Speach (TTS)
|
||||
faq_question_title_10: Troubleshooting
|
||||
faq_question_title_11: Community Collaboration
|
||||
faq_question_app_q_1: How to edit or move bookmarks?
|
||||
faq_question_app_q_2: How to remove bookmark or track?
|
||||
faq_question_app_q_3: How to import multiple bookmarks on Android?
|
||||
faq_question_app_q_4: Hot to import GPX track on Android and iOS?
|
||||
faq_answer_app_q_1_1: To edit a bookmark use longtap menu or hit "Edit bookmark" when bookmark is selected on map.
|
||||
faq_answer_app_q_1_2: You can change bookmark name, description, color, and folder. Don't forget to tap "Save".
|
||||
faq_answer_app_q_2_1: On Android you can remove bookmark from from bookmarks list using longtap menu. On iOS":" "???"
|
||||
faq_answer_app_q_3_1: Push "Import Bookmarks and tracks" button. Choose folder on your phone with KML/KMZ/GPX files. Organic Maps will scan picked folder and import all bookmarks and tracks.
|
||||
faq_answer_app_q_4_1: If you received GPX file in email, messenger, or cloud drive you can import it directly to Organic Maps app.
|
||||
faq_answer_app_q_4_2: On iOS tap on GPX file and press Share button":" Then select Organic Maps to open the file.
|
||||
faq_answer_app_q_4_3: On Android tap on received GPX file to see Share menu. Select Organic Maps to import the file.
|
||||
---
|
BIN
content/new-donate/donate-bg.png
Normal file
After Width: | Height: | Size: 2.1 MiB |
25
content/new-donate/index.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
description:
|
||||
template: new-donate.html
|
||||
weight: 10
|
||||
extra:
|
||||
hero_title: Donate
|
||||
hero_image: /new-donate/donate-bg.png
|
||||
menu_title_pre: Home
|
||||
hero_description: Donate and create better maps together!
|
||||
info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads
|
||||
info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users
|
||||
info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market
|
||||
funding_section_title: How will funding be used?
|
||||
funding_section_card_title_1: Developers
|
||||
funding_section_card_title_2: Infrastructure
|
||||
funding_section_card_title_3: Support
|
||||
funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed.
|
||||
funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing.
|
||||
funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails.
|
||||
users_way_section_title: Our users say
|
||||
users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change
|
||||
users_way_donation_description_2: I stopped using Google Maps and want to have an alternative to grow, for everyone to benefit from this
|
||||
users_way_donation_name_1: Name Donat
|
||||
users_way_donation_name_2: Name Donat
|
||||
---
|
25
content/new-news/index.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
description:
|
||||
template: new-news.html
|
||||
weight: 10
|
||||
extra:
|
||||
hero_title: Donate
|
||||
hero_image: /new-donate/donate-bg.png
|
||||
menu_title_pre: Home
|
||||
hero_description: Donate and create better maps together!
|
||||
info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads
|
||||
info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users
|
||||
info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market
|
||||
funding_section_title: How will funding be used?
|
||||
funding_section_card_title_1: Developers
|
||||
funding_section_card_title_2: Infrastructure
|
||||
funding_section_card_title_3: Support
|
||||
funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed.
|
||||
funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing.
|
||||
funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails.
|
||||
users_way_section_title: Our users say
|
||||
users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change
|
||||
users_way_donation_description_2: I stopped using Google Maps and want to have an alternative to grow, for everyone to benefit from this
|
||||
users_way_donation_name_1: Name Donat
|
||||
users_way_donation_name_2: Name Donat
|
||||
---
|
15
content/payment/index.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
description:
|
||||
template: payment-page.html
|
||||
weight: 10
|
||||
extra:
|
||||
donate_title: Donate
|
||||
enter_amount_title: Enter amount
|
||||
donate_description: Your money pays for all project-related expenses and motivates us to improve Organic Maps.
|
||||
form_title: Contact information
|
||||
form_email: Email
|
||||
form_payment_method: Payment method
|
||||
form_details: Card details
|
||||
form_name: Cardholder Name
|
||||
form_country: Country or region
|
||||
---
|
BIN
content/support/hero_image.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
18
content/support/index.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title:
|
||||
description:
|
||||
template: support.html
|
||||
weight: 10
|
||||
extra:
|
||||
hero_title: Support
|
||||
hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
||||
support_card_title_1: FAQ
|
||||
menu_title_pre: Home
|
||||
hero_image: support/suport-kv.png
|
||||
support_card_title_2: Email Contact
|
||||
support_card_title_3: Support Channel
|
||||
support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors.
|
||||
support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors.
|
||||
support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors.
|
||||
|
||||
---
|
BIN
content/support/suport-kv.png
Normal file
After Width: | Height: | Size: 172 KiB |
28
content/volunteering/index.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title:
|
||||
description:
|
||||
template: volunteering.html
|
||||
weight: 10
|
||||
extra:
|
||||
hero_title: Volunteering
|
||||
menu_title_pre: Home
|
||||
hero_image: /volunteering/kv.png
|
||||
section_item_title_1: Design
|
||||
section_item_title_2: Engineering
|
||||
section_item_title_3: Product
|
||||
section_item_title_4: Support
|
||||
section_item_title_5: Marketing
|
||||
section_marketing_title_1: Marketing Specialist
|
||||
section_marketing_title_2: Social Media Specialist
|
||||
section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way.
|
||||
marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery).
|
||||
marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media.
|
||||
marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels.
|
||||
marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics.
|
||||
marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights.
|
||||
marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations.
|
||||
marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research.
|
||||
marketing_section_list_item_8: Manage the reporting for all social media channels
|
||||
|
||||
|
||||
---
|
BIN
content/volunteering/kv.png
Normal file
After Width: | Height: | Size: 686 KiB |
262
data/translation.yml
Normal file
|
@ -0,0 +1,262 @@
|
|||
ru-UA:
|
||||
- title: О нас
|
||||
url: /rus/
|
||||
sublinks:
|
||||
- title: Об клинике
|
||||
url: "/about.html"
|
||||
- title: Вопрос / Ответ
|
||||
url: "/faq.html"
|
||||
- title: Стоимость лечения
|
||||
url: /price.html
|
||||
- title: Наши контакты
|
||||
url: /conatacty.html
|
||||
- title: Памятка пациента
|
||||
url: /for-patient.html
|
||||
- title: Психиатрия
|
||||
url: /psihiatria.html
|
||||
sublinks:
|
||||
- title: Вызов психиатра домой
|
||||
url: /vyklyk-psykhiatra-dodomu.html
|
||||
- title: Обсессивно-компульсивное расстройство
|
||||
url: /obsesyvno-kompulsyvni-rozlady.html
|
||||
- title: Биполярное расстройство
|
||||
url: /bipolyarnyy-rozlad.html
|
||||
- title: Деменция
|
||||
url: /dementsiya.html
|
||||
- title: Игровая зависимость
|
||||
url: /psihiatria/game.html
|
||||
- title: Сексуальные расстройства
|
||||
url: /psihiatria/sex-zavisimosti.html
|
||||
- title: Аффективные расстройства
|
||||
url: /affektivnye-rasstroystva.html
|
||||
- title: Шизоаффективное расстройство
|
||||
url: /sizoaffektivnoe-rastroistva.html
|
||||
- title: Шизотипическое расстройство
|
||||
url: /shizotepia.html
|
||||
- title: Лечение голосов
|
||||
url: /golosov.html
|
||||
- title: Бредовые идеи
|
||||
url: /bred.html
|
||||
- title: Нарушение памяти
|
||||
url: /pamjat.html
|
||||
- title: Шизофрения
|
||||
url: /shizofrena.html
|
||||
- title: Судорожные припадки
|
||||
url: /sudorogi.html
|
||||
- title: Лечении депрессии
|
||||
url: /depressiya.html
|
||||
- title: Лечение психозов
|
||||
url: /psihozi.html
|
||||
- title: Дереализации и деперсонализации
|
||||
url: /depersonalization.html
|
||||
- title: Навязчивые мысли
|
||||
url: /navjaz.html
|
||||
- title: Органические расстройства
|
||||
url: /ocgr.html
|
||||
- title: Психопатия
|
||||
url: /psihopatii.html
|
||||
- title: Тревожно-депрессивное расстройство
|
||||
url: /tds.html
|
||||
- title: Синдром Кандинского - Клерамбо
|
||||
url: /skk.html
|
||||
- title: Психотерапия
|
||||
url: /uslugi/psihoterapia.html
|
||||
sublinks:
|
||||
- title: Нарушение питания
|
||||
url: /narusheniya-pitaniya.html
|
||||
- title: Нарушение сна
|
||||
url: /parasomnia.html
|
||||
- title: Лечение булимии
|
||||
url: /napravlenie-lechenia/bulimija.html
|
||||
- title: Лечение Фобий
|
||||
url: /lechenie-fobij.html
|
||||
- title: ГТР
|
||||
url: /gtr.html
|
||||
- title: Психокоррекция
|
||||
url: /psykhokorektsiya.html
|
||||
- title: ПТСР
|
||||
url: /ptsr.html
|
||||
- title: Лечение гнева
|
||||
url: /gnev.html
|
||||
- title: Лечение кома в горле
|
||||
url: /com-v-gorle.html
|
||||
- title: Истерики
|
||||
url: /isterika.html
|
||||
- title: Эмоциональное выгорание
|
||||
url: /vigoranie.html
|
||||
- title: Меланхолия
|
||||
url: /melanholia.html
|
||||
- title: Хроническая усталость
|
||||
url: /ustalost.html
|
||||
- title: Неврология
|
||||
url: /nevrokog.html
|
||||
sublinks:
|
||||
- title: Энцефалопатия
|
||||
url: /nevrokog/encefalopatia.html
|
||||
- title: Внутричерепная гипертензия
|
||||
url: /nevrokog/vnutricerepnaya-gipertenzia.html
|
||||
- title: Гидроцефалия
|
||||
url: /nevrokog/gidracefalia.html
|
||||
- title: Гиперкинезы
|
||||
url: /nevrokog/giper.html
|
||||
- title: Головные боли
|
||||
url: /nevrokog/golovnie-boli.html
|
||||
- title: Головокружение
|
||||
url: /nevrokog/golovokruzenie.html
|
||||
- title: Болезнь Паркинсона
|
||||
url: /nevrokog/parkinson.html
|
||||
- title: Вегето-сосудистая дистония
|
||||
url: /nevrokog/vsd-help.html
|
||||
- title: Услуги
|
||||
url: /uslugi.html
|
||||
sublinks:
|
||||
- title: Консультация Психиатра
|
||||
url: /konsultatsiya-psykhiatra.html
|
||||
- title: Консультация Психолога
|
||||
url: /konsultatsiya-psykholoha.html
|
||||
- title: Консультация Психотерапевта
|
||||
url: /konsultatsiya-psykhoterapevta.html
|
||||
- title: Скорая психиатрическая помощь
|
||||
url: /skoraya-psikhiatricheskaya-pomoshch.html
|
||||
- title: Вызов медсестры на дому
|
||||
url: /uslugi/medsestra.html
|
||||
- title: Очистка организма
|
||||
url: /uslugi/detox-o.html
|
||||
- title: Трансфер в клинику
|
||||
url: /perevozka.html
|
||||
- title: Стоимость лечения
|
||||
url: /price.html
|
||||
|
||||
|
||||
uk-UA:
|
||||
- title: Про нас
|
||||
url: /
|
||||
sublinks:
|
||||
- title: Про клініку
|
||||
url: /ua/about.html
|
||||
- title: Питання/Відповідь
|
||||
url: /ua/faq.html
|
||||
- title: Вартість лікування
|
||||
url: /ua/price.html
|
||||
- title: Наші контакти
|
||||
url: /ua/conatacty.html
|
||||
- title: Пам'ятка пацієнта
|
||||
url: /ua/for-patient.html
|
||||
- title: Психіатрія
|
||||
url: /ua/psihiatria.html
|
||||
sublinks:
|
||||
- title: Виклик психіатра додому
|
||||
url: /ua/vyklyk-psykhiatra-dodomu.html
|
||||
- title: Обсесивно-компульсивний розлад
|
||||
url: /ua/obsesyvno-kompulsyvni-rozlady.html
|
||||
- title: Біполярний розлад
|
||||
url: /ua/bipolyarnyy-rozlad.html
|
||||
- title: Деменція
|
||||
url: /ua/dementsiya.html
|
||||
- title: Ігрова залежність
|
||||
url: /ua/psihiatria/game.html
|
||||
- title: Сексуальні розлади
|
||||
url: /ua/psihiatria/sex-zavisimosti.html
|
||||
- title: Афективні розлади
|
||||
url: /ua/affektivnye-rasstroystva.html
|
||||
- title: Шизоафективний розлад
|
||||
url: /ua/sizoaffektivnoe-rastroistva.html
|
||||
- title: Шизотиповний розлад
|
||||
url: /ua/shizotepia.html
|
||||
- title: Лікування голосів
|
||||
url: /ua/golosov.html
|
||||
- title: Маячні ідеї
|
||||
url: /ua/bred.html
|
||||
- title: Порушення пам'яті
|
||||
url: /ua/pamjat.html
|
||||
- title: Шизофренія
|
||||
url: /ua/shizofrena.html
|
||||
- title: Судомні напади
|
||||
url: /ua/sudorogi.html
|
||||
- title: Лікування депресії
|
||||
url: /ua/depressiya.html
|
||||
- title: Лікування психозів
|
||||
url: /ua/psihozi.html
|
||||
- title: Дереалізації та деперсоналізації
|
||||
url: /ua/depersonalization.html
|
||||
- title: Нав'язливі думки
|
||||
url: /ua/navjaz.html
|
||||
- title: Органічні розлади
|
||||
url: /ua/ocgr.html
|
||||
- title: Психопатія
|
||||
url: /ua/psihopatii.html
|
||||
- title: Тривожно-депресивний розлад
|
||||
url: /ua/tds.html
|
||||
- title: Синдром Кандинського - Клерамбо
|
||||
url: /ua/skk.html
|
||||
- title: Психотерапія
|
||||
url: /ua/uslugi/psihoterapia.html
|
||||
sublinks:
|
||||
- title: Порушення харчування
|
||||
url: /ua/narusheniya-pitaniya.html
|
||||
- title: Порушення сну
|
||||
url: /ua/parasomnia.html
|
||||
- title: Лікування булимії
|
||||
url: /ua/napravlenie-lechenia/bulimija.html
|
||||
- title: Лікування Фобій
|
||||
url: /ua/lechenie-fobij.html
|
||||
- title: ГТР
|
||||
url: /ua/gtr.html
|
||||
- title: Психокорекція
|
||||
url: /ua/psykhokorektsiya.html
|
||||
- title: ПТСР
|
||||
url: /ua/ptsr.html
|
||||
- title: Лікування гніву
|
||||
url: /ua/gnev.html
|
||||
- title: Лікування кома в горлі
|
||||
url: /ua/com-v-gorle.html
|
||||
- title: Істерики
|
||||
url: /ua/isterika.html
|
||||
- title: Емоційне вигоряння
|
||||
url: /ua/vigoranie.html
|
||||
- title: Меланхолія
|
||||
url: /ua/melanholia.html
|
||||
- title: Хронічна втома
|
||||
url: /ua/ustalost.html
|
||||
- title: Неврологія
|
||||
url: /ua/nevrokog.html
|
||||
sublinks:
|
||||
- title: Енцефалопатія
|
||||
url: /ua/nevrokog/encefalopatia.html
|
||||
- title: Внутрішньочерепна гіпертензія
|
||||
url: /ua/nevrokog/vnutricerepnaya-gipertenzia.html
|
||||
- title: Гідроцефалія
|
||||
url: /ua/nevrokog/gidracefalia.html
|
||||
- title: Гіперкінези
|
||||
url: /ua/nevrokog/giper.html
|
||||
- title: Головний біль
|
||||
url: /ua/nevrokog/golovnie-boli.html
|
||||
- title: Запаморочення
|
||||
url: /ua/nevrokog/golovokruzenie.html
|
||||
- title: Хвороба Паркінсона
|
||||
url: /ua/nevrokog/parkinson.html
|
||||
- title: Вегето-судинна дистонія
|
||||
url: /ua/nevrokog/vsd-help.html
|
||||
- title: Послуги
|
||||
url: /ua/uslugi.html
|
||||
sublinks:
|
||||
- title: Консультація Психіатра
|
||||
url: /ua/konsultatsiya-psykhiatra.html
|
||||
- title: Консультація Психолога
|
||||
url: /ua/konsultatsiya-psykholoha.html
|
||||
- title: Консультація Психотерапевта
|
||||
url: /ua/konsultatsiya-psykhoterapevta.html
|
||||
- title: Швидка психіатрична допомога
|
||||
url: /ua/skoraya-psikhiatricheskaya-pomoshch.html
|
||||
- title: Виклик медсестри вдома
|
||||
url: /ua/uslugi/medsestra.html
|
||||
- title: Очищення організму
|
||||
url: /ua/uslugi/detox-o.html
|
||||
- title: Трансфер до клініки
|
||||
url: /ua/perevozka.html
|
||||
- title: Вартість лікування
|
||||
url: /ua/price.html
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,73 +0,0 @@
|
|||
$headerAndLogoHeight: 65px;
|
||||
$headerPadding: 10px;
|
||||
$logoColor: green;
|
||||
$baseFontSize: 400;
|
||||
$baseBgColor: black;
|
||||
|
||||
@media print {
|
||||
.no-print,
|
||||
.no-print * {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin MenuItemsTextStyling {
|
||||
color: green;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
// All menu texts should be in one line.
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@mixin MenuItemInvertedButton {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.lang-menu {
|
||||
display: none;
|
||||
// It's a list, so remove list padding (where bullets are usually drawn).
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
|
||||
&-item {
|
||||
margin-left: 1em;
|
||||
|
||||
&:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&-link {
|
||||
@include MenuItemsTextStyling;
|
||||
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
input.lang-menu-trigger {
|
||||
// Hide input checkbox, label is used for touch events instead.
|
||||
position: absolute;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
|
||||
// Show menu on checkbox click.
|
||||
&:checked ~ .lang-menu {
|
||||
// Turn flexbox ul again into a block and reset it's properties.
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
z-index: 999;
|
||||
|
||||
.lang-menu-item {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
&:checked ~ label {
|
||||
@include MenuItemInvertedButton;
|
||||
}
|
||||
}
|
||||
|
||||
// Menu button
|
||||
label[for="lang-menu-trigger"] {
|
||||
@include MenuItemsTextStyling;
|
||||
}
|
|
@ -1,36 +0,0 @@
|
|||
.top_menu_logo {
|
||||
background-image: url("/logos/green-on-transparent.svg");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
background-origin: content-box;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.top_menu_item,
|
||||
.top_menu_item_active {
|
||||
white-space: nowrap;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.top_menu_donate a {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.github svg {
|
||||
fill: black;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
fill: white;
|
||||
}
|
||||
|
||||
display: inline-block;
|
||||
overflow: visible !important;
|
||||
margin-right: 0.5rem;
|
||||
}
|
10
sass/common/bred-crum.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
.bred-crum {
|
||||
padding: 15rem 0 0;
|
||||
&--active {
|
||||
text-decoration: none;
|
||||
}
|
||||
&__row {
|
||||
display: flex;
|
||||
gap: 10rem;
|
||||
}
|
||||
}
|
58
sass/common/footer.scss
Normal file
|
@ -0,0 +1,58 @@
|
|||
@import "../variables/media";
|
||||
.footer {
|
||||
background-color: var(--footer-bg);
|
||||
padding: 30rem 0;
|
||||
@media (max-width: $media-md) {
|
||||
padding: 48rem 0;
|
||||
}
|
||||
&__description {
|
||||
color: var(--black-white);
|
||||
}
|
||||
&__logo {
|
||||
color: var(--common-green);
|
||||
@media (max-width: $media-md) {
|
||||
max-height: 40rem;
|
||||
}
|
||||
}
|
||||
&__nav {
|
||||
border-top: 1rem solid var(--common-grey);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 20rem 0;
|
||||
margin-top: 20rem;
|
||||
@media (max-width: $media-md) {
|
||||
margin-top: 32rem;
|
||||
padding: 32rem 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 30rem;
|
||||
}
|
||||
}
|
||||
&__nav-item {
|
||||
@media (max-width: $media-md) {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
&__link {
|
||||
text-decoration: none;
|
||||
color: var(--black-white);
|
||||
padding: 8rem 16rem;
|
||||
}
|
||||
&__rw {
|
||||
display: grid;
|
||||
grid-template-columns: 160rem repeat(2, 1fr);
|
||||
gap: 38rem;
|
||||
svg {
|
||||
width: 100%;
|
||||
}
|
||||
@media (max-width: $media-md) {
|
||||
grid-template-columns: 1fr;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
gap: 30rem;
|
||||
}
|
||||
}
|
||||
}
|
218
sass/common/header.scss
Normal file
|
@ -0,0 +1,218 @@
|
|||
@import "../variables/media";
|
||||
|
||||
.header {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
|
||||
@media (max-width: $media-md) {
|
||||
background-color: var(--common-green-primery);
|
||||
|
||||
}
|
||||
|
||||
&__container {
|
||||
padding: 14rem 16rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&__link a {
|
||||
text-decoration: none;
|
||||
font: var(--nav-link);
|
||||
color: var(--common-white);
|
||||
cursor: pointer;
|
||||
padding: 8rem 10rem;
|
||||
@media (max-width: $media-md) {
|
||||
color: var(--common-black);
|
||||
}
|
||||
}
|
||||
|
||||
&__logo {
|
||||
color: var(--common-white);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@media (max-width: $media-md) {
|
||||
color: var(--common-green);
|
||||
}
|
||||
}
|
||||
|
||||
&__row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
@media (max-width: $media-md) {
|
||||
position: absolute;
|
||||
background-color: var(--common-green-primery);
|
||||
top: 66rem;
|
||||
width: 100%;
|
||||
right: -100vw;
|
||||
opacity: 0;
|
||||
padding: 0 16rem;
|
||||
overflow: scroll;
|
||||
height: calc(100vh - 55rem);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
gap: 16rem;
|
||||
z-index: 80;
|
||||
transition: left var(--transition), opacity var(--transition);
|
||||
|
||||
&.is-active {
|
||||
right: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__btn {
|
||||
@media (max-width: $media-md) {
|
||||
margin-left: auto;
|
||||
.button--main {
|
||||
padding: 8rem 12rem;
|
||||
min-width: 107rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__ul {
|
||||
display: flex;
|
||||
@media (max-width: $media-md) {
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 16rem;
|
||||
padding: 16rem 0;
|
||||
border-top: 1rem solid var(--common-green-border);
|
||||
border-bottom: 1rem solid var(--common-green-border);
|
||||
}
|
||||
}
|
||||
|
||||
&__menu-btn {
|
||||
display: none;
|
||||
@media (max-width: $media-md) {
|
||||
width: 30rem;
|
||||
height: 30rem;
|
||||
margin-left: 20rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
&.is-active {
|
||||
.header__close-line {
|
||||
width: 0;
|
||||
&:first-child {
|
||||
transform: translate(-50%, -50%) rotate(45deg);
|
||||
top: 15rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
width: 100%;
|
||||
transform: translate(-50%, -50%) rotate(-45deg);
|
||||
bottom: 13rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__close-line {
|
||||
@media (max-width: $media-md) {
|
||||
transition: all 0.5s;
|
||||
height: 2rem;
|
||||
width: 100%;
|
||||
border-radius: 2rem;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
background-color: var(--common-black);
|
||||
&:first-child {
|
||||
top: 6rem;
|
||||
}
|
||||
&:last-child {
|
||||
top: auto;
|
||||
bottom: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&__item {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&__mobile {
|
||||
display: none;
|
||||
@media (max-width: $media-md) {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
&__app-link {
|
||||
padding-bottom: 30rem;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 16rem 0;
|
||||
|
||||
a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&__card {
|
||||
padding: 20rem 0;
|
||||
color: var(--common-green);
|
||||
}
|
||||
|
||||
&__icon-title {
|
||||
color: var(--common-black);
|
||||
}
|
||||
|
||||
&__icon-text {
|
||||
color: var(--common-grey-v2);
|
||||
margin-bottom: 20rem;
|
||||
}
|
||||
|
||||
&__line {
|
||||
background-color: var(--common-line-color);
|
||||
height: 1rem;
|
||||
max-width: 240rem;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
&--green {
|
||||
animation: header-play 2.2s ease-in-out;
|
||||
background-color: var(--common-green-primery);
|
||||
|
||||
.header {
|
||||
&__logo {
|
||||
transition: color var(--transition);
|
||||
color: var(--common-green);
|
||||
}
|
||||
|
||||
&__link a {
|
||||
transition: color var(--transition);
|
||||
color: var(--common-black);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes header-play {
|
||||
from {
|
||||
max-height: 0;
|
||||
}
|
||||
to {
|
||||
max-height: 1200rem;
|
||||
}
|
||||
}
|
23
sass/common/search.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
.search {
|
||||
padding: 20rem 0 20rem;
|
||||
&__container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&__input {
|
||||
width: 100%;
|
||||
outline: none;
|
||||
padding: 15rem 15rem 15rem 40rem;
|
||||
border-radius: 90rem;
|
||||
border: 1px solid var(--common-grey-v5);
|
||||
}
|
||||
&__label {
|
||||
position: relative;
|
||||
}
|
||||
&__icon {
|
||||
position: absolute;
|
||||
top: 3rem;
|
||||
left: 15rem;
|
||||
color: var(--common-grey-v5);
|
||||
}
|
||||
}
|
77
sass/common/support-block.scss
Normal file
|
@ -0,0 +1,77 @@
|
|||
@import "../variables/media";
|
||||
|
||||
.support-block {
|
||||
margin-bottom: var(--container-mob-section);
|
||||
@media (max-width: $media-sm) {
|
||||
padding: 0 16rem;
|
||||
}
|
||||
&__container {
|
||||
background-color: var(--bg-green);
|
||||
border-radius: 24rem;
|
||||
padding: 50rem;
|
||||
max-width: 1070rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 30rem;
|
||||
|
||||
}
|
||||
|
||||
&__title {
|
||||
color: var(--black-white);
|
||||
@media (max-width: $media-md) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
&__row {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
@media (max-width: $media-md) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
&__icon-title {
|
||||
margin: 20rem 0 10rem;
|
||||
}
|
||||
|
||||
&__card {
|
||||
padding: 0 50rem;
|
||||
border-right: 1rem solid var(--common-line-color);
|
||||
|
||||
svg {
|
||||
color: var(--green-button);
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
padding-right: 0;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
@media (max-width: $media-md) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 0 0 20rem;
|
||||
margin-bottom: 20rem;
|
||||
border: none;
|
||||
border-bottom: 1rem solid var(--common-line-color);
|
||||
&:last-child {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin-bottom: 0;
|
||||
|
||||
}
|
||||
}
|
||||
@media (max-width: $media-md) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
62
sass/component/animation.scss
Normal file
|
@ -0,0 +1,62 @@
|
|||
@import "../variables/media";
|
||||
@media (min-width: $media-md) {
|
||||
.animation {
|
||||
&--right {
|
||||
.animation-item {
|
||||
left: 171rem!important;
|
||||
opacity: 0!important;
|
||||
transition: left var(--transition), opacity var(--transition);
|
||||
}
|
||||
|
||||
}
|
||||
&--right-play {
|
||||
.animation-item {
|
||||
left: 38rem!important;
|
||||
opacity: 1!important;
|
||||
transition: left var(--transition), opacity var(--transition);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&--left {
|
||||
.animation-item {
|
||||
right: 171rem!important;
|
||||
opacity: 0!important;
|
||||
transition: right var(--transition), opacity var(--transition);
|
||||
}
|
||||
|
||||
}
|
||||
&--left-play {
|
||||
.animation-item {
|
||||
right: 40rem!important;
|
||||
opacity: 1!important;
|
||||
transition: right var(--transition), opacity var(--transition);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&--down {
|
||||
.animation-item {
|
||||
margin-bottom: -271rem!important;
|
||||
opacity: 0!important;
|
||||
transition: margin-bottom var(--transition), opacity var(--transition);
|
||||
}
|
||||
|
||||
}
|
||||
&--down-play {
|
||||
.animation-item {
|
||||
margin-bottom: 0rem!important;
|
||||
opacity: 1!important;
|
||||
transition: margin-bottom var(--transition), opacity var(--transition);
|
||||
}
|
||||
|
||||
}
|
||||
&--play-right-revers {
|
||||
.animation-item {
|
||||
left: 170rem!important;
|
||||
opacity: 1!important;
|
||||
transition: left var(--transition), opacity var(--transition);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
48
sass/component/buttons.scss
Normal file
|
@ -0,0 +1,48 @@
|
|||
@import "../variables/media";
|
||||
.button {
|
||||
width: fit-content;
|
||||
padding: 12rem 16rem;
|
||||
min-width: 133rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
font: var( --nav-link);
|
||||
color: var(--common-white);
|
||||
text-decoration: none;
|
||||
border-radius: var(--border-r-8);
|
||||
transition: background-color var(--transition);
|
||||
gap: 10rem;
|
||||
&:hover {
|
||||
transition: background-color var(--transition);
|
||||
background-color: var(--common-green-hover);
|
||||
}
|
||||
&--main {
|
||||
background-color: var(--common-green);
|
||||
}
|
||||
&--transparent {
|
||||
color: var(--green-button);
|
||||
transition: transform var(--transition);
|
||||
padding: 10rem 0;
|
||||
min-width: fit-content;
|
||||
&:hover {
|
||||
transition: background-color var(--transition);
|
||||
background-color: transparent;
|
||||
transition: transform var(--transition);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
}
|
||||
|
||||
&--card {
|
||||
max-width: 170rem;
|
||||
text-align: left;
|
||||
background-color: var(--common-green-btn-social);
|
||||
font: var(--p-sub);
|
||||
gap: 10rem;
|
||||
padding: 8rem;
|
||||
flex-direction: row-reverse;
|
||||
svg {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
}
|
||||
}
|
55
sass/component/header-sub.scss
Normal file
|
@ -0,0 +1,55 @@
|
|||
@import "../variables/media";
|
||||
|
||||
.hero-sub {
|
||||
background-size: cover;
|
||||
padding: var(--menu-height) 0 124rem;
|
||||
position: relative;
|
||||
background-position: center center;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: block;
|
||||
background: var(--common-green-gradient);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
&--big {
|
||||
padding:calc(var(--menu-height) + 30rem) 0 274rem;
|
||||
@media (max-width: $media-sm) {
|
||||
padding:calc(var(--menu-height) + 30rem) 0 74rem;
|
||||
}
|
||||
&:before {
|
||||
background: transparent;
|
||||
}
|
||||
.hero-sub__title {
|
||||
padding: 100rem 0 22rem;
|
||||
}
|
||||
.hero-sub__description {
|
||||
margin-bottom: 30rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
z-index: 10;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&__title {
|
||||
padding: 60rem 0 22rem;
|
||||
z-index: 3;
|
||||
position: relative;
|
||||
@media (max-width: $media-md) {
|
||||
padding: 40rem 0 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__description {
|
||||
max-width: 346rem;
|
||||
}
|
||||
}
|
19
sass/component/icons.scss
Normal file
|
@ -0,0 +1,19 @@
|
|||
.icon-green {
|
||||
background-color: var(--common-green);
|
||||
color: var(--common-white);
|
||||
width: fit-content;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 8rem;
|
||||
border-radius: 8rem;
|
||||
}
|
||||
|
||||
.swiper-pagination-bullet {
|
||||
background-color: var(--dots-color)!important;
|
||||
opacity: 1!important;
|
||||
width: 22rem!important;
|
||||
height: 22rem!important;
|
||||
}
|
||||
.swiper-pagination-bullet-active {
|
||||
background-color: var(--common-green)!important;
|
||||
}
|
51
sass/component/lang-switcher.scss
Normal file
|
@ -0,0 +1,51 @@
|
|||
@import "../variables/media";
|
||||
|
||||
.lang-menu{
|
||||
position: relative;
|
||||
color: var(--black-white);
|
||||
cursor: pointer;
|
||||
input {
|
||||
display: none;
|
||||
}
|
||||
&__label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
gap: 5rem;
|
||||
}
|
||||
&__link {
|
||||
color: var(--black-white);
|
||||
text-decoration: none;
|
||||
}
|
||||
&__menu {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: var(--white-black);
|
||||
bottom: 30rem;
|
||||
right: 0;
|
||||
z-index: 100;
|
||||
color: var(--black-white);
|
||||
padding: 10rem;
|
||||
border-radius: 3rem;
|
||||
flex-direction: column;
|
||||
gap: 16rem;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
overflow: scroll;
|
||||
@media (max-width: $media-md) {
|
||||
width: 100vw;
|
||||
right: auto;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
&__trigger {
|
||||
&:checked ~ .lang-menu__menu {
|
||||
display: grid;
|
||||
}
|
||||
}
|
||||
&__trigger {
|
||||
&:checked ~ .lang-menu__label .lang-menu__arrow {
|
||||
transform: scaleY(-1);
|
||||
}
|
||||
}
|
||||
}
|
23
sass/component/switch-theme.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
.switch-theme {
|
||||
background-color: var(--body-bg);
|
||||
width: 70rem;
|
||||
height: 30rem;
|
||||
padding: 3rem;
|
||||
border-radius: 70rem;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
&.is-active{
|
||||
.switch-theme__toggle {
|
||||
right: 42rem;
|
||||
}
|
||||
}
|
||||
&__toggle {
|
||||
position: absolute;
|
||||
top: 3rem;
|
||||
right: 3rem;
|
||||
width: 23rem;
|
||||
height: 23rem;
|
||||
border-radius: 50rem;
|
||||
background-color: var(--common-green);
|
||||
}
|
||||
}
|
43
sass/global/index.scss
Normal file
|
@ -0,0 +1,43 @@
|
|||
@import "../variables/media";
|
||||
|
||||
html {
|
||||
font-size: 1px;
|
||||
}
|
||||
|
||||
body {
|
||||
font: var(--p);
|
||||
color: var(--black-white);
|
||||
background-color: var(--body-bg);
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding: 0 16rem;
|
||||
max-width: var(--container);
|
||||
}
|
||||
|
||||
* {
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
.logo .svg-logo {
|
||||
@media(max-width: $media-md) {
|
||||
max-width: 130rem;
|
||||
}
|
||||
}
|
||||
|
||||
.frizz {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.line {
|
||||
width: 100%;
|
||||
background-color: var(--green-button);
|
||||
max-width: 222rem;
|
||||
height: 2rem;
|
||||
margin: 10rem auto 40rem;
|
||||
@media (max-width: $media-sm) {
|
||||
margin: 10rem auto 20rem;
|
||||
}
|
||||
}
|
14
sass/global/reset.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.wrapper {
|
||||
overflow: hidden;
|
||||
}
|
||||
ul { list-style: none;
|
||||
}
|
||||
button {
|
||||
outline: none;
|
||||
border: none;
|
||||
}
|
264
sass/main.scss
|
@ -1,238 +1,38 @@
|
|||
@import "./language_selector";
|
||||
@import "./top_menu";
|
||||
/// Variables ///
|
||||
@import "./variables/media";
|
||||
@import "./variables/color-theme";
|
||||
@import "./variables/fonts";
|
||||
@import "./variables/spasing";
|
||||
@import "./variables/images";
|
||||
|
||||
body {
|
||||
margin: 1rem;
|
||||
padding: 0;
|
||||
font-family:
|
||||
-apple-system,
|
||||
BlinkMacSystemFont,
|
||||
"segoe ui",
|
||||
Helvetica,
|
||||
Arial,
|
||||
sans-serif,
|
||||
"apple color emoji",
|
||||
"segoe ui emoji",
|
||||
"segoe ui symbol";
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
/// Global Style ///
|
||||
@import "./global/reset";
|
||||
@import "./global";
|
||||
|
||||
code,
|
||||
a {
|
||||
// Prevents horizontal scrolling in Safari on narrow screen for long links and code lines.
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
// Common Style
|
||||
@import "./common/header";
|
||||
@import "./common/footer";
|
||||
@import "./common/bred-crum";
|
||||
@import "./common/support-block";
|
||||
@import "./common/search";
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
}
|
||||
// Component Style
|
||||
@import "./component/lang-switcher";
|
||||
@import "./component/buttons";
|
||||
@import "./component/switch-theme";
|
||||
@import "./component/animation";
|
||||
@import "./component/header-sub";
|
||||
@import "./component/icons";
|
||||
|
||||
main {
|
||||
margin: 0 auto;
|
||||
max-width: 1080px;
|
||||
width: 100%;
|
||||
}
|
||||
// Pages Style
|
||||
@import "./pages/home";
|
||||
@import "./pages/community";
|
||||
@import "./pages/support";
|
||||
@import "./pages/volunteering";
|
||||
@import "./pages/new-support";
|
||||
@import "./pages/faq-page";
|
||||
@import "./pages/about-us";
|
||||
@import "./pages/crowdfunding";
|
||||
@import "./pages/download";
|
||||
|
||||
img {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
img[alt="logo"] {
|
||||
width: 60px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.badge {
|
||||
img {
|
||||
width: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
.donate_buttons {
|
||||
form,
|
||||
input {
|
||||
display: inline;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
img,
|
||||
input[type="image"] {
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
padding: 2px;
|
||||
background-color: white;
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
#screenshots img {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.screenshot {
|
||||
max-width: 400px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 2px;
|
||||
margin: 7px;
|
||||
background: gray;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
padding-bottom: 0.5rem;
|
||||
border-bottom: 1px solid #eaecef;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 16px;
|
||||
font-weight: 600;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 16px;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding-top: 1rem;
|
||||
border-top: 1px solid #eaecef;
|
||||
text-align: center;
|
||||
|
||||
p {
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
|
||||
@media (width <= 768px) {
|
||||
#badges {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#badges a {
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
.news_content_image {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: #121212;
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
border-bottom: 1px solid #555;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px solid #555;
|
||||
}
|
||||
|
||||
a {
|
||||
color: lightblue;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #f9f;
|
||||
}
|
||||
|
||||
:root {
|
||||
scrollbar-color: #333 #000;
|
||||
}
|
||||
}
|
||||
|
||||
.installPWAButton {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#bottom-menu {
|
||||
margin-bottom: 1em;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.menuitem_selected {
|
||||
text-decoration: none;
|
||||
border: red 2px solid;
|
||||
border-radius: 1rem;
|
||||
padding: 0.3rem 0.5rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#crypto-table + table {
|
||||
font-size: smaller;
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.news_date {
|
||||
display: flex;
|
||||
flex-basis: 100%;
|
||||
align-items: center;
|
||||
margin: 1rem 0;
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
content: "";
|
||||
flex-grow: 1;
|
||||
background-color: gray;
|
||||
height: 1px;
|
||||
font-size: 0;
|
||||
line-height: 0px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.news_content_image {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.news_image {
|
||||
max-height: 520px;
|
||||
max-width: 300px;
|
||||
margin-left: 0.5rem;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.news_image_landscape {
|
||||
max-height: 520px;
|
||||
max-width: 500px;
|
||||
margin-left: 0.5rem;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.news_content {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.back_to_news {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
|
244
sass/pages/about-us.scss
Normal file
|
@ -0,0 +1,244 @@
|
|||
@import "../variables/media";
|
||||
|
||||
.free-open {
|
||||
padding: var(--container-mob-section) 0;
|
||||
|
||||
&__container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1.2fr;
|
||||
gap: 74rem;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
@media (max-width: $media-sm) {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 20rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__img {
|
||||
width: 100%;
|
||||
border-radius: 20rem;
|
||||
position: relative;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
&__img-row {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 16rem;
|
||||
width: 50%;
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--cart-bg);
|
||||
border-radius: 20rem;
|
||||
position: absolute;
|
||||
transform: translate(-15rem, 10rem);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@media (max-width: $media-sm) {
|
||||
position: relative;
|
||||
right: 0;
|
||||
width: fit-content;
|
||||
margin: 15rem 0;
|
||||
&:before {
|
||||
transform: translate(-10rem, 5rem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__line {
|
||||
margin: 20rem 0;
|
||||
max-width: 222rem;
|
||||
height: 5rem;
|
||||
@media (max-width: $media-sm) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.about-us {
|
||||
&__content {
|
||||
background-color: var(--cart-bg);
|
||||
width: fit-content;
|
||||
border-radius: 10rem;
|
||||
padding: 30rem 22rem 22rem;
|
||||
flex-grow: 1;
|
||||
max-width: 375rem;
|
||||
margin: -100rem 20rem 0;
|
||||
@media (max-width: $media-sm) {
|
||||
margin: -70rem 0rem 0 10rem;
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
&__container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 20rem;
|
||||
|
||||
@media (max-width: $media-sm) {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&__img {
|
||||
border-radius: 10rem;
|
||||
@media (max-width: $media-sm) {
|
||||
transform: translateX(-5rem);
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&__icon {
|
||||
|
||||
width: 79rem;
|
||||
height: 79rem;
|
||||
border-radius: 79rem;
|
||||
background-color: var(--common-green);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: var(--common-white);
|
||||
}
|
||||
|
||||
&__item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
@media (max-width: $media-sm) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
padding-bottom: 10rem;
|
||||
}
|
||||
|
||||
&__title-row {
|
||||
|
||||
margin: -50rem 0 10rem;
|
||||
display: flex;
|
||||
gap: 15rem;
|
||||
align-items: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
.about-history {
|
||||
padding-top: var(--container-mob-section);
|
||||
|
||||
&__title {
|
||||
margin-bottom: 30rem;
|
||||
}
|
||||
|
||||
&__circle {
|
||||
width: 18rem;
|
||||
border-radius: 18rem;
|
||||
height: 18rem;
|
||||
margin: 20rem 0 20rem 17rem;
|
||||
background-color: var(--green-button);
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
@media (max-width: $media-sm) {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__number--green {
|
||||
color: var(--green-button);
|
||||
}
|
||||
|
||||
&__row {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
gap: 33rem;
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
border-radius: 4rem;
|
||||
height: 4rem;
|
||||
background-color: var(--bg-green);
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
top: 63rem;
|
||||
}
|
||||
|
||||
@media (max-width: $media-sm) {
|
||||
grid-template-columns: 1fr;
|
||||
&:before {
|
||||
height: 100%;
|
||||
width: 4rem;
|
||||
top: 50%;
|
||||
transform: translateY(-53%);
|
||||
left: 7rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__item {
|
||||
@media (max-width: $media-sm) {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 32rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__count {
|
||||
@media (max-width: $media-sm) {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
align-items: center;
|
||||
gap: 10rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.about-links {
|
||||
margin: var(--container-mob-section) 0;
|
||||
|
||||
&__title {
|
||||
margin-bottom: 30rem;
|
||||
}
|
||||
|
||||
&__buttons {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 40rem;
|
||||
@media (max-width: $media-sm) {
|
||||
gap: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
object-fit: contain;
|
||||
max-width: 407rem;
|
||||
}
|
||||
|
||||
&__link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-grow: 1;
|
||||
justify-content: center;
|
||||
padding: 18rem;
|
||||
box-shadow: var(--common-card-box-shadow);
|
||||
border-radius: 10rem;
|
||||
background-color: var(--link-map-section);
|
||||
}
|
||||
}
|
||||
|
153
sass/pages/community.scss
Normal file
|
@ -0,0 +1,153 @@
|
|||
@import "../variables/media";
|
||||
|
||||
.section-community {
|
||||
padding: var(--container-mob-section) 0;
|
||||
|
||||
&__container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 84rem 34rem;
|
||||
@media (max-width: $media-md) {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 30rem 34rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__img-row {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&__icon {
|
||||
position: absolute;
|
||||
bottom: -5rem;
|
||||
right: 27rem;
|
||||
}
|
||||
|
||||
&__item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
&__img {
|
||||
max-width: 370rem;
|
||||
@media (max-width: $media-md) {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
padding: 20rem 0 0;
|
||||
}
|
||||
|
||||
&__description {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&__line {
|
||||
height: 1rem;
|
||||
background-color: var(--green-button);
|
||||
width: 275rem;
|
||||
margin: 10rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
.section-social {
|
||||
margin-bottom: var(--container-mob-section);
|
||||
|
||||
&__row {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 22rem;
|
||||
@media (max-width: $media-md) {
|
||||
gap: 6rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
color: var(--black-white);
|
||||
text-align: center;
|
||||
margin-bottom: 24rem;
|
||||
@media (max-width: $media-md) {
|
||||
margin-bottom: 20rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__item {
|
||||
width: 59px;
|
||||
height: 59px;
|
||||
border: 2rem solid var(--black-white);
|
||||
padding: 13rem;
|
||||
border-radius: 6rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
svg {
|
||||
color: var(--black-white);
|
||||
}
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@media (max-width: $media-md) {
|
||||
width: 23px;
|
||||
height: 23px;
|
||||
svg {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.donate {
|
||||
background-color: var(--bg-green);
|
||||
padding: 77rem 0;
|
||||
margin: 0 var(--container-mob-section) var(--container-mob-section);
|
||||
border-radius: var(--border-r-24);
|
||||
@media (max-width: $media-md) {
|
||||
padding: 20rem 0;
|
||||
margin: 0 14rem 50rem;
|
||||
}
|
||||
|
||||
&__container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 30rem;
|
||||
@media (max-width: $media-md) {
|
||||
flex-direction: column-reverse;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
&__line {
|
||||
background-color: var(--green-button);
|
||||
width: 120rem;
|
||||
height: 1rem;
|
||||
margin: 20rem 0;
|
||||
}
|
||||
|
||||
&__content {
|
||||
max-width: 351rem;
|
||||
@media (max-width: $media-md) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
&__description {
|
||||
margin-bottom: 30rem;
|
||||
color: var(--black-white);
|
||||
}
|
||||
|
||||
&__img {
|
||||
svg {
|
||||
color: var(--green-button);
|
||||
}
|
||||
}
|
||||
}
|
289
sass/pages/crowdfunding.scss
Normal file
|
@ -0,0 +1,289 @@
|
|||
@import "../variables/media";
|
||||
|
||||
.crowdfunding {
|
||||
color: var(--common-black);
|
||||
|
||||
.hero-sub__title, .hero-sub__description, .nav-bred {
|
||||
color: var(--common-black);
|
||||
}
|
||||
|
||||
&:before {
|
||||
background: linear-gradient(90deg, rgba(242, 250, 246, 0.81) 0%, rgba(204, 225, 215, 0.00) 100%);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.crowdfunding-loc {
|
||||
padding: var(--container-mob-section) 0;
|
||||
|
||||
&__container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 70rem;
|
||||
position: relative;
|
||||
@media (max-width: $media-sm) {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 20rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__content {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20rem;
|
||||
|
||||
svg {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
color: var(--point-color);
|
||||
}
|
||||
}
|
||||
|
||||
&__img {
|
||||
width: 100%;
|
||||
border-radius: 20rem;
|
||||
position: absolute;
|
||||
right: -114%;
|
||||
top: 0;
|
||||
@media (max-width: $media-sm) {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
&__text {
|
||||
margin-bottom: 89rem;
|
||||
|
||||
&:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media (max-width: $media-sm) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.crowdfunding-card {
|
||||
.services-support {
|
||||
&__title-row {
|
||||
display: flex;
|
||||
gap: 10rem;
|
||||
align-items: center;
|
||||
margin-bottom: 10rem;
|
||||
}
|
||||
|
||||
&__icon {
|
||||
margin-left: -33rem;
|
||||
@media (max-width: $media-sm) {
|
||||
margin-left: -10rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 60rem;
|
||||
@media (max-width: $media-sm) {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 20rem;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
border-radius: 20rem;
|
||||
margin-bottom: 10rem;
|
||||
}
|
||||
|
||||
&__item {
|
||||
.donate {
|
||||
padding: 70rem 20rem;
|
||||
margin: 0;
|
||||
@media (max-width: $media-sm) {
|
||||
padding: 20rem 0rem;
|
||||
}
|
||||
|
||||
&__container {
|
||||
flex-direction: column-reverse;
|
||||
align-items: flex-start;
|
||||
|
||||
}
|
||||
|
||||
&__img {
|
||||
@media (max-width: $media-sm) {
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.crowdfunding-support {
|
||||
|
||||
padding: var(--container-mob-section) 0;
|
||||
@media (max-width: $media-sm) {
|
||||
margin: 0 15rem;
|
||||
}
|
||||
|
||||
&__container {
|
||||
background-color: var(--bg-green);
|
||||
padding: 50rem;
|
||||
border-radius: 20rem;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 62rem;
|
||||
align-items: center;
|
||||
@media (max-width: $media-sm) {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 20rem;
|
||||
padding: 30rem 15rem;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
border-radius: 20rem;
|
||||
}
|
||||
|
||||
&__content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20rem;
|
||||
}
|
||||
}
|
||||
|
||||
.crowdfunding-card-v2 {
|
||||
&__content {
|
||||
background-color: var(--bg-green);
|
||||
padding: 35rem;
|
||||
border-radius: 20rem;
|
||||
@media (max-width: $media-sm) {
|
||||
margin-top: -20rem;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
border-radius: 20rem;
|
||||
|
||||
}
|
||||
|
||||
&__item {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 30rem;
|
||||
|
||||
&:nth-child(2n) {
|
||||
img {
|
||||
order: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $media-sm) {
|
||||
grid-template-columns: 1fr;
|
||||
&:nth-child(2n) {
|
||||
img {
|
||||
order: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__row {
|
||||
padding: 40rem 0;
|
||||
display: grid;
|
||||
gap: 40rem;
|
||||
}
|
||||
|
||||
&__num {
|
||||
width: 81rem;
|
||||
height: 81rem;
|
||||
border-radius: 81rem;
|
||||
background-color: var(--common-green);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
color: var(--common-white);
|
||||
margin: -60rem 0 10rem;
|
||||
}
|
||||
|
||||
&__title {
|
||||
margin-bottom: 10rem;
|
||||
}
|
||||
|
||||
&__button {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.crowdfunding-journey {
|
||||
margin: var(--container-mob-section) 0;
|
||||
|
||||
&__img {
|
||||
width: 100%;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
max-width: 400rem;
|
||||
@media (max-width: $media-sm) {
|
||||
margin-bottom: 10rem;
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
&__container {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(430rem, 1fr) 2fr;
|
||||
gap: 40rem;
|
||||
position: relative;
|
||||
@media (max-width: $media-sm) {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
@media (max-width: $media-sm) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
margin-bottom: 20rem;
|
||||
}
|
||||
|
||||
&__card {
|
||||
margin: 20rem 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border: 1rem dashed var(--common-green);
|
||||
border-radius: 20rem;
|
||||
padding: 14rem 60rem;
|
||||
gap: 20rem;
|
||||
@media (max-width: $media-md) {
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
@media (max-width: $media-sm) {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
padding: 24rem;
|
||||
|
||||
}
|
||||
|
||||
svg {
|
||||
color: var(--common-green);;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
112
sass/pages/download.scss
Normal file
|
@ -0,0 +1,112 @@
|
|||
@import "../variables/media";
|
||||
|
||||
|
||||
.section-device {
|
||||
padding: var(--container-mob-section) 0;
|
||||
|
||||
&__container {
|
||||
display: flex;
|
||||
gap: 10rem;
|
||||
@media (max-width: $media-md) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
&__img {
|
||||
max-width: 130rem;
|
||||
}
|
||||
|
||||
&__item {
|
||||
background-color: var(--bg-green);
|
||||
border-radius: 10rem;
|
||||
padding: 30rem 20rem;
|
||||
flex-grow: 1;
|
||||
@media (max-width: $media-md) {
|
||||
padding: 20rem;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
&__title-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
@media (max-width: $media-md) {
|
||||
margin-bottom: 16rem;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
&__icon {
|
||||
color: var(--green-button);
|
||||
@media (max-width: $media-md) {
|
||||
width: 18rem;
|
||||
height: 18rem;
|
||||
svg {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__content-item {
|
||||
padding: 26rem 16rem;
|
||||
border-radius: 10rem;
|
||||
border: 1px solid var(--common-line-color);
|
||||
display: flex;
|
||||
gap: 10rem;
|
||||
align-items: flex-end;
|
||||
justify-content: space-between;
|
||||
|
||||
&:last-of-type {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
@media (max-width: $media-md) {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
padding: 20rem 16rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__content-title {
|
||||
margin-bottom: 20rem;
|
||||
}
|
||||
|
||||
&__content {
|
||||
display: flex;
|
||||
gap: 10rem;
|
||||
@media (max-width: $media-md) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.section-step {
|
||||
padding-bottom: var(--container-mob-section);
|
||||
|
||||
&__title {
|
||||
margin-bottom: 30rem;
|
||||
}
|
||||
|
||||
&__content {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
justify-content: space-between;
|
||||
@media (max-width: $media-md) {
|
||||
grid-template-columns:1fr;
|
||||
gap: 30rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__text {
|
||||
margin-top: 15rem;
|
||||
}
|
||||
&__item {
|
||||
@media (max-width: $media-md) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 23rem;
|
||||
}
|
||||
}
|
||||
}
|
6
sass/pages/faq-page.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
@import "../variables/media";
|
||||
|
||||
.faq-page {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
370
sass/pages/home.scss
Normal file
|
@ -0,0 +1,370 @@
|
|||
@import "../variables/media";
|
||||
|
||||
// Hero Section
|
||||
.hero {
|
||||
background: var(--common-black) url('/images/hero/hero-bg.jpg') center center / cover no-repeat fixed;
|
||||
height: 100vh;
|
||||
max-height: 900rem;
|
||||
padding: 80rem 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
|
||||
@media (max-width: $media-md) {
|
||||
background: url('/images/hero/hero-bg.jpg') center center / cover no-repeat cover;
|
||||
min-height: auto;
|
||||
padding: 120rem 0 51rem;
|
||||
}
|
||||
|
||||
&__container {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
@media (max-width: $media-md) {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
&__content {
|
||||
max-width: 494rem;
|
||||
z-index: 10;
|
||||
@media (max-width: $media-md) {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 35rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
margin-bottom: var(--mb-16);
|
||||
}
|
||||
|
||||
&__description {
|
||||
margin-bottom: var(--mb-40);
|
||||
}
|
||||
|
||||
&__image {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: -20rem;
|
||||
transform: translateY(-50%);
|
||||
@media (max-width: $media-md) {
|
||||
position: static;
|
||||
transform: none;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Section MAP
|
||||
.open-map {
|
||||
background: var(--map-section-bg) center center / contain no-repeat;
|
||||
display: flex;
|
||||
margin: 30rem 0;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 660rem;
|
||||
@media (max-width: $media-md) {
|
||||
min-height: auto;
|
||||
padding: 40rem 0;
|
||||
margin: 0;
|
||||
}
|
||||
&__container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
@media (max-width: $media-md) {
|
||||
max-width: 150rem;
|
||||
}
|
||||
}
|
||||
&__img {
|
||||
background: var(--map-section-icon) center center / cover no-repeat;
|
||||
width: 144rem;
|
||||
height: 144rem;
|
||||
margin-bottom: var(--mb-16);
|
||||
@media (max-width: $media-md) {
|
||||
max-width: 120rem;
|
||||
max-height: 120rem;
|
||||
}
|
||||
}
|
||||
&__title {
|
||||
margin-bottom: var(--mb-16);
|
||||
}
|
||||
&__icon {
|
||||
position: absolute;
|
||||
left: calc(50% - 25rem);
|
||||
top: calc(50% - 25rem);
|
||||
@media (max-width: $media-md) {
|
||||
border: var(--icon-border) solid var(--icon-border-green);
|
||||
border-radius: 100rem;
|
||||
}
|
||||
&:nth-child(1) {
|
||||
width: 96rem;
|
||||
left: calc(50% + 175rem);
|
||||
top: calc(50% - 85rem);
|
||||
@media (max-width: $media-md) {
|
||||
width: calc(30rem + var(--icon-border));
|
||||
left: calc(50% - -95rem);
|
||||
top: calc(50% - 59rem);
|
||||
}
|
||||
}
|
||||
&:nth-child(2) {
|
||||
width: 72rem;
|
||||
left: calc(50% + 285rem);
|
||||
top: calc(50% - -45rem);
|
||||
@media (max-width: $media-md) {
|
||||
width: calc(22rem + var(--icon-border));
|
||||
left: calc(50% - -135rem);
|
||||
top: calc(50% - 6rem);
|
||||
}
|
||||
}
|
||||
&:nth-child(3) {
|
||||
width: 96rem;
|
||||
left: calc(50% - 395rem);
|
||||
top: calc(50% + -86rem);
|
||||
@media (max-width: $media-md) {
|
||||
width: calc(30rem + var(--icon-border));
|
||||
left: calc(50% - 125rem);
|
||||
top: calc(50% - 59rem);
|
||||
}
|
||||
}
|
||||
&:nth-child(4) {
|
||||
width: 72rem;
|
||||
left: calc(50% - 355rem);
|
||||
top: calc(50% - -74rem);
|
||||
@media (max-width: $media-md) {
|
||||
width: calc(22rem + var(--icon-border));
|
||||
left: calc(50% - 165rem);
|
||||
top: calc(50% + -6rem);
|
||||
}
|
||||
}
|
||||
&:nth-child(5) {
|
||||
width: 80rem;
|
||||
left: calc(50% - -375rem);
|
||||
top: calc(50% + 153rem);
|
||||
@media (max-width: $media-md) {
|
||||
width: calc(25rem + var(--icon-border));
|
||||
left: calc(50% - -89rem);
|
||||
top: calc(50% + 43rem);
|
||||
|
||||
}
|
||||
}
|
||||
&:nth-child(6) {
|
||||
width: 64rem;
|
||||
left: calc(50% + 305rem);
|
||||
top: calc(50% + -217rem);
|
||||
@media (max-width: $media-md) {
|
||||
width: calc(20rem + var(--icon-border));
|
||||
left: calc(50% + 136rem);
|
||||
top: calc(50% - 105rem);
|
||||
}
|
||||
}
|
||||
&:nth-child(7) {
|
||||
width: 80rem;
|
||||
left: calc(50% + -275rem);
|
||||
top: calc(50% + 223rem);
|
||||
@media (max-width: $media-md) {
|
||||
width: calc(25rem + var(--icon-border));
|
||||
left: calc(50% - 117rem);
|
||||
top: calc(50% - -43rem);
|
||||
}
|
||||
}
|
||||
&:nth-child(8) {
|
||||
width: 64rem;
|
||||
left: calc(50% - 195rem);
|
||||
top: calc(50% + -227rem);
|
||||
@media (max-width: $media-md) {
|
||||
width: calc(20rem + var(--icon-border));
|
||||
left: calc(50% - 165rem);
|
||||
top: calc(50% - 104rem);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Services
|
||||
.services {
|
||||
&__btn {
|
||||
@media (max-width: $media-md) {
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
&__container {
|
||||
padding: 50rem 40rem;
|
||||
border-radius: var(--border-r-24);
|
||||
background-color: var(--bg-green);
|
||||
@media (max-width: $media-md) {
|
||||
padding: var( --container-mob-section) var( --container-mob-padding);
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
&__item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-bottom: 60rem;
|
||||
gap: 50rem;
|
||||
margin-right: -50rem;
|
||||
@media (max-width: $media-md) {
|
||||
flex-direction: column-reverse;
|
||||
margin-right: 0;
|
||||
gap: 40rem;
|
||||
text-align: center;
|
||||
padding-bottom: 120rem;
|
||||
}
|
||||
&:nth-child(2n) {
|
||||
flex-direction: row-reverse;
|
||||
margin-right: auto;
|
||||
margin-left: -50rem;
|
||||
.services__card {
|
||||
justify-content: flex-start;
|
||||
|
||||
}
|
||||
.services__img--first {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
@media (max-width: $media-md) {
|
||||
flex-direction: column-reverse;
|
||||
margin-left: 0;
|
||||
.services__card {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
}
|
||||
&__content {
|
||||
max-width: 498rem;
|
||||
}
|
||||
&__title {
|
||||
max-width: 367rem;
|
||||
}
|
||||
&__description {
|
||||
margin: 24rem 0;
|
||||
}
|
||||
|
||||
&__card {
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
overflow: hidden;
|
||||
&--start {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
@media (max-width: $media-md) {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row-reverse;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
&__button {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: 10;
|
||||
}
|
||||
&__img {
|
||||
padding: 20rem;
|
||||
z-index: 3;
|
||||
max-width: 310rem;
|
||||
|
||||
@media (max-width: $media-md) {
|
||||
max-width: 140rem;
|
||||
max-height: 240rem;
|
||||
padding: 0;
|
||||
}
|
||||
&--first {
|
||||
object-fit: cover;
|
||||
z-index: 1;
|
||||
max-width: 324rem;
|
||||
max-height: 374rem;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: -19rem;
|
||||
transform: translateY(-50%);
|
||||
@media (max-width: $media-md) {
|
||||
position: static;
|
||||
transform: none;
|
||||
max-width: 190rem;
|
||||
max-height: 190rem;
|
||||
margin-left: -60rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Singl
|
||||
.single-section {
|
||||
margin: 60rem 0;
|
||||
overflow: hidden;
|
||||
@media (max-width: $media-md) {
|
||||
padding: var( --container-mob-section) 0;
|
||||
margin:0;
|
||||
}
|
||||
&__container {
|
||||
padding: 0rem 40rem 0;
|
||||
border-radius: var(--border-r-24);
|
||||
background-color: var(--bg-green);
|
||||
@media (max-width: $media-md) {
|
||||
padding: var(--container-mob-section) var(--container-mob-padding) 0;
|
||||
}
|
||||
}
|
||||
&__item {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
gap: 50rem;
|
||||
@media (max-width: $media-md) {
|
||||
gap: 20rem;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
&__content {
|
||||
max-width: 498rem;
|
||||
padding: 90rem 0;
|
||||
@media (max-width: $media-md) {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
&__title {
|
||||
max-width: 357rem;
|
||||
}
|
||||
&__description {
|
||||
margin: 24rem 0;
|
||||
}
|
||||
&__card {
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
overflow: hidden;
|
||||
@media (max-width: $media-md) {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
&__img {
|
||||
padding: 0;
|
||||
z-index: 3;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
277
sass/pages/new-support.scss
Normal file
|
@ -0,0 +1,277 @@
|
|||
@import "../variables/media";
|
||||
|
||||
.new-support {
|
||||
&__text {
|
||||
color: var(--black-white);
|
||||
}
|
||||
}
|
||||
|
||||
.support-benefit {
|
||||
margin: -120rem 0 80rem;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
@media (max-width: $media-sm) {
|
||||
margin: -20rem 0 80rem;
|
||||
}
|
||||
|
||||
&__container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 15rem;
|
||||
@media (max-width: $media-sm) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
&__item {
|
||||
background-color: var(--wite-green);
|
||||
border-radius: 10rem;
|
||||
box-shadow: var(--card-box-shadow);
|
||||
padding: 28rem 26rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 15rem;
|
||||
}
|
||||
|
||||
&__text {
|
||||
max-width: 292rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&__icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 143rem;
|
||||
width: 143rem;
|
||||
height: 143rem;
|
||||
background-color: var(--acordion-green-bg);
|
||||
color: var(--green-button);
|
||||
border: 1rem solid var(--green-button-transparent);
|
||||
}
|
||||
}
|
||||
|
||||
.services-support {
|
||||
&__container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
&__title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&__img {
|
||||
display: block;
|
||||
width: 47%;
|
||||
border-radius: 10rem 0 0 10rem;
|
||||
@media (max-width: $media-sm) {
|
||||
border-radius: 10rem;
|
||||
width: calc(100% - 10rem);
|
||||
margin: 0 10rem -20rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__item {
|
||||
border-radius: 10rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 10rem;
|
||||
@media (max-width: $media-sm) {
|
||||
margin-bottom: 20rem;
|
||||
}
|
||||
&:nth-child(2n) {
|
||||
flex-direction: row-reverse;
|
||||
@media (max-width: $media-sm) {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.services-support__img {
|
||||
border-radius: 0 10rem 10rem 0;
|
||||
@media (max-width: $media-sm) {
|
||||
border-radius: 10rem;
|
||||
width: calc(100% - 10rem);
|
||||
margin: 0 0rem -20rem 10rem;
|
||||
}
|
||||
}
|
||||
.services-support__item-content {
|
||||
@media (max-width: $media-sm) {
|
||||
|
||||
width: calc(100% - 10rem);
|
||||
margin: 0 10rem 0rem 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $media-sm) {
|
||||
flex-direction: column;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
&__sub-title {
|
||||
padding: 10rem 0;
|
||||
}
|
||||
|
||||
&__row {
|
||||
margin-bottom: 40rem;
|
||||
@media (max-width: $media-sm) {
|
||||
margin-bottom: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__item-content {
|
||||
background-color: var(--bg-green);
|
||||
padding: 110rem 40rem;
|
||||
border-radius: 10rem;
|
||||
position: relative;
|
||||
@media (max-width: $media-sm) {
|
||||
padding: 20rem 16rem;
|
||||
width: calc(100% - 10rem);
|
||||
margin: 0 0 0 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__count {
|
||||
display: flex;
|
||||
gap: 19rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
&__number {
|
||||
color: var(--green-button);
|
||||
}
|
||||
|
||||
&__icon {
|
||||
width: 53rem;
|
||||
height: 53rem;
|
||||
border-radius: 53rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: var(--icon-check-color);
|
||||
|
||||
color: var(--common-green);
|
||||
@media (max-width: $media-sm) {
|
||||
width: 33rem;
|
||||
height: 33rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__title-row {
|
||||
@media (max-width: $media-sm) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__line {
|
||||
margin: 10rem auto 40rem;
|
||||
}
|
||||
}
|
||||
|
||||
.reviews {
|
||||
padding: var(--container-mob-section) 0;
|
||||
|
||||
&__title {
|
||||
text-align: center;
|
||||
}
|
||||
&__line {
|
||||
@media (max-width: $media-sm) {
|
||||
margin-bottom: -10rem;
|
||||
}
|
||||
}
|
||||
&__item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
box-shadow: var(--card-box-shadow);
|
||||
margin: 30rem 30rem 65rem;
|
||||
border-radius: 10rem;
|
||||
padding: 58rem 30rem 0;
|
||||
background-color: var(--rewi-card-color);
|
||||
position: relative;
|
||||
@media (max-width: $media-sm) {
|
||||
padding: 30rem 30rem 0;
|
||||
}
|
||||
&:before {
|
||||
content: "";
|
||||
width: 150rem;
|
||||
height: 150rem;
|
||||
|
||||
position: absolute;
|
||||
bottom: -30rem;
|
||||
left: 50%;
|
||||
transform: translateX(-50%) rotate(45deg);
|
||||
z-index: 1;
|
||||
border-radius: 30rem;
|
||||
box-shadow: var(--card-box-shadow);
|
||||
background-color: var(--rewi-card-color);
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 10rem;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 2;
|
||||
|
||||
background-color: var(--rewi-card-color);
|
||||
}
|
||||
}
|
||||
|
||||
&__text {
|
||||
color: var(--black-white);
|
||||
max-width: 390rem;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
&__s-title {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
max-width: 200rem;
|
||||
justify-content: space-between;
|
||||
margin: 30rem 0 10rem;
|
||||
z-index: 4;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
width: 16rem;
|
||||
height: 1rem;
|
||||
background-color: var(--green-button);
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
width: 16rem;
|
||||
height: 1rem;
|
||||
background-color: var(--green-button);
|
||||
}
|
||||
}
|
||||
|
||||
&__icon {
|
||||
display: block;
|
||||
margin-top: auto;
|
||||
width: 80rem;
|
||||
height: 80rem;
|
||||
border-radius: 80rem;
|
||||
margin-bottom: -30rem;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
&__pag {
|
||||
position: relative;
|
||||
margin-top: 60rem;
|
||||
}
|
||||
}
|
69
sass/pages/support.scss
Normal file
|
@ -0,0 +1,69 @@
|
|||
@import "../variables/media";
|
||||
|
||||
.section-support {
|
||||
padding: var(--container-mob-section) 0;
|
||||
|
||||
&__container {
|
||||
display: grid;
|
||||
grid-template-columns: 2fr minmax(200px, 1fr);
|
||||
gap: 22rem;
|
||||
@media (max-width: $media-md) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
@media (max-width: $media-sm) {
|
||||
padding: 20rem 0 20rem 75rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__item {
|
||||
background: var(--common-green);
|
||||
color: var(--common-white);
|
||||
padding: 30rem;
|
||||
border-radius: 10rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 36rem;
|
||||
|
||||
&:nth-child(2) {
|
||||
grid-row: 3/1;
|
||||
grid-column: 2/2;
|
||||
flex-direction: column-reverse;
|
||||
justify-content: center;
|
||||
@media (max-width: $media-md) {
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $media-sm) {
|
||||
position: relative;
|
||||
padding: 20rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__content {
|
||||
max-width: 388rem;
|
||||
}
|
||||
|
||||
&__line {
|
||||
width: 256rem;
|
||||
height: 2rem;
|
||||
background-color: var(--common-line-color);
|
||||
margin: 20rem 0;
|
||||
}
|
||||
|
||||
&__img {
|
||||
max-width: 184rem;
|
||||
@media (max-width: $media-sm) {
|
||||
max-width: 63rem;
|
||||
position: absolute;
|
||||
top: 24rem;
|
||||
left: 17rem;
|
||||
}
|
||||
}
|
||||
}
|
117
sass/pages/volunteering.scss
Normal file
|
@ -0,0 +1,117 @@
|
|||
@import "../variables/media";
|
||||
|
||||
.section-volunteering {
|
||||
padding: var(--container-mob-section) 0;
|
||||
|
||||
&__title {
|
||||
@media (max-width: $media-sm) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
&__container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16rem;
|
||||
}
|
||||
|
||||
&__select {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 22rem 30rem;
|
||||
border-radius: 10rem;
|
||||
background-color: var(--acordion-green);
|
||||
margin-bottom: 20rem;
|
||||
cursor: pointer;
|
||||
border: 1rem solid transparent;
|
||||
@media (max-width: $media-sm) {
|
||||
padding: 16rem 15rem;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
&__block {
|
||||
padding: 20rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16rem;
|
||||
border-bottom: 1rem solid var(--common-acord-button);
|
||||
overflow: scroll;
|
||||
max-height: 500rem;
|
||||
|
||||
> div {
|
||||
max-height: 500rem;
|
||||
}
|
||||
|
||||
img {
|
||||
display: inline;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
@media (max-width: $media-sm) {
|
||||
padding: 16rem 15rem;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
&__main {
|
||||
padding: 30rem;
|
||||
}
|
||||
|
||||
&__content {
|
||||
overflow: hidden;
|
||||
|
||||
background-color: var(--acordion-green-bg);
|
||||
transition: max-height 0.5s ease-in-out;
|
||||
|
||||
margin-top: -24rem;
|
||||
border-radius: 0 0 10rem 10rem;
|
||||
max-height: 0;
|
||||
|
||||
@media (max-width: $media-sm) {
|
||||
margin-top: -27rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&__button {
|
||||
background-color: var(--common-acord-button);
|
||||
color: var(--common-green);
|
||||
width: 34rem;
|
||||
height: 34rem;
|
||||
font-size: 21px;
|
||||
font-weight: 500;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 34rem;
|
||||
&:before {
|
||||
content: "+";
|
||||
}
|
||||
}
|
||||
|
||||
.is-active {
|
||||
border-radius: 10rem;
|
||||
border: 1rem solid var(--common-acord-button);
|
||||
background-color: var(--acordion-green-bg);
|
||||
.section-volunteering__button {
|
||||
&:before {
|
||||
content: "-";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.is-active + .section-volunteering__content {
|
||||
max-height: 500rem;
|
||||
border: 1rem solid var(--common-acord-button);
|
||||
|
||||
}
|
||||
|
||||
.active-hei {
|
||||
max-height: 500rem;
|
||||
border: 1rem solid var(--common-acord-button);
|
||||
}
|
||||
}
|
||||
|
73
sass/variables/color-theme.scss
Normal file
|
@ -0,0 +1,73 @@
|
|||
// Common COLOR
|
||||
|
||||
@import "../variables/media";
|
||||
|
||||
:root {
|
||||
--common-black: #000D07;
|
||||
--common-white: #ffffff;
|
||||
--common-green: #006C35;
|
||||
--common-green-02: #33453D;
|
||||
--common-green-primery: #CCE1D7;
|
||||
--common-green-btn: #006031;
|
||||
--common-green-hover: #2b6445;
|
||||
--common-grey: #D9DBDA;
|
||||
--common-grey-v2: #5A5A5A;
|
||||
--common-grey-v3: #64776E;
|
||||
--common-grey-v4: #E5F0EB;
|
||||
--common-grey-v5: #CECECE;
|
||||
--common-grey-v6: #BBD7A7;
|
||||
--common-green-border: #99C4AF;
|
||||
--common-line-color: #AEC5BA;
|
||||
--common-black-sub: #26312C;
|
||||
--common-green-btn-social: #33895E;
|
||||
--common-acord-button: #BFDACC;
|
||||
--common-green-gradient: linear-gradient(90deg, #006C35 0%, rgba(0, 96, 49, 0.00) 100%);
|
||||
--common-card-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Theme COLOR change
|
||||
.light {
|
||||
--point-color: var(--common-green);
|
||||
--link-map-section: var(--common-white);
|
||||
--cart-bg: var(--common-acord-button);
|
||||
--card-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
|
||||
--icon-check-color: var(--common-green-primery);
|
||||
--acordion-green: #F2F8F5;
|
||||
--acordion-green-bg: var(--common-grey-v4);;
|
||||
--dots-color: var(--common-grey-v4);;
|
||||
--body-bg: var(--common-white);
|
||||
--white-black: var(--common-white);
|
||||
--black-white: var(--common-black);
|
||||
--green-theme: #006031;
|
||||
--bg-green: var(--common-grey-v4);;
|
||||
--wite-green: var(--common-white);
|
||||
--footer-bg: #F5F5F5;
|
||||
--green-button: var(--common-green);
|
||||
--green-button-transparent: transparent;
|
||||
--icon-border-green: #66A686;
|
||||
--rewi-card-color: var(--common-white);
|
||||
}
|
||||
|
||||
.dark {
|
||||
--point-color: var(--common-green-primery);
|
||||
--link-map-section: var(--common-grey-v6);
|
||||
--cart-bg: var(--common-green-02);
|
||||
--card-box-shadow: none;
|
||||
--icon-check-color: var(--common-green-primery);
|
||||
--acordion-green: var(--common-green-02);
|
||||
--acordion-green-bg: var(--common-grey-v3);
|
||||
--body-bg: #2C2C2C;
|
||||
--dots-color: var(--common-grey-v4);;
|
||||
--white-black: var(--common-black);
|
||||
--black-white: var(--common-white);
|
||||
--green-theme: var(--common-green);
|
||||
--bg-green: var(--common-green-02);
|
||||
--wite-green: var(--common-green-02);
|
||||
--footer-bg: var(--common-black);
|
||||
--green-button: var(--common-grey-v6);
|
||||
--green-button-transparent: var(--common-grey-v6);
|
||||
--icon-border-green: var(--common-white);
|
||||
--rewi-card-color: var(--common-grey-v3);
|
||||
}
|
145
sass/variables/fonts.scss
Normal file
|
@ -0,0 +1,145 @@
|
|||
//font-family: 'Inter', sans-serif;
|
||||
//font-family: 'Lato', sans-serif;
|
||||
@import "../variables/media";
|
||||
:root {
|
||||
--main-font: 'Inter', sans-serif;
|
||||
--sub-fonst: 'Lato', sans-serif;
|
||||
|
||||
--h1: 300 48rem/60rem var(--sub-fonst);
|
||||
--h1-inter: 700 36rem/46rem var(--main-font);
|
||||
--h1-sub: 400 24rem/32rem var(--main-font);
|
||||
--h1-sub_v2: 300 24rem/32rem var(--main-font);
|
||||
--h3-boold: 700 24rem/32rem var(--main-font);
|
||||
--h3-normal: 600 24rem/32rem var(--main-font);
|
||||
--h4: 500 18rem/28rem var(--main-font);
|
||||
--h5: 500 20rem/28rem var(--main-font);
|
||||
--h6: 500 30rem/36rem var(--main-font);
|
||||
--h6-bold: 700 30rem/36rem var(--main-font);
|
||||
--h6-date: 700 30rem/36rem var(--main-font);
|
||||
--h5-boold: 700 22rem/28rem var(--main-font);
|
||||
--p: 300 18rem/28rem var(--main-font);
|
||||
--p-15: 300 15rem/26rem var(--main-font);
|
||||
--p-15-bold: 500 15rem/18rem var(--main-font);
|
||||
--p-md: 400 16rem/28rem var(--main-font);
|
||||
--p-md-bold: 600 16rem/28rem var(--main-font);
|
||||
--p-sm: 500 14rem/21rem var(--main-font);
|
||||
--p-sub: 300 12rem/15rem var(--main-font);
|
||||
--p-card: 300 17rem/24rem var(--main-font);
|
||||
--nav-link: 500 16rem/28rem var(--main-font);
|
||||
--nav-bred: 400 13rem/18rem var(--main-font);
|
||||
|
||||
--price-icon: 700 24rem/18rem var(--main-font);
|
||||
|
||||
--icon-count: 700 64rem/60rem var(--sub-fonst);
|
||||
}
|
||||
|
||||
@media (max-width: $media-md) {
|
||||
:root {
|
||||
--h6-date: 700 16rem/22rem var(--main-font);
|
||||
--h1: 300 36rem/normal var(--sub-fonst);
|
||||
--h1-sub: 400 18rem/32rem var(--main-font);
|
||||
--h5-boold: 700 16rem/28rem var(--main-font);
|
||||
--p: 300 18rem/28rem var(--main-font);
|
||||
--p-md: 400 16rem/28rem var(--main-font);
|
||||
--p-sm: 500 14rem/28rem var(--main-font);
|
||||
--p-sm-light: 300 14rem/18rem var(--main-font);
|
||||
--p-sub: 300 12rem/15rem var(--main-font);
|
||||
--nav-link: 500 13rem/24rem var(--main-font);
|
||||
|
||||
--h1-inter: 500 24rem/36rem var(--main-font);
|
||||
--icon-count: 700 48rem/60rem var(--sub-fonst);
|
||||
}
|
||||
}
|
||||
|
||||
// Title
|
||||
.h1{
|
||||
font: var(--h1);
|
||||
color: var(--common-white);
|
||||
}
|
||||
.h1-inter {
|
||||
font: var( --h1-inter);
|
||||
}
|
||||
.h1-sub {
|
||||
font: var(--h1-sub);
|
||||
color: var(--common-white);
|
||||
}
|
||||
.h2{
|
||||
font: var(--h1);
|
||||
color: var(--black-white);
|
||||
}
|
||||
.h2-sub{
|
||||
font: var(--h1-sub);
|
||||
color: var(--black-white);
|
||||
}
|
||||
.h2-sub_v2{
|
||||
font: var(--h1-sub_v2);
|
||||
color: var(--common-white);
|
||||
}
|
||||
.h3-normal {
|
||||
font: var(--h3-normal);
|
||||
}
|
||||
.h3-bold {
|
||||
font: var( --h3-boold);
|
||||
color: var(--common-black);
|
||||
}
|
||||
.h4 {
|
||||
font: var(--h4);
|
||||
}
|
||||
|
||||
.h5 {
|
||||
font: var(--h5);
|
||||
color: var(--black-white);
|
||||
}
|
||||
.h6-date {
|
||||
font: var(--h6-date);
|
||||
}
|
||||
.h6 {
|
||||
font: var(--h6);
|
||||
}
|
||||
.h6-bold {
|
||||
font: var(--h6-bold);
|
||||
}
|
||||
.h5-boold {
|
||||
font: var( --h5-boold);
|
||||
}
|
||||
// Text
|
||||
.p{
|
||||
font: var(--p);
|
||||
}
|
||||
.p-15 {
|
||||
font: var(--p-15);
|
||||
}
|
||||
.p-md {
|
||||
font: var(--p-md);
|
||||
}
|
||||
.p-sm {
|
||||
font: var(--p-sm);
|
||||
}
|
||||
.p-sm-light {
|
||||
font: var(--p-sm-light);
|
||||
}
|
||||
.p-15-bold {
|
||||
font: var(--p-15-bold);
|
||||
}
|
||||
.p-card {
|
||||
font: var(--p-card);
|
||||
}
|
||||
.p-md-bold {
|
||||
font: var(--p-md-bold);
|
||||
}
|
||||
.nav-link{
|
||||
font: var(--nav-link);
|
||||
}
|
||||
.nav-bred {
|
||||
font: var(--nav-bred);
|
||||
color: var(--common-white);
|
||||
}
|
||||
|
||||
.icon-count {
|
||||
font: var(--icon-count);
|
||||
}
|
||||
|
||||
.price-icon {
|
||||
font: var(--price-icon);
|
||||
}
|
||||
|
12
sass/variables/images.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--map-section-icon: url('/images/open-map/open-map-logo.png');
|
||||
|
||||
}
|
||||
|
||||
.light {
|
||||
--map-section-bg: url('/images/open-map/map-bg.png');
|
||||
}
|
||||
|
||||
.dark {
|
||||
--map-section-bg: url('/images/open-map/map-bg-dark.png');
|
||||
}
|
4
sass/variables/media.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
// Media sm: Mobile, md: Tablet, xl: Desktop
|
||||
$media-md: 991px;
|
||||
$media-sm: 767px
|
||||
|
18
sass/variables/spasing.scss
Normal file
|
@ -0,0 +1,18 @@
|
|||
:root {
|
||||
--container: 1100rem;
|
||||
|
||||
--mb-16: 16rem;
|
||||
--mb-40: 40rem;
|
||||
|
||||
--border-r-8: 8rem;
|
||||
--border-r-24: 24rem;
|
||||
|
||||
--transition: 0.5s;
|
||||
|
||||
--icon-border: 2rem;
|
||||
|
||||
--container-mob-section: 60rem;
|
||||
--container-mob-padding: 16rem;
|
||||
|
||||
--menu-height: 90rem;
|
||||
}
|
BIN
static/get-involved/contribute-code-ico.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
static/get-involved/contribute-info-ico.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
static/get-involved/donation-ico.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
static/images/about-us/info-card-banner-1.png
Normal file
After Width: | Height: | Size: 568 KiB |
BIN
static/images/about-us/info-card-banner-2.png
Normal file
After Width: | Height: | Size: 590 KiB |
BIN
static/images/about-us/mission-ico.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
static/images/about-us/open-maps-banner.png
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
static/images/about-us/project-info-main-banner.png
Normal file
After Width: | Height: | Size: 871 KiB |
BIN
static/images/about-us/vision-ico.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
static/images/about-us/wikipedia-banner.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
static/images/arrow-link.png
Normal file
After Width: | Height: | Size: 246 B |
3
static/images/arrow-link.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2929 4.29289C13.6834 3.90237 14.3166 3.90237 14.7071 4.29289L21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12C22 12.2652 21.8946 12.5196 21.7071 12.7071L14.7071 19.7071C14.3166 20.0976 13.6834 20.0976 13.2929 19.7071C12.9024 19.3166 12.9024 18.6834 13.2929 18.2929L18.5858 13L3 13C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11L18.5858 11L13.2929 5.70711C12.9024 5.31658 12.9024 4.68342 13.2929 4.29289Z" fill="#006031"/>
|
||||
</svg>
|
After Width: | Height: | Size: 583 B |
BIN
static/images/community/contribute-code-banner.png
Normal file
After Width: | Height: | Size: 203 KiB |
BIN
static/images/community/design-product-banner.png
Normal file
After Width: | Height: | Size: 148 KiB |
BIN
static/images/community/discussion-card-banner.png
Normal file
After Width: | Height: | Size: 319 KiB |
BIN
static/images/community/location-info-banner.png
Normal file
After Width: | Height: | Size: 223 KiB |
BIN
static/images/community/provide-support-banner.png
Normal file
After Width: | Height: | Size: 221 KiB |
BIN
static/images/community/translate-banner.png
Normal file
After Width: | Height: | Size: 218 KiB |
BIN
static/images/crowdfunding/benefits-banner-1.png
Normal file
After Width: | Height: | Size: 505 KiB |
BIN
static/images/crowdfunding/benefits-banner-2.png
Normal file
After Width: | Height: | Size: 645 KiB |
BIN
static/images/crowdfunding/benefits-banner-3.png
Normal file
After Width: | Height: | Size: 598 KiB |