Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Add address, map to icon font
Browse files Browse the repository at this point in the history
buepro committed Jan 9, 2024
1 parent 6851421 commit 97fcc65
Showing 15 changed files with 31 additions and 11 deletions.
7 changes: 6 additions & 1 deletion Build/pizpalueicon.json
Original file line number Diff line number Diff line change
@@ -43,5 +43,10 @@
"earth-europe-solid": 61715,
"globe-solid": 61716,
"search": 61717,
"mastodon": 61703
"mastodon": 61703,
"address-card-regular": 61718,
"address-card-solid": 61719,
"map-location-dot-solid": 61720,
"map-regular": 61721,
"map-solid": 61722
}
9 changes: 7 additions & 2 deletions Build/templates/IconFontDemo.html
Original file line number Diff line number Diff line change
@@ -8,6 +8,8 @@
<h1>Icon font</h1>
<h2>Available Icons</h2>
<p>
<i class="ppicon ppicon-address-card-regular" title="Icon address-card-regular.svg"></i>
<i class="ppicon ppicon-address-card-solid" title="Icon address-card-solid.svg"></i>
<i class="ppicon ppicon-arrow-down" title="Icon arrow-down.svg"></i>
<i class="ppicon ppicon-arrow-left" title="Icon arrow-left.svg"></i>
<i class="ppicon ppicon-arrow-right" title="Icon arrow-right.svg"></i>
@@ -26,8 +28,8 @@ <h2>Available Icons</h2>
<i class="ppicon ppicon-facebook" title="Icon facebook.svg"></i>
<i class="ppicon ppicon-file-audio" title="Icon file-audio.svg"></i>
<i class="ppicon ppicon-file-image" title="Icon file-image.svg"></i>
<i class="ppicon ppicon-file-video" title="Icon file-video.svg"></i>
<i class="ppicon ppicon-file" title="Icon file.svg"></i>
<i class="ppicon ppicon-file-video" title="Icon file-video.svg"></i>
<i class="ppicon ppicon-filter" title="Icon filter.svg"></i>
<i class="ppicon ppicon-folder-open" title="Icon folder-open.svg"></i>
<i class="ppicon ppicon-github" title="Icon github.svg"></i>
@@ -36,14 +38,17 @@ <h2>Available Icons</h2>
<i class="ppicon ppicon-linkedin" title="Icon linkedin.svg"></i>
<i class="ppicon ppicon-location" title="Icon location.svg"></i>
<i class="ppicon ppicon-log-in" title="Icon log-in.svg"></i>
<i class="ppicon ppicon-map-location-dot-solid" title="Icon map-location-dot-solid.svg"></i>
<i class="ppicon ppicon-map-regular" title="Icon map-regular.svg"></i>
<i class="ppicon ppicon-map-solid" title="Icon map-solid.svg"></i>
<i class="ppicon ppicon-mastodon" title="Icon mastodon.svg"></i>
<i class="ppicon ppicon-pinterest" title="Icon pinterest.svg"></i>
<i class="ppicon ppicon-rss" title="Icon rss.svg"></i>
<i class="ppicon ppicon-search" title="Icon search.svg"></i>
<i class="ppicon ppicon-star-regular" title="Icon star-regular.svg"></i>
<i class="ppicon ppicon-star-solid" title="Icon star-solid.svg"></i>
<i class="ppicon ppicon-tag" title="Icon tag.svg"></i>
<i class="ppicon ppicon-tags" title="Icon tags.svg"></i>
<i class="ppicon ppicon-tag" title="Icon tag.svg"></i>
<i class="ppicon ppicon-times-circle" title="Icon times-circle.svg"></i>
<i class="ppicon ppicon-times" title="Icon times.svg"></i>
<i class="ppicon ppicon-trash-alt" title="Icon trash-alt.svg"></i>
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
[general]

project = Pizpalue template
release = 16.0.1-dev
version = 16.0.1-dev
release = 16.1.0-dev
version = 16.1.0-dev
copyright = since 2018 by buechler.pro gmbh

[html_theme_options]
13 changes: 9 additions & 4 deletions Resources/Public/Fonts/pizpalueicon.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-display: swap;
font-family: "pizpalueicon";
src: url("./pizpalueicon.eot?9026bf77484117ba0e3ad97dfd380127#iefix") format("embedded-opentype"),
url("./pizpalueicon.woff2?9026bf77484117ba0e3ad97dfd380127") format("woff2"),
url("./pizpalueicon.woff?9026bf77484117ba0e3ad97dfd380127") format("woff"),
url("./pizpalueicon.ttf?9026bf77484117ba0e3ad97dfd380127") format("truetype");
src: url("./pizpalueicon.eot?3bf200295b4b757aaed43ae4007595ad#iefix") format("embedded-opentype"),
url("./pizpalueicon.woff2?3bf200295b4b757aaed43ae4007595ad") format("woff2"),
url("./pizpalueicon.woff?3bf200295b4b757aaed43ae4007595ad") format("woff"),
url("./pizpalueicon.ttf?3bf200295b4b757aaed43ae4007595ad") format("truetype");
}

.ppicon::before, .bootstrappackageicon::before, .glyphicon::before {
@@ -65,3 +65,8 @@ url("./pizpalueicon.ttf?9026bf77484117ba0e3ad97dfd380127") format("truetype");
.ppicon-globe-solid::before, .bootstrappackageicon-globe-solid::before, .glyphicon-globe-solid::before { content: "\f114"; }
.ppicon-search::before, .bootstrappackageicon-search::before, .glyphicon-search::before { content: "\f115"; }
.ppicon-mastodon::before, .bootstrappackageicon-mastodon::before, .glyphicon-mastodon::before { content: "\f107"; }
.ppicon-address-card-regular::before, .bootstrappackageicon-address-card-regular::before, .glyphicon-address-card-regular::before { content: "\f116"; }
.ppicon-address-card-solid::before, .bootstrappackageicon-address-card-solid::before, .glyphicon-address-card-solid::before { content: "\f117"; }
.ppicon-map-location-dot-solid::before, .bootstrappackageicon-map-location-dot-solid::before, .glyphicon-map-location-dot-solid::before { content: "\f118"; }
.ppicon-map-regular::before, .bootstrappackageicon-map-regular::before, .glyphicon-map-regular::before { content: "\f119"; }
.ppicon-map-solid::before, .bootstrappackageicon-map-solid::before, .glyphicon-map-solid::before { content: "\f11a"; }
Binary file modified Resources/Public/Fonts/pizpalueicon.eot
Binary file not shown.
2 changes: 1 addition & 1 deletion Resources/Public/Fonts/pizpalueicon.min.css

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

Binary file modified Resources/Public/Fonts/pizpalueicon.ttf
Binary file not shown.
Binary file modified Resources/Public/Fonts/pizpalueicon.woff
Binary file not shown.
Binary file modified Resources/Public/Fonts/pizpalueicon.woff2
Binary file not shown.
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 Resources/Public/Icons/PizpalueIcon/address-card-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 Resources/Public/Icons/PizpalueIcon/map-regular.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 Resources/Public/Icons/PizpalueIcon/map-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
'title' => 'Pizpalue template',
'description' => 'Extension to create websites using bootstrap. It builds upon the bootstrap_package from Benjamin Kott and increases functionality by supporting the following extensions: container_elements, news, eventnews, tt_address',
'category' => 'template',
'version' => '16.0.1-dev',
'version' => '16.1.0-dev',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'author' => 'Roman Büchler',

0 comments on commit 97fcc65

Please sign in to comment.