Add some snow ❄️i
Also get to play with some web components
This commit is contained in:
parent
d56a656d0a
commit
65a70a5440
9 changed files with 496 additions and 2 deletions
|
@ -30,6 +30,11 @@
|
|||
<link rel="pgpkey" href="/assets/jonnybarnes-public-key-ecc.asc">
|
||||
</head>
|
||||
<body class="grid">
|
||||
<is-land on:media="(prefers-reduced-motion: no-preference)">
|
||||
<snow-fall
|
||||
style="--snow-fall-color: oklch(36.14% 0.224 277.28)"
|
||||
></snow-fall>
|
||||
</is-land>
|
||||
<header id="site-header">
|
||||
<h1>
|
||||
<a rel="author" href="/">{{ config('user.display_name') }}</a>
|
||||
|
@ -73,6 +78,8 @@
|
|||
|
||||
<!--scripts go here when needed-->
|
||||
@section('scripts')
|
||||
<script type="module" src="/assets/frontent/is-land.js"></script>
|
||||
<script type="module" src="/assets/frontend/snow-fall.js"></script>
|
||||
<script src="/assets/app.js"></script>
|
||||
@show
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue