-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
259 changed files
with
1,241 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"name": "notfoundnl/siteboss-static", | ||
"description": "Static build of the SiteBoss framework UI", | ||
"keywords": [ | ||
"NotFound", | ||
"laravel", | ||
"siteboss-static" | ||
], | ||
"homepage": "https://github.com/notfoundnl/siteboss-static", | ||
"license": "AGPL-3.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "NotFound Digital Creativity", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"spatie/laravel-package-tools": "^1.14.0" | ||
}, | ||
"require-dev": {}, | ||
"autoload": { | ||
"psr-4": { | ||
"NotFound\\SitebossStatic\\": "src/" | ||
}, | ||
"files": [] | ||
}, | ||
"autoload-dev": { | ||
"psr-4": {} | ||
}, | ||
"scripts": { | ||
"post-update-cmd": [ | ||
"@php artisan vendor:publish --tag=laravel-assets --ansi --force" | ||
] | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
"allow-plugins": {} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"NotFound\\SitebossStatic\\SitebossStaticServiceProvider" | ||
] | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
namespace NotFound\SitebossStatic; | ||
|
||
use Illuminate\Support\ServiceProvider; | ||
|
||
class SitebossStaticServiceProvider extends ServiceProvider | ||
{ | ||
public function boot(): void | ||
{ | ||
|
||
$this->publishes([__DIR__.'/static/' => public_path('siteboss')], 'siteboss-static'); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
body { | ||
padding: 0; | ||
margin: 0; | ||
} | ||
|
||
#sb-preload { | ||
background: linear-gradient(#bbb, #fff, #fff, #bbb); | ||
height: 100vh; | ||
display: flex; | ||
flex-direction: column; | ||
align-content: center; | ||
justify-content: center; | ||
width: 100%; | ||
align-items: center; | ||
} | ||
|
||
#sb-preload img { | ||
height: 30%; | ||
max-width: 60%; | ||
max-height: 7rem; | ||
width: 20rem; | ||
transition: opacity 0.1s ease-in-out; | ||
animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; | ||
} | ||
|
||
#sb-preload h1 { | ||
padding-top: 2rem; | ||
font-size: 1.5rem; | ||
max-height: 30%; | ||
max-width: 30%; | ||
} | ||
|
||
@keyframes sk-circleBounceDelay { | ||
|
||
0%, | ||
80%, | ||
100% { | ||
opacity: 0; | ||
} | ||
|
||
40% { | ||
opacity: 1; | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!doctype html> | ||
<html lang="en" data-n-head="%7B%22lang%22:%7B%221%22:%22en%22%7D%7D"> | ||
<head> | ||
<meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content=""><meta data-n-head="1" data-hid="charset" charset="utf-8"><meta data-n-head="1" data-hid="mobile-web-app-capable" name="mobile-web-app-capable" content="yes"><meta data-n-head="1" data-hid="apple-mobile-web-app-title" name="apple-mobile-web-app-title" content="SiteBoss"><meta data-n-head="1" data-hid="og:type" name="og:type" property="og:type" content="website"><meta data-n-head="1" data-hid="og:title" name="og:title" property="og:title" content="SiteBoss"><meta data-n-head="1" data-hid="og:site_name" name="og:site_name" property="og:site_name" content="SiteBoss"><meta data-n-head="1" data-hid="og:description" name="og:description" property="og:description" content="Nuxt project provides a frontend to any backend server that follow the siteboss-layout structure."><title>SiteBoss</title><link data-n-head="1" rel="icon" type="image/x-icon" href="/siteboss/icons/favicon.ico"><link data-n-head="1" rel="stylesheet" href="/siteboss/css/preloader.css"><link data-n-head="1" data-hid="shortcut-icon" rel="shortcut icon" href="/siteboss/siteboss/static/icons/icon_64x64.c0eb30.png"><link data-n-head="1" data-hid="apple-touch-icon" rel="apple-touch-icon" href="/siteboss/siteboss/static/icons/icon_512x512.c0eb30.png" sizes="512x512"><link data-n-head="1" rel="manifest" href="/siteboss/siteboss/static/manifest.2614407d.json" data-hid="manifest"><base href="/siteboss/"><link rel="preload" href="/siteboss/siteboss/static/38bedcc.js" as="script"><link rel="preload" href="/siteboss/siteboss/static/08eb58e.js" as="script"><link rel="preload" href="/siteboss/siteboss/static/css/a03621a.css" as="style"><link rel="preload" href="/siteboss/siteboss/static/6d98102.js" as="script"><link rel="preload" href="/siteboss/siteboss/static/css/88137dd.css" as="style"><link rel="preload" href="/siteboss/siteboss/static/91e7201.js" as="script"> | ||
<link href="/siteboss/siteboss/static/css/a03621a.css" rel="stylesheet"><link href="/siteboss/siteboss/static/css/88137dd.css" rel="stylesheet"></head> | ||
<body> | ||
<div id="__nuxt"><div id="sb-preload"> <img id="sb-preload-logo" src="/siteboss/images/siteboss.svg"> <h1>Momentje...</h1> </div> </div><script>window.__NUXT__={config:{_app:{basePath:"/siteboss/",assetsPath:"/siteboss/siteboss/static/",cdnURL:null}}}</script> | ||
<script src="/siteboss/siteboss/static/38bedcc.js"></script><script src="/siteboss/siteboss/static/08eb58e.js"></script><script src="/siteboss/siteboss/static/6d98102.js"></script><script src="/siteboss/siteboss/static/91e7201.js"></script></body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.