Deleted media links on home pages
This commit is contained in:
parent
286b78865b
commit
fbaed9bedd
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 58 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 3.4 KiB |
|
@ -9,6 +9,7 @@
|
||||||
<a href="{{ route('contacts.index') }}" class="block text-center mb-1">Kontoret</a>
|
<a href="{{ route('contacts.index') }}" class="block text-center mb-1">Kontoret</a>
|
||||||
<a href="{{ route('phones.index') }}" class="block text-center mb-1">Vagttelefon</a>
|
<a href="{{ route('phones.index') }}" class="block text-center mb-1">Vagttelefon</a>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class="row" style="position: absolute; bottom: 8px; align-self: center;">
|
<div class="row" style="position: absolute; bottom: 8px; align-self: center;">
|
||||||
<a href="https://www.facebook.com" target="_blank" class="link">
|
<a href="https://www.facebook.com" target="_blank" class="link">
|
||||||
<img src="{{ URL::asset('/images/icons/facebook-icon.png') }}" class="h-100" alt="Facebook">
|
<img src="{{ URL::asset('/images/icons/facebook-icon.png') }}" class="h-100" alt="Facebook">
|
||||||
|
@ -20,6 +21,6 @@
|
||||||
<img src="{{ URL::asset('/images/icons/instagram.png') }}" class="h-100" alt="Instagram">
|
<img src="{{ URL::asset('/images/icons/instagram.png') }}" class="h-100" alt="Instagram">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>-->
|
||||||
</main>
|
</main>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
Loading…
Reference in New Issue