|
34 | 34 | @endif |
35 | 35 |
|
36 | 36 | <!--#### END Meta Tags social media preview images ####--> |
37 | | - |
| 37 | + |
| 38 | + <!-- Custom icons font-awesome --> |
| 39 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"> |
| 40 | + |
38 | 41 | <link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet"> |
39 | 42 | <link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}"> |
40 | 43 | <link rel="stylesheet" href="{{ asset('littlelink/css/skeleton-light.css') }}"> |
@@ -196,9 +199,9 @@ function get_operating_system() { |
196 | 199 | <div style="--delay: {{ $initial++ }}s" class="button-entrance"><a class="button button-title button hvr-grow hvr-icon-wobble-vertical" href="{{ route('clickNumber') . '/' . $link->id . '/' . $link->link}}" target="_blank"> |
197 | 200 | {{ $link->title }}</a></div> |
198 | 201 | @elseif($link->name === "custom" and $link->custom_css === "") |
199 | | - <div style="--delay: {{ $initial++ }}s" class="button-entrance"><a class="button button-{{ $link->name }} button hvr-grow hvr-icon-wobble-vertical" href="{{ route('clickNumber') . '/' . $link->id . '/' . $link->link}}" target="_blank"><img class="icon hvr-icon" src="{{ asset('\/littlelink/icons\/') . $linkName }}.svg">{{ $link->title }}</a></div> |
| 202 | + <div style="--delay: {{ $initial++ }}s" class="button-entrance"><a class="button button-{{ $link->name }} button hvr-grow hvr-icon-wobble-vertical" href="{{ route('clickNumber') . '/' . $link->id . '/' . $link->link}}" target="_blank"><i class="icon hvr-icon fa {{$link->custom_icon}}"></i>{{ $link->title }}</a></div> |
200 | 203 | @elseif($link->name === "custom" and $link->custom_css != "") |
201 | | - <div style="--delay: {{ $initial++ }}s" class="button-entrance"><a class="button button hvr-grow hvr-icon-wobble-vertical" style="{{ $link->custom_css }}" href="{{ route('clickNumber') . '/' . $link->id . '/' . $link->link}}" target="_blank"><img class="icon hvr-icon" src="{{ asset('\/littlelink/icons\/') . $linkName }}.svg">{{ $link->title }}</a></div> |
| 204 | + <div style="--delay: {{ $initial++ }}s" class="button-entrance"><a class="button button hvr-grow hvr-icon-wobble-vertical" style="{{ $link->custom_css }}" href="{{ route('clickNumber') . '/' . $link->id . '/' . $link->link}}" target="_blank"><i class="icon hvr-icon fa {{$link->custom_icon}}"></i>{{ $link->title }}</a></div> |
202 | 205 | @elseif($link->name === "buy me a coffee") |
203 | 206 | <div style="--delay: {{ $initial++ }}s" class="button-entrance"><a class="button button-coffee button hvr-grow hvr-icon-wobble-vertical" href="{{ route('clickNumber') . '/' . $link->id . '/' . $link->link}}" target="_blank"><img class="icon hvr-icon" src="{{ asset('\/littlelink/icons\/')}}coffee.svg">Buy me a Coffee</a></div> |
204 | 207 | @elseif($link->name === "custom_website") |
|
0 commit comments