Skip to content

Instantly share code, notes, and snippets.

@miletskiy
Last active March 4, 2018 16:56
Show Gist options
  • Select an option

  • Save miletskiy/e40f126e8b0f2cce2de3dad1109a2711 to your computer and use it in GitHub Desktop.

Select an option

Save miletskiy/e40f126e8b0f2cce2de3dad1109a2711 to your computer and use it in GitHub Desktop.
Изменения index.html
diff --git a/main/templates/main/index.html b/main/templates/main/index.html
index 92ae224..24ece26 100644
--- a/main/templates/main/index.html
+++ b/main/templates/main/index.html
@@ -8,8 +8,8 @@
<meta name="yandex-verification" content="75f9a85863f435fa" />
<meta name="description" content="Компанія ЗІКО – розробка інженерних рішень, які включають очистку води, водопідготовку, насоси та насосне обладнання, баки та гідроакумулятори, очистка стоків">
<meta charset="UTF-8">
- <link rel="canonical" href="http://www.ziko.com.ua/">
- <link rel="alternate" href="http://www.ziko.com.ua/ru" hreflang="ru" />
+ <link rel="canonical" href="https://ziko.com.ua/">
+ <link rel="alternate" href="https://ziko.com.ua/ru" hreflang="ru" />
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon">
</head>
@@ -165,7 +165,7 @@
<span class="closeAbout">X</span>
<h5>{% trans "Досвід інженерії" %}</h5>
</div>
- <div class="aboutElementText">{% trans "Протягом 23 років компанія “ЗІКО” реалізувала чисельні" %} <a href="http://www.ziko.com.ua/projects/">{% trans "інженерні рішення" %}</a> {% trans "побутового і промислового рівня майже в усіх галузях промисловості" %}</div>
+ <div class="aboutElementText">{% trans "Протягом 23 років компанія “ЗІКО” реалізувала чисельні" %} <a href="https://www.ziko.com.ua/projects/">{% trans "інженерні рішення" %}</a> {% trans "побутового і промислового рівня майже в усіх галузях промисловості" %}</div>
</div>
<div class="plant visibleEl">
<div id="smoke">
@@ -408,7 +408,7 @@
<link href="{% static "bootstrap/css/bootstrap-select.min.css" %}" rel="stylesheet" type="text/css"/>
<link href="{% static "index/css/index_main.css" %}" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]>
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+ <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<link rel="stylesheet" href="{% static "index/css/style_ie.css" %}" type="text/css" >
<![endif]-->
(END)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment