just-the-cards 0.2.1 → 0.2.2
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/_layouts/card.html +25 -24
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83d6a80d655beb67e43bceb12761ee29b39b52035ecc66d10373bbf65ba251cc
|
|
4
|
+
data.tar.gz: 5e318de99e83edc0fa18fa7c618da5cd27d0a3cccb81c180ec0be79668578461
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c91ed96df4b00c4158289deab4256b5e28f9ad8b51c576b39612272bce2a231227562fe76ca310deeb9fbe2fd8832c647f61dc7111fa726a57e9607665f048d
|
|
7
|
+
data.tar.gz: eb05bb4b6afa8dbc5696f3b06637638c63ca130fba48d1ab4979d1a369191348074482998bd885a3a4580c40b37eddb0e68ce0800bf86d9cdaebfa755c1bc2d8
|
data/_layouts/card.html
CHANGED
|
@@ -31,38 +31,39 @@ show_title: false
|
|
|
31
31
|
</div>
|
|
32
32
|
{% endif %}
|
|
33
33
|
|
|
34
|
+
<hr>
|
|
35
|
+
|
|
36
|
+
{% if page.pdf != nil and page.pdf != ""%}
|
|
34
37
|
<div class="row">
|
|
35
|
-
|
|
36
|
-
<div class="
|
|
37
|
-
|
|
38
|
-
<p>Check the PDF here</p>
|
|
39
|
-
<div class="embed-responsive embed-responsive-16by9">
|
|
40
|
-
<iframe src="https://docs.google.com/gview?url={{page.pdf}}&embedded=true" frameborder="0"
|
|
41
|
-
allowfullscreen></iframe>
|
|
42
|
-
</div>
|
|
38
|
+
<h3>Check the PDF here</h3>
|
|
39
|
+
<div class="embed-responsive embed-responsive-16by9">
|
|
40
|
+
<object data="{{page.pdf}}" width="1000" height="1000" type='application/pdf'></object>
|
|
43
41
|
</div>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
<p>Check the demo video here</p>
|
|
42
|
+
</div>
|
|
43
|
+
{% endif %}
|
|
44
|
+
{% if page.video != nil and page.video != "" %}
|
|
48
45
|
|
|
49
|
-
|
|
50
|
-
<div class="embed-responsive embed-responsive-16by9">
|
|
51
|
-
<iframe frameborder="0" src={{page.video}} allowfullscreen>
|
|
52
|
-
</iframe>
|
|
53
|
-
</div>
|
|
46
|
+
<hr>
|
|
54
47
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
<iframe src="https://docs.google.com/gview?url={{page.video}}&embedded=true" frameborder="0"
|
|
58
|
-
allowfullscreen></iframe>
|
|
59
|
-
</div>
|
|
48
|
+
<div class="row">
|
|
49
|
+
<h3>Check the Video demo here</h3>
|
|
60
50
|
|
|
61
|
-
|
|
51
|
+
{% if page.video contains "youtube" %}
|
|
52
|
+
<div class="embed-responsive embed-responsive-16by9">
|
|
53
|
+
<iframe frameborder="0" src={{page.video}} allowfullscreen>
|
|
54
|
+
</iframe>
|
|
55
|
+
</div>
|
|
62
56
|
|
|
63
|
-
|
|
57
|
+
{% else %}
|
|
58
|
+
<div class="embed-responsive embed-responsive-16by9">
|
|
59
|
+
<iframe src="https://docs.google.com/gview?url={{page.video}}&embedded=true" frameborder="0"
|
|
60
|
+
allowfullscreen></iframe>
|
|
64
61
|
</div>
|
|
62
|
+
|
|
63
|
+
{% endif %}
|
|
64
|
+
|
|
65
65
|
</div>
|
|
66
|
+
{% endif %}
|
|
66
67
|
</div>
|
|
67
68
|
|
|
68
69
|
{% include back_url.html %}
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: just-the-cards
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- juandspy
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2022-06-03 00:00:00.000000000 Z
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '4.2'
|
|
27
|
-
description:
|
|
27
|
+
description:
|
|
28
28
|
email:
|
|
29
29
|
- juandiazsuarez0@gmail.com
|
|
30
30
|
executables: []
|
|
@@ -58,7 +58,7 @@ homepage: https://github.com/juandspy/just-the-cards
|
|
|
58
58
|
licenses:
|
|
59
59
|
- MIT
|
|
60
60
|
metadata: {}
|
|
61
|
-
post_install_message:
|
|
61
|
+
post_install_message:
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
64
64
|
- lib
|
|
@@ -73,8 +73,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
|
-
rubygems_version: 3.
|
|
77
|
-
signing_key:
|
|
76
|
+
rubygems_version: 3.3.7
|
|
77
|
+
signing_key:
|
|
78
78
|
specification_version: 4
|
|
79
79
|
summary: A Jekyll theme for organizing your content in a card layout.
|
|
80
80
|
test_files: []
|