File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -97,19 +97,19 @@ function update_color_scheme() {
97
97
<div class =" column" style =" margin-top : 5% " >
98
98
<!-- Your Image Here -->
99
99
@if (file_exists (base_path (" img/$littlelink_name " . " .png" )) )
100
- <img class =" rounded-avatar" src =" {{ asset (" img/$littlelink_name " . " .png" ) } }" width =" 100px" height =" 100px" >
100
+ <img class =" rounded-avatar fadein " src =" {{ asset (" img/$littlelink_name " . " .png" ) } }" width =" 100px" height =" 100px" >
101
101
@elseif (file_exists (base_path (" littlelink/images/avatar.png" )) )
102
- <
img class =
" rounded-avatar" src =
" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =
" {{ asset (' littlelink/images/[email protected] 2x' ) } }" width =
" 100px" height =
" 100px" >
102
+ <
img class =
" rounded-avatar fadein " src =
" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =
" {{ asset (' littlelink/images/[email protected] 2x' ) } }" width =
" 100px" height =
" 100px" >
103
103
@else
104
- <
img class =
" rounded-avatar" src =
" {{ asset (' littlelink/images/logo.svg' ) } }" srcset =
" {{ asset (' littlelink/images/[email protected] 2x' ) } }" width =
" 100px" height =
" 100px" >
104
+ <
img class =
" rounded-avatar fadein " src =
" {{ asset (' littlelink/images/logo.svg' ) } }" srcset =
" {{ asset (' littlelink/images/[email protected] 2x' ) } }" width =
" 100px" height =
" 100px" >
105
105
@endif
106
106
107
107
@foreach ($information as $info )
108
108
<!-- Your Name -->
109
- <h1 >{{ $info -> littlelink_name } } </h1 >
109
+ <h1 class = " fadein " >{{ $info -> littlelink_name } } </h1 >
110
110
111
111
<!-- Short Bio -->
112
- <p >{{ $info -> littlelink_description } } </p >
112
+ <p class = " fadein " >{{ $info -> littlelink_description } } </p >
113
113
114
114
@endforeach
115
115
You can’t perform that action at this time.
0 commit comments