We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574128a commit 4f49204Copy full SHA for 4f49204
resources/views/home.blade.php
@@ -72,10 +72,10 @@ function update_color_scheme() {
72
@endif
73
74
<!-- Your Name -->
75
- <h1 class="mt-5"> {{ config('app.name') }} </h1>
+ <h1 class="mt-5 fadein"> {{ config('app.name') }} </h1>
76
77
<!-- Short Bio -->
78
- <p class="mt-5">{{ $message->home_message }}</p>
+ <p class="mt-5 fadein">{{ $message->home_message }}</p>
79
80
<?php $initial=1; // <-- Effectively sets the initial loading time of the buttons. This value should be left at 1. ?>
81
<!-- Replace # with your profile URL. Delete whatever you don't need & create your own brand styles in css/brands.css -->
0 commit comments