8000 Marketing pages plugin by codecalm · Pull Request #1332 · tabler/tabler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Marketing pages plugin #1332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ef28985
marketing site init
codecalm Oct 24, 2022
167e45e
classname fix
codecalm Oct 24, 2022
c6aae0d
marketing images
codecalm Oct 24, 2022
5c339b0
homepage components
codecalm Oct 24, 2022
07f9bb0
gradient bg
codecalm Oct 25, 2022
705d3e3
Optimised images with calibre/image-actions
github-actions[bot] May 9, 2023
389b4c5
generate utilities for marketing pages, negative utilities, new filte…
codecalm May 16, 2023
a75256a
list separate fixes
codecalm May 18, 2023
eb1b4f1
marketing pages components
codecalm May 18, 2023
c13ec6f
build fix
codecalm May 19, 2023
4ec55ac
new marketing pages elements
codecalm May 25, 2023
f97b1fc
add typd.js library to animate text
codecalm May 25, 2023
1551b30
about page, markdown page
codecalm May 26, 2023
f746b37
testimonials, new components, new marketing pages
codecalm Jun 11, 2023
1b51853
unity avatar sizes
codecalm Jun 11, 2023
0dabd8c
fix shape sizes
codecalm Jun 11, 2023
a6f7ff8
avatars unify
codecalm Jun 11, 2023
c53dbdf
shape fixes
codecalm Jun 11, 2023
abd5f47
real estate page
codecalm Jun 12, 2023
b133d7b
Optimised images with calibre/image-actions
github-actions[bot] Jun 13, 2023
f4d1340
fix small rebase error
rjd22 Dec 27, 2024
234f1e5
Fix mobile designs of features, faq and testimonials
rjd22 Dec 27, 2024
2228fab
Add marketing pages to the extra's menu
rjd22 Dec 27, 2024
502bd59
fix hero header design and include as app example design
rjd22 Dec 27, 2024
d6ef49b
Fix buttons nog centering on hero
rjd22 Jan 8, 2025
015d4bf
Slightly increase bundlewatch size
rjd22 Jan 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ tabler-css-plugins:
- tabler-socials
- tabler-payments
- tabler-vendors
- tabler-marketing

