Added pages
This commit is contained in:
@@ -51,7 +51,15 @@
|
|||||||
<!-- RESPONSIVE CSS -->
|
<!-- RESPONSIVE CSS -->
|
||||||
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XTWF96F5ZZ"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-XTWF96F5ZZ');
|
||||||
|
</script>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@@ -628,23 +636,6 @@
|
|||||||
<!-- Custom Script -->
|
<!-- Custom Script -->
|
||||||
<script src="{% static 'js/custom.js' %}"></script>
|
<script src="{% static 'js/custom.js' %}"></script>
|
||||||
|
|
||||||
|
|
||||||
<!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. -->
|
|
||||||
<!--
|
|
||||||
<script>
|
|
||||||
var _gaq = _gaq || [];
|
|
||||||
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
|
|
||||||
_gaq.push(['_trackPageview']);
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,15 @@
|
|||||||
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XTWF96F5ZZ"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-XTWF96F5ZZ');
|
||||||
|
</script>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@@ -466,23 +474,6 @@
|
|||||||
<!-- Custom Script -->
|
<!-- Custom Script -->
|
||||||
<script src="{% static 'js/custom.js' %}"></script>
|
<script src="{% static 'js/custom.js' %}"></script>
|
||||||
|
|
||||||
|
|
||||||
<!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. -->
|
|
||||||
<!--
|
|
||||||
<script>
|
|
||||||
var _gaq = _gaq || [];
|
|
||||||
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
|
|
||||||
_gaq.push(['_trackPageview']);
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -51,7 +51,15 @@
|
|||||||
<!-- RESPONSIVE CSS -->
|
<!-- RESPONSIVE CSS -->
|
||||||
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XTWF96F5ZZ"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-XTWF96F5ZZ');
|
||||||
|
</script>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@@ -381,23 +389,6 @@
|
|||||||
<!-- Custom Script -->
|
<!-- Custom Script -->
|
||||||
<script src="{% static 'js/custom.js' %}"></script>
|
<script src="{% static 'js/custom.js' %}"></script>
|
||||||
|
|
||||||
|
|
||||||
<!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. -->
|
|
||||||
<!--
|
|
||||||
<script>
|
|
||||||
var _gaq = _gaq || [];
|
|
||||||
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
|
|
||||||
_gaq.push(['_trackPageview']);
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,15 @@
|
|||||||
<!-- RESPONSIVE CSS -->
|
<!-- RESPONSIVE CSS -->
|
||||||
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XTWF96F5ZZ"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-XTWF96F5ZZ');
|
||||||
|
</script>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@@ -1053,23 +1061,6 @@
|
|||||||
<!-- Custom Script -->
|
<!-- Custom Script -->
|
||||||
<script src="{% static 'js/custom.js' %}"></script>
|
<script src="{% static 'js/custom.js' %}"></script>
|
||||||
|
|
||||||
|
|
||||||
<!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. -->
|
|
||||||
<!--
|
|
||||||
<script>
|
|
||||||
var _gaq = _gaq || [];
|
|
||||||
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
|
|
||||||
_gaq.push(['_trackPageview']);
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,15 @@
|
|||||||
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XTWF96F5ZZ"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-XTWF96F5ZZ');
|
||||||
|
</script>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@@ -1885,23 +1893,6 @@
|
|||||||
<!-- Custom Script -->
|
<!-- Custom Script -->
|
||||||
<script src="{% static 'js/custom.js' %}"></script>
|
<script src="{% static 'js/custom.js' %}"></script>
|
||||||
|
|
||||||
|
|
||||||
<!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. -->
|
|
||||||
<!--
|
|
||||||
<script>
|
|
||||||
var _gaq = _gaq || [];
|
|
||||||
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
|
|
||||||
_gaq.push(['_trackPageview']);
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,15 @@
|
|||||||
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XTWF96F5ZZ"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-XTWF96F5ZZ');
|
||||||
|
</script>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@@ -1885,23 +1893,6 @@
|
|||||||
<!-- Custom Script -->
|
<!-- Custom Script -->
|
||||||
<script src="{% static 'js/custom.js' %}"></script>
|
<script src="{% static 'js/custom.js' %}"></script>
|
||||||
|
|
||||||
|
|
||||||
<!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. -->
|
|
||||||
<!--
|
|
||||||
<script>
|
|
||||||
var _gaq = _gaq || [];
|
|
||||||
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
|
|
||||||
_gaq.push(['_trackPageview']);
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user