appscms-tools-theme 5.1.4 → 5.1.6

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
  SHA256:
3
- metadata.gz: 1f86bfcc8eeafa9122e5e7ae3af81aba7fb6a5e414a21a919124c6fc0e940e38
4
- data.tar.gz: 8fb3a4f46c6c7c25366dd1cb3e4353ff822021dd3aa910fe0416b98c1568a0be
3
+ metadata.gz: dfcd8e0bd2dbf1bc29d18bf77fc66cc96b8776b838ac15a0924cc0e2cee0d896
4
+ data.tar.gz: e2220c5a6f55bb055b5a339cb3b3d2390c1e284f8bc1fd47c10a0251d0e23b16
5
5
  SHA512:
6
- metadata.gz: 28973642be1b52d65098d2c29b5be1134c348095a478e79fc3574cc8e6b42d9907b808a1849a2e1092c06dc816c580b5418f1fffb309ec775177244b94ef1a09
7
- data.tar.gz: f5f2df41af7b80b6135e21670ecf98a4060296bfd665999316487e7b3d75e12529b517b8749461986923e0c3d594b9a6e530a3c5b41a008ff5177bda7ba9ca94
6
+ metadata.gz: 4eaddfe49462ded70c7b4d507a1c300c3698db4ea7ee755f6f8e24a15ea42b5e333fad46416e647289d8523c74006db85e05f52f53439a3eb399ce268378f3ad
7
+ data.tar.gz: 6c3c176b65cbd2b30008786bacf653d1f0c8b5e80b86aa10554606dcd819f13629e744a45eadcf03feca7e716d82db9fafe38df6ea89f97bfd7e73ab5f217c60
data/_data/.DS_Store CHANGED
Binary file
@@ -0,0 +1,36 @@
1
+ [
2
+ {
3
+ "category": "Blog Tools",
4
+ "img": "/assets/images/test.svg",
5
+ "id": "blog-tools",
6
+ "features": [
7
+ {
8
+ "name": "Blog Topic Ideas",
9
+ "url": "/blog-topic-ideas",
10
+ "img": "/assets/images/test.svg"
11
+ },
12
+ {
13
+ "name": "Blog Title Generator",
14
+ "url": "/blog-topic-ideas",
15
+ "img": "/assets/images/test.svg"
16
+ }
17
+ ]
18
+ },
19
+ {
20
+ "category": "Social Media Tools",
21
+ "img": "/assets/images/test.svg",
22
+ "id": "social-media-tools",
23
+ "features": [
24
+ {
25
+ "name": "Blog Topic Ideas",
26
+ "url": "/blog-topic-ideas",
27
+ "img": "/assets/images/test.svg"
28
+ },
29
+ {
30
+ "name": "Blog Title Generator",
31
+ "url": "/blog-topic-ideas",
32
+ "img": "/assets/images/test.svg"
33
+ }
34
+ ]
35
+ }
36
+ ]
@@ -0,0 +1,12 @@
1
+ [
2
+ {
3
+ "name": "Blog Topic Ideas",
4
+ "url": "/blog-topic-ideas",
5
+ "img": "/assets/images/test.svg"
6
+ },
7
+ {
8
+ "name": "Blog Title Generator",
9
+ "url": "/blog-topic-ideas",
10
+ "img": "/assets/images/test.svg"
11
+ }
12
+ ]
Binary file
@@ -73,11 +73,11 @@
73
73
  "FAQ": [
74
74
  {
75
75
  "question": "How many seconds from now, will the alarm ring ?",
76
- "answer": "To complete the atmosphere of your video, add music to the project. Don't forget to adjust its length and volume.To complete the atmosphere of your video, add music to the project. Don't forget to adjust its length and volume."
76
+ "answer": "You can visit https://safeimagekit.com/conv/aspect-ratio to change the aspect ratio of your images quickly and effortlessly. Select different aspect ratios and customize your images to fit your needs."
77
77
  },
78
78
  {
79
79
  "question": "Can I rely on Setalarmforme.com to setup alarm for $variable minutes from now ?",
80
- "answer": "If you have set alarm for $variable minutes from now, you can be 100% sure that alarm will ring after $variable minutes. You can trust us completely."
80
+ "answer": "You can visit https://safeimagekit.com/split-photo to change the aspect ratio of your images quickly and effortlessly. Select different aspect ratios and customize your images to fit your needs."
81
81
  },
82
82
  {
83
83
  "question": "What will happen to the alarm that I have set, if I refresh the browser ?",
data/_includes/.DS_Store CHANGED
Binary file
Binary file
@@ -4,7 +4,8 @@
4
4
  {%- assign showFaqs= true -%} {%- for item in site.noFaqsList -%} {%- if item ==
5
5
  page.lang -%} {%- assign showFaqs = false -%} {%- break -%} {%- else -%} {%-
6
6
  assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
7
- -%} {%- if pageData.FAQ.size>0 -%}
7
+ -%}
8
+ {%- if pageData.FAQ.size>0 -%}
8
9
  <div class="container heading mt-5">
9
10
  <div class="d-flex align-items-center justify-content-center">
10
11
  <hr
@@ -21,16 +22,17 @@ assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
21
22
  </div>
22
23
  </div>
23
24
  <div class="container mx-auto appscms-faq-section col-md-9 p-3 pb-3 col-12">
24
- {% for data in pageData.FAQ %}
25
- <div class="faq-item">
26
- <h3 class="faq-question">
27
- {{data.question | replace: "$variable", page.value}}
28
- </h3>
29
- <p class="faq-answer">
30
- {{data.answer | replace: "$variable", page.value}}
31
- </p>
32
- </div>
33
- {% endfor %}
25
+ {% for data in pageData.FAQ %}
26
+ <div class="faq-item">
27
+ <h3 class="faq-question">
28
+ {{ data.question | replace: "$variable", page.value }}
29
+ </h3>
30
+ <p class="faq-answer">
31
+ {{ data.answer | replace: "$variable", page.value | auto_link }}
32
+ </p>
33
+ </div>
34
+ {% endfor %}
35
+
34
36
  </div>
35
37
  </div>
36
38
  </div>
@@ -214,11 +214,14 @@
214
214
  endif
215
215
  -%}
