@@ -141,12 +141,12 @@ function get_operating_system() {
141141
142142@if ($user_browser === ' Chrome' or get_operating_system () == ' mobile' )
143143<script src =" {{ asset (' littlelink/js/jquery.min.js' ) } }" ></script >
144- <div align =" right" class =" sharediv" ><div class = " button-entrance button-hover " ><span class =" sharebutton button-hover icon-hover" id =' share-share-button' ><img alt =" share-icon" class =" sharebutton-img share-icon hvr-icon" src =" {{ asset (' \/littlelink/icons\/' ) } } share.svg" ><span class =" sharebutton-mb" >Share</span ></span ></div ></div >
144+ <div align =" right" class =" sharediv" ><div ><span class =" sharebutton button-hover icon-hover" id =' share-share-button' ><img alt =" share-icon" class =" sharebutton-img share-icon hvr-icon" src =" {{ asset (' \/littlelink/icons\/' ) } } share.svg" ><span class =" sharebutton-mb" >Share</span ></span ></div ></div >
145145<span class =" copy-icon" role =" button" >
146146</span >
147147@else
148148<span class =" copy-icon" role =" button" >
149- <div onclick =" alert('URL has been copied to your clipboard!')" align =" right" class =" sharediv" ><div class = " button-entrance button-hover " ><a class =" sharebutton button-hover icon-hover" ><img alt =" share-icon" class =" sharebutton-img share-icon hvr-icon" src =" {{ asset (' \/littlelink/icons\/' ) } } share.svg" ><span class =" sharebutton-mb" >Share</span ></a ></div ></div >
149+ <div onclick =" alert('URL has been copied to your clipboard!')" align =" right" class =" sharediv" ><div ><a class =" sharebutton button-hover icon-hover" ><img alt =" share-icon" class =" sharebutton-img share-icon hvr-icon" src =" {{ asset (' \/littlelink/icons\/' ) } } share.svg" ><span class =" sharebutton-mb" >Share</span ></a ></div ></div >
150150</span >
151151@endif
152152<script src =" {{ asset (' littlelink/js/share.button.js' ) } }" ></script >
@@ -176,18 +176,18 @@ function get_operating_system() {
176176 @foreach ($links as $link )
177177 @php $linkName = str_replace (' default ' ,' ' ,$link -> name ) @endphp
178178 @if ($link -> button_id === 0 )
179- <div style =" --delay : {{ $initial ++ }}s " class = " button-entrance button-hover " ><a class =" button button-title button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" >
179+ <div style =" --delay : {{ $initial ++ }}s " ><a class =" button button-title button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" >
180180 {{ $link -> title } } </a ></div >
181181 @elseif ($link -> name === " custom" and $link -> custom_css === " " or $link -> custom_css === " NULL" )
182- <div style =" --delay : {{ $initial ++ }}s " class = " button-entrance button-hover " ><a class =" button button-{{ $link -> name } } button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><i style =" color : {{$link->custom_icon}}" class =" icon hvr-icon fa {{ $link -> custom_icon } }" ></i >{{ $link -> title } } </a ></div >
182+ <div style =" --delay : {{ $initial ++ }}s " ><a class =" button button-{{ $link -> name } } button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><i style =" color : {{$link->custom_icon}}" class =" icon hvr-icon fa {{ $link -> custom_icon } }" ></i >{{ $link -> title } } </a ></div >
183183 @elseif ($link -> name === " custom" and $link -> custom_css != " " )
184- <div style =" --delay : {{ $initial ++ }}s " class = " button-entrance button-hover " ><a class =" button button-hover icon-hover" style =" {{ $link -> custom_css } }" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><i style =" color : {{$link->custom_icon}}" class =" icon hvr-icon fa {{ $link -> custom_icon } }" ></i >{{ $link -> title } } </a ></div >
184+ <div style =" --delay : {{ $initial ++ }}s " ><a class =" button button-hover icon-hover" style =" {{ $link -> custom_css } }" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><i style =" color : {{$link->custom_icon}}" class =" icon hvr-icon fa {{ $link -> custom_icon } }" ></i >{{ $link -> title } } </a ></div >
185185 @elseif ($link -> name === " buy me a coffee" )
186- <div style =" --delay : {{ $initial ++ }}s " class = " button-entrance button-hover " ><a class =" button button-coffee button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ asset (' \/littlelink/icons\/' ) } } coffee.svg" >Buy me a Coffee</a ></div >
186+ <div style =" --delay : {{ $initial ++ }}s " ><a class =" button button-coffee button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ asset (' \/littlelink/icons\/' ) } } coffee.svg" >Buy me a Coffee</a ></div >
187187 @elseif ($link -> name === " custom_website" and $link -> custom_css === " " or $link -> custom_css === " NULL" )
188- <div style =" --delay : {{ $initial ++ }}s " class = " button-entrance button-hover " ><a class =" button button-custom_website button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><img alt =" button-icon" class =" icon hvr-icon" src =" http://www.google.com/s2/favicons?domain={{ $link -> link } }" >{{ $link -> title } } </a ></div >
188+ <div style =" --delay : {{ $initial ++ }}s " ><a class =" button button-custom_website button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><img alt =" button-icon" class =" icon hvr-icon" src =" http://www.google.com/s2/favicons?domain={{ $link -> link } }" >{{ $link -> title } } </a ></div >
189189 @elseif ($link -> name === " custom_website" and $link -> custom_css != " " )
190- <div style =" --delay : {{ $initial ++ }}s " class = " button-entrance button-hover " ><a class =" button button-hover icon-hover" style =" {{ $link -> custom_css } }" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><img alt =" button-icon" class =" icon hvr-icon" src =" http://www.google.com/s2/favicons?domain={{ $link -> link } }" >{{ $link -> title } } </a ></div >
190+ <div style =" --delay : {{ $initial ++ }}s " ><a class =" button button-hover icon-hover" style =" {{ $link -> custom_css } }" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><img alt =" button-icon" class =" icon hvr-icon" src =" http://www.google.com/s2/favicons?domain={{ $link -> link } }" >{{ $link -> title } } </a ></div >
191191 @elseif ($link -> name === " space" )
192192 <?php
193193 if (is_numeric ($link -> title ) and $link -> title < 10 )
@@ -200,7 +200,7 @@ function get_operating_system() {
200200 @elseif ($link -> name === " heading" )
201201 <h2 >{{ $link -> title } } </h2 >
202202 @else
203- <div style =" --delay : {{ $initial ++ }}s " class = " button-entrance button-hover " ><a class =" button button-{{ $link -> name } } button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ asset (' \/littlelink/icons\/' ) . $linkName } } .svg" >{{ ucfirst ($linkName ) } } </a ></div >
203+ <div style =" --delay : {{ $initial ++ }}s " ><a class =" button button-{{ $link -> name } } button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ asset (' \/littlelink/icons\/' ) . $linkName } } .svg" >{{ ucfirst ($linkName ) } } </a ></div >
204204 @endif
205205 @endforeach
206206
0 commit comments