theme-sealicon-valley 0.1.6 → 0.1.7
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/base.html +0 -1
- data/_includes/footer.html +0 -49
- data/_includes/header.html +0 -1
- data/_includes/header_bar.html +0 -3
- data/_includes/header_bar0.html +0 -3
- data/_includes/newheader.html +0 -6
- data/_layouts/about.html +0 -15
- data/_layouts/blog.html +0 -11
- data/_layouts/characters0.html +0 -11
- data/_layouts/home.html +0 -11
- data/_layouts/post.html +1 -30
- data/_layouts/thankyou.html +0 -15
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3af0d085527ea505580b6cfc174828b1e0bde4b7
|
|
4
|
+
data.tar.gz: 271637bcad8e5356ad58ea88293596a04198e94d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca9bf1941f1aefa73774b77c6d7b83c5c69486671f9cc9efbe07822d7da2c75ccd14b305e367b9afabdf8853d94df94646de2ac940f0a45dc1d9a85ccfcb0357
|
|
7
|
+
data.tar.gz: 731b73cbfe6f0b5dbc76120cfd2bf958e25bdcfe9120798001ec5880b68188c97168a09bd911f5a0af27077977d060a13a8828aed93c32d626000d2c6bd93810
|
data/_includes/base.html
CHANGED
data/_includes/footer.html
CHANGED
|
@@ -19,52 +19,3 @@
|
|
|
19
19
|
</div>
|
|
20
20
|
|
|
21
21
|
</div>
|
|
22
|
-
<!--
|
|
23
|
-
<div class="bottom_tabs">
|
|
24
|
-
<a href="{{base}}">
|
|
25
|
-
<div class="bottom_tab_wrapper">
|
|
26
|
-
|
|
27
|
-
<div class="bottom_tab_img" style="background-image: url('{{base}}/assets/home.png');">
|
|
28
|
-
</div>
|
|
29
|
-
{% if page.url contains 'blog.html' or page.url contains 'characters.html' or page.url contains 'about.html' or page.url contains '/comic/' or page.url contains '/blog/' %}
|
|
30
|
-
<div class="menu_header_text">Comic</div>
|
|
31
|
-
{% else %}
|
|
32
|
-
<div class="menu_header_text_current">Comic</div>
|
|
33
|
-
{% endif %}
|
|
34
|
-
</div>
|
|
35
|
-
</a>
|
|
36
|
-
<a href="{{base}}/blog.html">
|
|
37
|
-
<div class="bottom_tab_wrapper">
|
|
38
|
-
<div class="bottom_tab_img" style="background-image: url('{{base}}/assets/blog.png');">
|
|
39
|
-
</div>
|
|
40
|
-
{% if page.url contains 'blog.html' %}
|
|
41
|
-
<div class="menu_header_text_current">Blog</div>
|
|
42
|
-
{% else %}
|
|
43
|
-
<div class="menu_header_text">Blog</div>
|
|
44
|
-
{% endif %}
|
|
45
|
-
</div>
|
|
46
|
-
</a>
|
|
47
|
-
<a href="{{base}}/characters.html">
|
|
48
|
-
<div class="bottom_tab_wrapper">
|
|
49
|
-
<div class="bottom_tab_img" style="background-image: url('{{base}}/assets/chars.png');">
|
|
50
|
-
</div>
|
|
51
|
-
{% if page.url contains 'characters.html' %}
|
|
52
|
-
<div class="menu_header_text_current">Characters</div>
|
|
53
|
-
{% else %}
|
|
54
|
-
<div class="menu_header_text">Characters</div>
|
|
55
|
-
{% endif %}
|
|
56
|
-
</div>
|
|
57
|
-
</a>
|
|
58
|
-
<a href="{{base}}/about.html">
|
|
59
|
-
<div class="bottom_tab_wrapper">
|
|
60
|
-
<div class="bottom_tab_img" style="background-image: url('{{base}}/assets/about.png');">
|
|
61
|
-
</div>
|
|
62
|
-
{% if page.url contains 'about.html' %}
|
|
63
|
-
<div class="menu_header_text_current">About</div>
|
|
64
|
-
{% else %}
|
|
65
|
-
<div class="menu_header_text">About</div>
|
|
66
|
-
{% endif %}
|
|
67
|
-
</div>
|
|
68
|
-
</a>
|
|
69
|
-
</div>
|
|
70
|
-
-->
|
data/_includes/header.html
CHANGED
data/_includes/header_bar.html
CHANGED
data/_includes/header_bar0.html
CHANGED
data/_includes/newheader.html
CHANGED
data/_layouts/about.html
CHANGED
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
{% include header.html %}
|
|
13
13
|
<div class="about_container">
|
|
14
14
|
<img class="about_pic" src="{{base}}/assets/annmita.png" />
|
|
15
|
-
<!--
|
|
16
|
-
<div class="about_pic">
|
|
17
|
-
</div>
|
|
18
|
-
-->
|
|
19
15
|
|
|
20
16
|
<div class="about_text">
|
|
21
17
|
<div class="about_title">
|
|
@@ -32,17 +28,6 @@
|
|
|
32
28
|
sealiconvalley@gmail.com
|
|
33
29
|
</div>
|
|
34
30
|
</div>
|
|
35
|
-
<!--
|
|
36
|
-
<div id="mobile_sub_container">
|
|
37
|
-
<form action="https://getsimpleform.com/messages?form_api_token=d9fbe3b05597de14b1e5cc7db2ceea84" method="post" id="mobile_subscribe_form">
|
|
38
|
-
<div class="subscribe_container mobile_subscribe">
|
|
39
|
-
<input type='hidden' name='redirect_to' value='http://www.sealiconvalley.com/thankyou.html' />
|
|
40
|
-
<input type="text" name="email" class="subscribe_email" id="input_email" placeholder="Email Address"/>
|
|
41
|
-
<input class="subscribe_button" type='submit' value='Subscribe' />
|
|
42
|
-
</div>
|
|
43
|
-
</form>
|
|
44
|
-
</div>
|
|
45
|
-
-->
|
|
46
31
|
</div>
|
|
47
32
|
{% include footer.html %}
|
|
48
33
|
</body>
|
data/_layouts/blog.html
CHANGED
|
@@ -35,17 +35,6 @@
|
|
|
35
35
|
{% endfor %}
|
|
36
36
|
</ul>
|
|
37
37
|
</div>
|
|
38
|
-
<!--
|
|
39
|
-
<div id="mobile_sub_container">
|
|
40
|
-
<form action="https://getsimpleform.com/messages?form_api_token=d9fbe3b05597de14b1e5cc7db2ceea84" method="post" id="mobile_subscribe_form">
|
|
41
|
-
<div class="subscribe_container mobile_subscribe">
|
|
42
|
-
<input type='hidden' name='redirect_to' value='http://www.sealiconvalley.com/thankyou.html' />
|
|
43
|
-
<input type="text" name="email" class="subscribe_email" id="input_email" placeholder="Email Address"/>
|
|
44
|
-
<input class="subscribe_button" type='submit' value='Subscribe' />
|
|
45
|
-
</div>
|
|
46
|
-
</form>
|
|
47
|
-
</div>
|
|
48
|
-
-->
|
|
49
38
|
</div>
|
|
50
39
|
{% include footer.html %}
|
|
51
40
|
</body>
|
data/_layouts/characters0.html
CHANGED
|
@@ -161,17 +161,6 @@
|
|
|
161
161
|
|
|
162
162
|
</div>
|
|
163
163
|
</div>
|
|
164
|
-
<!--
|
|
165
|
-
<div id="mobile_sub_container">
|
|
166
|
-
<form action="https://getsimpleform.com/messages?form_api_token=d9fbe3b05597de14b1e5cc7db2ceea84" method="post" id="mobile_subscribe_form">
|
|
167
|
-
<div class="subscribe_container mobile_subscribe">
|
|
168
|
-
<input type='hidden' name='redirect_to' value='http://www.sealiconvalley.com/thankyou.html' />
|
|
169
|
-
<input type="text" name="email" class="subscribe_email" id="input_email" placeholder="Email Address"/>
|
|
170
|
-
<input class="subscribe_button" type='submit' value='Subscribe' />
|
|
171
|
-
</div>
|
|
172
|
-
</form>
|
|
173
|
-
</div>
|
|
174
|
-
-->
|
|
175
164
|
</div>
|
|
176
165
|
|
|
177
166
|
{% include footer.html %}
|
data/_layouts/home.html
CHANGED
|
@@ -30,17 +30,6 @@
|
|
|
30
30
|
{% endfor %}
|
|
31
31
|
</ul>
|
|
32
32
|
</div>
|
|
33
|
-
<!--
|
|
34
|
-
<div id="mobile_sub_container">
|
|
35
|
-
<form action="https://getsimpleform.com/messages?form_api_token=d9fbe3b05597de14b1e5cc7db2ceea84" method="post" id="mobile_subscribe_form">
|
|
36
|
-
<div class="subscribe_container mobile_subscribe">
|
|
37
|
-
<input type='hidden' name='redirect_to' value='http://www.sealiconvalley.com/thankyou.html' />
|
|
38
|
-
<input type="text" name="email" class="subscribe_email" id="input_email" placeholder="Email Address"/>
|
|
39
|
-
<input class="subscribe_button" type='submit' value='Subscribe' />
|
|
40
|
-
</div>
|
|
41
|
-
</form>
|
|
42
|
-
</div>
|
|
43
|
-
-->
|
|
44
33
|
</div>
|
|
45
34
|
{% include footer.html %}
|
|
46
35
|
</body>
|
data/_layouts/post.html
CHANGED
|
@@ -53,16 +53,6 @@
|
|
|
53
53
|
</head>
|
|
54
54
|
|
|
55
55
|
<body>
|
|
56
|
-
<!--
|
|
57
|
-
<div id="fb-root"></div>
|
|
58
|
-
<script>(function(d, s, id) {
|
|
59
|
-
var js, fjs = d.getElementsByTagName(s)[0];
|
|
60
|
-
if (d.getElementById(id)) return;
|
|
61
|
-
js = d.createElement(s); js.id = id;
|
|
62
|
-
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8";
|
|
63
|
-
fjs.parentNode.insertBefore(js, fjs);
|
|
64
|
-
}(document, 'script', 'facebook-jssdk'));</script>
|
|
65
|
-
-->
|
|
66
56
|
{% include header.html %}
|
|
67
57
|
|
|
68
58
|
<div class="post_container">
|
|
@@ -134,14 +124,6 @@
|
|
|
134
124
|
</div>
|
|
135
125
|
</div>
|
|
136
126
|
|
|
137
|
-
<!-- Your share button code -->
|
|
138
|
-
<!--
|
|
139
|
-
<div class="fb-share-button"
|
|
140
|
-
data-href="http://www.sealiconvalley.com/test/comic/2017/02/04/test-post.html"
|
|
141
|
-
data-layout="button_count">
|
|
142
|
-
</div>
|
|
143
|
-
-->
|
|
144
|
-
|
|
145
127
|
{% if page.related %} {% assign maxRelated = 3 %} {% assign maxRelatedCounter = 0 %}
|
|
146
128
|
|
|
147
129
|
<div class="related_posts">
|
|
@@ -178,7 +160,7 @@
|
|
|
178
160
|
|
|
179
161
|
{% for post in site.posts %} {% if page.related contains post.title %}
|
|
180
162
|
|
|
181
|
-
|
|
163
|
+
|
|
182
164
|
|
|
183
165
|
<div class="related_post_preview">
|
|
184
166
|
|
|
@@ -191,17 +173,6 @@
|
|
|
191
173
|
|
|
192
174
|
|
|
193
175
|
{% endif %}
|
|
194
|
-
<!--
|
|
195
|
-
<div id="mobile_sub_container">
|
|
196
|
-
<form action="https://getsimpleform.com/messages?form_api_token=d9fbe3b05597de14b1e5cc7db2ceea84" method="post" id="mobile_subscribe_form">
|
|
197
|
-
<div class="subscribe_container mobile_subscribe">
|
|
198
|
-
<input type='hidden' name='redirect_to' value='http://www.sealiconvalley.com/thankyou.html' />
|
|
199
|
-
<input type="text" name="email" class="subscribe_email" id="input_email" placeholder="Email Address"/>
|
|
200
|
-
<input class="subscribe_button" type='submit' value='Subscribe' />
|
|
201
|
-
</div>
|
|
202
|
-
</form>
|
|
203
|
-
</div>
|
|
204
|
-
-->
|
|
205
176
|
|
|
206
177
|
</div>
|
|
207
178
|
{% include footer.html %}
|
data/_layouts/thankyou.html
CHANGED
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
{% include header.html %}
|
|
13
13
|
<div class="about_container">
|
|
14
14
|
<img class="about_pic thankyou" src="{{base}}/assets/allofus.png" />
|
|
15
|
-
<!--
|
|
16
|
-
<div class="about_pic">
|
|
17
|
-
</div>
|
|
18
|
-
-->
|
|
19
15
|
|
|
20
16
|
<div class="about_text thankyou">
|
|
21
17
|
<div class="about_title">
|
|
@@ -28,17 +24,6 @@
|
|
|
28
24
|
sealiconvalley@gmail.com
|
|
29
25
|
</div>
|
|
30
26
|
</div>
|
|
31
|
-
<!--
|
|
32
|
-
<div id="mobile_sub_container">
|
|
33
|
-
<form action="https://getsimpleform.com/messages?form_api_token=d9fbe3b05597de14b1e5cc7db2ceea84" method="post" id="mobile_subscribe_form">
|
|
34
|
-
<div class="subscribe_container mobile_subscribe">
|
|
35
|
-
<input type='hidden' name='redirect_to' value='http://www.sealiconvalley.com/thankyou.html' />
|
|
36
|
-
<input type="text" name="email" class="subscribe_email" id="input_email" placeholder="Email Address"/>
|
|
37
|
-
<input class="subscribe_button" type='submit' value='Subscribe' />
|
|
38
|
-
</div>
|
|
39
|
-
</form>
|
|
40
|
-
</div>
|
|
41
|
-
-->
|
|
42
27
|
|
|
43
28
|
</div>
|
|
44
29
|
{% include footer.html %}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: theme-sealicon-valley
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mita Yun
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|