Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
5751bae2
Commit
5751bae2
authored
3 years ago
by
jan.bednarik
Browse files
Options
Downloads
Patches
Plain Diff
uniweb: Switch to styleguide hosted on pirati.cz
parent
d9dc76c0
No related branches found
No related tags found
2 merge requests
!406
release
,
!405
Upgrade
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
uniweb/templates/uniweb/base.html
+5
-5
5 additions, 5 deletions
uniweb/templates/uniweb/base.html
with
6 additions
and
6 deletions
README.md
+
1
−
1
View file @
5751bae2
...
...
@@ -84,7 +84,7 @@ obsahuje věci ze šablony verze `1.8.x`. Důvodem je snažší migrace na nově
verze šablony, které mohou obsahovat nekompatibilní změny. Každý web tak může
(a nemusí) migrovat nezávisle dle potřeby.
Různé verze šablony jsou k vidění na
[
styleguide.pir
-test.eu
](
https://styleguide.pir
-test.eu
/
)
Různé verze šablony jsou k vidění na
[
styleguide.pir
ati.cz
](
https://styleguide.pir
ati.cz
/
)
### Kalendáře
...
...
This diff is collapsed.
Click to expand it.
uniweb/templates/uniweb/base.html
+
5
−
5
View file @
5751bae2
...
...
@@ -14,8 +14,8 @@
{% include "shared/favicon_snippet.html" %}
<!-- Styles -->
<link
href=
"https://styleguide.pir
-test.eu
/2.3.x/css/styles.css"
rel=
"stylesheet"
media=
"all"
/>
<link
href=
"https://styleguide.pir
-test.eu
/2.3.x/css/pattern-scaffolding.css"
rel=
"stylesheet"
media=
"all"
/>
<link
href=
"https://styleguide.pir
ati.cz
/2.3.x/css/styles.css"
rel=
"stylesheet"
media=
"all"
/>
<link
href=
"https://styleguide.pir
ati.cz
/2.3.x/css/pattern-scaffolding.css"
rel=
"stylesheet"
media=
"all"
/>
<link
href=
"{% static "
shared
/
vendor
/
fancybox
/
jquery.fancybox.min.css
"
%}"
rel=
"stylesheet"
>
<style
type=
"text/css"
>
...
...
@@ -52,7 +52,7 @@
<div
class=
"container container--default navbar__content"
:class=
"{'navbar__content--initialized': true}"
>
<div
class=
"navbar__brand my-4 flex items-center lg:pr-8 lg:my-0"
>
<a
href=
"/"
>
<img
src=
"https://styleguide.pir
-test.eu
/2.3.x/images/logo-round-white.svg"
class=
"w-8"
/>
<img
src=
"https://styleguide.pir
ati.cz
/2.3.x/images/logo-round-white.svg"
class=
"w-8"
/>
</a>
<a
href=
"/"
class=
"pl-4 font-bold text-xl lg:border-r lg:border-grey-300 lg:pr-8"
>
{{ page.root_page.seo_title }}
</a>
</div>
...
...
@@ -88,7 +88,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=
"https://styleguide.pir
-test.eu
/2.3.x/images/logo-full-white.svg"
alt=
"logo pirátské strany"
class=
"w-32 md:w-40 pb-6"
/>
<img
src=
"https://styleguide.pir
ati.cz
/2.3.x/images/logo-full-white.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"
>
<span
class=
"copyleft inline-block"
>
©
</span>
{% now "Y" %} Piráti. Všechna práva vyhlazena. Sdílejte a nechte ostatní sdílet za stejných podmínek.
...
...
@@ -130,7 +130,7 @@
</footer>
<script
src=
"{% static "
shared
/
vendor
/
vue
/
vue.2.6.11.js
"
%}"
></script>
<script
src=
"https://styleguide.pir
-test.eu
/2.3.x/js/main.bundle.js"
></script>
<script
src=
"https://styleguide.pir
ati.cz
/2.3.x/js/main.bundle.js"
></script>
<script
src=
"{% static "
shared
/
vendor
/
jquery
/
jquery-3.4.1.min.js
"
%}"
></script>
<script
src=
"{% static "
shared
/
vendor
/
lazysizes
/
lazysizes.min.js
"
%}"
></script>
<script
src=
"{% static "
shared
/
vendor
/
fancybox
/
jquery.fancybox.min.js
"
%}"
></script>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment