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 +4 -4
- data/_includes/navigation.html +1 -1
- data/_layouts/outline.html +0 -16
- data/_layouts/page.html +0 -17
- data/_layouts/presentation.html +0 -17
- data/assets/images/logo.png +0 -0
- metadata +3 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab3b68a2191b5d23f0411a78ed21e90eaffc21e6
|
|
4
|
+
data.tar.gz: afd697f2ffe230e9d7a017ba6233e128308a6940
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf2df3cc08a8c1c7780684af72d65646278c2acd08f871e537e64cdfce5b8bc844abba8b19b4b2df7da7e2c657fca4d2f8a654e3dae5603f916f23f0d9867b25
|
|
7
|
+
data.tar.gz: dd8cfd665e6998565ad3fedfe0ebdc5df6a58d0d52f3d0846f169accc856910ad1c48b01bdb6e99bb3b6e23bd52b9d6b844c9a556cea8a31c75a9df0e50284cc
|
data/_includes/navigation.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<nav class="sidebar-navigation">
|
|
2
2
|
<section class="sidebar-navigation--logo">
|
|
3
|
-
<a href='/'><img src="
|
|
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>
|
data/_layouts/outline.html
CHANGED
|
@@ -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>
|
data/_layouts/presentation.html
CHANGED
|
@@ -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.
|
|
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
|
|
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
|