Skip to content

Commit

Permalink
[TASK] Drop google plus
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 10, 2024
1 parent 205e17b commit b574aca
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 14 deletions.
1 change: 0 additions & 1 deletion Build/bootstrappackageicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"file-video": 61700,
"file": 61701,
"github": 61702,
"googleplus": 61703,
"instagram": 61704,
"linkedin": 61705,
"vimeo": 61707,
Expand Down
6 changes: 0 additions & 6 deletions Configuration/TypoScript/constants.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,6 @@ page {
# cat=bootstrap package: social media/165/github_url; type=string; label=GitHub Url: Insert the full account url
url =
}
googleplus {
# cat=bootstrap package: social media/165/googleplus_label; type=string; label=Google+ Label: Insert the label
label = Google+
# cat=bootstrap package: social media/165/googleplus_url; type=string; label=Google+ Url: Insert the full account url
url =
}
linkedin {
# cat=bootstrap package: social media/165/linkedin_label; type=string; label=LinkedIn Label: Insert the label
label = LinkedIn
Expand Down
9 changes: 4 additions & 5 deletions Resources/Public/Fonts/bootstrappackageicon.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: "bootstrappackageicon";
src: url("./bootstrappackageicon.eot?ccfc0b7a6e08c5c9d79d03ae58eb0fe3#iefix") format("embedded-opentype"),
url("./bootstrappackageicon.woff2?ccfc0b7a6e08c5c9d79d03ae58eb0fe3") format("woff2"),
url("./bootstrappackageicon.woff?ccfc0b7a6e08c5c9d79d03ae58eb0fe3") format("woff"),
url("./bootstrappackageicon.ttf?ccfc0b7a6e08c5c9d79d03ae58eb0fe3") format("truetype");
src: url("./bootstrappackageicon.eot?4d1930063dfa4e6f6e35d7b3a5016ac7#iefix") format("embedded-opentype"),
url("./bootstrappackageicon.woff2?4d1930063dfa4e6f6e35d7b3a5016ac7") format("woff2"),
url("./bootstrappackageicon.woff?4d1930063dfa4e6f6e35d7b3a5016ac7") format("woff"),
url("./bootstrappackageicon.ttf?4d1930063dfa4e6f6e35d7b3a5016ac7") format("truetype");
font-display: swap;
}

Expand All @@ -26,7 +26,6 @@ url("./bootstrappackageicon.ttf?ccfc0b7a6e08c5c9d79d03ae58eb0fe3") format("truet
.bootstrappackageicon-file-video::before { content: "\f104"; }
.bootstrappackageicon-file::before { content: "\f105"; }
.bootstrappackageicon-github::before { content: "\f106"; }
.bootstrappackageicon-googleplus::before { content: "\f107"; }
.bootstrappackageicon-instagram::before { content: "\f108"; }
.bootstrappackageicon-linkedin::before { content: "\f109"; }
.bootstrappackageicon-vimeo::before { content: "\f10b"; }
Expand Down
Binary file modified Resources/Public/Fonts/bootstrappackageicon.eot
Binary file not shown.
2 changes: 1 addition & 1 deletion Resources/Public/Fonts/bootstrappackageicon.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/bootstrappackageicon.ttf
Binary file not shown.
Binary file modified Resources/Public/Fonts/bootstrappackageicon.woff
Binary file not shown.
Binary file modified Resources/Public/Fonts/bootstrappackageicon.woff2
Binary file not shown.
1 change: 0 additions & 1 deletion Resources/Public/Icons/BootstrapPackageIcon/googleplus.svg

This file was deleted.

0 comments on commit b574aca

Please sign in to comment.