word-games-theme 0.8.2 → 0.8.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03c2597b88c9c783b47b3fd78b7b3f64f72155a5796e287c030aac519a8bef5b
4
- data.tar.gz: cd381f0d2f72030746d8deea8174725a9c0e8c4e2145055c5d08ab3717515ca2
3
+ metadata.gz: 8a657b8a40da2c5a021bf27c9ca278069180dfb8a7efbee3925814dcef42f6ef
4
+ data.tar.gz: 4089e7c72665241d1347b88e390770e00b839353f1119fddfda1e9c668351ac7
5
5
  SHA512:
6
- metadata.gz: 013dfdf1c66dbfb81c34dca9e84bb0b015bd4bb61a80f69cfd539c6532e152160acd6f548c8c00ccccb9d6983b2095e2e5da618fe85b2e0d37a42cbe11c7e860
7
- data.tar.gz: 29d3d58f0c8892c278b9c0137dddf3adb9a47b219d5fbb23da6097461e8fb4bf092deec74a97c0fda92c0f6f72e9b92cd6cb2e9c1077cc37340ef231b9b6a6a8
6
+ metadata.gz: 4c1756ec45382411bbf652effc6eee5125cf9082cf91a6dc85c5a01c5326de036da4c3fa745826c382aa130fedb12cc4d087252b55a7cf26015d8c9be746d317
7
+ data.tar.gz: 9d92c2f8b8de65cf0e447aa9df2b5da3c381a7fb8ffcb7febd98a66843e39dea0a74b04fdd3042ca21893f13bd87b280c605d0c5e295008d1ffc7c5866fdbf13
@@ -2,6 +2,6 @@
2
2
  <script type="text/javascript" defer delay="{{site.MonumetricID}}" data-cfasync="false"></script>
3
3
  {% endif %}
4
4
 
5
- <!-- {% if jekyll.environment == 'development' and site.MonumetricID %}
5
+ {% if jekyll.environment == 'development' and site.MonumetricID %}
6
6
  <script type="text/javascript" delay="{{site.MonumetricID}}"></script>
7
- {% endif %} -->
7
+ {% endif %}
@@ -58,38 +58,6 @@
58
58
  <div class="container">
59
59
  <div class="footer-single-col">
60
60
  <div class="row d-flex justify-content-between mt-5 ">
61
- <div class="col-md-12 txt-secondary mb-5">
62
- {%- if dataToShow.logo -%}
63
- <div class="footer-logo-cont">
64
- <img loading="lazy" src="{{dataToShow.logo}}" title="logo" class="footer-logo d-block"
65
- alt="footer logo" width="30px">
66
- <span>
67
- {{dataToShow.heading}}
68
- </span>
69
- <!-- <div class="footer-title">{{dataToShow.heading}}</div> -->
70
- </div>
71
- {%- endif -%}
72
- <hr class="footer_hr">
73
- <div class="footer-social-list mt-4">
74
- <ul class="list-inline">
75
- {% for data in dataToShow.social %}
76
- <li>
77
- <a href="{{data.url}}" target="_blank">
78
- <i class="{{data.icon}}"></i>
79
- </a>
80
- </li>
81
- {% endfor %}
82
- </ul>
83
- </div>
84
- </div>
85
-
86
- <div class="col-md-2 txt-secondary">
87
- <p class=" font-weight-bold txt-primary footer_subheading">{{dataToShow.companytitle | default:
88
- 'Company' }}</p>
89
- {% for data in dataToShow.company %}
90
- <p class="mb-4"><a class="footer-links txt-secondary" href="{{data.url}}">{{data.name}}</a></p>
91
- {% endfor %}
92
- </div>
93
61
  <div class="col-md-2 txt-secondary">
94
62
  <p class=" font-weight-bold txt-primary footer_subheading">{{dataToShow.linksTitle | default:
95
63
  'Links' }}</p>
@@ -97,7 +65,6 @@
97
65
  <p class="mb-4"><a class="footer-links txt-secondary" href="{{data.url}}">{{data.name}}</a></p>
98
66
  {% endfor %}
99
67
  </div>
100
-
101
68
  <div class="col-md-2 txt-secondary ">
102
69
  <p class=" font-weight-bold txt-primary footer_subheading">{{dataToShow.producttitle | default:
103
70
  'tools' }}</p>
