theme-sealicon-valley 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: dff0a2f45dbc5388e59f5906365d2a6f72466e0f
4
- data.tar.gz: a43d84e4956c7c6188c87dcbaee736c24e1e2a16
3
+ metadata.gz: 9a07071afb0059072b2c2b53e78c088e000a9b2e
4
+ data.tar.gz: cedc30d9f66c32ba71e69fe1da6ba8be8735d666
5
5
  SHA512:
6
- metadata.gz: cae7c1bdba14b9d2da9f9e3e725c60671cfe50b10e24fcb4a4b23054f7b1f4cb697406c3f579cb1a809aa166f43f767070eba6094d1093f783affe991032c230
7
- data.tar.gz: 8c5c0f2aaeb5627f363a374795d1464090d465aa8995837bc5aa6c6aec746f38fea5e2af922211d616c2385baa5c4efb7a8391fc4bbab002fc260682cca6b9bb
6
+ metadata.gz: 4858999494c4cd3184ffbe910f43acaf9b891f3abd885a2c82dac586b179d25cd517b50456754fecbbd57491d44adaf556a26edbac5b93a23d456d55338fa3be
7
+ data.tar.gz: 1efe9656917625ea0404dfe6c95568d1a895df438b254396864df02203ba6ac41a6469d158f7de4d06a1a4ffb3a42c719c611cdc08341ac9ff17ad180c833461
@@ -0,0 +1,15 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+
6
+ <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
7
+ <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
8
+
9
+ <link rel="stylesheet" href="{{ "/assets/reset_css.css" | relative_url }}">
10
+ <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
11
+ <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
12
+ <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
13
+ <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Quicksand" />
14
+ <link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
15
+ </head>
@@ -0,0 +1,42 @@
1
+ <head>
2
+ {% include head.html %}
3
+ </head>
4
+ <body>
5
+ <div id="banner_container">
6
+ <div id="title_container">
7
+ <h1 class="title_h1">Sealicon</h1>
8
+ <h1 class="title_h1">Valley</h1>
9
+ </div>
10
+ <div style="width: 100%; text-align:center;" >
11
+ <div id="social_container">
12
+ <span>
13
+ <img class="social_img" src="https://static.wixstatic.com/media/4057345bcf57474b96976284050c00df.png/v1/fill/w_78,h_78,al_c,usm_0.66_1.00_0.01/4057345bcf57474b96976284050c00df.png">
14
+ </span>
15
+ <span>
16
+ <img class="social_img" src="https://static.wixstatic.com/media/870f97661ed14a5bb2d96ecbddec0aed.png/v1/fill/w_78,h_78,al_c,usm_0.66_1.00_0.01/870f97661ed14a5bb2d96ecbddec0aed.png">
17
+ </span>
18
+ <span>
19
+ <img class="social_img" src="https://static.wixstatic.com/media/38f46577d89b43ae95cb65fac6d660f3.png/v1/fill/w_78,h_78,al_c,usm_0.66_1.00_0.01/38f46577d89b43ae95cb65fac6d660f3.png">
20
+ </span>
21
+ <span>
22
+ <img class="social_img" src="https://static.wixstatic.com/media/45bce1d726f64f1999c49feae57f6298.png/v1/fill/w_78,h_78,al_c,usm_0.66_1.00_0.01/45bce1d726f64f1999c49feae57f6298.png">
23
+ </span>
24
+ <span>
25
+ <img class="social_img" src="https://static.wixstatic.com/media/9e47c827082f40bdb54d0cd16c3b28f6.png/v1/fill/w_78,h_78,al_c,usm_0.66_1.00_0.01/9e47c827082f40bdb54d0cd16c3b28f6.png">
26
+ </span>
27
+ <span>
28
+ <img class="social_img" src="https://static.wixstatic.com/media/e1aa082f7c0747168d9cf43e77046142.png/v1/fill/w_78,h_78,al_c,usm_0.66_1.00_0.01/e1aa082f7c0747168d9cf43e77046142.png">
29
+ </span>
30
+ </div>
31
+ </div>
32
+
33
+ <div style="width: 100%; text-align:center;" >
34
+ <div id="menu_container">
35
+ <a href="#"><span class="menu_text">Comics</span></a>
36
+ <a href="#"><span class="menu_text">Characters</span></a>
37
+ <a href="#"><span class="menu_text">Blog</span></a>
38
+
39
+ </div>
40
+ </div>
41
+ </div>
42
+ </body>
@@ -1 +1,11 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+ <body>
4
+
5
+ {% include header.html %}
6
+ asdadasd
1
7
  {{ content }}
