File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 147
147
@elseif ($button [' button' ] === " buy me a coffee" )
148
148
<div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-coffee button button-hover icon-hover" @if ($button [' link' ] != ' ' ) href =" {{ $button [' link' ] } }" target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ asset (' \/littlelink/icons\/' ) } } coffee.svg" >Buy me a Coffee</a ></div >
149
149
@elseif ($button [' button' ] === " custom_website" and $button [' custom_css' ] === " " or $button [' custom_css' ] === " NULL" )
150
- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-custom_website button button-hover icon-hover" @if ($button [' link' ] != ' ' ) href =" {{ $button [' link' ] } }" target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" http ://www.google.com/s2/favicons?domain={{ $link -> link } }" >{{ $button [' title' ] } } </a ></div >
150
+ <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-custom_website button button-hover icon-hover" @if ($button [' link' ] != ' ' ) href =" {{ $button [' link' ] } }" target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" https ://www.google.com/s2/favicons?domain={{ $link -> link } }" >{{ $button [' title' ] } } </a ></div >
151
151
@elseif ($button [' button' ] === " custom_website" and $button [' custom_css' ] != " " )
152
- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-hover icon-hover" style =" {{ $button [' custom_css' ] } }" @if ($button [' link' ] != ' ' ) href =" {{ $button [' link' ] } }" target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" http ://www.google.com/s2/favicons?domain={{ $link -> link } }" >{{ $button [' title' ] } } </a ></div >
152
+ <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-hover icon-hover" style =" {{ $button [' custom_css' ] } }" @if ($button [' link' ] != ' ' ) href =" {{ $button [' link' ] } }" target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" https ://www.google.com/s2/favicons?domain={{ $link -> link } }" >{{ $button [' title' ] } } </a ></div >
153
153
@elseif ($button [' button' ] === " space" )
154
154
<?php
155
155
if (is_numeric ($button [' title' ]) and $button [' title' ] < 10 )
Original file line number Diff line number Diff line change @@ -243,9 +243,9 @@ function get_operating_system() {
243
243
@elseif ($link -> name === " buy me a coffee" )
244
244
<div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><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 >
245
245
@elseif ($link -> name === " custom_website" and $link -> custom_css === " " or $link -> custom_css === " NULL" )
246
- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><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 >
246
+ <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><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 =" https ://www.google.com/s2/favicons?domain={{ $link -> link } }" >{{ $link -> title } } </a ></div >
247
247
@elseif ($link -> name === " custom_website" and $link -> custom_css != " " )
248
- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><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 >
248
+ <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><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 =" https ://www.google.com/s2/favicons?domain={{ $link -> link } }" >{{ $link -> title } } </a ></div >
249
249
@elseif ($link -> name === " space" )
250
250
<?php
251
251
if (is_numeric ($link -> title ) and $link -> title < 10 )
Original file line number Diff line number Diff line change 214
214
@if ($buttonId == 1 )
215
215
<center ><div id =" sample" style =" --delay : 1s ; border-radius :8px !important ; max-width : 400px ; width : 80% ; class =" button-entrance " ><div class=" button-demo button hvr-grow hvr-icon-wobble-vertical " ><img class=" icon hvr-icon " src=" {{ asset (' \/littlelink/icons\/' ) . ' custom' } }.svg " >{{ $title } } </div></div></center>
216
216
@else
217
- <center><div id=" sample " style=" --delay: 1s; border-radius:8px !important; max-width: 400px; width: 80%; class =" button-entrance" ><div class =" button-demo button hvr-grow hvr-icon-wobble-vertical" ><img class =" wicon hvr-icon" src =" http ://www.google.com/s2/favicons?domain={{ $link } }" >{{ $title } } </div ></div ></center >
217
+ <center><div id=" sample " style=" --delay: 1s; border-radius:8px !important; max-width: 400px; width: 80%; class =" button-entrance" ><div class =" button-demo button hvr-grow hvr-icon-wobble-vertical" ><img class =" wicon hvr-icon" src =" https ://www.google.com/s2/favicons?domain={{ $link } }" >{{ $title } } </div ></div ></center >
218
218
@endif
219
219
220
220
</section >
253
253
@if ($custom_css === " " or $custom_css === " NULL" and $buttonId == 1 )
254
254
<center ><div style =" --delay : 1s " class =" button-entrance" ><div class =" button-demo button-custom button hvr-grow hvr-icon-wobble-vertical" ><img class =" icon hvr-icon fa {{ $custom_icon } }" >{{ $title } } </div ></div ></center >
255
255
@elseif ($custom_css === " " or $custom_css === " NULL" and $buttonId == 2 )
256
- <center ><div style =" --delay : 1s " class =" button-entrance" ><div class =" button-custom_website button hvr-grow hvr-icon-wobble-vertical" ><img class =" wicon hvr-icon" src =" http ://www.google.com/s2/favicons?domain={{ $link } }" >{{ $title } } </div ></div ></center >
256
+ <center ><div style =" --delay : 1s " class =" button-entrance" ><div class =" button-custom_website button hvr-grow hvr-icon-wobble-vertical" ><img class =" wicon hvr-icon" src =" https ://www.google.com/s2/favicons?domain={{ $link } }" >{{ $title } } </div ></div ></center >
257
257
@elseif ($custom_css != " " and $buttonId == 2 )
258
- <center ><div style =" --delay : 1s " class =" button-entrance" ><div style =" {{ $custom_css } }" class =" button-custom_website button hvr-grow hvr-icon-wobble-vertical" ><img class =" wicon hvr-icon" src =" http ://www.google.com/s2/favicons?domain={{ $link } }" >{{ $title } } </div ></div ></center >
258
+ <center ><div style =" --delay : 1s " class =" button-entrance" ><div style =" {{ $custom_css } }" class =" button-custom_website button hvr-grow hvr-icon-wobble-vertical" ><img class =" wicon hvr-icon" src =" https ://www.google.com/s2/favicons?domain={{ $link } }" >{{ $title } } </div ></div ></center >
259
259
@else
260
260
<center ><div style =" --delay : 1s " class =" button-entrance" ><div style =" {{ $custom_css } }" class =" button-demo hvr-grow hvr-icon-wobble-vertical" ><i style =" color : {{$custom_icon}}" class =" icon hvr-icon fa {{ $custom_icon } }" ></i >{{ $title } } </div ></div ></center >
261
261
@endif
You can’t perform that action at this time.
0 commit comments