22<html lang =" en" >
33<head >
44 <meta charset =" utf-8" >
5- <title >{{ $userinfo -> name } } 🔗 {{ config (' app.name' ) } } </title >
5+ <title >{{ $littlelink_name } } 🔗 {{ config (' app.name' ) } } </title >
66 <meta name =" description" content =" {{ $userinfo -> littlelink_description } }" >
77 <meta name =" author" content =" {{ $userinfo -> name } }" >
88 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
@@ -188,7 +188,7 @@ function get_operating_system() {
188188 <h1 class =" fadein" >{{ $info -> name } } </h1 >
189189
190190 <!-- Short Bio -->
191- <center >< p style = " width : 50 % ; min-width : 300 px ; " class =" fadein" >{{ $info -> littlelink_description } } </p ></ center >
191+ <p class =" fadein" >{{ $info -> littlelink_description } } </p >
192192
193193 @endforeach
194194 <!-- Buttons -->
@@ -204,8 +204,10 @@ function get_operating_system() {
204204 <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 style =" color : {{$link->custom_icon}}" class =" icon hvr-icon fa {{ $link -> custom_icon } }" ></i >{{ $link -> title } } </a ></div >
205205 @elseif ($link -> name === " buy me a coffee" )
206206 <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 >
207- @elseif ($link -> name === " custom_website" )
207+ @elseif ($link -> name === " custom_website" and $link -> custom_css === " " )
208208 <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-custom_website button hvr-grow hvr-icon-wobble-vertical" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" target =" _blank" ><img class =" icon hvr-icon" src =" http://www.google.com/s2/favicons?domain={{ $link -> link } }" >{{ $link -> title } } </a ></div >
209+ @elseif ($link -> name === " custom_website" and $link -> custom_css != " " )
210+ <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 =" http://www.google.com/s2/favicons?domain={{ $link -> link } }" >{{ $link -> title } } </a ></div >
209211 @else
210212 <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" >{{ ucfirst ($linkName ) } } </a ></div >
211213 @endif
0 commit comments