organicmaps-website/templates/base.html
2024-02-09 20:27:39 +02:00

234 lines
9.2 KiB
HTML

{%- if page %}
{%- set resource = page %}
{%- set resource_title = resource.title %}
{%- set resource_path = resource.path %}
{%- elif section %}
{%- set resource = section %}
{%- set resource_title = resource.title %}
{%- set resource_path = resource.path %}
{%- elif term %}
{%- set resource = term %}{# taxonomy term has only 'name', 'slug' and 'path' properties #}
{%- set resource_path = resource.path %}
{%- set resource_title = resource.name %}
{%- elif taxonomy %}
{%- set resource = taxonomy %}{# taxonomy has only 'name' and 'slug' properties #}
{%- set resource_path = '/' ~ resource.name ~ '/' %}
{%- set resource_title = resource.name %}
{%- endif %}
<!DOCTYPE html>
{%- set rtl_langs = ["ar", "arc", "dv", "fa", "ha", "he", "khw", "ks", "ku", "ps", "ur", "yi"] -%}
<html lang="{{ lang }}" {%- if lang in rtl_langs -%} dir="rtl" {%- endif -%}>
<head>
<meta name="robots" content="noindex">
<!-- <script>-->
<!-- var password = "tutorial";-->
<!-- (function passcodeprotect() {-->
<!-- var passcode = prompt("Enter PassCode");-->
<!-- while (passcode !== admin) {-->
<!-- alert("Incorrect PassCode");-->
<!-- return passcodeprotect();-->
<!-- }-->
<!-- }());-->
<!-- alert('Welcome To The TP..!');-->
<!-- </script>-->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
{% block meta_description %}
<meta name="description" content="{{ resource.description }}">
{% endblock %}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&family=Lato:wght@200;300;400;500;600;700;&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&family=Lato:wght@200;300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
{% block rss %}
<link rel="alternate" type="application/rss+xml" title="RSS"
href="{{ get_url(path="rss.xml", trailing_slash=false) }}">
{% endblock %}
<link rel="canonical" href="{{ config.base_url | safe }}{{ resource_path | safe }}">
{%- set preview_image = 'images/screenshots/prague.jpg' -%}
{%- if resource.extra.preview_image -%}
{%- set preview_image = resource.extra.preview_image -%}
{%- elif resource.assets %}
{%- set basename = resource.assets[0] | split(pat='/') | last %}
{%- if basename is ending_with('.jpg') or basename is ending_with('.jpeg') or basename is ending_with('.png') or basename is ending_with('.webp') %}
{%- set preview_image = resource_path ~ basename -%}
{%- endif %}
{%- endif %}
<meta property="og:image" content="{{ get_url(path=preview_image) }}">
<meta property="og:url" content="{{ current_url | safe }}">
<meta property="og:type" content="website">
<meta property="og:title" content="{{ resource_title }}">
{%- if resource.description -%}
<meta property="og:description" content="{{ resource.description }}">
{%- endif -%}
<meta name="twitter:card" content="summary_large_image">
<meta property="og:title" content="{{ resource_title }}">
{%- if resource.description -%}
<meta name="twitter:description" content="{{ resource.description }}">
{%- endif -%}
<meta name="apple-itunes-app" content="app-id=1567437057">
<meta name="wikidata" content="Q107078602">
{% if resource.date -%}
<meta property="article:published_time" content="{{ resource.date }}">
{%- endif -%}
<meta name="generator" content="Zola">
{%- block meta -%}{%- endblock %}
<link href="{{ get_url(path="main.css", cachebust=true) }}" rel="stylesheet" type="text/css">
<title>{{ resource_title }}</title>
{%- if lang == config.default_language %}
{% include 'components/language_redirect.html' %}
{% endif -%}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Lato:wght@300&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
</head>
<body class="light">
<div class="wrapper">
<header class="header">
{% include 'common/header.html' %}
</header>
<main class="main">
<!-- {% if page.taxonomies and page.taxonomies.faq %}{# Show FAQ breadcrumbs #}-->
<!-- <section class="hero-sub" style="background-image: url(/faq/hero_image.png)" >-->
<!-- <div class="container hero-sub__container">-->
<!-- <nav class="bred-crum">-->
<!-- <ul class="bred-crum__row">-->
<!-- <li class="bred-crum__item">-->
<!-- <a class="nav-bred bred-crum__link" href="/">Home</a>-->
<!-- </li>-->
<!-- <li class="bred-crum__item">-->
<!-- <span class="nav-bred">-->
<!-- >-->
<!-- </span>-->
<!-- </li>-->
<!-- <li class="bred-crum__item">-->
<!-- <a class="nav-bred bred-crum__link bred-crum&#45;&#45;active"-->
<!-- href="/faq">Faq</a>-->
<!-- </li>-->
<!-- </ul>-->
<!-- </nav>-->
<!-- <div class="hero-sub__content">-->
<!-- <h1 class="h1 hero-sub__title">-->
<!-- Faq-->
<!-- </h1>-->
<!-- </div>-->
<!-- </div>-->
<!-- </section>-->
<!-- <section class="search">-->
<!-- <div class="container search__container">-->
<!-- <label class="search__label" for="inpSearch">-->
<!-- {% include 'ui/search.html' %}-->
<!-- <input class="search__input" id="inpSearch" type="text" placeholder="Search">-->
<!-- </label>-->
<!-- </div>-->
<!-- </section>-->
<!-- <section class="faq-post">-->
<!-- <div class="container faq-page-list__row">-->
<!-- {% set categories = get_taxonomy(kind='faq') | get(key="items") %}-->
<!-- <h2 class="h2-inter faq-page-list__title">App</h2>-->
<!-- <div class="line line&#45;&#45;full"></div>-->
<!-- <h2 class="h1-inter faq-page-list__title">How to edit or move bookmarks?</h2>-->
<!-- <div class="faq-page-list__buttons">-->
<!-- {% for item in categories %}-->
<!-- <a class="button button&#45;&#45;line-min" href="{{ get_taxonomy_url(kind="faq", name=item.name) }}">{{ item.name }}</a>-->
<!-- {% endfor %}-->
<!-- </div>-->
<!-- </div>-->
<!-- </section>-->
<!-- {% endif %}-->
{% block content %}{% endblock %}
</main>
<footer class="footer">
{% include 'common/footer.html' %}
</footer>
</div>
{% include 'shortcodes/acordeon.html' %}
{% include 'shortcodes/switch-theme.html' %}
{% include 'shortcodes/header-switch.html' %}
{% include 'shortcodes/animation-section-js.html' %}
{% include 'shortcodes/paralax.html' %}
<style>
.pages a {
color: black;
font-size: 12px;
line-height: 14px;
padding: 0;
margin: 0;
display: block;
}
.pages li {
list-style: none;
}
.pages {
position: fixed;
bottom: 5px;
left: 5px;
background: rgba(255, 255, 255, .8);
padding: 5px 5px 5px 15px;
width: 100px;
height: 180px;
border-radius: 5px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media (max-width: 767px) {
.pages {
display: none;
}
}
</style>
<ol class="pages">
<li><a href="/community/">community</a></li>
<li><a href="/news/">news</a></li>
<li><a href="/news/2023-09-21/please-vote-for-us-again-on-hackernews/">post</a></li>
<li><a href="/support-us/">support</a></li>
<li><a href="/faq/">faq</a></li>
<li><a href="/faq/what-android-version-can-run-organic-maps/">faq post</a></li>
<li><a href="/volunteering/">volunteering</a></li>
<li><a href="/donate/">donate</a></li>
<li><a href="/crowdfunding/">crowdfunding</a></li>
<li><a href="/about-us/">about</a></li>
<li><a href="/download/">download</a></li>
</ol>
</body>
</html>