Skip to content

Commit

Permalink
feat: version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
64knl committed Aug 3, 2023
1 parent 5796ad1 commit 066e33e
Show file tree
Hide file tree
Showing 259 changed files with 1,241 additions and 0 deletions.
49 changes: 49 additions & 0 deletions composer.json
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
}
14 changes: 14 additions & 0 deletions src/SitebossStaticServiceProvider.php
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');
}
}
44 changes: 44 additions & 0 deletions src/static/css/preloader.css
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;
}
}
Binary file added src/static/icon.png
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 src/static/icons/favicon.ico
Binary file not shown.
40 changes: 40 additions & 0 deletions src/static/icons/file.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 src/static/images/back.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/static/images/checkbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions src/static/images/loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/static/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/static/images/menu/bars.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/static/images/question.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 src/static/images/sb-mail-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/static/images/siteboss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/static/index.html
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>
1 change: 1 addition & 0 deletions src/static/siteboss/static/02b7dc0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/static/siteboss/static/04c1446.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 066e33e

Please sign in to comment.