8
+ </body>
9
+
10
+
11
+ </html>
@@ -0,0 +1,36 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+ <head>
4
+ {% include head.html %}
5
+ </head>
6
+ <body>
7
+ {% include header.html %}
8
+
9
+ <div id="home_content">
10
+
11
+ <div class="masonry">
12
+ <ul class="post-list">
13
+ {% for post in site.posts %}
14
+ <li>
15
+ <div class="item">
16
+ <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
17
+
18
+ <h2>
19
+ <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
20
+ </h2>
21
+ <div class="excerpt_container">
22
+ {{ post.excerpt | remove: '<p>' | remove: '</p>' }}
23
+
24
+ </div>
25
+ </div>
26
+ </li>
27
+ {% endfor %}
28
+ </ul>
29
+ </div>
30
+ </div>
31
+
32
+ {{ content }}
33
+ </body>
34
+
35
+
36
+ </html>
data/_layouts/post.html CHANGED
@@ -1,5 +1,11 @@
1
- ---
2
- layout: default
3
- ---
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+ <body>
4
4
 
5
+ {% include header.html %}
6
+ Post below header
5
7
  {{ content }}
8
+ </body>
9
+
10
+
11
+ </html>
Binary file
data/assets/banner.jpg ADDED
Binary file
Binary file
data/assets/main.css ADDED
@@ -0,0 +1,181 @@
1
+ h1 {
2
+ font-family: Quicksand;
3
+ font-size: 24px;
4
+ font-style: normal;
5
+ font-variant: normal;
6
+ font-weight: 500;
7
+ line-height: 26.4px;
8
+ }
9
+ h3 {
10
+ font-family: Quicksand;
11
+ font-size: 14px;
12
+ font-style: normal;
13
+ font-variant: normal;
14
+ font-weight: 500;
15
+ line-height: 15.4px;
16
+ }
17
+ p {
18
+ font-family: Quicksand;
19
+ font-size: 14px;
20
+ font-style: normal;
21
+ font-variant: normal;
22
+ font-weight: 400;
23
+ line-height: 20px;
24
+ }
25
+ blockquote {
26
+ font-family: Quicksand;
27
+ font-size: 21px;
28
+ font-style: normal;
29
+ font-variant: normal;
30
+ font-weight: 400;
31
+ line-height: 30px;
32
+ }
33
+ pre {
34
+ font-family: Quicksand;
35
+ font-size: 13px;
36
+ font-style: normal;
37
+ font-variant: normal;
38
+ font-weight: 400;
39
+ line-height: 18.5714px;
40
+ }
41
+ a:link {
42
+ text-decoration: none;
43
+ }
44
+
45
+ a:visited {
46
+ text-decoration: none;
47
+ }
48
+
49
+ a:hover {
50
+ text-decoration: none;
51
+ }
52
+
53
+ a:active {
54
+ text-decoration: none;
55
+ }
56
+ body {
57
+ font-family: Quicksand;
58
+ color: #414141;
59
+ }
60
+ #banner_container {
61
+ position: relative;
62
+ z-index:3;
63
+ background-image:url("wbb.png");
64
+ background-repeat:no-repeat;
65
+ width: 100%;
66
+ height: 293px;
67
+ background-size: cover;
68
+ background-position: 50% 50%;
69
+ background-repeat: no-repeat;
70
+ overflow-x: hidden;
71
+ -webkit-background-size: cover;
72
+ }
73
+ #title_container {
74
+ width: 400px;
75
+ margin: 0 auto;
76
+ margin-top: 70px;
77
+ }
78
+ .title_h1 {
79
+ line-height: 1.2em;
80
+ text-align: center;
81
+ font-family:lulo-clean-w01-one-bold,sans-serif;
82
+ #font-family: 'Roboto Slab', serif;
83
+ color: #414141;
84
+ font-size: 46px;
85
+ font-weight: bold;
86
+ letter-spacing: 4px;
87
+ text-transform: uppercase;
88
+
89
+ }
90
+ #social_container {
91
+ margin: 0 auto;
92
+ display: inline-block;
93
+ margin-top: 10px;
94
+ }
95
+
96
+ .social_img {
97
+ width: 39px;
98
+ height: 39px;
99
+ object-fit: cover;
100
+ margin-left: 5px;
101
+ margin-right: 5px;
102
+ }
103
+ #menu_container {
104
+ margin: 0 auto;
105
+ display: inline-block;
106
+ margin-top: 10px;
107
+ }
108
+ .menu_text {
109
+ font-size: 20px;
110
+ font-weight: bold;
111
+ letter-spacing: 2px;
112
+ color: #414141;
113
+ margin-left: 5px;
114
+ margin-right: 5px;
115
+ }
116
+ #home_content {
117
+ width: 100%;
118
+ padding: 20px;
119
+ margin: 0 auto;
120
+
121
+ }
122
+ .masonry {
123
+ padding: 0;
124
+ -moz-column-gap: 1.5em;
125
+ -webkit-column-gap: 1.5em;
126
+ column-gap: 1.5em;
127
+ font-size: .85em;
128
+ }
129
+
130
+ .item {
131
+ display: inline-block;
132
+ background: #fff;
133
+ padding: 1em;
134
+ margin: 0 0 1.5em;
135
+ width: 100%;
136
+ box-sizing: border-box;
137
+ -moz-box-sizing: border-box;
138
+ -webkit-box-sizing: border-box;
139
+ box-shadow: 2px 2px 4px 0 #ccc;
140
+ }
141
+
142
+ @media only screen and (min-width: 400px) {
143
+ .masonry {
144
+ -moz-column-count: 1;
145
+ -webkit-column-count: 1;
146
+ column-count: 1;
147
+ }
148
+ }
149
+
150
+ @media only screen and (min-width: 700px) {
151
+ .masonry {
152
+ -moz-column-count: 2;
153
+ -webkit-column-count: 2;
154
+ column-count: 2;
155
+ }
156
+ }
157
+
158
+ @media only screen and (min-width: 900px) {
159
+ .masonry {
160
+ -moz-column-count: 3;
161
+ -webkit-column-count: 3;
162
+ column-count: 3;
163
+ }
164
+ }
165
+
166
+ @media only screen and (min-width: 1100px) {
167
+ .masonry {
168
+ -moz-column-count: 3;
169
+ -webkit-column-count: 3;
170
+ column-count: 3;
171
+ }
172
+ }
173
+
174
+ @media only screen and (min-width: 1280px) {
175
+ .wrapper {
176
+ width: 1260px;
177
+ }
178
+ }
179
+ .excerpt_container img {
180
+ width: 100%;
181
+ }
@@ -0,0 +1,44 @@
1
+
2
+ html, body, div, span, applet, object, iframe,
3
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4
+ a, abbr, acronym, address, big, cite, code,
5
+ del, dfn, em, img, ins, kbd, q, s, samp,
6
+ small, strike, strong, sub, sup, tt, var,
7
+ b, u, i, center,
8
+ dl, dt, dd, ol, ul, li,
9
+ fieldset, form, label, legend,
10
+ table, caption, tbody, tfoot, thead, tr, th, td,
11
+ article, aside, canvas, details, embed,
12
+ figure, figcaption, footer, header, hgroup,
13
+ menu, nav, output, ruby, section, summary,
14
+ time, mark, audio, video {
15
+ margin: 0;
16
+ padding: 0;
17
+ border: 0;
18
+ font-size: 100%;
19
+ font: inherit;
20
+ vertical-align: baseline;
21
+ }
22
+ /* HTML5 display-role reset for older browsers */
23
+ article, aside, details, figcaption, figure,
24
+ footer, header, hgroup, menu, nav, section {
25
+ display: block;
26
+ }
27
+ body {
28
+ line-height: 1;
29
+ }
30
+ ol, ul {
31
+ list-style: none;
32
+ }
33
+ blockquote, q {
34
+ quotes: none;
35
+ }
36
+ blockquote:before, blockquote:after,
37
+ q:before, q:after {
38
+ content: '';
39
+ content: none;
40
+ }
41
+ table {
42
+ border-collapse: collapse;
43
+ border-spacing: 0;
44
+ }
data/assets/wbb.png ADDED
Binary file
data/assets/wbb2.png ADDED
Binary file
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.0
4
+ version: 0.1.1
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-02-04 00:00:00.000000000 Z
11
+ date: 2017-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -61,9 +61,19 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
+ - _includes/head.html
65
+ - _includes/header.html
64
66
  - _layouts/default.html
67
+ - _layouts/home.html
65
68
  - _layouts/page.html
66
69
  - _layouts/post.html
70
+ - assets/Tlm3pic0001257.jpg
71
+ - assets/banner.jpg
72
+ - assets/icebear.gif
73
+ - assets/main.css
74
+ - assets/reset_css.css
75
+ - assets/wbb.png
76
+ - assets/wbb2.png
67
77
  homepage: http://www.sealiconvalley.com
68
78
  licenses:
69
79
  - MIT