4444
4545 <link href =" //fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap" rel =" stylesheet" >
4646 <link rel =" stylesheet" href =" {{ asset (' littlelink/css/normalize.css' ) } }" >
47- <link rel =" stylesheet" href =" {{ asset (' littlelink/css/hover-min.css' ) } }" >
4847 <link rel =" stylesheet" href =" {{ asset (' littlelink/css/animate.css' ) } }" >
4948 @if (file_exists (base_path (" littlelink/images/avatar.png" )) )
5049 <link rel =" icon" type =" image/png" href =" {{ asset (' littlelink/images/avatar.png' ) } }" >
5756 <link rel =" stylesheet" href =" themes/{{ $info -> theme } } /share.button.css" >
5857 <link rel =" stylesheet" href =" themes/{{ $info -> theme } } /brands.css" >
5958 <link rel =" stylesheet" href =" themes/{{ $info -> theme } } /skeleton-auto.css" >
59+ @if (file_exists (base_path (" themes/{{ $info -> theme } } /skeleton-auto.css" )) )
60+ <link rel =" stylesheet" href =" <?php echo asset (' themes/' . $info -> theme . ' /animations.css' ) ? >" >
61+ @else
62+ <link rel =" stylesheet" href =" {{ asset (' littlelink/css/animations.css' ) } }" >
63+ @endif
6064
6165@else
6266 <?php // override dark/light mode if override cookie is set
6367 $color_scheme_override = isset ($_COOKIE [" color_scheme_override" ]) ? $_COOKIE [" color_scheme_override" ] : false ; ? >
6468 <link rel =" stylesheet" href =" {{ asset (' littlelink/css/share.button.css' ) } }" >
69+ <link rel =" stylesheet" href =" {{ asset (' littlelink/css/animations.css' ) } }" >
6570 <link rel =" stylesheet" href =" {{ asset (' littlelink/css/brands.css' ) } }" >
6671 @if ($color_scheme_override == ' dark' )
6772 <link rel =" stylesheet" href =" {{ asset (' littlelink/css/skeleton-dark.css' ) } }" >
@@ -136,12 +141,12 @@ function get_operating_system() {
136141
137142@if ($user_browser === ' Chrome' or get_operating_system () == ' mobile' )
138143<script src =" {{ asset (' littlelink/js/jquery.min.js' ) } }" ></script >
139- <div align =" right" class =" sharediv" ><div class =" button-entrance" ><span class =" sharebutton hvr-grow hvr- icon-wobble-vertical " 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 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 >
140145<span class =" copy-icon" role =" button" >
141146</span >
142147@else
143148<span class =" copy-icon" role =" button" >
144- <div onclick =" alert('URL has been copied to your clipboard!')" align =" right" class =" sharediv" ><div class =" button-entrance" ><a class =" sharebutton hvr-grow hvr- icon-wobble-vertical " ><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 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 >
145150</span >
146151@endif
147152<script src =" {{ asset (' littlelink/js/share.button.js' ) } }" ></script >
@@ -171,18 +176,18 @@ function get_operating_system() {
171176 @foreach ($links as $link )
172177 @php $linkName = str_replace (' default ' ,' ' ,$link -> name ) @endphp
173178 @if ($link -> button_id === 0 )
174- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-title button hvr-grow hvr- icon-wobble-vertical " rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" >
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" >
175180 {{ $link -> title } } </a ></div >
176181 @elseif ($link -> name === " custom" and $link -> custom_css === " " or $link -> custom_css === " NULL" )
177- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-{{ $link -> name } } button hvr-grow hvr- icon-wobble-vertical " 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 " 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 >
178183 @elseif ($link -> name === " custom" and $link -> custom_css != " " )
179- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button hvr-grow hvr- icon-wobble-vertical " 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 " 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 >
180185 @elseif ($link -> name === " buy me a coffee" )
181- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-coffee button hvr-grow hvr- icon-wobble-vertical " 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 " 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 >
182187 @elseif ($link -> name === " custom_website" and $link -> custom_css === " " or $link -> custom_css === " NULL" )
183- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-custom_website button hvr-grow hvr- icon-wobble-vertical " 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 " 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 >
184189 @elseif ($link -> name === " custom_website" and $link -> custom_css != " " )
185- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button hvr-grow hvr- icon-wobble-vertical " 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 " 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 >
186191 @elseif ($link -> name === " space" )
187192 <?php
188193 if (is_numeric ($link -> title ) and $link -> title < 10 )
@@ -195,7 +200,7 @@ function get_operating_system() {
195200 @elseif ($link -> name === " heading" )
196201 <h2 >{{ $link -> title } } </h2 >
197202 @else
198- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-{{ $link -> name } } button hvr-grow hvr- icon-wobble-vertical " 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 " 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 >
199204 @endif
200205 @endforeach
201206
0 commit comments