|
3 | 3 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
|
4 | 4 | <meta name="theme-color" content="#e8f5e9" />
|
5 | 5 | <link rel="icon" href="images/js-xxl.png" size="192x192">
|
6 |
| -<title>JSC-V</title> |
| 6 | +<title>JS_V</title> |
7 | 7 |
|
8 | 8 | <script src="js/lang-detect.js"></script>
|
9 | 9 |
|
@@ -96,26 +96,28 @@ <h3>contact me</h3>
|
96 | 96 | </div>
|
97 | 97 | </main>
|
98 | 98 |
|
| 99 | +<footer class="page-footer white center"> |
| 100 | + <div class="footer-copyright grey-text"> |
| 101 | + All rights reserved © 2017. |
| 102 | + </div> |
| 103 | +</footer> |
| 104 | + |
99 | 105 | <!-- Scripts-->
|
100 |
| -<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> |
101 | 106 | <script src="js/init.js"></script>
|
102 | 107 | <!-- Google Analytics-->
|
103 | 108 | <script>
|
104 |
| -(function(i, s, o, g, r, a, m) { |
105 |
| - i['GoogleAnalyticsObject'] = r; |
106 |
| - i[r] = i[r] || function() { |
107 |
| - (i[r].q = i[r].q || []).push(arguments) |
108 |
| - }, i[r].l = 1 * new Date(); |
109 |
| - a = s.createElement(o), |
110 |
| - m = s.getElementsByTagName(o)[0]; |
111 |
| - a.async = 1; |
112 |
| - a.src = g; |
113 |
| - m.parentNode.insertBefore(a, m) |
114 |
| -})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); |
115 |
| - |
116 |
| -ga('create', 'UA-62219838-1', 'auto'); |
117 |
| -ga('send', 'pageview'); |
| 109 | + (function(i, s, o, g, r, a, m) { |
| 110 | + i['GoogleAnalyticsObject'] = r; |
| 111 | + i[r] = i[r] || function() { |
| 112 | + (i[r].q = i[r].q || []).push(arguments) |
| 113 | + }, i[r].l = 1 * new Date(); |
| 114 | + a = s.createElement(o), |
| 115 | + m = s.getElementsByTagName(o)[0]; |
| 116 | + a.async = 1; |
| 117 | + a.src = g; |
| 118 | + m.parentNode.insertBefore(a, m) |
| 119 | + })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); |
| 120 | + |
| 121 | + ga('create', 'UA-62219838-1', 'auto'); |
| 122 | + ga('send', 'pageview'); |
118 | 123 | </script>
|
119 |
| -<!-- Pepper --> |
120 |
| -<script src='https://pepper.swat.io/embed.js?eyJwb3NpdGlvbiI6InJpZ2h0IiwiY29sb3IiOiIxMTExMTEiLCJjdXN0b21Db2xvciI6ZmFsc2UsImljb24iOiJidWJibGUiLCJwcm9ub3VuIjoibWUiLCJsYW5ndWFnZSI6ImVuIiwiYnJhbmRlZCI6dHJ1ZSwiaW50cm9UZXh0IjoiQ29udMOhY3RhbWUgYSB0cmF2w6lzIGRlOiIsImNoYW5uZWxzIjpbWyJsaW5rZWRpbiIsImh0dHBzOi8vd3d3LmxpbmtlZGluLmNvbS9pbi9qdWFuc2N2Iiwic29jaWFsIl0sWyJnaXRodWIiLCJodHRwczovL2dpdGh1Yi5jb20vanVhbnNjdiIsInNvY2lhbCJdLFsid2hhdHNhcHAiLCIrNTcgMzE2IDY1NjA2MzUiLCJzb2NpYWwiXSxbImVtYWlsIiwianVhbnNjdkBvdXRsb29rLmNvbSIsImNsYXNzaWMiXV19'></script> |
121 |
| -<script defer src="js/show-pepper.js"></script> |
|
0 commit comments