exclude:
- .jekyll-cache
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@
},
{
"path": "./dist/css/tabler-vendors.css",
"maxSize": "7 kB"
"maxSize": "7.5 kB"
},
{
"path": "./dist/css/tabler-vendors.min.css",
"maxSize": "6 kB"
"maxSize": "6.5 kB"
},
{
"path": "./dist/js/tabler.js",
Expand Down Expand Up @@ -166,14 +166,14 @@
"gulp-terser": "^2.1.0",
"imageoptim-cli": "^3.1.9",
"imask": "^7.6.1",
"js-beautify": "^1.15.1",
"jsvectormap": "^1.6.0",
"list.js": "^2.3.1",
"litepicker": "^2.0.12",
"nouislider": "^15.8.1",
"plyr": "^3.7.8",
"postcss": "^8.4.49",
"prettier": "^2.8.8",
"js-beautify": "^1.15.1",
"release-it": "^15.11.0",
"request": "^2.88.2",
"rollup": "2.79.2",
Expand All @@ -183,6 +183,7 @@
"star-rating.js": "^4.3.1",
"tinymce": "^7.5.1",
"tom-select": "^2.4.1",
"typed.js": "^2.1.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yaml": "^2.6.1",
Expand Down Expand Up @@ -211,7 +212,8 @@
"plyr": "^3.7.8",
"star-rating.js": "^4.3.0",
"tinymce": "^6.4.2 || ^7.0.0",
"tom-select": "^2.2.2"
"tom-select": "^2.2.2",
"typed.js": "^2.1.0"
},
"peerDependenciesMeta": {
"@melloware/coloris": {
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/pages/_data/libs.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"plyr": "plyr/dist/plyr.min.js",
"dropzone": "dropzone/dist/dropzone-min.js",
"star-rating.js": "star-rating.js/dist/star-rating.min.js",
"coloris.js": "@melloware/coloris/dist/umd/coloris.min.js"
"coloris.js": "@melloware/coloris/dist/umd/coloris.min.js",
"typed.js": "typed.js/dist/typed.umd.js"
},
"css": {
"mapbox": "https://api.mapbox.com/mapbox-gl-js/v1.8.0/mapbox-gl.css",
Expand Down
4 changes: 4 additions & 0 deletions src/pages/_data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ extra:
title: Logs
url: logs.html
badge: New
marketing:
title: Marketing
url: marketing.html
badge: New
music:
title: Music
url: music.html
Expand Down
43 changes: 43 additions & 0 deletions src/pages/_data/real-estate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@


- name: Cozy Cottage
address: 123 Main Street
baths: 2
bedrooms: 3
image: photo-1558036117-15d82a90b9b1.jpg
price: $250,000

- name: Modern Townhouse
address: 456 Elm Avenue
baths: 3
bedrooms: 4
image: photo-1494526585095-c41746248156.jpg
price: $450,000

- name: Spacious Villa
address: 789 Oak Drive
baths: 5
bedrooms: 6
image: photo-1512917774080-9991f1c4c750.jpg
price: $1,200,000

- name: Rustic Farmhouse
address: 321 Pine Lane
baths: 2
bedrooms: 2
image: photo-1564013799919-ab600027ffc6.jpg
price: $350,000

- name: Beachfront Condo
address: 567 Sandy Beach Road
baths: 2
bedrooms: 1
image: photo-1580587771525-78b9dba3b914.jpg
price: $500,000

- name: Luxury Penthouse
address: 890 Highrise Avenue
baths: 4
bedrooms: 3
image: photo-1592595896551-12b371d546d5.jpg
price: $2,000,000
20 changes: 20 additions & 0 deletions src/pages/_data/testimonials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- "Ever since I started using Tabler, my HTML designing process has been significantly smoother. Its intuitive interface is a breath of fresh air!"
- "I'm beyond impressed with Tabler. This UI kit has transformed my workflow for the better. It's easy to use, streamlined, and remarkably efficient."
- "Tabler's feature-rich package has drastically improved my website design process. It's an absolute game-changer in the UI kit landscape."
- "Having used many UI kits in the past, I can confidently say that Tabler stands out. The level of customization it offers is unparalleled."
- "What I love about Tabler is its sleek design and ease of use. It's really simplified my HTML designing work. Five stars from me!"
- "I'd recommend Tabler to anyone, whether they're a seasoned pro or a beginner in HTML design. Its versatility and user-friendly nature make it a cut above the rest."
- "Navigating through Tabler has been a breeze! Its intuitive layout helps me save time and focus more on the creative aspect of my work."
- "With Tabler, designing HTML has never been more straightforward. The kit's sleek features and functionalities have taken my design work to new heights."
- "Tabler has revolutionized the way I approach HTML design. Its array of tools and efficient interface make it a must-have for any designer."
- "I'm truly amazed by Tabler's capabilities. It's not just an HTML UI kit, it's a design powerhouse that has made my work a lot more efficient and enjoyable."
- "As a web developer, Tabler has revolutionized my workflow. The HTML UI kit is exceptionally well-structured, making my projects much more efficient and visually appealing."
- "Tabler has transformed the way I approach web design. It's intuitive, easy to use, and has saved me countless hours of coding from scratch. A real game-changer!"
- "The breadth of design options that Tabler provides is astounding. It has added a whole new level of professionalism to my websites and made my job a lot easier."
- "I've been in the web development industry for years and I must say, Tabler is one of the best HTML UI kits I've come across. It's user-friendly and allows for a high degree of customization."
- "Since I've started using Tabler, I've noticed a significant improvement in my work. It's streamlined, efficient, and helps me produce better results for my clients."
- "Using Tabler has been a fantastic experience. The number of components it offers has allowed me to design more efficiently, and its consistent updates ensure that it always stays ahead of the curve."
- "Tabler is a web designer's dream come true. The HTML UI kit offers so many features and functionalities that make my design process more streamlined and efficient."
- "I cannot recommend Tabler enough! This HTML UI kit is a must-have for any web developer looking to level up their design game."
- "From a beginner's perspective, Tabler has been a lifesaver. It has enabled me to create professional-quality websites without needing advanced coding skills."
- "Tabler offers the perfect balance of simplicity and sophistication. It has greatly improved my workflow and I can't imagine working on web development projects without it."
30 changes: 15 additions & 15 deletions src/pages/_includes/cards/company-lookup.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ <h5 class="mb-4">Recent News</h5>
</div>
<div class="col-5">
<ul class="list-unstyled list-separated">
<li class="list-separated-item">
<li>
<h5>Description</h5>
<div class="text-secondary-dark">
Online shopping from the earth's biggest selection of books, magazines, music, DVDs, videos,
electronics, computers, software, apparel & acc…
</div>
</li>
<li class="list-separated-item">
<li>
2851 <h5>Tags</h5>
<div>
<span class="tag">E-Commerce &amp; Marketplaces</span>
Expand All @@ -131,27 +131,27 @@ <h5>Tags</h5>
<span class="tag">Technology</span>
</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">Industry</h5>
<div>Internet Software &amp; Services</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">Sector</h5>
<div>Information Technology</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">SIC Code</h5>
<div>59</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">NAICS Code</h5>
<div>45</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">EIN</h5>
<div>911646860</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">Technologies</h5>
<div>
<span class="tag text-uppercase">amazon associates</span>
Expand All @@ -161,37 +161,37 @@ <h5 class="mb-1">Technologies</h5>
<span class="tag text-uppercase">typekit by adobe</span>
</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">Alexa US Rank</h5>
<div>5</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">Alexa Global Rank</h5>
<div>10</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">Fiscal Year End</h5>
<div>End of December</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">Phone</h5>
<div>
<a href="tel:+1 206-266-1000">+1 206-266-1000</a>
</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">Crunchbase</h5>
<div>
<a href="#">crunchbase.com/organization/amazon</a>
</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">Twitter</h5>
<div>
<a href="#">twitter.com/amazon</a>
</div>
</li>
<li class="list-separated-item">
<li>
<h5 class="mb-1">Facebook</h5>
<div>
<a href="#">facebook.com/amazon</a>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/_includes/layout/navbar-logo.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

{% if include.header %}
<div {{ class-attr }}>
<a href="{{ site.base }}">
<a href="{{ site.base }}{% if include.href %}/{{ include.href }}{% endif %}">
{% else %}
<a href="{{ site.base }}" {{ class-attr }}>
<a href="{{ site.base }}{% if include.href %}/{{ include.href }}{% endif %}" {{ class-attr }}>
{% endif %}
{% unless include.hide-logo %}
{% if include.small-logo %}
Expand Down
1 change: 1 addition & 0 deletions src/pages/_includes/marketing/brands/baremetrics.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/pages/_includes/marketing/brands/cgi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading
0