216
216
  />
217
- {%- endif -%}
218
-
217
+ {%- endif -%} {%- if page.layout == 'content-tool-ai' -%}
218
+ <link rel="stylesheet" href="/assets/css/content-tool-ai.css" />
219
+ {%- endif -%} {%- if page.layout != 'contenttool-home' and page.layout !=
220
+ 'content-tool-ai' -%}
219
221
  <link rel="stylesheet" href="/assets/css/appscms-variables.css" />
222
+ {%- endif -%} {%- if page.layout != 'contenttool-home' and page.layout !=
223
+ 'content-tool-ai' -%}
220
224
 
221
- {%- if page.layout != 'contenttool-home' -%}
222
225
  <link rel="stylesheet" href="/assets/css/appscms-theme.css" />
223
226
  {%- endif -%} {%- if page.layout == "appscms-calculator" -%}
224
227
  <link rel="stylesheet" href="/assets/css/appscms-feature.css" />
@@ -142,6 +142,7 @@ site.data[folder][lang][file].calculatorLinks %}
142
142
  </div>
143
143
  {%- endif -%}
144
144
  </div>
145
+ {% if calculatorsLinks.size > 0 %}
145
146
  <div class="col-md-4">
146
147
  <div class="calculator-links">
147
148
  <div class="calculator-links-title">All Converters</div>
@@ -152,5 +153,6 @@ site.data[folder][lang][file].calculatorLinks %}
152
153
  </div>
153
154
  </div>
154
155
  </div>
156
+ {% endif %}
155
157
  </div>
156
158
  </div>