@@ -112,6 +79,38 @@
112
79
  <p class="mb-4"><a class="footer-links txt-secondary" href="{{data.url}}">{{data.name}}</a></p>
113
80
  {% endfor %}
114
81
  </div>
82
+ <div class="col-md-2 txt-secondary">
83
+ <p class=" font-weight-bold txt-primary footer_subheading">{{dataToShow.companytitle | default:
84
+ 'Company' }}</p>
85
+ {% for data in dataToShow.company %}
86
+ <p class="mb-4"><a class="footer-links txt-secondary" href="{{data.url}}">{{data.name}}</a></p>
87
+ {% endfor %}
88
+ </div>
89
+ </div>
90
+
91
+ <div class="col-md-12 txt-secondary mb-5">
92
+ {%- if dataToShow.logo -%}
93
+ <div class="footer-logo-cont">
94
+ <img loading="lazy" src="{{dataToShow.logo}}" title="logo" class="footer-logo d-block"
95
+ alt="footer logo" width="30px">
96
+ <span class="email_heaidng">
97
+ {{dataToShow.heading}}
98
+ </span>
99
+ <!-- <div class="footer-title">{{dataToShow.heading}}</div> -->
100
+ </div>
101
+ {%- endif -%}
102
+ <hr class="footer_hr">
103
+ <div class="footer-social-list mt-4">
104
+ <ul class="list-inline">
105
+ {% for data in dataToShow.social %}
106
+ <li>
107
+ <a href="{{data.url}}" target="_blank">
108
+ <i class="{{data.icon}}"></i>
109
+ </a>
110
+ </li>
111
+ {% endfor %}
112
+ </ul>
113
+ </div>
115
114
  </div>
116
115
  <div class="copyright-text mt-5 txt-secondary text-center">
117
116
  <p>
@@ -8,7 +8,7 @@
8
8
  <nav class="navbar navbar-expand-lg navbar-dark" style="background: {{CustomColor.navbarBg}}">
9
9
 
10
10
  <a class="navbar-brand" href="/" title="{{dataToShow.tooltip}}">
11
- <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}-logo" style="width:35px; height:35px;">
11
+ <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
12
12
  </a>
13
13
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
14
14
  <i class="bi bi-list bi-2x bars"></i>
@@ -0,0 +1,42 @@
1
+ {% assign lang = page.lang %}
2
+ {% assign dataToShow = site.data.header[lang].data %}
3
+ {%- assign CustomColor = site.data.theme.colors -%}
4
+
5
+ <!-- header starts -->
6
+ <header id="resultHeader">
7
+ <!-- navigation startss -->
8
+ <nav class="navbar navbar-expand-lg navbar-dark" style="background: {{CustomColor.navbarBg}}">
9
+
10
+ <a class="navbar-brand" href="/" title="{{dataToShow.tooltip}}">
11
+ <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
12
+ </a>
13
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
14
+ <i class="bi bi-list bi-2x bars"></i>
15
+ </button>
16
+
17
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
18
+ <ul class="navbar-nav">
19
+ <li class="nav-item">
20
+ <a class="nav-link" href="/blog">Blog</a>
21
+ </li>
22
+ <li class="nav-item dropdown">
23
+ <a class="nav-link dropdown-toggle" id="navbarDropdown" role="button" aria-haspopup="true"
24
+ aria-expanded="false">
25
+ More
26
+ </a>
27
+ <div class="dropdown-menu" aria-labelledby="navbarDropdown">
28
+
29
+ {% for item in dataToShow.more %}
30
+ <a class="dropdown-item" href="{{item.url}}">
31
+ {{item.name}}
32
+ </a>
33
+ {% endfor %}
34
+
35
+ </div>
36
+ </li>
37
+ </ul>
38
+ </div>
39
+ </nav>
40
+ <!-- navbar close -->
41
+ </header>
42
+ <!-- header close -->
@@ -14,7 +14,7 @@
14
14
  </div> -->
15
15
  <div class="container" id="containerWd">
16
16
  <section class="sticky_nav">
17
- <div class="pageHeading text-center pt-5">
17
+ <div class="pageHeading text-center">
18
18
  <h1 class="heading m-0 pb-0">
