word-games-theme 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/header/index.html +1 -1
- data/_includes/section/about.html +4 -4
- data/_includes/section/blog.html +7 -7
- data/_includes/section/feature.html +7 -7
- data/_includes/section/news.html +7 -7
- data/assets/css/HomePageblog.css +11 -2
- data/assets/css/about.css +11 -2
- data/assets/css/feature.css +12 -1
- data/assets/css/news.css +15 -3
- data/assets/css/style.css +19 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67fa3fa10375cc9d0ef24799a82859406a0c4f014441fbab391f47bfbf3e7237
|
4
|
+
data.tar.gz: b0dd6debb6acd8d49b9517a682c4b1d3d9e623f6fa0cde388d03aa6cb74cf62d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c6935d41f41014bfe242cb4b9221030a8268623dd044b3280e655ffbf2bec7db58f32c292047449e6aa40d623db4319ac1ecc39782b1d241253fc99a1489570
|
7
|
+
data.tar.gz: 9435f7a2d905a41449eb183c58dd87036c35547f8661524a48759b9153ab73b922d6d5e3b6fecb5eb6860f20b545962203fa821706f515dfb46d4d6c48a330a2
|
data/_includes/header/index.html
CHANGED
@@ -5,15 +5,15 @@
|
|
5
5
|
<!-- staring about-seciton -->
|
6
6
|
<div class="container-fluid">
|
7
7
|
<div class="row rowHeight">
|
8
|
-
<div class="col-md-12 p-0">
|
8
|
+
<!-- <div class="col-md-12 p-0"> -->
|
9
9
|
<div class="about">
|
10
|
-
<img src="/assets/images/right_obj_01.png" alt="">
|
10
|
+
<!-- <img src="/assets/images/right_obj_01.png" alt=""> -->
|
11
11
|
<div class="content">
|
12
|
-
<span class="site-no">{{dataToShow.aboutNo}}</span>
|
12
|
+
<!-- <span class="site-no">{{dataToShow.aboutNo}}</span> -->
|
13
13
|
<h5 class="title">{{dataToShow.about_title}}</h5>
|
14
14
|
</div>
|
15
15
|
</div>
|
16
|
-
</div>
|
16
|
+
<!-- </div> -->
|
17
17
|
<!-- {% for entry in dataToShow.aboutList %}
|
18
18
|
<div class="col-lg-4 pt-5">
|
19
19
|
<div class="about_content" style="margin-top:100px;">
|
data/_includes/section/blog.html
CHANGED
@@ -4,16 +4,16 @@
|
|
4
4
|
|
5
5
|
<div class="container-fluid" id="blog">
|
6
6
|
<div class="row rowHeight3">
|
7
|
-
<div class="col-md-12 p-0">
|
7
|
+
<!-- <div class="col-md-12 p-0"> -->
|
8
8
|
<div class="blog">
|
9
|
-
<img src="/assets/images/right_obj_01.png" alt="">
|
10
|
-
<div class="content">
|
11
|
-
<span class="site-no">05</span>
|
9
|
+
<!-- <img src="/assets/images/right_obj_01.png" alt=""> -->
|
10
|
+
<!-- <div class="content"> -->
|
11
|
+
<!-- <span class="site-no">05</span> -->
|
12
12
|
<h5 class="title">{{dataToShow.blog_title}}</h5>
|
13
|
-
</div>
|
13
|
+
<!-- </div> -->
|
14
14
|
</div>
|
15
|
-
</div>
|
16
|
-
<div class="
|
15
|
+
<!-- </div> -->
|
16
|
+
<div class="blog_section container" style="padding-left: 120px; margin-top:50px"> <!--earlier class=col-xl-8 col-lg-12-->
|
17
17
|
<section class="section_post">
|
18
18
|
<div class="row">
|
19
19
|
{% for post in site.posts limit: 2 %}
|
@@ -3,20 +3,20 @@
|
|
3
3
|
{% assign dataToShow = site.data.[page.folderName][lang][file] %}
|
4
4
|
<div class="container-fluid">
|
5
5
|
<div class="row">
|
6
|
-
|
6
|
+
<!--<div class="col-xl-3 col-lg-12">
|
7
7
|
<div class="row">
|
8
|
-
<div class="col-xl-3 p-0"
|
8
|
+
<div class="col-xl-3 p-0">-->
|
9
9
|
<div class="feature">
|
10
|
-
|
11
|
-
<span class="site-no"> 02</span
|
10
|
+
<!--<img src="/assets/images/left_obj_01.png" alt="">
|
11
|
+
<span class="site-no"> 02</span>-->
|
12
12
|
<h5 class="title">{{dataToShow.feature_title}}</h5>
|
13
13
|
<p class="description">{{dataToShow.feature_description}}</p>
|
14
14
|
</div>
|
15
|
-
|
15
|
+
<!--</div>
|
16
16
|
</div>
|
17
|
-
</div
|
17
|
+
</div>-->
|
18
18
|
|
19
|
-
<div class="col-xl-9 col-lg-12
|
19
|
+
<div class="container"> <!--class earlier= col-xl-9 col-lg-12-->
|
20
20
|
<div class="row text-center">
|
21
21
|
{% for entry in dataToShow.featureList %}
|
22
22
|
<div class="col-lg-4 col-md-6 my-3">
|
data/_includes/section/news.html
CHANGED
@@ -4,20 +4,20 @@
|
|
4
4
|
<!-- starting news section -->
|
5
5
|
<div class="container-fluid">
|
6
6
|
<div class="row rowHeight2">
|
7
|
-
|
7
|
+
<!--<div class="col-xl-3 col-lg-12">
|
8
8
|
<div class="row">
|
9
|
-
<div class="col-xl-3 p-0"
|
9
|
+
<div class="col-xl-3 p-0">-->
|
10
10
|
<div class="news">
|
11
|
-
<img src="/assets/images/left_obj_02.png" alt="">
|
12
|
-
<span class="site-no">03</span>
|
11
|
+
<!-- <img src="/assets/images/left_obj_02.png" alt="">
|
12
|
+
<span class="site-no">03</span> -->
|
13
13
|
<h5 class="title">{{dataToShow.Faq_title}}</h5>
|
14
14
|
</div>
|
15
|
-
</div>
|
15
|
+
<!-- </div>
|
16
16
|
</div>
|
17
|
-
</div>
|
17
|
+
</div> -->
|
18
18
|
|
19
19
|
|
20
|
-
|
20
|
+
<div class="container"> <!--class earlier=col-xl-9 col-lg-12 -->
|
21
21
|
<div class="row my-xl-0">
|
22
22
|
{% for entry in dataToShow.faqList %}
|
23
23
|
<div class="col-md-6 pt-5">
|
data/assets/css/HomePageblog.css
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
.rowHeight3 {
|
2
|
-
margin: 300px 0 150px 0;
|
2
|
+
/* margin: 300px 0 150px 0; */
|
3
|
+
margin: 120px -15px 0px -15px;
|
3
4
|
}
|
4
|
-
.blog {
|
5
|
+
/* .blog {
|
5
6
|
margin-top: -80px;
|
6
7
|
}
|
7
8
|
.blog img {
|
@@ -10,7 +11,15 @@
|
|
10
11
|
right: -15px;
|
11
12
|
height: 700px;
|
12
13
|
z-index: -1;
|
14
|
+
} */
|
15
|
+
.blog {
|
16
|
+
background: #b641da;
|
17
|
+
padding: 15px;
|
18
|
+
width: 100%;
|
19
|
+
color: white;
|
20
|
+
text-align: center;
|
13
21
|
}
|
22
|
+
|
14
23
|
.anchor_link {
|
15
24
|
text-decoration: none !important;
|
16
25
|
color: #343a40 !important;
|
data/assets/css/about.css
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
.rowHeight {
|
2
|
-
margin: 300px 0 620px 0;
|
2
|
+
/* margin: 300px 0 620px 0; */
|
3
|
+
margin: 100px -15px 0px -15px;
|
3
4
|
}
|
4
5
|
.about_content > .text {
|
5
6
|
width: 80%;
|
@@ -9,7 +10,7 @@
|
|
9
10
|
position: relative;
|
10
11
|
top: 100px;
|
11
12
|
}
|
12
|
-
.about {
|
13
|
+
/* .about {
|
13
14
|
margin-top: -80px;
|
14
15
|
}
|
15
16
|
.about img {
|
@@ -18,6 +19,14 @@
|
|
18
19
|
right: -15px;
|
19
20
|
height: 700px;
|
20
21
|
z-index: -1;
|
22
|
+
} */
|
23
|
+
|
24
|
+
.about {
|
25
|
+
background: #b641da;
|
26
|
+
padding: 10px 0;
|
27
|
+
width: 100%;
|
28
|
+
color: white;
|
29
|
+
text-align: center;
|
21
30
|
}
|
22
31
|
.content {
|
23
32
|
position: absolute;
|
data/assets/css/feature.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
.feature {
|
1
|
+
/* .feature {
|
2
2
|
margin-top: -120px;
|
3
3
|
margin-left: 60px;
|
4
4
|
margin-bottom: 450px;
|
@@ -11,6 +11,17 @@
|
|
11
11
|
height: 700px;
|
12
12
|
z-index: -1;
|
13
13
|
left: -15px;
|
14
|
+
} */
|
15
|
+
|
16
|
+
.feature {
|
17
|
+
padding: 15px;
|
18
|
+
background-color: #b641da;
|
19
|
+
margin-left: 0;
|
20
|
+
margin-top: 0;
|
21
|
+
margin-bottom: 0;
|
22
|
+
color: white;
|
23
|
+
text-align: center;
|
24
|
+
width: 100%;
|
14
25
|
}
|
15
26
|
|
16
27
|
.card-body > i {
|
data/assets/css/news.css
CHANGED
@@ -1,9 +1,12 @@
|
|
1
1
|
.rowHeight2 {
|
2
|
-
position: relative;
|
2
|
+
/* position: relative;
|
3
3
|
top: 300px;
|
4
|
-
margin-bottom: 550px;
|
4
|
+
margin-bottom: 550px; */
|
5
|
+
margin-top: 50px;
|
6
|
+
margin-bottom: 120px;
|
7
|
+
top: 0;
|
5
8
|
}
|
6
|
-
|
9
|
+
/*.news {
|
7
10
|
margin-top: -120px;
|
8
11
|
margin-left: 60px;
|
9
12
|
color: #fff;
|
@@ -15,6 +18,15 @@
|
|
15
18
|
height: 700px;
|
16
19
|
z-index: -1;
|
17
20
|
left: -15px;
|
21
|
+
}*/
|
22
|
+
.news{
|
23
|
+
padding: 15px;
|
24
|
+
background-color: #29dec0;
|
25
|
+
margin-left: 0;
|
26
|
+
margin-top: 0;
|
27
|
+
text-align: center;
|
28
|
+
color: white;
|
29
|
+
width: 100%;
|
18
30
|
}
|
19
31
|
.meduim-text2 {
|
20
32
|
margin: 0 0 25px;
|
data/assets/css/style.css
CHANGED
@@ -45,8 +45,11 @@ header {
|
|
45
45
|
.navbar-dark .navbar-toggler {
|
46
46
|
outline: none !important;
|
47
47
|
}
|
48
|
+
.navbar-nav {
|
49
|
+
margin-left: 11rem;
|
50
|
+
}
|
48
51
|
.navbar-nav .nav-item {
|
49
|
-
padding: 0
|
52
|
+
padding: 0 15px;
|
50
53
|
}
|
51
54
|
.navbar-nav .nav-link:hover {
|
52
55
|
color: var(--txtColor) !important;
|
@@ -60,12 +63,17 @@ header {
|
|
60
63
|
color: gray !important;
|
61
64
|
}
|
62
65
|
.dropdown:hover .dropdown-menu {
|
63
|
-
display:
|
66
|
+
display: grid;
|
67
|
+
grid-template-columns: auto auto auto;
|
64
68
|
border: none;
|
65
69
|
font-size: 14px;
|
66
70
|
left: -70px;
|
67
71
|
padding: 13.5px;
|
68
|
-
|
72
|
+
box-shadow: 0 1px 1px 0 #bdcad2;
|
73
|
+
background: whitesmoke;
|
74
|
+
padding: 3.5rem;
|
75
|
+
column-gap: 5rem;
|
76
|
+
row-gap: 1rem;
|
69
77
|
}
|
70
78
|
.bars {
|
71
79
|
position: relative;
|
@@ -232,6 +240,7 @@ header {
|
|
232
240
|
.navbar {
|
233
241
|
padding: 1.2rem 15px !important;
|
234
242
|
}
|
243
|
+
|
235
244
|
.title,
|
236
245
|
.description {
|
237
246
|
width: 100% !important;
|
@@ -251,12 +260,19 @@ header {
|
|
251
260
|
.heading {
|
252
261
|
font-size: 40px;
|
253
262
|
}
|
263
|
+
.dropdown:hover .dropdown-menu {
|
264
|
+
display: block;
|
265
|
+
}
|
254
266
|
}
|
255
267
|
|
256
268
|
@media (max-width: 992px) {
|
269
|
+
.navbar-nav {
|
270
|
+
margin-left: 0rem;
|
271
|
+
}
|
257
272
|
.dropdown:hover .dropdown-menu {
|
258
273
|
left: 0px;
|
259
274
|
padding: 0;
|
275
|
+
grid-template-columns: auto auto !important;
|
260
276
|
}
|
261
277
|
.dropdown-item {
|
262
278
|
text-align: left;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: word-games-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- manpreet-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|