first commit

This commit is contained in:
dev-chiefworks
2022-09-25 15:25:10 -04:00
commit b085356c99
4709 changed files with 430211 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
# Disable directory browsing
Options All -Indexes
# ----------------------------------------------------------------------
# Rewrite engine
# ----------------------------------------------------------------------
# Turning on the rewrite engine is necessary for the following rules and features.
# FollowSymLinks must be enabled for this to work.
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
# If you installed CodeIgniter in a subfolder, you will need to
# change the following line to match the subfolder you need.
# http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase
# RewriteBase /
# Redirect Trailing Slashes...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]
# Rewrite "www.example.com -> example.com"
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L]
# Checks to see if the user is attempting to access a valid file,
# such as an image or css document, if this isn't true it sends the
# request to the front controller, index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([\s\S]*)$ index.php/$1 [L,NC,QSA]
# Ensure Authorization header is passed along
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>
<IfModule !mod_rewrite.c>
# If we don't have mod_rewrite installed, all 404's
# can be sent to index.php, and everything works as normal.
ErrorDocument 404 index.php
</IfModule>
# Disable server signature start
ServerSignature Off
# Disable server signature end
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+98
View File
@@ -0,0 +1,98 @@
@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1);
.counter-wrapper .counter,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.post-title {
font-family: "DM Serif Display";
font-weight: 400 !important;
word-spacing: normal !important;
letter-spacing: normal !important
}
.display-1 {
font-size: calc(1.385rem + 1.62vw);
line-height: 1.1
}
@media (min-width:1200px) {
.display-1 {
font-size: 2.6rem
}
}
.display-2 {
font-size: calc(1.365rem + 1.38vw);
line-height: 1.15
}
@media (min-width:1200px) {
.display-2 {
font-size: 2.4rem
}
}
.display-3 {
font-size: calc(1.355rem + 1.26vw);
line-height: 1.15
}
@media (min-width:1200px) {
.display-3 {
font-size: 2.3rem
}
}
.display-4 {
font-size: calc(1.325rem + .9vw);
line-height: 1.2
}
@media (min-width:1200px) {
.display-4 {
font-size: 2rem
}
}
.display-5 {
font-size: calc(1.305rem + .66vw);
line-height: 1.2
}
@media (min-width:1200px) {
.display-5 {
font-size: 1.8rem
}
}
.display-6 {
font-size: calc(1.285rem + .42vw);
line-height: 1.25
}
@media (min-width:1200px) {
.display-6 {
font-size: 1.6rem
}
}
.h2.post-title,
h2.post-title {
font-size: calc(1.265rem + .18vw)
}
@media (min-width:1200px) {
.h2.post-title,
h2.post-title {
font-size: 1.4rem
}
}
.h3.post-title,
h3.post-title {
font-size: 1.2rem
}
.counter-wrapper .counter {
font-size: calc(1.335rem + 1.02vw)
}
@media (min-width:1200px) {
.counter-wrapper .counter {
font-size: 2.1rem
}
}
.counter-wrapper .counter.counter-lg {
font-size: calc(1.355rem + 1.26vw)
}
@media (min-width:1200px) {
.counter-wrapper .counter.counter-lg {
font-size: 2.3rem
}
}
+203
View File
@@ -0,0 +1,203 @@
@font-face {
font-family: THICCCBOI;
src: url(../../fonts/thicccboi/THICCCBOI-Regular.woff2) format('woff2'), url(../../fonts/thicccboi/THICCCBOI-Regular.woff) format('woff');
font-weight: 400;
font-style: normal;
font-display: block
}
@font-face {
font-family: THICCCBOI;
src: url(../../fonts/thicccboi/THICCCBOI-Medium.woff2) format('woff2'), url(../../fonts/thicccboi/THICCCBOI-Medium.woff) format('woff');
font-weight: 500;
font-style: normal;
font-display: block
}
@font-face {
font-family: THICCCBOI;
src: url(../../fonts/thicccboi/THICCCBOI-Bold.woff2) format('woff2'), url(../../fonts/thicccboi/THICCCBOI-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
font-display: block
}
* {
word-spacing: normal !important
}
body {
font-family: THICCCBOI, sans-serif;
font-size: .85rem
}
.btn,
.dropdown-item,
.nav-link {
letter-spacing: normal
}
.btn,
.lg-sub-html p,
.nav-link,
.navbar .btn-sm {
font-size: .85rem
}
.dropdown-menu {
font-size: .8rem
}
.btn-group-sm>.btn,
.btn-sm,
.post-meta,
.share-dropdown .dropdown-menu .dropdown-item {
font-size: .75rem
}
.filter,
.filter ul li a,
.meta,
.post-category {
font-size: .7rem
}
.post-header .post-meta {
font-size: .85rem
}
.accordion-wrapper .card-header button,
.collapse-link,
.nav-tabs .nav-link {
font-size: .9rem
}
blockquote {
font-size: .9rem
}
.blockquote-footer {
font-size: .65rem
}
.blockquote-details p {
font-size: .85rem
}
.counter-wrapper p {
font-size: .85rem
}
.counter-wrapper .counter {
font-size: calc(1.33rem + .96vw)
}
@media (min-width:1200px) {
.counter-wrapper .counter {
font-size: 2.05rem
}
}
.counter-wrapper .counter.counter-lg {
font-size: calc(1.35rem + 1.2vw)
}
@media (min-width:1200px) {
.counter-wrapper .counter.counter-lg {
font-size: 2.25rem
}
}
.icon-list.bullet-bg i {
top: .25rem
}
.accordion-wrapper .card-header button:before {
margin-top: -.15rem
}
.form-floating>label {
padding-top: .65rem
}
.h1,
h1 {
font-size: calc(1.275rem + .3vw)
}
@media (min-width:1200px) {
.h1,
h1 {
font-size: 1.5rem
}
}
.h2,
h2 {
font-size: calc(1.26rem + .12vw)
}
@media (min-width:1200px) {
.h2,
h2 {
font-size: 1.35rem
}
}
.h3,
h3 {
font-size: 1.15rem
}
.h4,
h4 {
font-size: 1rem
}
.h5,
h5 {
font-size: .95rem
}
.h6,
h6 {
font-size: .9rem
}
.fs-sm {
font-size: .75rem !important
}
.fs-lg {
font-size: 1.05rem !important
}
.lead {
font-size: .95rem;
line-height: 1.6
}
.lead.fs-lg {
font-size: 1.1rem !important;
line-height: 1.55
}
.display-1 {
font-size: calc(1.375rem + 1.5vw);
line-height: 1.15
}
@media (min-width:1200px) {
.display-1 {
font-size: 2.5rem
}
}
.display-2 {
font-size: calc(1.355rem + 1.26vw);
line-height: 1.2
}
@media (min-width:1200px) {
.display-2 {
font-size: 2.3rem
}
}
.display-3 {
font-size: calc(1.335rem + 1.02vw);
line-height: 1.2
}
@media (min-width:1200px) {
.display-3 {
font-size: 2.1rem
}
}
.display-4 {
font-size: calc(1.315rem + .78vw);
line-height: 1.25
}
@media (min-width:1200px) {
.display-4 {
font-size: 1.9rem
}
}
.display-5 {
font-size: calc(1.295rem + .54vw);
line-height: 1.25
}
@media (min-width:1200px) {
.display-5 {
font-size: 1.7rem
}
}
.display-6 {
font-size: calc(1.275rem + .3vw);
line-height: 1.3
}
@media (min-width:1200px) {
.display-6 {
font-size: 1.5rem
}
}
+298
View File
@@ -0,0 +1,298 @@
@font-face {
font-family: Urbanist;
src: url(../../fonts/urbanist/Urbanist-BoldItalic.woff2) format('woff2'), url(../../fonts/urbanist/Urbanist-BoldItalic.woff) format('woff');
font-weight: 700;
font-style: italic;
font-display: block
}
@font-face {
font-family: Urbanist;
src: url(../../fonts/urbanist/Urbanist-SemiBoldItalic.woff2) format('woff2'), url(../../fonts/urbanist/Urbanist-SemiBoldItalic.woff) format('woff');
font-weight: 600;
font-style: italic;
font-display: block
}
@font-face {
font-family: Urbanist;
src: url(../../fonts/urbanist/Urbanist-Medium.woff2) format('woff2'), url(../../fonts/urbanist/Urbanist-Medium.woff) format('woff');
font-weight: 500;
font-style: normal;
font-display: block
}
@font-face {
font-family: Urbanist;
src: url(../../fonts/urbanist/Urbanist-MediumItalic.woff2) format('woff2'), url(../../fonts/urbanist/Urbanist-MediumItalic.woff) format('woff');
font-weight: 500;
font-style: italic;
font-display: block
}
@font-face {
font-family: Urbanist;
src: url(../../fonts/urbanist/Urbanist-SemiBold.woff2) format('woff2'), url(../../fonts/urbanist/Urbanist-SemiBold.woff) format('woff');
font-weight: 600;
font-style: normal;
font-display: block
}
@font-face {
font-family: Urbanist;
src: url(../../fonts/urbanist/Urbanist-Italic.woff2) format('woff2'), url(../../fonts/urbanist/Urbanist-Italic.woff) format('woff');
font-weight: 400;
font-style: italic;
font-display: block
}
@font-face {
font-family: Urbanist;
src: url(../../fonts/urbanist/Urbanist-Regular.woff2) format('woff2'), url(../../fonts/urbanist/Urbanist-Regular.woff) format('woff');
font-weight: 400;
font-style: normal;
font-display: block
}
@font-face {
font-family: Urbanist;
src: url(../../fonts/urbanist/Urbanist-LightItalic.woff2) format('woff2'), url(../../fonts/urbanist/Urbanist-LightItalic.woff) format('woff');
font-weight: 300;
font-style: italic;
font-display: block
}
@font-face {
font-family: Urbanist;
src: url(../../fonts/urbanist/Urbanist-Light.woff2) format('woff2'), url(../../fonts/urbanist/Urbanist-Light.woff) format('woff');
font-weight: 300;
font-style: normal;
font-display: block
}
@font-face {
font-family: Urbanist;
src: url(../../fonts/urbanist/Urbanist-Bold.woff2) format('woff2'), url(../../fonts/urbanist/Urbanist-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
font-display: block
}
* {
word-spacing: normal !important
}
body {
font-family: Urbanist, sans-serif;
font-size: .85rem
}
.accordion-wrapper .card-header button,
.badge,
.btn,
.btn.btn-circle .number,
.collapse-link,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.dropdown-item,
.filter:not(.basic-filter),
.filter:not(.basic-filter) ul li a,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.meta,
.more,
.nav-link,
.post-category,
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600
}
.avatar,
.btn,
.dropdown-item,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.more,
.nav-link,
h1,
h2,
h3,
h4,
h5,
h6 {
letter-spacing: normal
}
.btn,
.lg-sub-html p,
.nav-link,
.navbar .btn-sm {
font-size: .85rem
}
.dropdown-menu {
font-size: .8rem
}
.btn-group-sm>.btn,
.btn-sm,
.post-meta,
.share-dropdown .dropdown-menu .dropdown-item {
font-size: .75rem
}
.filter,
.filter ul li a,
.meta,
.post-category {
font-size: .7rem
}
.post-header .post-meta {
font-size: .85rem
}
.accordion-wrapper .card-header button,
.collapse-link,
.nav-tabs .nav-link {
font-size: .9rem
}
blockquote {
font-size: .9rem
}
.blockquote-footer {
font-size: .65rem
}
.blockquote-details p {
font-size: .85rem
}
.counter-wrapper p {
font-size: .85rem
}
.counter-wrapper .counter {
font-size: calc(1.33rem + .96vw)
}
@media (min-width:1200px) {
.counter-wrapper .counter {
font-size: 2.05rem
}
}
.counter-wrapper .counter.counter-lg {
font-size: calc(1.35rem + 1.2vw)
}
@media (min-width:1200px) {
.counter-wrapper .counter.counter-lg {
font-size: 2.25rem
}
}
.icon-list.bullet-bg i {
top: .25rem
}
.accordion-wrapper .card-header button:before {
margin-top: -.15rem
}
.form-floating>label {
padding-top: .65rem
}
.h1,
h1 {
font-size: calc(1.275rem + .3vw)
}
@media (min-width:1200px) {
.h1,
h1 {
font-size: 1.5rem
}
}
.h2,
h2 {
font-size: calc(1.26rem + .12vw)
}
@media (min-width:1200px) {
.h2,
h2 {
font-size: 1.35rem
}
}
.h3,
h3 {
font-size: 1.15rem
}
.h4,
h4 {
font-size: 1rem
}
.h5,
h5 {
font-size: .95rem
}
.h6,
h6 {
font-size: .9rem
}
.fs-sm {
font-size: .75rem !important
}
.fs-lg {
font-size: 1.05rem !important
}
.lead {
font-size: .95rem;
line-height: 1.6
}
.lead.fs-lg {
font-size: 1.1rem !important;
line-height: 1.55
}
.display-1 {
font-size: calc(1.375rem + 1.5vw);
line-height: 1.15
}
@media (min-width:1200px) {
.display-1 {
font-size: 2.5rem
}
}
.display-2 {
font-size: calc(1.355rem + 1.26vw);
line-height: 1.2
}
@media (min-width:1200px) {
.display-2 {
font-size: 2.3rem
}
}
.display-3 {
font-size: calc(1.335rem + 1.02vw);
line-height: 1.2
}
@media (min-width:1200px) {
.display-3 {
font-size: 2.1rem
}
}
.display-4 {
font-size: calc(1.315rem + .78vw);
line-height: 1.25
}
@media (min-width:1200px) {
.display-4 {
font-size: 1.9rem
}
}
.display-5 {
font-size: calc(1.295rem + .54vw);
line-height: 1.25
}
@media (min-width:1200px) {
.display-5 {
font-size: 1.7rem
}
}
.display-6 {
font-size: calc(1.275rem + .3vw);
line-height: 1.3
}
@media (min-width:1200px) {
.display-6 {
font-size: 1.5rem
}
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,24 @@
@font-face {
font-family: 'THICCCBOI';
src: url('THICCCBOI-Regular.woff2') format('woff2'),
url('THICCCBOI-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'THICCCBOI';
src: url('THICCCBOI-Medium.woff2') format('woff2'),
url('THICCCBOI-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'THICCCBOI';
src: url('THICCCBOI-Bold.woff2') format('woff2'),
url('THICCCBOI-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: block;
}
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+80
View File
@@ -0,0 +1,80 @@
@font-face {
font-family: 'Urbanist';
src: url('Urbanist-BoldItalic.woff2') format('woff2'),
url('Urbanist-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: block;
}
@font-face {
font-family: 'Urbanist';
src: url('Urbanist-SemiBoldItalic.woff2') format('woff2'),
url('Urbanist-SemiBoldItalic.woff') format('woff');
font-weight: 600;
font-style: italic;
font-display: block;
}
@font-face {
font-family: 'Urbanist';
src: url('Urbanist-Medium.woff2') format('woff2'),
url('Urbanist-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Urbanist';
src: url('Urbanist-MediumItalic.woff2') format('woff2'),
url('Urbanist-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
font-display: block;
}
@font-face {
font-family: 'Urbanist';
src: url('Urbanist-SemiBold.woff2') format('woff2'),
url('Urbanist-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Urbanist';
src: url('Urbanist-Italic.woff2') format('woff2'),
url('Urbanist-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: block;
}
@font-face {
font-family: 'Urbanist';
src: url('Urbanist-Regular.woff2') format('woff2'),
url('Urbanist-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Urbanist';
src: url('Urbanist-LightItalic.woff2') format('woff2'),
url('Urbanist-LightItalic.woff') format('woff');
font-weight: 300;
font-style: italic;
font-display: block;
}
@font-face {
font-family: 'Urbanist';
src: url('Urbanist-Light.woff2') format('woff2'),
url('Urbanist-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Urbanist';
src: url('Urbanist-Bold.woff2') format('woff2'),
url('Urbanist-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: block;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Some files were not shown because too many files have changed in this diff Show More