Add Instagram logo
This commit is contained in:
parent
18cc04f5df
commit
8f892ce9d2
5 changed files with 19 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
name: Reitanlage Oranienburg
|
||||
version: 1.5.1
|
||||
version: 1.5.2
|
||||
description: Design der Reitanlage Oranienburg
|
||||
icon: rebel
|
||||
author:
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "reitanlage-oranienburg",
|
||||
"version": "1.4.6",
|
||||
"version": "1.5.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "reitanlage-oranienburg",
|
||||
"version": "1.4.6",
|
||||
"version": "1.5.2",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@fontawesome/fontawesome-pro": "^6.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "reitanlage-oranienburg",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.2",
|
||||
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -100,6 +100,16 @@ footer.bg-ro a
|
|||
border-color: #3b5998;
|
||||
}
|
||||
|
||||
.btn-instagram
|
||||
{
|
||||
color: #fff;
|
||||
background: #f09433;
|
||||
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
|
||||
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
|
||||
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
|
||||
border-color: #f09433;
|
||||
}
|
||||
|
||||
#home-carousel
|
||||
{
|
||||
display: flex;
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
<a role="button" class="btn btn-primary btn-facebook" target="_blank" rel="noopener" href="https://www.facebook.com/Reitanlage-Oranienburg-Heike-Tischler-456154271116487/" data-umami-event="Facebook button">
|
||||
<a role="button" class="btn btn-primary btn-facebook me-1" target="_blank" rel="noopener" href="https://www.facebook.com/Reitanlage-Oranienburg-Heike-Tischler-456154271116487/" data-umami-event="Facebook button">
|
||||
<i class="fab fa-facebook-f"></i>
|
||||
<span class="sr-only">zu unserer Facebook-Seite</span>
|
||||
</a>
|
||||
<a role="button" class="btn btn-primary btn-instagram" target="_blank" rel="noopener" href="https://www.instagram.com/reitanlageoranienburg/" data-umami-event="Instagram button">
|
||||
<i class="fab fa-instagram"></i>
|
||||
<span class="sr-only">zu unserer Instagram-Seite</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue