Skip to content

Commit

Permalink
Merge branch 'homepage'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jul 18, 2023
2 parents 2e98852 + 1a002ef commit c24a347
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 126 deletions.
8 changes: 8 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions resources/views/components/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="icon" href="/favicon.svg" type="image/svg+xml">

{!! SEOMeta::generate() !!}
{!! OpenGraph::generate() !!}
{!! Twitter::generate() !!}
Expand Down
2 changes: 0 additions & 2 deletions resources/views/docs/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
</div>
</div>
</div>


</main>


Expand Down
153 changes: 29 additions & 124 deletions resources/views/welcome.blade.php

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ export default {

safelist: ['inline', 'text-red-600', 'mr-2', 'font-bold', 'no-underline'],

theme: {
container: {
center: true,
},
},

plugins: [
require('@tailwindcss/typography'),
],
Expand Down

0 comments on commit c24a347

Please sign in to comment.