ultimate-jekyll-manager 0.0.143 → 0.0.145
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.
|
@@ -121,7 +121,7 @@ badges:
|
|
|
121
121
|
<div class="d-flex align-items-center justify-content-between py-3">
|
|
122
122
|
<!-- Left: Brand -->
|
|
123
123
|
<a href="/" class="d-flex align-items-center text-decoration-none text-body">
|
|
124
|
-
<span class="avatar avatar-md me-3">
|
|
124
|
+
<span class="avatar avatar-md filter-adaptive me-3">
|
|
125
125
|
<img src="{{ site.brand.images.brandmark }}?cb={{ site.uj.cache_breaker }}" alt="{{ site.brand.name }}"/>
|
|
126
126
|
</span>
|
|
127
127
|
<h1 class="h5 mb-0 fw-semibold">{{ site.brand.name }} Account</h1>
|
|
@@ -40,27 +40,6 @@ hero:
|
|
|
40
40
|
icon: "book-open"
|
|
41
41
|
href: "/pricing"
|
|
42
42
|
class: "btn-outline-light"
|
|
43
|
-
cards:
|
|
44
|
-
- number: "50K+"
|
|
45
|
-
label: "Active Users"
|
|
46
|
-
icon: "users"
|
|
47
|
-
color: "primary"
|
|
48
|
-
height: "200px"
|
|
49
|
-
- number: "98%"
|
|
50
|
-
label: "Success Rate"
|
|
51
|
-
icon: "certificate"
|
|
52
|
-
color: "success"
|
|
53
|
-
height: "150px"
|
|
54
|
-
- number: "200+"
|
|
55
|
-
label: "Solutions"
|
|
56
|
-
icon: "book"
|
|
57
|
-
color: "warning"
|
|
58
|
-
height: "150px"
|
|
59
|
-
- number: "4.9/5"
|
|
60
|
-
label: "Average Rating"
|
|
61
|
-
icon: "star"
|
|
62
|
-
color: "info"
|
|
63
|
-
height: "200px"
|
|
64
43
|
badge:
|
|
65
44
|
title: "Industry Leader"
|
|
66
45
|
subtitle: "2024 Award"
|
|
@@ -232,101 +211,6 @@ cta:
|
|
|
232
211
|
href: "/contact"
|
|
233
212
|
---
|
|
234
213
|
|
|
235
|
-
{% comment %}
|
|
236
|
-
<section>
|
|
237
|
-
<div class="container">
|
|
238
|
-
<div class="row align-items-center min-vh-80">
|
|
239
|
-
<div class="col-lg-6">
|
|
240
|
-
<div class="mb-4" data-lazy="@class animation-slide-up">
|
|
241
|
-
<div class="d-flex align-items-center mb-3">
|
|
242
|
-
{% uj_icon "rocket", "text-primary fs-2 me-2" %}
|
|
243
|
-
<span class="text-primary fw-semibold fs-5">{{ page.resolved.hero.tagline }}</span>
|
|
244
|
-
</div>
|
|
245
|
-
|
|
246
|
-
<h1 class="h1 mb-3">
|
|
247
|
-
{{ page.resolved.hero.headline | split: " " | slice: 0, -2 | join: " " }} <span class="text-gradient-rainbow">{{ page.resolved.hero.headline | split: " " | slice: -2, 2 | join: " " }}</span><br>
|
|
248
|
-
{{ page.resolved.hero.headline_accent }}
|
|
249
|
-
</h1>
|
|
250
|
-
|
|
251
|
-
<p class="fs-5 text-muted mb-4">
|
|
252
|
-
{{ page.resolved.hero.description }}
|
|
253
|
-
</p>
|
|
254
|
-
|
|
255
|
-
<ul class="list-unstyled mb-4">
|
|
256
|
-
{% for feature in page.resolved.features.items limit: 3 %}
|
|
257
|
-
<li class="d-flex align-items-center mb-3">
|
|
258
|
-
{% uj_icon "check-circle", "text-success fs-5 me-3" %}
|
|
259
|
-
<span class="fs-6">{{ feature.title }}</span>
|
|
260
|
-
</li>
|
|
261
|
-
{% endfor %}
|
|
262
|
-
</ul>
|
|
263
|
-
|
|
264
|
-
<div class="d-flex flex-column flex-sm-row gap-3">
|
|
265
|
-
<a href="{{ page.resolved.hero.primary_button.href }}" class="btn btn-primary btn-lg px-4 py-3">
|
|
266
|
-
{% uj_icon page.resolved.hero.primary_button.icon, "me-2" %}
|
|
267
|
-
{{ page.resolved.hero.primary_button.text }}
|
|
268
|
-
</a>
|
|
269
|
-
<a href="{{ page.resolved.hero.secondary_button.href }}" class="btn btn-outline-adaptive btn-lg px-4 py-3">
|
|
270
|
-
{% uj_icon page.resolved.hero.secondary_button.icon, "me-2" %}
|
|
271
|
-
{{ page.resolved.hero.secondary_button.text }}
|
|
272
|
-
</a>
|
|
273
|
-
</div>
|
|
274
|
-
</div>
|
|
275
|
-
</div>
|
|
276
|
-
|
|
277
|
-
<div class="col-lg-6 mt-5 mt-lg-0">
|
|
278
|
-
<div class="position-relative" data-lazy="@class animation-slide-up">
|
|
279
|
-
<div class="row g-4">
|
|
280
|
-
<div class="col-6">
|
|
281
|
-
<div class="bg-{{ page.resolved.hero.cards[0].color }} rounded-4 p-4 text-light text-center" style="height: {{ page.resolved.hero.cards[0].height }};">
|
|
282
|
-
<div class="d-flex flex-column justify-content-center h-100">
|
|
283
|
-
{% uj_icon page.resolved.hero.cards[0].icon, "display-4 mb-3 text-light" %}
|
|
284
|
-
<h3 class="mb-1">{{ page.resolved.hero.cards[0].number }}</h3>
|
|
285
|
-
<p class="mb-0">{{ page.resolved.hero.cards[0].label }}</p>
|
|
286
|
-
</div>
|
|
287
|
-
</div>
|
|
288
|
-
<div class="bg-{{ page.resolved.hero.cards[1].color }} rounded-4 p-4 text-light text-center mt-4" style="height: {{ page.resolved.hero.cards[1].height }};">
|
|
289
|
-
<div class="d-flex flex-column justify-content-center h-100">
|
|
290
|
-
{% uj_icon page.resolved.hero.cards[1].icon, "fs-1 mb-2 text-light" %}
|
|
291
|
-
<h3 class="h4 mb-1">{{ page.resolved.hero.cards[1].number }}</h3>
|
|
292
|
-
<p class="mb-0 small">{{ page.resolved.hero.cards[1].label }}</p>
|
|
293
|
-
</div>
|
|
294
|
-
</div>
|
|
295
|
-
</div>
|
|
296
|
-
<div class="col-6 d-flex flex-column">
|
|
297
|
-
<div class="bg-{{ page.resolved.hero.cards[2].color }} rounded-4 p-4 text-light text-center mb-4" style="height: {{ page.resolved.hero.cards[2].height }};">
|
|
298
|
-
<div class="d-flex flex-column justify-content-center h-100">
|
|
299
|
-
{% uj_icon page.resolved.hero.cards[2].icon, "fs-1 mb-2 text-light" %}
|
|
300
|
-
<h3 class="h4 mb-1">{{ page.resolved.hero.cards[2].number }}</h3>
|
|
301
|
-
<p class="mb-0 small">{{ page.resolved.hero.cards[2].label }}</p>
|
|
302
|
-
</div>
|
|
303
|
-
</div>
|
|
304
|
-
<div class="bg-{{ page.resolved.hero.cards[3].color }} rounded-4 p-4 text-light text-center" style="height: {{ page.resolved.hero.cards[3].height }};">
|
|
305
|
-
<div class="d-flex flex-column justify-content-center h-100">
|
|
306
|
-
{% uj_icon page.resolved.hero.cards[3].icon, "display-4 mb-3 text-light" %}
|
|
307
|
-
<h3 class="mb-1">{{ page.resolved.hero.cards[3].number }}</h3>
|
|
308
|
-
<p class="mb-0">{{ page.resolved.hero.cards[3].label }}</p>
|
|
309
|
-
</div>
|
|
310
|
-
</div>
|
|
311
|
-
</div>
|
|
312
|
-
</div>
|
|
313
|
-
|
|
314
|
-
<div class="position-absolute top-0 end-0 rounded-4 p-3 shadow-lg" style="transform: translate(20px, -20px);">
|
|
315
|
-
<div class="d-flex align-items-center">
|
|
316
|
-
{% uj_icon page.resolved.hero.badge.icon, "text-warning fs-4 me-2" %}
|
|
317
|
-
<div>
|
|
318
|
-
<div class="small">{{ page.resolved.hero.badge.title }}</div>
|
|
319
|
-
<div class="text-muted small">{{ page.resolved.hero.badge.subtitle }}</div>
|
|
320
|
-
</div>
|
|
321
|
-
</div>
|
|
322
|
-
</div>
|
|
323
|
-
</div>
|
|
324
|
-
</div>
|
|
325
|
-
</div>
|
|
326
|
-
</div>
|
|
327
|
-
</section>
|
|
328
|
-
{% endcomment %}
|
|
329
|
-
|
|
330
214
|
<!-- Hero Section -->
|
|
331
215
|
{% assign demo = page.resolved.hero.demo %}
|
|
332
216
|
{% assign demo_placement = demo.placement | default: "bottom" %}
|