-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bjorn Zschernack
committed
Nov 22, 2023
1 parent
8350041
commit ce66566
Showing
9 changed files
with
82 additions
and
23 deletions.
There are no files selected for viewing
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.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
|
||
|
||
<div class="single-post bg-white p-5 d-flex flex-column justify-content-between h-100"> | ||
<div class="single-post bg-white p-5 d-flex flex-column justify-content-start h-100 mb-2"> | ||
<div class="boximage"> | ||
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/Kontakt_icon.svg" alt="Autohaus Löhr, Fahrzeugzentrum Olpe" class="boxicon my-3" /> | ||
<h3 class="my-3">Anschrift</h3> | ||
<div class="mb-5"> | ||
</div> | ||
<h3 class="my-4">Anschrift</h3> | ||
<div class="mb-1"> | ||
<?php the_field('adresse','options') ?> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
|
||
|
||
<div class="single-post bg-white p-5 d-flex flex-column justify-content-between h-100"> | ||
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/Kontakt_icon.svg" alt="Autohaus Löhr, Fahrzeugzentrum Olpe" class="boxicon my-3 opacity-0" /> | ||
<h3 class="my-3">Folge uns auf Social Media</h3> | ||
<div class="mb-5"> | ||
<div class="d-flex flex-row"> | ||
<p class="clock text-end">Mo.-Fr.:<br>Sa.:</p> | ||
<p class="">08:00 - 17:00 Uhr<br>09:00 - 12:00 Uhr</p> | ||
<div class="single-post bg-white p-5 d-flex flex-column justify-content-start h-100 mb-2"> | ||
<div class="boximage"> | ||
| ||
</div> | ||
<h3 class="my-4">Folge uns auf Social Media</h3> | ||
<div class="mb-1"> | ||
<div class="d-flex flex-row align-items-center"> | ||
<a href="<?php the_field('instagram','options'); ?>" target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/instagram_icon.webp" alt="Instagramseite Autohaus Löhr, Fahrzeugzentrum Olpe" class="sm-icon" /></a> | ||
<a href="<?php the_field('instagram','options'); ?>" target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/facebook-brands.svg" alt="Facebookseite Autohaus Löhr, Fahrzeugzentrum Olpe" class="sm-icon" /></a> | ||
<a href="<?php the_field('instagram','options'); ?>" target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/youtube-brands.svg" alt="Youtube Kanal Autohaus Löhr, Fahrzeugzentrum Olpe" class="sm-icon" /></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|