19
19
  {{dataToShow.h1}}</h1>
20
20
  {%- if dataToShow.h2 != "" -%}
data/_layouts/page.html CHANGED
@@ -49,7 +49,7 @@
49
49
 
50
50
  <body>
51
51
 
52
- {%- include header/index.html -%}
52
+ {%- include header/resultHeader.html -%}
53
53
 
54
54
  {%- include section/commonPage.html -%}
55
55
 
data/_layouts/page2.html CHANGED
@@ -45,11 +45,10 @@
45
45
 
46
46
  <body>
47
47
 
48
- {%- include header/index.html -%}
48
+ {%- include header/resultHeader.html -%}
49
49
 
50
50
  {%- include section/commonPage.html -%}
51
51
 
52
-
53
52
  {%- include share/socialshare.html -%}
54
53
 
55
54
  {%- include footer/index.html -%}
@@ -85,7 +85,7 @@
85
85
  </style>
86
86
 
87
87
  <body>
88
- {%- include header/index.html -%}
88
+ {%- include header/resultHeader.html -%}
89
89
 
90
90
  {%- include xyzpages/xyz.html -%}
91
91
 
@@ -137,7 +137,8 @@ a {
137
137
  }
138
138
 
139
139
  .sticky_nav {
140
- top: 50px;
140
+ top: 0px;
141
+ padding-top: 1.5rem;
141
142
  }
142
143
 
143
144
  .Advancedbtn {
@@ -321,4 +321,7 @@ hr {
321
321
  .txt-secondary {
322
322
  text-align: center;
323
323
  }
324
+ .email_heaidng{
325
+ font-size: 1.4rem;
326
+ }
324
327
  }
data/assets/css/home.css CHANGED
@@ -12,6 +12,7 @@
12
12
  }
13
13
  .pageHeading {
14
14
  margin-bottom: 2rem;
15
+ padding-top: 3rem;
15
16
  }
16
17
  .pageHeading > h1 {
17
18
  font-size: 30px;
@@ -293,9 +294,20 @@ input:-webkit-autofill:active {
293
294
  padding: 0px;
294
295
  }
295
296
  @media (max-width: 768px) {
297
+ .pageHeaderBg{
298
+ height: 32vh;
299
+ }
300
+ .pageHeading{
301
+ padding:0 !important;
302
+ }
303
+ .pageHeading > h2{
304
+ font-size: 1.4rem;
305
+ }
296
306
  .wrapper_dropDown {
297
307
  align-items: flex-end;
298
308
  flex-direction: column;
309
+ gap: 0 !important;
310
+ margin:0 !important
299
311
  }
300
312
  .txtBox {
301
313
  height: 50px !important;
@@ -322,12 +334,11 @@ input:-webkit-autofill:active {
322
334
  width: 50%;
323
335
  right: 0;
324
336
  border-radius: 0;
325
- padding: 9.5px;
337
+ padding: 7.5px;
326
338
  z-index: 99;
327
339
  }
328
340
  .pageHeading h1 {
329
341
  font-size: 2rem;
330
- padding-top: 3rem;
331
342
  }
332
343
  #containerWd {
333
344
  width: 100% !important;
data/assets/css/style.css CHANGED
@@ -385,6 +385,9 @@ header {
385
385
  padding: 4px 0;
386
386
  }
387
387
  @media (max-width: 768px) {
388
+ #resultHeader{
389
+ display: none;
390
+ }
388
391
  .social-icons {
389
392
  left: 0;
390
393
  bottom: 0 !important;
@@ -54,9 +54,9 @@
54
54
 
55
55
  @media (max-width: 768px) {
56
56
  .wordCount {
57
- font-size: 1.4rem;
57
+ font-size: 1.3rem;
58
58
  }
59
59
  .pad {
60
- padding-top: 50px !important;
60
+ padding-top: 0px !important;
61
61
  }
62
62
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
@@ -117,6 +117,7 @@ files:
117
117
  - _includes/head/index.html
118
118
  - _includes/header/blogHeader.html
119
119
  - _includes/header/index.html
120
+ - _includes/header/resultHeader.html
120
121
  - _includes/paginationBlogPage.html
121
122
  - _includes/paginationPostPage.html
122
123
  - _includes/postauthorbio.html