2
2
<html lang =" en" >
3
3
<head >
4
4
<meta charset =" utf-8" >
5
- <title >{{ $userinfo -> name } } 🔗 {{ config (' app.name' ) } } </title >
5
+ <title >{{ $littlelink_name } } 🔗 {{ config (' app.name' ) } } </title >
6
6
<meta name =" description" content =" {{ $userinfo -> littlelink_description } }" >
7
7
<meta name =" author" content =" {{ $userinfo -> name } }" >
8
8
<meta name =" viewport" content =" width=device-width, initial-scale=1" >
@@ -188,7 +188,7 @@ function get_operating_system() {
188
188
<h1 class =" fadein" >{{ $info -> name } } </h1 >
189
189
190
190
<!-- 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 >
192
192
193
193
@endforeach
194
194
<!-- Buttons -->
@@ -204,8 +204,10 @@ function get_operating_system() {
204
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 style =" color : {{$link->custom_icon}}" class =" icon hvr-icon fa {{ $link -> custom_icon } }" ></i >{{ $link -> title } } </a ></div >
205
205
@elseif ($link -> name === " buy me a coffee" )
206
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 >
207
- @elseif ($link -> name === " custom_website" )
207
+ @elseif ($link -> name === " custom_website" and $link -> custom_css === " " )
208
208
<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 >
209
211
@else
210
212
<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 >
211
213
@endif
0 commit comments