turing-one 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2dc09740bff7b9d64fc2a06c6cc9b187bbf86528
4
- data.tar.gz: d2703b57b9ecacab5cb5ca802f3c892dcfe3d562
3
+ metadata.gz: ab3b68a2191b5d23f0411a78ed21e90eaffc21e6
4
+ data.tar.gz: afd697f2ffe230e9d7a017ba6233e128308a6940
5
5
  SHA512:
6
- metadata.gz: 3a3a122e1a1b8d5963f2a04a0aa1145c3d542f028151ef2b8cea94aa1f313d0f646622e836f2eec9e4c74ee3fed232442d722f381c4536d2293aeaa81a610ef1
7
- data.tar.gz: edd2af886440666cfbed5779dd719fd02402a4bee3e0c2c5d0931ed33970136c09f28b3c1df8b73082a97a83dfd59b0f153e843f257c833e529b997de02385c9
6
+ metadata.gz: bf2df3cc08a8c1c7780684af72d65646278c2acd08f871e537e64cdfce5b8bc844abba8b19b4b2df7da7e2c657fca4d2f8a654e3dae5603f916f23f0d9867b25
7
+ data.tar.gz: dd8cfd665e6998565ad3fedfe0ebdc5df6a58d0d52f3d0846f169accc856910ad1c48b01bdb6e99bb3b6e23bd52b9d6b844c9a556cea8a31c75a9df0e50284cc
@@ -1,6 +1,6 @@
1
1
  <nav class="sidebar-navigation">
2
2
  <section class="sidebar-navigation--logo">
3
- <a href='/'><img src="https://www.turing.io/sites/default/files/turing-logo_1_0.png"
3
+ <a href='/'><img src="/assets/images/logo.png"
4
4
  alt="Turing School of Software and Design"
5
5
  class="turing-logo">
6
6
  </a>
@@ -24,22 +24,6 @@
24
24
  </section>
25
25
  </div>
26
26
  <script async src="//assets.codepen.io/assets/embed/ei.js"></script>
27
- {% if jekyll.environment == 'production' %}
28
- {% include analytics.html %}
29
- {% endif %}
30
- <script>
31
- /**
32
- * Function that tracks a click on an outbound link in Analytics.
33
- * This function takes a valid URL string as an argument, and uses that URL string
34
- * as the event label. Setting the transport method to 'beacon' lets the hit be sent
35
- * using 'navigator.sendBeacon' in browser that support it.
36
- */
37
- var trackOutboundLink = function(url) {
38
- ga('send', 'event', 'outbound', 'click', url, {
39
- 'transport': 'beacon',
40
- 'hitCallback': function(){document.location = url;}
41
- });
42
- }
43
27
  </script>
44
28
  </body>
45
29
  </html>
data/_layouts/page.html CHANGED
@@ -25,22 +25,5 @@
25
25
  </section>
26
26
  </div>
27
27
  <script async src="//assets.codepen.io/assets/embed/ei.js"></script>
28
- {% if jekyll.environment == 'production' %}
29
- {% include analytics.html %}
30
- {% endif %}
31
- <script>
32
- /**
33
- * Function that tracks a click on an outbound link in Analytics.
34
- * This function takes a valid URL string as an argument, and uses that URL string
35
- * as the event label. Setting the transport method to 'beacon' lets the hit be sent
36
- * using 'navigator.sendBeacon' in browser that support it.
37
- */
38
- var trackOutboundLink = function(url) {
39
- ga('send', 'event', 'outbound', 'click', url, {
40
- 'transport': 'beacon',
41
- 'hitCallback': function(){document.location = url;}
42
- });
43
- }
44
- </script>
45
28
  </body>
46
29
  </html>
@@ -19,22 +19,5 @@
19
19
  <script>
20
20
  Reveal.initialize();
21
21
  </script>
22
- {% if jekyll.environment == 'production' %}
23
- {% include analytics.html %}
24
- {% endif %}
25
- <script>
26
- /**
27
- * Function that tracks a click on an outbound link in Analytics.
28
- * This function takes a valid URL string as an argument, and uses that URL string
29
- * as the event label. Setting the transport method to 'beacon' lets the hit be sent
30
- * using 'navigator.sendBeacon' in browser that support it.
31
- */
32
- var trackOutboundLink = function(url) {
33
- ga('send', 'event', 'outbound', 'click', url, {
34
- 'transport': 'beacon',
35
- 'hitCallback': function(){document.location = url;}
36
- });
37
- }
38
- </script>
39
22
  </body>
40
23
  </html>
Binary file
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turing-one
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sal Espinosa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-31 00:00:00.000000000 Z
11
+ date: 2018-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: jekyll
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '3.7'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: '3.7'
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: bundler
29
15
  requirement: !ruby/object:Gem::Requirement
@@ -108,6 +94,7 @@ files:
108
94
  - assets/favicons/ms-icon-70x70.png
109
95
  - assets/images/arrow.svg
110
96
  - assets/images/full-logo.png
97
+ - assets/images/logo.png
111
98
  - assets/images/turing-logo.png
112
99
  - assets/javascript/navigation.js
113
100
  - assets/stylesheets/reset.css