@@ -0,0 +1,262 @@
1
+ {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
2
+ = page.folderName %} {% assign pageData = site.data[folder][lang][file] %} {%-
3
+ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
4
+
5
+ <!DOCTYPE html>
6
+ <html lang="{{ page.lang }}">
7
+ {%- include appscms/head/head.html -%}
8
+ <link
9
+ href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
10
+ rel="stylesheet"
11
+ />
12
+
13
+ <body
14
+ data-developer-key="{{ site.developerKey }}"
15
+ data-client-id="{{ site.clientId }}"
16
+ data-app-id="{{ site.appId }}"
17
+ data-dropbox-apikey="{{ site.dropboxapikey }}"
18
+ >
19
+ <!-- Top Header -->
20
+ <nav class="navbar navbar-expand-lg top-header">
21
+ <div class="container-fluid">
22
+ <div class="d-flex align-items-center">
23
+ <button
24
+ class="btn d-lg-none me-2"
25
+ type="button"
26
+ onclick="toggleSidebar()"
27
+ >
28
+ <i class="fas fa-bars"></i>
29
+ </button>
30
+ <a class="navbar-brand logo" href="#">
31
+ <img src="/assets/images/content-tool-logo.png" alt="" />
32
+ </a>
33
+ </div>
34
+ <button class="btn btn-primary btn-login">Login</button>
35
+ </div>
36
+ </nav>
37
+
38
+ <!-- Mobile Overlay -->
39
+ <div class="mobile-overlay" onclick="toggleSidebar()"></div>
40
+
41
+ <!-- Sidebar -->
42
+ <div class="sidebar" id="sidebar">
43
+ <div class="p-3">
44
+ <!-- Main Navigation -->
45
+ <div class="nav-section">
46
+ <div class="nav-item-custom active">
47
+ <div class="nav-icon">
48
+ <i class="fas fa-chart-bar"></i>
49
+ </div>
50
+ <span class="flex-grow-1">Dashboard</span>
51
+ </div>
52
+ </div>
53
+
54
+ <!-- Get Started Section -->
55
+ <div class="nav-section">
56
+ <div class="nav-section-title">Get Started</div>
57
+ {%- assign mainFeatures =
58
+ site.data.contenttool.[page.lang].mainfeatures -%} {%- for item in
59
+ mainFeatures -%}
60
+ <div class="nav-item-custom">
61
+ <img src="{{item.img}}" alt="" />
62
+ <a href="{{item.url}}">
63
+ <span class="flex-grow-1">{{item.name}}</span></a
64
+ >
65
+ </div>
66
+ {%- endfor -%}
67
+ </div>
68
+
69
+ <!-- Favorites Section -->
70
+ <div class="nav-section">
71
+ <div class="nav-section-title">Favorites</div>
72
+ </div>
73
+
74
+ <!-- AI Tools Section -->
75
+ <div class="nav-section">
76
+ <div class="nav-section-title">AI Tools</div>
77
+
78
+ <!-- Blog Tools -->
79
+ {%- assign categoryfeatures =
80
+ site.data.contenttool.[page.lang].features -%} {%- for item in
81
+ categoryfeatures -%}
82
+ <div
83
+ class="nav-item-custom expandable expanded"
84
+ onclick="toggleExpand(this, '{{item.id}}')"
85
+ >
86
+ <img src="{{item.img}}" alt="" />
87
+ <span class="flex-grow-1 nav-item-custom-cat"
88
+ >{{item.category}}</span
89
+ >
90
+ <span class="nav-count">{{item.features| size}}</span>
91
+ <span class="expand-icon">
92
+ <i class="fas fa-chevron-down"></i>
93
+ </span>
94
+ </div>
95
+ <div class="submenu expanded" id="{{item.id}}">
96
+ {%- for i in item.features -%}
97
+ <div class="submenu-item">
98
+ <img src="{{i.img}}" alt="" />
99
+ <a href="{{i.url}}"> <span>{{i.name}}</span></a>
100
+ </div>
101
+ {%- endfor -%}
102
+ </div>
103
+ {%- endfor -%}
104
+ </div>
105
+ </div>
106
+ </div>
107
+
108
+ <!-- Main Content -->
109
+ <div class="main-content" id="mainContent">
110
+ <div class="container-fluid p-4">
111
+ <!-- Content Header -->
112
+ <div class="row align-items-center mb-3">
113
+ <div class="col-auto">
114
+ <div class="content-header-icon">💡</div>
115
+ </div>
116
+ <div class="col">
117
+ <h1 class="content-title">{{pageData.h1}}</h1>
118
+ </div>
119
+ </div>
120
+
121
+ <div class="row">
122
+ <div class="col-lg-8 col-xl-6">
123
+ <p class="content-description">{{pageData.h2}}</p>
124
+
125
+ {%- assign form_and_additional = content | split: "<!--ADDITIONAL-->"
126
+ -%} {%- assign form_block = form_and_additional[0] | remove: "<!--FORM-->"
127
+ -%} {%- assign additional_and_editor = form_and_additional[1] |
128
+ split: "<!--EDITOR-->" -%} {%- assign additional_block =
129
+ additional_and_editor[0] -%} {%- assign editor_block =
130
+ additional_and_editor[1] -%}
131
+ <form>
132
+ {{ form_block }}
133
+
134
+ <div
135
+ class="advanced-options mb-3"
136
+ data-toggle="collapse"
137
+ data-target="#advancedOptions"
138
+ >
139
+ <div class="d-flex justify-content-between align-items-center">
140
+ <span>Advanced Options</span>
141
+ <i class="fas fa-chevron-down"></i>
142
+ </div>
143
+ </div>
144
+ {{ additional_block }}
145
+ </form>
146
+ </div>
147
+ <div class="col-lg-4 col-xl-6">{{ editor_block }}</div>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Bootstrap 4.6 JS Bundle -->
153
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
154
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/js/bootstrap.bundle.min.js"></script>
155
+
156
+ <script>
157
+ function toggleSidebar() {
158
+ const sidebar = document.getElementById("sidebar");
159
+ const mainContent = document.getElementById("mainContent");
160
+ const overlay = document.querySelector(".mobile-overlay");
161
+
162
+ if (window.innerWidth <= 767) {
163
+ sidebar.classList.toggle("show");
164
+ overlay.classList.toggle("show");
165
+ } else {
166
+ sidebar.classList.toggle("sidebar-hidden");
167
+ mainContent.classList.toggle("content-expanded");
168
+ }
169
+ }
170
+
171
+ function toggleExpand(element, submenuId) {
172
+ element.classList.toggle("expanded");
173
+ const submenu = document.getElementById(submenuId);
174
+ submenu.classList.toggle("expanded");
175
+ }
176
+
177
+ // Handle submenu item clicks
178
+ document.addEventListener("click", function (e) {
179
+ if (e.target.closest(".submenu-item")) {
180
+ // Remove active class from all submenu items
181
+ document.querySelectorAll(".submenu-item").forEach((item) => {
182
+ item.classList.remove("active");
183
+ });
184
+
185
+ // Add active class to clicked item
186
+ e.target.closest(".submenu-item").classList.add("active");
187
+
188
+ // Update main content based on selected tool
189
+ const toolName = e.target
190
+ .closest(".submenu-item")
191
+ .querySelector("span").textContent;
192
+ updateMainContent(toolName);
193
+ }
194
+ });
195
+
196
+ function updateMainContent(toolName) {
197
+ const contentTitle = document.querySelector(".content-title");
198
+ const contentDescription = document.querySelector(
199
+ ".content-description"
200
+ );
201
+ const formLabel = document.querySelector(".form-label-custom");
202
+ const inputPlaceholder = document.querySelector(".form-control-custom");
203
+
204
+ // Update content based on selected tool
205
+ contentTitle.textContent = toolName;
206
+
207
+ // Update descriptions and placeholders based on tool type
208
+ switch (toolName) {
209
+ case "Blog Topic Ideas":
210
+ contentDescription.textContent =
211
+ "Utilize this tool to generate a range of SEO-friendly keywords tailored to your blog post's main title.";
212
+ formLabel.textContent = "What is the focus or niche of your blog?";
213
+ inputPlaceholder.placeholder =
214
+ "Specify your blog's main theme or niche (e.g., Travel, Health, Technology)";
215
+ break;
216
+ case "Blog Title Generator":
217
+ contentDescription.textContent =
218
+ "Generate compelling and SEO-optimized blog titles that capture your audience's attention.";
219
+ formLabel.textContent = "What is your blog post about?";
220
+ inputPlaceholder.placeholder = "Enter your main topic or keywords";
221
+ break;
222
+ case "Instagram Caption":
223
+ contentDescription.textContent =
224
+ "Create engaging Instagram captions that boost engagement and reach.";
225
+ formLabel.textContent = "What is your Instagram post about?";
226
+ inputPlaceholder.placeholder =
227
+ "Describe your photo or video content";
228
+ break;
229
+ case "Facebook Post":
230
+ contentDescription.textContent =
231
+ "Generate engaging Facebook posts that drive likes, comments, and shares.";
232
+ formLabel.textContent = "What do you want to post about?";
233
+ inputPlaceholder.placeholder = "Enter your post topic or message";
234
+ break;
235
+ default:
236
+ contentDescription.textContent =
237
+ "Generate high-quality content using AI-powered tools tailored to your needs.";
238
+ formLabel.textContent = "Enter your content requirements:";
239
+ inputPlaceholder.placeholder = "Describe what you need to create";
240
+ }
241
+ }
242
+
243
+ // Handle window resize
244
+ $(window).on("resize", function () {
245
+ if (window.innerWidth > 767) {
246
+ $("#sidebar").removeClass("show");
247
+ $(".mobile-overlay").removeClass("show");
248
+ }
249
+ });
250
+
251
+ // Close sidebar when clicking on overlay
252
+ $(".mobile-overlay").on("click", function () {
253
+ toggleSidebar();
254
+ });
255
+
256
+ // Initialize tooltips if needed
257
+ $(document).ready(function () {
258
+ $('[data-toggle="tooltip"]').tooltip();
259
+ });
260
+ </script>
261
+ </body>
262
+ </html>
data/assets/.DS_Store CHANGED
Binary file
@@ -3479,7 +3479,7 @@ a:hover {
3479
3479
  .modal {
3480
3480
  display: none;
3481
3481
  position: fixed;
3482
- z-index: 1;
3482
+ z-index: 1045;
3483
3483
  left: 0;
3484
3484
  top: 0;
3485
3485
  width: 100%;
@@ -0,0 +1,388 @@
1
+ :root {
2
+ --primary-color: #6366f1;
3
+ --primary-hover: #5b21b6;
4
+ --sidebar-width: 320px;
5
+ --header-height: 50px;
6
+ }
7
+
8
+ body {
9
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
10
+ background-color: #f8f9fa;
11
+ overflow-x: hidden;
12
+ }
13
+
14
+ /* Header Styles */
15
+ .top-header {
16
+ height: var(--header-height);
17
+ background: #f5f9fd;
18
+ position: fixed;
19
+ top: 0;
20
+ left: 0;
21
+ right: 0;
22
+ z-index: 1030;
23
+ }
24
+
25
+ .logo {
26
+ font-size: 20px;
27
+ font-weight: 600;
28
+ color: var(--primary-color);
29
+ text-decoration: none;
30
+ }
31
+ .logo img {
32
+ height: 45px;
33
+ }
34
+
35
+ .logo:hover {
36
+ color: var(--primary-color);
37
+ text-decoration: none;
38
+ }
39
+
40
+ .btn-login {
41
+ background: linear-gradient(90deg, #0b8afd 35%, #c335f2);
42
+ color: white;
43
+ font-weight: 500;
44
+ padding: 0.25rem 1rem;
45
+ font-size: 15px;
46
+ }
47
+
48
+ .btn-login:hover {
49
+ background: linear-gradient(90deg, #0b8afd 35%, #c335f2);
50
+ }
51
+
52
+ /* Sidebar Styles */
53
+ .sidebar {
54
+ position: fixed;
55
+ top: var(--header-height);
56
+ left: 0;
57
+ width: var(--sidebar-width);
58
+ height: calc(100vh - var(--header-height));
59
+ background: #f5f9fd;
60
+ overflow-y: auto;
61
+ transition: transform 0.3s ease;
62
+ z-index: 1025;
63
+ }
64
+
65
+ .sidebar.sidebar-hidden {
66
+ transform: translateX(-100%);
67
+ }
68
+
69
+ .nav-section {
70
+ margin-bottom: 1.5rem;
71
+ }
72
+
73
+ .nav-section-title {
74
+ font-size: 0.75rem;
75
+ font-weight: 600;
76
+ color: #6b7280;
77
+ text-transform: uppercase;
78
+ letter-spacing: 0.5px;
79
+ margin-bottom: 0.75rem;
80
+ padding: 0 0.75rem;
81
+ }
82
+
83
+ .nav-item-custom {
84
+ display: flex;
85
+ align-items: center;
86
+ padding: 0.625rem 0px;
87
+ margin: 0 0.75rem 0.25rem;
88
+ border-radius: 0.375rem;
89
+ transition: all 0.2s ease;
90
+ cursor: pointer;
91
+ }
92
+ .nav-item-custom a {
93
+ color: #374151;
94
+ text-decoration: none;
95
+ font-size: 14px;
96
+ }
97
+ .nav-item-custom-cat {
98
+ font-size: 14px;
99
+ }
100
+ .nav-item-custom img {
101
+ height: 16px;
102
+ width: 16px;
103
+ margin-right: 12px;
104
+ }
105
+ .submenu-item img {
106
+ height: 16px;
107
+ width: 16px;
108
+ margin-right: 12px;
109
+ }
110
+ .submenu-item a {
111
+ text-decoration: none;
112
+ color: #6b7280;
113
+ }
114
+
115
+ .nav-item-custom:hover {
116
+ background-color: #f3f4f6;
117
+ color: #374151;
118
+ text-decoration: none;
119
+ }
120
+
121
+ .nav-item-custom.active {
122
+ background-color: #ede9fe;
123
+ color: var(--primary-color);
124
+ }
125
+
126
+ .nav-icon {
127
+ width: 20px;
128
+ height: 20px;
129
+ margin-right: 0.75rem;
130
+ display: flex;
131
+ align-items: center;
132
+ justify-content: center;
133
+ font-size: 14px;
134
+ }
135
+
136
+ .nav-count {
137
+ background-color: #e5e7eb;
138
+ color: #6b7280;
139
+ font-size: 0.75rem;
140
+ padding: 0.125rem 0.375rem;
141
+ border-radius: 0.625rem;
142
+ margin-left: auto;
143
+ margin-right: 0.5rem;
144
+ }
145
+
146
+ .expand-icon {
147
+ margin-left: auto;
148
+ transition: transform 0.2s ease;
149
+ font-size: 0.75rem;
150
+ color: #6b7280;
151
+ }
152
+
153
+ .nav-item-custom.expanded .expand-icon {
154
+ transform: rotate(180deg);
155
+ }
156
+
157
+ /* Submenu Styles */
158
+ .submenu {
159
+ max-height: 0;
160
+ overflow: hidden;
161
+ transition: max-height 0.3s ease;
162
+ margin-left: 0.75rem;
163
+ margin-right: 0.75rem;
164
+ }
165
+
166
+ .submenu.expanded {
167
+ max-height: 1000px;
168
+ }
169
+
170
+ .submenu-item {
171
+ display: flex;
172
+ align-items: center;
173
+ padding: 0.5rem 0.75rem;
174
+ margin: 0.125rem 0;
175
+ border-radius: 0.375rem;
176
+ color: #6b7280;
177
+ text-decoration: none;
178
+ font-size: 0.875rem;
179
+ transition: all 0.2s ease;
180
+ cursor: pointer;
181
+ margin-left: 1rem;
182
+ }
183
+
184
+ .submenu-item:hover {
185
+ background-color: #f3f4f6;
186
+ color: #374151;
187
+ text-decoration: none;
188
+ }
189
+
190
+ .submenu-item.active {
191
+ background-color: #ede9fe;
192
+ color: var(--primary-color);
193
+ }
194
+
195
+ .submenu-icon {
196
+ width: 16px;
197
+ height: 16px;
198
+ margin-right: 0.75rem;
199
+ display: flex;
200
+ align-items: center;
201
+ justify-content: center;
202
+ font-size: 12px;
203
+ }
204
+
205
+ /* Main Content */
206
+ .main-content {
207
+ margin-left: var(--sidebar-width);
208
+ margin-top: var(--header-height);
209
+ min-height: calc(100vh - var(--header-height));
210
+ transition: margin-left 0.3s ease;
211
+ background: #fff;
212
+ border-top: 2px solid #f0f2f3;
213
+ border-left: 2px solid #f0f2f3;
214
+ }
215
+
216
+ .main-content.content-expanded {
217
+ margin-left: 0;
218
+ }
219
+
220
+ .content-header-icon {
221
+ width: 40px;
222
+ height: 40px;
223
+ background: #fef3c7;
224
+ border-radius: 0.5rem;
225
+ display: flex;
226
+ align-items: center;
227
+ justify-content: center;
228
+ font-size: 20px;
229
+ color: #d97706;
230
+ }
231
+
232
+ .content-title {
233
+ font-size: 1.5rem;
234
+ font-weight: 600;
235
+ color: #1f2937;
236
+ margin-bottom: 0;
237
+ }
238
+
239
+ .content-description {
240
+ color: #6b7280;
241
+ line-height: 1.6;
242
+ margin-bottom: 2rem;
243
+ }
244
+
245
+ .form-label-custom {
246
+ font-weight: 500;
247
+ color: #374151;
248
+ margin-bottom: 0.5rem;
249
+ }
250
+
251
+ .form-control-custom {
252
+ border: 1px solid #d1d5db;
253
+ border-radius: 0.375rem;
254
+ padding: 0.75rem 1rem;
255
+ font-size: 0.875rem;
256
+ transition: border-color 0.2s ease, box-shadow 0.2s ease;
257
+ }
258
+
259
+ .form-control-custom:focus {
260
+ border-color: var(--primary-color);
261
+ box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.1);
262
+ }
263
+
264
+ .advanced-options {
265
+ background: #f9fafb;
266
+ border: 1px solid #e5e7eb;
267
+ border-radius: 0.375rem;
268
+ padding: 1rem;
269
+ cursor: pointer;
270
+ transition: background-color 0.2s ease;
271
+ }
272
+
273
+ .advanced-options:hover {
274
+ background: #f3f4f6;
275
+ }
276
+
277
+ .btn-generate {
278
+ background: linear-gradient(90deg, #0b8afd 35%, #c335f2);
279
+ border-color: var(--primary-color);
280
+ color: white;
281
+ font-weight: 500;
282
+ padding: 0.7rem 1rem;
283
+ width: 100%;
284
+ border-radius: 0.375rem;
285
+ border: none;
286
+ color: white;
287
+ font-size: 15px;
288
+ }
289
+
290
+ .btn-generate:hover {
291
+ background: var(--primary-hover);
292
+ border-color: var(--primary-hover);
293
+ color: white;
294
+ }
295
+
296
+ /* Editor Toolbar */
297
+ .editor-toolbar {
298
+ background: white;
299
+ border: 1px solid #e5e7eb;
300
+ border-radius: 0.375rem;
301
+ padding: 0.75rem;
302
+ }
303
+
304
+ .toolbar-select {
305
+ border: none;
306
+ background: none;
307
+ padding: 0.25rem 0.5rem;
308
+ border-radius: 0.25rem;
309
+ cursor: pointer;
310
+ font-size: 0.875rem;
311
+ }
312
+
313
+ .toolbar-btn {
314
+ background: none;
315
+ border: none;
316
+ padding: 0.375rem 0.5rem;
317
+ border-radius: 0.25rem;
318
+ cursor: pointer;
319
+ font-weight: bold;
320
+ transition: background-color 0.2s ease;
321
+ margin: 0 0.125rem;
322
+ }
323
+
324
+ .toolbar-btn:hover {
325
+ background: #f3f4f6;
326
+ }
327
+
328
+ .toolbar-separator {
329
+ width: 1px;
330
+ height: 20px;
331
+ background: #e5e7eb;
332
+ margin: 0 0.5rem;
333
+ }
334
+
335
+ /* Mobile Overlay */
336
+ .mobile-overlay {
337
+ position: fixed;
338
+ top: var(--header-height);
339
+ left: 0;
340
+ right: 0;
341
+ bottom: 0;
342
+ background: rgba(0, 0, 0, 0.5);
343
+ z-index: 1020;
344
+ display: none;
345
+ }
346
+
347
+ .mobile-overlay.show {
348
+ display: block;
349
+ }
350
+
351
+ /* Responsive adjustments */
352
+ @media (max-width: 767.98px) {
353
+ .sidebar {
354
+ transform: translateX(-100%);
355
+ }
356
+
357
+ .sidebar.show {
358
+ transform: translateX(0);
359
+ }
360
+
361
+ .main-content {
362
+ margin-left: 0;
363
+ }
364
+
365
+ .content-header-icon {
366
+ margin-bottom: 0.75rem;
367
+ }
368
+
369
+ .editor-toolbar {
370
+ padding: 0.5rem;
371
+ }
372
+
373
+ .toolbar-btn {
374
+ padding: 0.25rem 0.375rem;
375
+ font-size: 0.75rem;
376
+ }
377
+ }
378
+
379
+ @media (max-width: 575.98px) {
380
+ .content-title {
381
+ font-size: 1.25rem;
382
+ }
383
+
384
+ .btn-generate {
385
+ padding: 0.75rem;
386
+ font-size: 0.875rem;
387
+ }
388
+ }
Binary file
@@ -0,0 +1 @@
1
+ <svg fill="#000000" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 467.986 467.986" xml:space="preserve"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <g> <path d="M449.613,68.18c-0.035-1.404-0.289-2.656-0.64-3.836c-0.716-6.231-5.053-12.157-13.056-12.594 c-22.811-1.244-45.626-1.368-68.461-1.368c-3.621,0-6.454,1.186-8.593,3.016c-4.407,1.836-7.835,5.82-7.84,12.048 c-0.041,124.599-1.33,249.191-1.371,373.79c0,1.563,0.274,2.945,0.67,4.235c0.863,6.078,5.2,11.76,13.021,12.197 c24.638,1.371,49.261,2.64,73.94,2.741c0.467,0,0.857-0.116,1.3-0.152c0.478,0.051,0.949,0.152,1.437,0.152 c20.83,0,12.705-31.3,13.233-43.767c0.722-16.966,1.204-33.937,1.503-50.906c0.59-32.855,0.457-65.72-0.051-98.574 C453.69,199.481,451.111,133.846,449.613,68.18z M425.081,430.836c-16.016-0.299-32.011-0.979-48.012-1.822 c0.097-117.063,1.203-234.123,1.315-351.193c14.711,0.054,29.417,0.193,44.117,0.734 C425.427,195.982,431.104,313.413,425.081,430.836z"></path> <path d="M322.272,157.182c-0.111-2.912-1.016-5.299-2.336-7.254c-2.025-4.02-5.799-7.224-11.354-7.81 c-22.476-2.376-44.696-1.326-67.088,1.366c-2.569,0.308-4.718,1.224-6.533,2.471c-5.225,1.31-9.312,5.461-8.533,12.591 c10.374,94.633,6.002,190.063,15.059,284.788c0.084,0.858,0.27,1.646,0.473,2.422c-0.138,6.947,4.25,14.011,13.223,14.011 c14.838,0,79.552,10.303,76.678-16.396C321.45,348.258,326.071,252.584,322.272,157.182z M267.999,432.39 c-7.449-87.483-4.529-175.515-13.091-262.917c13.457-1.173,26.894-1.609,40.38-0.955c2.915,87.981-0.477,176.166,8.09,263.872 H267.999z"></path> <path d="M202.141,233.141c-1.127-5.484-5.309-9.821-12.677-8.866c-19.56,2.528-39.207,4.072-58.872,5.477 c-1.036,0.073-2.003,0.254-2.917,0.5c-6.975-0.167-13.883,4.199-13.515,13.188c2.734,67.08,5.403,134.155,6.848,201.271 c0.063,2.854,0.878,5.189,2.123,7.13c1.092,5.723,5.388,10.714,12.936,10.674c16.9-0.092,33.764-1.274,50.663-1.371 c2.138-0.011,3.999-0.437,5.622-1.152c8.038,2.381,18.07-1.758,17.658-12.538c-2.635-68.893-4.098-137.821-5.477-206.744 C204.466,237.64,203.55,235.136,202.141,233.141z M148.142,434.898c-1.384-59.574-3.667-119.109-6.083-178.648 c11.791-0.898,23.58-1.884,35.337-3.179c1.216,60.266,2.575,120.536,4.753,180.771 C170.807,434.025,159.476,434.573,148.142,434.898z"></path> <path d="M71.017,345.979c-13.431-1.133-26.898-1.219-40.377-1.225c-1.508,0-2.833,0.265-4.083,0.625 c-6.197,0.736-12.027,5.073-12.35,13.065c-1.246,31.026-1.366,62.068-1.366,93.11c0,1.391,0.218,2.641,0.536,3.809 c0.437,6.469,4.789,12.623,13.154,12.623h46.555c7.145,0,11.347-4.494,12.708-9.831c2.232-2.193,3.725-5.275,3.725-9.333v-90.367 C89.514,347.512,79.015,343.368,71.017,345.979z M62.131,440.606H40.27c0.041-22.811,0.198-45.61,0.883-68.4 c7,0.051,13.993,0.162,20.978,0.528V440.606z"></path> <path d="M41.248,227.534c3.608,0,7.104-1.247,10.379-3.712C95.051,191.15,192.812,107.321,238.083,66.065 c-0.254,7.596-0.396,14.627-0.421,21.266c-0.021,5.145,1.731,9.641,5.08,13c3.459,3.468,8.465,5.466,13.752,5.466 c9.379,0,18.899-6.33,18.95-18.417c0.102-22.204,1.433-44.798,2.732-66.809c0.305-5.185-1.234-9.725-4.453-13.134 c-3.275-3.473-8.15-5.492-13.416-5.538c-1.173-0.276-2.311-0.441-3.458-0.516C234.911,0.109,213.102,0,190.837,0l0,0 c-12.105,0-18.438,9.501-18.443,18.885c-0.005,9.387,6.332,18.893,18.443,18.898c7.389,0,14.772,0.021,22.16,0.089 C168.311,78.717,73.305,160.446,31.562,191.859c-7.051,5.304-9.646,13.926-6.787,22.5 C27.405,222.243,34.024,227.534,41.248,227.534z"></path> </g> </g> </g></svg>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.4
4
+ version: 5.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-10 00:00:00.000000000 Z
11
+ date: 2025-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -70,6 +70,8 @@ files:
70
70
  - _data/blog/relatedblogs.json
71
71
  - _data/blog/share.yml
72
72
  - _data/contact/en/contact.json
73
+ - _data/contenttool/en/features.json
74
+ - _data/contenttool/en/mainfeatures.json
73
75
  - _data/customcdns/customcdns.yml
74
76
  - _data/disclaimer/en/disclaimer.json
75
77
  - _data/download/en/download.json
@@ -234,6 +236,7 @@ files:
234
236
  - _layouts/calculator.html
235
237
  - _layouts/categories.html
236
238
  - _layouts/contactUs.html
239
+ - _layouts/content-tool-ai.html
237
240
  - _layouts/contenttool-feature.html
238
241
  - _layouts/contenttool-home.html
239
242
  - _layouts/default.html
@@ -282,6 +285,7 @@ files:
282
285
  - assets/css/bootstrap.min.css
283
286
  - assets/css/calculators.css
284
287
  - assets/css/common.css
288
+ - assets/css/content-tool-ai.css
285
289
  - assets/css/devtool-main.css
286
290
  - assets/css/devtools.css
287
291
  - assets/css/feature-1.css
@@ -451,6 +455,7 @@ files:
451
455
  - assets/images/close-button.svg
452
456
  - assets/images/cloud-computing.png
453
457
  - assets/images/cloud_new.svg
458
+ - assets/images/content-tool-logo.png
454
459
  - assets/images/contenttool-main.svg
455
460
  - assets/images/contributor.webp
456
461
  - assets/images/convert.png
@@ -522,6 +527,7 @@ files:
522
527
  - assets/images/taufik.jpeg
523
528
  - assets/images/taufik.png
524
529
  - assets/images/taufik.webp
530
+ - assets/images/test.svg
525
531
  - assets/images/time.svg
526
532
  - assets/images/together_foreve (2).png
527
533
  - assets/images/together_foreve.png