Skip to content
Snippets Groups Projects
Commit d98e5ee0 authored by Dan Nepejchal's avatar Dan Nepejchal Committed by jan.bednarik
Browse files

Regulace konopí - initial commit

- styleguide migration
parent 0bb53313
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@
<!-- Styles -->
<link href="{% static "regulace_konopi/vendor/css/bootstrap.min.css" %}" rel="stylesheet"/>
<link href="{% static "uniweb/assets/css/styles.css" %}" rel="stylesheet" media="all"/>
<link href="{% static "uniweb/assets/css/pattern-scaffolding.css" %}" rel="stylesheet" media="all"/>
<link href="{% static "styleguide18/assets/css/styles.css" %}" rel="stylesheet" media="all"/>
<link href="{% static "styleguide18/assets/css/pattern-scaffolding.css" %}" rel="stylesheet" media="all"/>
<link href="{% static "shared/vendor/fancybox/jquery.fancybox.min.css" %}" rel="stylesheet">
<link href="{% static "regulace_konopi/assets/css/styles.css" %}" rel="stylesheet" media="all"/>
<script src="{% static "shared/vendor/jquery/jquery-3.4.1.min.js" %}"></script>
......@@ -27,8 +27,8 @@
}
</style>
{% if page.matomo_id %}
{% include "shared/matomo_snippet.html" with matomo_id=page.matomo_id %}
{% if page.root_page.matomo_id %}
{% include "shared/matomo_snippet.html" with matomo_id=page.root_page.matomo_id %}
{% endif %}
</head>
......@@ -38,7 +38,7 @@
<nav class="navbar navbar-expand-sm navbar-dark sticky-top bg-dark" id="">
<div class="container">
<div class="brand-wrapper">
<a class="navbar-brand" href="/"><img src="{% static "uniweb/assets/images/logo-round-white.svg" %}"
<a class="navbar-brand" href="/"><img src="{% static "styleguide18/assets/images/logo-round-white.svg" %}"
class="d-inline-block m-auto"/>{{ page.root_page.seo_title }}</a>
</div>
......@@ -72,7 +72,7 @@
<div class="footer__main py-4 lg:py-16 container container--default">
<section class="footer__brand">
<a href="https://www.pirati.cz">
<img src="{% static "uniweb/assets/images/logo.svg" %}" alt="logo pirátské strany"
<img src="{% static "styleguide18/assets/images/logo.svg" %}" alt="logo pirátské strany"
class="w-32 md:w-40 pb-6"/>
</a>
<p class="para hidden md:block md:mb-4 lg:mb-0 text-grey-200">
......@@ -121,7 +121,7 @@
</footer>
<script src="{% static "regulace_konopi/vendor/js/bootstrap.bundle.min.js" %}"></script>
<script src="{% static "uniweb/assets/js/vue.2.6.11.js" %}"></script>
<script src="{% static "styleguide18/assets/js/vue.2.6.11.js" %}"></script>
<script src="{% static "shared/vendor/lazysizes/lazysizes.min.js" %}"></script>
<script src="{% static "shared/vendor/fancybox/jquery.fancybox.min.js" %}"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment