Skip to content

Commit

Permalink
add new folder structure according pro version
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-dixit committed Jan 8, 2025
1 parent 539362d commit c804e2e
Show file tree
Hide file tree
Showing 37 changed files with 31,024 additions and 4,317 deletions.
2 changes: 1 addition & 1 deletion dist/assets/css/landing.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assets/css/style-preset.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assets/css/style.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/assets/fonts/feather.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@font-face {
font-family: 'feather';
src: url('feather/feather.eot?t=1525787366991'); /* IE9*/
src: url('feather/feather.eot?t=1525787366991#iefix') format('embedded-opentype'),
src:
url('feather/feather.eot?t=1525787366991#iefix') format('embedded-opentype'),
/* IE6-IE8 */ url('feather/feather.woff?t=1525787366991') format('woff'),
/* chrome, firefox */ url('feather/feather.ttf?t=1525787366991') format('truetype'),
/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('feather/feather.svg?t=1525787366991#feather') format('svg'); /* iOS 4.1- */
Expand Down
21 changes: 15 additions & 6 deletions dist/assets/fonts/fontawesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -5767,8 +5767,11 @@
font-style: normal;
font-weight: 400;
src: url('fontawesome/fa-regular-400.eot');
src: url('fontawesome/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('fontawesome/fa-regular-400.woff2') format('woff2'),
url('fontawesome/fa-regular-400.woff') format('woff'), url('fontawesome/fa-regular-400.ttf') format('truetype'),
src:
url('fontawesome/fa-regular-400.eot?#iefix') format('embedded-opentype'),
url('fontawesome/fa-regular-400.woff2') format('woff2'),
url('fontawesome/fa-regular-400.woff') format('woff'),
url('fontawesome/fa-regular-400.ttf') format('truetype'),
url('fontawesome/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
Expand All @@ -5780,8 +5783,11 @@
font-style: normal;
font-weight: 900;
src: url('fontawesome/fa-solid-900.eot');
src: url('fontawesome/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('fontawesome/fa-solid-900.woff2') format('woff2'),
url('fontawesome/fa-solid-900.woff') format('woff'), url('fontawesome/fa-solid-900.ttf') format('truetype'),
src:
url('fontawesome/fa-solid-900.eot?#iefix') format('embedded-opentype'),
url('fontawesome/fa-solid-900.woff2') format('woff2'),
url('fontawesome/fa-solid-900.woff') format('woff'),
url('fontawesome/fa-solid-900.ttf') format('truetype'),
url('fontawesome/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
Expand All @@ -5794,8 +5800,11 @@
font-style: normal;
font-weight: normal;
src: url('fontawesome/fa-brands-400.eot');
src: url('fontawesome/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('fontawesome/fa-brands-400.woff2') format('woff2'),
url('fontawesome/fa-brands-400.woff') format('woff'), url('fontawesome/fa-brands-400.ttf') format('truetype'),
src:
url('fontawesome/fa-brands-400.eot?#iefix') format('embedded-opentype'),
url('fontawesome/fa-brands-400.woff2') format('woff2'),
url('fontawesome/fa-brands-400.woff') format('woff'),
url('fontawesome/fa-brands-400.ttf') format('truetype'),
url('fontawesome/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
Expand Down
26,179 changes: 26,178 additions & 1 deletion dist/assets/fonts/phosphor/duotone/selection.json

Large diffs are not rendered by default.

Loading

0 comments on commit c804e2e

Please sign in to comment.