Merge pull request 'Svelte!' (#2) from svelte into master
107
404.html
@ -1,107 +0,0 @@
|
|||||||
<DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body style="text-align: center">
|
|
||||||
<audio controls autoplay>
|
|
||||||
<source src="alive.ogg" type="audio/wav">
|
|
||||||
</audio>
|
|
||||||
|
|
||||||
<pre> ,:/+/-
|
|
||||||
/M/ .,-=;//;-
|
|
||||||
.:/= ;MH/, ,=/+%$XH@MM#@:
|
|
||||||
-$##@+$###@H@MMM#######H:. -/H#
|
|
||||||
.,H@H@ X######@ -H#####@+- -+H###@X
|
|
||||||
.,@##H; +XM##M/, =%@###@X;-
|
|
||||||
X%- :M##########$. .:%M###@%:
|
|
||||||
M##H, +H@@@$/-. ,;$M###@%, -
|
|
||||||
M####M=,,---,.-%%H####M$: ,+@##
|
|
||||||
@##################@/. :%H##@$-
|
|
||||||
M###############H, ;HM##M$=
|
|
||||||
#################. .=$M##M$=
|
|
||||||
################H..;XM##M$= .:+
|
|
||||||
M###################@%= =+@MH%
|
|
||||||
@#################M/. =+H#X%=
|
|
||||||
=+M###############M, ,/X#H+:,
|
|
||||||
.;XM###########H= ,/X#H+:;
|
|
||||||
.=+HM#######M+/+HM@+=.
|
|
||||||
,:/%XM####H/.
|
|
||||||
,.:=-. </pre>
|
|
||||||
This was a triumph!
|
|
||||||
I'm making a note here:
|
|
||||||
Huge success!
|
|
||||||
|
|
||||||
It's hard to overstate
|
|
||||||
my satisfaction.
|
|
||||||
|
|
||||||
Aperture Science:
|
|
||||||
We do what we must
|
|
||||||
because we can
|
|
||||||
For the good of all of us.
|
|
||||||
Except the ones who are dead.
|
|
||||||
|
|
||||||
But there's no sense crying
|
|
||||||
over every mistake.
|
|
||||||
You just keep on trying
|
|
||||||
'til you run out of cake.
|
|
||||||
And the science gets done.
|
|
||||||
And you make a neat gun
|
|
||||||
for the people who are
|
|
||||||
still alive.
|
|
||||||
|
|
||||||
I'm not even angry...
|
|
||||||
I'm being so sincere right now.
|
|
||||||
Even though you broke my heart,
|
|
||||||
and killed me.
|
|
||||||
|
|
||||||
And tore me to pieces.
|
|
||||||
And threw every piece into a fire.
|
|
||||||
As they burned it hurt because
|
|
||||||
I was so happy for you!
|
|
||||||
|
|
||||||
Now, these points of data
|
|
||||||
make a beautiful line.
|
|
||||||
And we're out of beta.
|
|
||||||
We're releasing on time!
|
|
||||||
So I'm GLaD I got burned!
|
|
||||||
Think of all the things we learned!
|
|
||||||
for the people who are
|
|
||||||
still alive.
|
|
||||||
|
|
||||||
Go ahead and leave me...
|
|
||||||
I think I'd prefer to stay inside...
|
|
||||||
Maybe you'll find someone else
|
|
||||||
to help you.
|
|
||||||
Maybe Black Mesa?
|
|
||||||
That was a joke. Ha Ha. Fat Chance!
|
|
||||||
|
|
||||||
Anyway this cake is great!
|
|
||||||
It's so delicious and moist!
|
|
||||||
|
|
||||||
Look at me: still talking
|
|
||||||
when there's science to do!
|
|
||||||
When I look out there,
|
|
||||||
it makes me glad I'm not you.
|
|
||||||
|
|
||||||
I've experiments to run.
|
|
||||||
There is research to be done.
|
|
||||||
On the people who are
|
|
||||||
still alive.
|
|
||||||
And believe me I am
|
|
||||||
still alive.
|
|
||||||
I'm doing science and I'm
|
|
||||||
still alive.
|
|
||||||
I feel fantastic and I'm
|
|
||||||
still alive.
|
|
||||||
While you're dying I'll be
|
|
||||||
still alive.
|
|
||||||
And when you're dead I will be
|
|
||||||
still alive
|
|
||||||
|
|
||||||
Still alive.
|
|
||||||
|
|
||||||
Still alive.
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,44 +0,0 @@
|
|||||||
|
|
||||||
/* Default theme */
|
|
||||||
:root {
|
|
||||||
--background-color: #222222;
|
|
||||||
--headings-color: #ffffff;
|
|
||||||
--font-color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Dark theme */
|
|
||||||
html[data-theme='dark'] {
|
|
||||||
--background-color: #222222;
|
|
||||||
--headings-color: #ffffff;
|
|
||||||
--font-color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
background-color: var(--background-color);
|
|
||||||
color: var(--font-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
h1, h2, h3, h4, h5 {
|
|
||||||
color: var(--headings-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
background-color: #eeeeee;
|
|
||||||
}
|
|
||||||
|
|
||||||
.overlay {
|
|
||||||
border-bottom: 2px solid #eeeeee;
|
|
||||||
}
|
|
||||||
|
|
||||||
li a:hover {
|
|
||||||
border-bottom: 3px solid white;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #CC99FF;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
color: white;
|
|
||||||
}
|
|
7
assets/js/bootstrap.bundle.min.js
vendored
7
assets/js/bootstrap.min.js
vendored
2
assets/js/jquery-3.5.1.min.js
vendored
4
cypress.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"baseUrl": "http://localhost:3000",
|
||||||
|
"video": false
|
||||||
|
}
|
5
cypress/fixtures/example.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"name": "Using fixtures to represent data",
|
||||||
|
"email": "hello@cypress.io",
|
||||||
|
"body": "Fixtures are a great way to mock data for responses to routes"
|
||||||
|
}
|
19
cypress/integration/spec.js
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
describe('Sapper template app', () => {
|
||||||
|
beforeEach(() => {
|
||||||
|
cy.visit('/')
|
||||||
|
});
|
||||||
|
|
||||||
|
it('has the correct <h1>', () => {
|
||||||
|
cy.contains('h1', 'Great success!')
|
||||||
|
});
|
||||||
|
|
||||||
|
it('navigates to /about', () => {
|
||||||
|
cy.get('nav a').contains('about').click();
|
||||||
|
cy.url().should('include', '/about');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('navigates to /blog', () => {
|
||||||
|
cy.get('nav a').contains('blog').click();
|
||||||
|
cy.url().should('include', '/blog');
|
||||||
|
});
|
||||||
|
});
|
17
cypress/plugins/index.js
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
// ***********************************************************
|
||||||
|
// This example plugins/index.js can be used to load plugins
|
||||||
|
//
|
||||||
|
// You can change the location of this file or turn off loading
|
||||||
|
// the plugins file with the 'pluginsFile' configuration option.
|
||||||
|
//
|
||||||
|
// You can read more here:
|
||||||
|
// https://on.cypress.io/plugins-guide
|
||||||
|
// ***********************************************************
|
||||||
|
|
||||||
|
// This function is called when a project is opened or re-opened (e.g. due to
|
||||||
|
// the project's config changing)
|
||||||
|
|
||||||
|
module.exports = (on, config) => {
|
||||||
|
// `on` is used to hook into various events Cypress emits
|
||||||
|
// `config` is the resolved Cypress config
|
||||||
|
}
|
25
cypress/support/commands.js
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
// ***********************************************
|
||||||
|
// This example commands.js shows you how to
|
||||||
|
// create various custom commands and overwrite
|
||||||
|
// existing commands.
|
||||||
|
//
|
||||||
|
// For more comprehensive examples of custom
|
||||||
|
// commands please read more here:
|
||||||
|
// https://on.cypress.io/custom-commands
|
||||||
|
// ***********************************************
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// -- This is a parent command --
|
||||||
|
// Cypress.Commands.add("login", (email, password) => { ... })
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// -- This is a child command --
|
||||||
|
// Cypress.Commands.add("drag", { prevSubject: 'element'}, (subject, options) => { ... })
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// -- This is a dual command --
|
||||||
|
// Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... })
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// -- This is will overwrite an existing command --
|
||||||
|
// Cypress.Commands.overwrite("visit", (originalFn, url, options) => { ... })
|
20
cypress/support/index.js
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
// ***********************************************************
|
||||||
|
// This example support/index.js is processed and
|
||||||
|
// loaded automatically before your test files.
|
||||||
|
//
|
||||||
|
// This is a great place to put global configuration and
|
||||||
|
// behavior that modifies Cypress.
|
||||||
|
//
|
||||||
|
// You can change the location of this file or turn off
|
||||||
|
// automatically serving support files with the
|
||||||
|
// 'supportFile' configuration option.
|
||||||
|
//
|
||||||
|
// You can read more here:
|
||||||
|
// https://on.cypress.io/configuration
|
||||||
|
// ***********************************************************
|
||||||
|
|
||||||
|
// Import commands.js using ES2015 syntax:
|
||||||
|
import './commands'
|
||||||
|
|
||||||
|
// Alternatively you can use CommonJS syntax:
|
||||||
|
// require('./commands')
|
104
index.php
@ -1,104 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<title>Quartznet</title>
|
|
||||||
|
|
||||||
<!-- General meta tags -->
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
|
|
||||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="description" content="A software and game studio.">
|
|
||||||
<meta name="keywords" content="quartznet, software, games, tools"/>
|
|
||||||
<meta name="author" content="quartznet"/>
|
|
||||||
|
|
||||||
<!-- Open Graph tags -->
|
|
||||||
<meta property="og:title" content="quartznet" />
|
|
||||||
<meta property="og:description" content="We are software and game developers." />
|
|
||||||
|
|
||||||
<!-- Load CSS -->
|
|
||||||
<link rel="stylesheet" href="/quartznet/assets/css/bootstrap.min.css" defer>
|
|
||||||
<link href="/quartznet/assets/css/stylesheet.css" rel="stylesheet">
|
|
||||||
<link href="/quartznet/assets/css/themes.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
|
|
||||||
<link rel="icon" href="/quartznet/assets/favicon.ico">
|
|
||||||
|
|
||||||
<!-- Load javascript -->
|
|
||||||
<script src="/quartznet/assets/js/jquery-3.5.1.min.js" defer></script>
|
|
||||||
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120787474-1"></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'UA-120787474-1');
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<div class="container">
|
|
||||||
<nav class="navbar navbar-expand-md">
|
|
||||||
<div class="navbar-collapse order-1 order-md-0 dual-collapse2">
|
|
||||||
<ul class="navbar-nav mr-auto">
|
|
||||||
<li><a href="/quartznet/">Quartznet</a></li>
|
|
||||||
<li><a href="/quartznet/about">About</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2">
|
|
||||||
<ul class="navbar-nav ml-auto">
|
|
||||||
<li><a href="/quartznet/admin">Admin</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="overlay">
|
|
||||||
<div class="description">
|
|
||||||
<h1 class="title">Quartznet</h1>
|
|
||||||
<p>Software, Games, Science, Space!</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<main class="container">
|
|
||||||
<section>
|
|
||||||
<!-- Project One -->
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-7">
|
|
||||||
<a href="/quartznet/sirius">
|
|
||||||
<img class="img-fluid mb-3 mb-md-0" src="https://placehold.it/600x300" alt="Sirius">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-5">
|
|
||||||
<h2>Sirius</h2>
|
|
||||||
<p>A 2D sci-fi game about wannabe space captain trying to find their path.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<!-- Project Two -->
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-7">
|
|
||||||
<a href="/quartznet/sirius">
|
|
||||||
<img class="img-fluid mb-3 mb-md-0" src="https://placehold.it/600x300" alt="Quartz">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-5">
|
|
||||||
<h2>Quartz</h2>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
<div class="container">
|
|
||||||
<hr>
|
|
||||||
<p>© Quartznet 2020 | <a href="/quartznet/policy">Policy</a></p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,5 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
header('Location: https://tinyurl.com/y822amvl')
|
|
||||||
|
|
||||||
?>
|
|
@ -1,103 +1,103 @@
|
|||||||
<!-- <li class="nav-item dropdown">
|
<!-- <li class="nav-item dropdown">
|
||||||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
Admin
|
Admin
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||||
<a class="dropdown-item" href="https://quartznet.info/sound">Sound</a>
|
<a class="dropdown-item" href="https://quartznet.info/sound">Sound</a>
|
||||||
<a class="dropdown-item" href="https://quartznet.info/status">Status</a>
|
<a class="dropdown-item" href="https://quartznet.info/status">Status</a>
|
||||||
<a class="dropdown-item" href="https://quartznet.info/git">Git</a>
|
<a class="dropdown-item" href="https://quartznet.info/git">Git</a>
|
||||||
<a class="dropdown-item" href="https://quartznet.info/sql">SQL</a>
|
<a class="dropdown-item" href="https://quartznet.info/sql">SQL</a>
|
||||||
<a class="dropdown-item" href="/quartznet/admin/logout.php">Logout</a>
|
<a class="dropdown-item" href="/quartznet/admin/logout.php">Logout</a>
|
||||||
</div>
|
</div>
|
||||||
</li> -->
|
</li> -->
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
// Check if user has admin access
|
// Check if user has admin access
|
||||||
function auth() {
|
function auth() {
|
||||||
if($_SESSION["login"] != "admin") {
|
if($_SESSION["login"] != "admin") {
|
||||||
header("location:../admin/login.php");
|
header("location:../admin/login.php");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function connect() {
|
function connect() {
|
||||||
// Connect to database
|
// Connect to database
|
||||||
$db_server = "localhost";
|
$db_server = "localhost";
|
||||||
$db_username = "postgres";
|
$db_username = "postgres";
|
||||||
$db_password = "cryo";
|
$db_password = "cryo";
|
||||||
$db_database = "test";
|
$db_database = "test";
|
||||||
|
|
||||||
$connection = pg_connect("host=$db_server dbname=$db_database user=$db_username password=$db_password port=5432");
|
$connection = pg_connect("host=$db_server dbname=$db_database user=$db_username password=$db_password port=5432");
|
||||||
if (!$connection) {
|
if (!$connection) {
|
||||||
$error = "pg_connect error: " . pg_last_error($connection);
|
$error = "pg_connect error: " . pg_last_error($connection);
|
||||||
error_log($error, 0);
|
error_log($error, 0);
|
||||||
die($error);
|
die($error);
|
||||||
}
|
}
|
||||||
return $connection;
|
return $connection;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Logs in to index.php and checks username and password for a match in users
|
// Logs in to index.php and checks username and password for a match in users
|
||||||
function login_post() {
|
function login_post() {
|
||||||
$connection = connect();
|
$connection = connect();
|
||||||
|
|
||||||
// Attempt login
|
// Attempt login
|
||||||
if(isset($_POST["username"]) and isset($_POST["password"])) {
|
if(isset($_POST["username"]) and isset($_POST["password"])) {
|
||||||
$username = $_POST["username"];
|
$username = $_POST["username"];
|
||||||
$password = $_POST["password"];
|
$password = $_POST["password"];
|
||||||
login($username, $password);
|
login($username, $password);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function login($username, $password) {
|
function login($username, $password) {
|
||||||
// Salt the password to make it harder to compare md5 hashes
|
// Salt the password to make it harder to compare md5 hashes
|
||||||
// Run md5 encryption on salted string
|
// Run md5 encryption on salted string
|
||||||
$salt = "salt";
|
$salt = "salt";
|
||||||
$newPassword = md5($salt.$editedPassword.$salt);
|
$newPassword = md5($salt.$editedPassword.$salt);
|
||||||
|
|
||||||
// Search for matching username and password
|
// Search for matching username and password
|
||||||
$sql = "SELECT * FROM users WHERE name = '$username' AND password = '$newPassword'";
|
$sql = "SELECT * FROM users WHERE name = '$username' AND password = '$newPassword'";
|
||||||
|
|
||||||
$result = pg_query($connection, $sql);
|
$result = pg_query($connection, $sql);
|
||||||
if (!result) {
|
if (!result) {
|
||||||
die("pg_query error: " . pg_last_error($db));
|
die("pg_query error: " . pg_last_error($db));
|
||||||
}
|
}
|
||||||
$rowCount = pg_num_rows($result);
|
$rowCount = pg_num_rows($result);
|
||||||
|
|
||||||
// Success if a matching user is found
|
// Success if a matching user is found
|
||||||
if ($rowCount == 1) {
|
if ($rowCount == 1) {
|
||||||
session_start();
|
session_start();
|
||||||
$_SESSION["login"] = "admin";
|
$_SESSION["login"] = "admin";
|
||||||
header("location:/quartznet/admin");
|
header("location:/quartznet/admin");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo "Invalid username or password. Failed to login.";
|
echo "Invalid username or password. Failed to login.";
|
||||||
}
|
}
|
||||||
|
|
||||||
// I'm trying to fix the database calm down...
|
// I'm trying to fix the database calm down...
|
||||||
if ($username == "chris" && $password="space") {
|
if ($username == "chris" && $password="space") {
|
||||||
session_start();
|
session_start();
|
||||||
$_SESSION["login"] = "admin";
|
$_SESSION["login"] = "admin";
|
||||||
header("location:/quartznet/admin");
|
header("location:/quartznet/admin");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function add_user($username, $password) {
|
function add_user($username, $password) {
|
||||||
// include_once("../includes/connect.php");
|
// include_once("../includes/connect.php");
|
||||||
$connection = connect();
|
$connection = connect();
|
||||||
|
|
||||||
// Encrypt password and add new user
|
// Encrypt password and add new user
|
||||||
$salt = "salt";
|
$salt = "salt";
|
||||||
$password = md5($salt.$password.$salt);
|
$password = md5($salt.$password.$salt);
|
||||||
$query= "INSERT INTO t_users(UID, username, PWORD) VALUES(NULL, '$username', '$password')";
|
$query= "INSERT INTO t_users(UID, username, PWORD) VALUES(NULL, '$username', '$password')";
|
||||||
$run = pg_query($connect, $query) or pg_last_error($connection);
|
$run = pg_query($connect, $query) or pg_last_error($connection);
|
||||||
|
|
||||||
// return to users page
|
// return to users page
|
||||||
}
|
}
|
||||||
|
|
||||||
function add_user_post() {
|
function add_user_post() {
|
||||||
if (isset($_POST["username"]) and isset($_POST["password"])) {
|
if (isset($_POST["username"]) and isset($_POST["password"])) {
|
||||||
add_user($_POST["username"], $_POST["password"]);
|
add_user($_POST["username"], $_POST["password"]);
|
||||||
header("Location:users.php");
|
header("Location:users.php");
|
||||||
}
|
}
|
||||||
}?>
|
}?>
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
session_start();
|
session_start();
|
||||||
session_unset();
|
session_unset();
|
||||||
session_destroy();
|
session_destroy();
|
||||||
header("location:../index.php");
|
header("location:../index.php");
|
||||||
?>
|
?>
|
46
old/index.svelte
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<style>
|
||||||
|
h1, figure, p {
|
||||||
|
text-align: center;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 2.8em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: 700;
|
||||||
|
margin: 0 0 0.5em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
figure {
|
||||||
|
margin: 0 0 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 400px;
|
||||||
|
margin: 0 0 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 1em auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 480px) {
|
||||||
|
h1 {
|
||||||
|
font-size: 4em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>Sapper project template</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<h1>Great success!</h1>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img alt='Success Kid' src='successkid.jpg'>
|
||||||
|
<figcaption>Have fun with Sapper!</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<p><strong>Try editing this file (src/routes/index.svelte) to test live reloading.</strong></p>
|
36
package.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"name": "Quartznet",
|
||||||
|
"description": "Quartznet website",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "sapper dev",
|
||||||
|
"build": "sapper build --legacy",
|
||||||
|
"export": "sapper export --legacy",
|
||||||
|
"start": "node __sapper__/build",
|
||||||
|
"cy:run": "cypress run",
|
||||||
|
"cy:open": "cypress open",
|
||||||
|
"test": "run-p --race dev cy:run"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"compression": "^1.7.4",
|
||||||
|
"polka": "next"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"npm-run-all": "^4.1.5",
|
||||||
|
"sapper": "^0.28.0",
|
||||||
|
"svelte": "^3.24.1",
|
||||||
|
"@babel/core": "^7.11.1",
|
||||||
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||||
|
"@babel/plugin-transform-runtime": "^7.11.0",
|
||||||
|
"@babel/preset-env": "^7.11.0",
|
||||||
|
"@babel/runtime": "^7.11.2",
|
||||||
|
"@rollup/plugin-babel": "^5.2.0",
|
||||||
|
"@rollup/plugin-commonjs": "^15.0.0",
|
||||||
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
||||||
|
"@rollup/plugin-replace": "^2.3.3",
|
||||||
|
"rollup": "^2.26.4",
|
||||||
|
"rollup-plugin-svelte": "^5.2.3",
|
||||||
|
"rollup-plugin-terser": "^7.0.0",
|
||||||
|
"sirv": "^1.0.6"
|
||||||
|
}
|
||||||
|
}
|
105
rollup.config.js
Normal file
@ -0,0 +1,105 @@
|
|||||||
|
import resolve from '@rollup/plugin-node-resolve';
|
||||||
|
import replace from '@rollup/plugin-replace';
|
||||||
|
import commonjs from '@rollup/plugin-commonjs';
|
||||||
|
import svelte from 'rollup-plugin-svelte';
|
||||||
|
import babel from '@rollup/plugin-babel';
|
||||||
|
import {terser} from 'rollup-plugin-terser';
|
||||||
|
import config from 'sapper/config/rollup.js';
|
||||||
|
import pkg from './package.json';
|
||||||
|
|
||||||
|
const mode = process.env.NODE_ENV;
|
||||||
|
const dev = mode === 'development';
|
||||||
|
const legacy = !!process.env.SAPPER_LEGACY_BUILD;
|
||||||
|
|
||||||
|
const onwarn = (warning, onwarn) =>
|
||||||
|
(warning.code === 'MISSING_EXPORT' && /'preload'/.test(warning.message)) ||
|
||||||
|
(warning.code === 'CIRCULAR_DEPENDENCY' && /[/\\]@sapper[/\\]/.test(warning.message)) ||
|
||||||
|
onwarn(warning);
|
||||||
|
|
||||||
|
export default {
|
||||||
|
client: {
|
||||||
|
input: config.client.input(),
|
||||||
|
output: config.client.output(),
|
||||||
|
plugins: [
|
||||||
|
replace({
|
||||||
|
'process.browser': true,
|
||||||
|
'process.env.NODE_ENV': JSON.stringify(mode)
|
||||||
|
}),
|
||||||
|
svelte({
|
||||||
|
dev,
|
||||||
|
hydratable: true,
|
||||||
|
emitCss: true
|
||||||
|
}),
|
||||||
|
resolve({
|
||||||
|
browser: true,
|
||||||
|
dedupe: ['svelte']
|
||||||
|
}),
|
||||||
|
commonjs(),
|
||||||
|
|
||||||
|
legacy && babel({
|
||||||
|
extensions: ['.js', '.mjs', '.html', '.svelte'],
|
||||||
|
babelHelpers: 'runtime',
|
||||||
|
exclude: ['node_modules/@babel/**'],
|
||||||
|
presets: [
|
||||||
|
['@babel/preset-env', {
|
||||||
|
targets: '> 0.25%, not dead'
|
||||||
|
}]
|
||||||
|
],
|
||||||
|
plugins: [
|
||||||
|
'@babel/plugin-syntax-dynamic-import',
|
||||||
|
['@babel/plugin-transform-runtime', {
|
||||||
|
useESModules: true
|
||||||
|
}]
|
||||||
|
]
|
||||||
|
}),
|
||||||
|
|
||||||
|
!dev && terser({
|
||||||
|
module: true
|
||||||
|
})
|
||||||
|
],
|
||||||
|
|
||||||
|
preserveEntrySignatures: false,
|
||||||
|
onwarn,
|
||||||
|
},
|
||||||
|
|
||||||
|
server: {
|
||||||
|
input: config.server.input(),
|
||||||
|
output: config.server.output(),
|
||||||
|
plugins: [
|
||||||
|
replace({
|
||||||
|
'process.browser': false,
|
||||||
|
'process.env.NODE_ENV': JSON.stringify(mode)
|
||||||
|
}),
|
||||||
|
svelte({
|
||||||
|
generate: 'ssr',
|
||||||
|
hydratable: true,
|
||||||
|
dev
|
||||||
|
}),
|
||||||
|
resolve({
|
||||||
|
dedupe: ['svelte']
|
||||||
|
}),
|
||||||
|
commonjs()
|
||||||
|
],
|
||||||
|
external: Object.keys(pkg.dependencies).concat(require('module').builtinModules),
|
||||||
|
|
||||||
|
preserveEntrySignatures: 'strict',
|
||||||
|
onwarn,
|
||||||
|
},
|
||||||
|
|
||||||
|
serviceworker: {
|
||||||
|
input: config.serviceworker.input(),
|
||||||
|
output: config.serviceworker.output(),
|
||||||
|
plugins: [
|
||||||
|
resolve(),
|
||||||
|
replace({
|
||||||
|
'process.browser': true,
|
||||||
|
'process.env.NODE_ENV': JSON.stringify(mode)
|
||||||
|
}),
|
||||||
|
commonjs(),
|
||||||
|
!dev && terser()
|
||||||
|
],
|
||||||
|
|
||||||
|
preserveEntrySignatures: false,
|
||||||
|
onwarn,
|
||||||
|
}
|
||||||
|
};
|
125
scripts/setupTypeScript.js
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
// @ts-check
|
||||||
|
|
||||||
|
/** This script modifies the project to support TS code in .svelte files like:
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
export let name: string;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
As well as validating the code for CI.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** To work on this script:
|
||||||
|
rm -rf test-template template && git clone sveltejs/template test-template && node scripts/setupTypeScript.js test-template
|
||||||
|
*/
|
||||||
|
|
||||||
|
const fs = require("fs")
|
||||||
|
const path = require("path")
|
||||||
|
const {argv} = require("process")
|
||||||
|
|
||||||
|
const projectRoot = argv[2] || path.join(__dirname, "..")
|
||||||
|
|
||||||
|
// Add deps to pkg.json
|
||||||
|
const packageJSON = JSON.parse(fs.readFileSync(path.join(projectRoot, "package.json"), "utf8"))
|
||||||
|
packageJSON.devDependencies = Object.assign(packageJSON.devDependencies, {
|
||||||
|
"svelte-check": "^1.0.0",
|
||||||
|
"svelte-preprocess": "^4.0.0",
|
||||||
|
"@rollup/plugin-typescript": "^4.0.0",
|
||||||
|
"typescript": "^3.9.3",
|
||||||
|
"tslib": "^2.0.0",
|
||||||
|
"@tsconfig/svelte": "^1.0.0"
|
||||||
|
})
|
||||||
|
|
||||||
|
// Add script for checking
|
||||||
|
packageJSON.scripts = Object.assign(packageJSON.scripts, {
|
||||||
|
"validate": "svelte-check"
|
||||||
|
})
|
||||||
|
|
||||||
|
// Write the package JSON
|
||||||
|
fs.writeFileSync(path.join(projectRoot, "package.json"), JSON.stringify(packageJSON, null, " "))
|
||||||
|
|
||||||
|
// mv src/main.js to main.ts - note, we need to edit rollup.config.js for this too
|
||||||
|
const beforeMainJSPath = path.join(projectRoot, "src", "main.js")
|
||||||
|
const afterMainTSPath = path.join(projectRoot, "src", "main.ts")
|
||||||
|
fs.renameSync(beforeMainJSPath, afterMainTSPath)
|
||||||
|
|
||||||
|
// Switch the app.svelte file to use TS
|
||||||
|
const appSveltePath = path.join(projectRoot, "src", "index.svelte")
|
||||||
|
let appFile = fs.readFileSync(appSveltePath, "utf8")
|
||||||
|
appFile = appFile.replace("<script>", '<script lang="ts">')
|
||||||
|
appFile = appFile.replace("export let name;", 'export let name: string;')
|
||||||
|
fs.writeFileSync(appSveltePath, appFile)
|
||||||
|
|
||||||
|
// Edit rollup config
|
||||||
|
const rollupConfigPath = path.join(projectRoot, "rollup.config.js")
|
||||||
|
let rollupConfig = fs.readFileSync(rollupConfigPath, "utf8")
|
||||||
|
|
||||||
|
// Edit imports
|
||||||
|
rollupConfig = rollupConfig.replace(`'rollup-plugin-terser';`, `'rollup-plugin-terser';
|
||||||
|
import sveltePreprocess from 'svelte-preprocess';
|
||||||
|
import typescript from '@rollup/plugin-typescript';`)
|
||||||
|
|
||||||
|
// Replace name of entry point
|
||||||
|
rollupConfig = rollupConfig.replace(`'src/main.js'`, `'src/main.ts'`)
|
||||||
|
|
||||||
|
// Add preprocess to the svelte config, this is tricky because there's no easy signifier.
|
||||||
|
// Instead we look for `css:` then the next `}` and add the preprocessor to that
|
||||||
|
let foundCSS = false
|
||||||
|
let match
|
||||||
|
|
||||||
|
// https://regex101.com/r/OtNjwo/1
|
||||||
|
const configEditor = new RegExp(/css:.|\n*}/gmi)
|
||||||
|
while ((match = configEditor.exec(rollupConfig)) != null) {
|
||||||
|
if (foundCSS) {
|
||||||
|
const endOfCSSIndex = match.index + 1
|
||||||
|
rollupConfig = rollupConfig.slice(0, endOfCSSIndex) + ",\n preprocess: sveltePreprocess()," + rollupConfig.slice(endOfCSSIndex);
|
||||||
|
break
|
||||||
|
}
|
||||||
|
if (match[0].includes("css:")) foundCSS = true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Add TypeScript
|
||||||
|
rollupConfig = rollupConfig.replace("commonjs(),", 'commonjs(),\n\t\ttypescript({ sourceMap: !production }),')
|
||||||
|
fs.writeFileSync(rollupConfigPath, rollupConfig)
|
||||||
|
|
||||||
|
// Add TSConfig
|
||||||
|
const tsconfig = `{
|
||||||
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||||
|
|
||||||
|
"include": ["src/**/*"],
|
||||||
|
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
|
||||||
|
}`
|
||||||
|
const tsconfigPath = path.join(projectRoot, "tsconfig.json")
|
||||||
|
fs.writeFileSync(tsconfigPath, tsconfig)
|
||||||
|
|
||||||
|
// Delete this script, but not during testing
|
||||||
|
if (!argv[2]) {
|
||||||
|
// Remove the script
|
||||||
|
fs.unlinkSync(path.join(__filename))
|
||||||
|
|
||||||
|
// Check for Mac's DS_store file, and if it's the only one left remove it
|
||||||
|
const remainingFiles = fs.readdirSync(path.join(__dirname))
|
||||||
|
if (remainingFiles.length === 1 && remainingFiles[0] === '.DS_store') {
|
||||||
|
fs.unlinkSync(path.join(__dirname, '.DS_store'))
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check if the scripts folder is empty
|
||||||
|
if (fs.readdirSync(path.join(__dirname)).length === 0) {
|
||||||
|
// Remove the scripts folder
|
||||||
|
fs.rmdirSync(path.join(__dirname))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adds the extension recommendation
|
||||||
|
fs.mkdirSync(path.join(projectRoot, ".vscode"))
|
||||||
|
fs.writeFileSync(path.join(projectRoot, ".vscode", "extensions.json"), `{
|
||||||
|
"recommendations": ["svelte.svelte-vscode"]
|
||||||
|
}
|
||||||
|
`)
|
||||||
|
|
||||||
|
console.log("Converted to TypeScript.")
|
||||||
|
|
||||||
|
if (fs.existsSync(path.join(projectRoot, "node_modules"))) {
|
||||||
|
console.log("\nYou will need to re-run your dependency manager to get started.")
|
||||||
|
}
|
316
src/404.svelte
Executable file
@ -0,0 +1,316 @@
|
|||||||
|
<script>
|
||||||
|
import {onMount} from 'svelte'
|
||||||
|
|
||||||
|
var view = document.getElementsByTagName('pre')[0];
|
||||||
|
var appa = ` .,-:;//;:=,
|
||||||
|
. :H@@@MM@M#H/.,+%;,
|
||||||
|
,/X+ +M@@M@MM%=,-%HMMM@X/,
|
||||||
|
-+@MM; $M@@MH+-,;XMMMM@MMMM@+-
|
||||||
|
;@M@@M- XM@X;. -+XXXXXHHH@M@M#@/.
|
||||||
|
,%MM@@MH ,@%= .---=-=:=,.
|
||||||
|
-@#@@@MX ., -%HX$$%%%+;
|
||||||
|
=-./@M@M$ .;@MMMM@MM:
|
||||||
|
X@/ -$MM/ .+MM@@@M$
|
||||||
|
,@M@H: :@: . -X#@@@@-
|
||||||
|
,@@@MMX, . /H- ;@M@M=
|
||||||
|
.H@@@@M@+, %MM+..%#$.
|
||||||
|
/MMMM@MMH/. XM@MH; -;
|
||||||
|
/%+%$XHH@$= , .H@@@@MX,
|
||||||
|
.=--------. -%H.,@@@@@MX,
|
||||||
|
.%MM@@@HHHXX$$$%+- .:$MMX -M@@MM%.
|
||||||
|
=XMMM@MM@MM#H;,-+HMM@M+ /MMMX=
|
||||||
|
=%@M@M#@$-.=$@MM@@@M; %M%=
|
||||||
|
,:+$+-,/H#MMMMMMM@- -,
|
||||||
|
=++%%%%+/:-.`;
|
||||||
|
|
||||||
|
var nuke = ` =+$HM####@H%;,
|
||||||
|
/H###############M$,
|
||||||
|
,@################+
|
||||||
|
.H##############+
|
||||||
|
X############/
|
||||||
|
$##########/
|
||||||
|
%########/
|
||||||
|
/X/;;+X/
|
||||||
|
|
||||||
|
-XHHX-
|
||||||
|
,######,
|
||||||
|
#############X .M####M. X#############
|
||||||
|
##############- -//- -##############
|
||||||
|
X##############%, ,+##############X
|
||||||
|
-##############X X##############-
|
||||||
|
%############% %############%
|
||||||
|
%##########; ;##########%
|
||||||
|
;#######M= =M#######;
|
||||||
|
.+M###@, ,@###M+.
|
||||||
|
:XH. .HX:`;
|
||||||
|
|
||||||
|
var atom = ` =/;;/-
|
||||||
|
+: //
|
||||||
|
/; /;
|
||||||
|
-X H.
|
||||||
|
.//;;;:;;-, X= :+ .-;:=;:;%;.
|
||||||
|
M- ,=;;;#:, ,:#;;:=, ,@
|
||||||
|
:% :%.=/++++/=.$= %=
|
||||||
|
,%; %/:+/;,,/++:+/ ;+.
|
||||||
|
,+/. ,;@+, ,%H;, ,/+,
|
||||||
|
;+;;/= @. .H##X -X :///+;
|
||||||
|
;+=;;;.@, .XM@$. =X.//;=%/.
|
||||||
|
,;: :@%= =$H: .+%-
|
||||||
|
,%= %;-///==///-// =%,
|
||||||
|
;+ :%-;;;;;;;;-X- +:
|
||||||
|
@- .-;;;;M- =M/;;;-. -X
|
||||||
|
:;;::;;-. %- :+ ,-;;-;:==
|
||||||
|
,X H.
|
||||||
|
;/ %=
|
||||||
|
// +;
|
||||||
|
,////,`;
|
||||||
|
|
||||||
|
var heart = ` .,---.
|
||||||
|
,/XM#MMMX;,
|
||||||
|
-%##########M%,
|
||||||
|
-@######% $###@=
|
||||||
|
.,--, -H#######$ $###M:
|
||||||
|
,;$M###MMX; .;##########$;HM###X=
|
||||||
|
,/@###########H= ;################+
|
||||||
|
-+#############M/, %##############+
|
||||||
|
%M###############= /##############:
|
||||||
|
H################ .M#############;.
|
||||||
|
@###############M ,@###########M:.
|
||||||
|
X################, -$=X#######@:
|
||||||
|
/@##################%- +######$-
|
||||||
|
.;##################X .X#####+,
|
||||||
|
.;H################/ -X####+.
|
||||||
|
,;X##############, .MM/
|
||||||
|
,:+$H@M#######M#$- .$$=
|
||||||
|
.,-=;+$@###X: ;/=.
|
||||||
|
.,/X$; .::,
|
||||||
|
., ..`;
|
||||||
|
|
||||||
|
var fire = ` -$-
|
||||||
|
.H##H,
|
||||||
|
+######+
|
||||||
|
.+#########H.
|
||||||
|
-$############@.
|
||||||
|
=H###############@ -X:
|
||||||
|
.$##################: @#@-
|
||||||
|
,; .M###################; H###;
|
||||||
|
;@#: @###################@ ,#####:
|
||||||
|
-M###. M#################@. ;######H
|
||||||
|
M####- +###############$ =@#######X
|
||||||
|
H####$ -M###########+ :#########M,
|
||||||
|
/####X- =########% :M########@/.
|
||||||
|
,;%H@X; .$###X :##MM@%+;:-
|
||||||
|
..
|
||||||
|
-/;:-,. ,,-==+M########H
|
||||||
|
-##################@HX%%+%%$%%%+:,,
|
||||||
|
.-/H%%%+%%$H@###############M@+=:/+:
|
||||||
|
/XHX%:#####MH%= ,---:;;;;/&&XHM,:###$
|
||||||
|
$@#MX %+;- .`;
|
||||||
|
|
||||||
|
var tick = ` :X-
|
||||||
|
:X###
|
||||||
|
;@####@
|
||||||
|
;M######X
|
||||||
|
-@########$
|
||||||
|
.$##########@
|
||||||
|
=M############-
|
||||||
|
+##############$
|
||||||
|
.H############$=.
|
||||||
|
,/: ,M##########M;.
|
||||||
|
-+@###; =##########M;
|
||||||
|
=%M#######; :#########M/
|
||||||
|
-$M###########; :########/
|
||||||
|
,;X###########; =#######$.
|
||||||
|
;H#########+######M=
|
||||||
|
,+#############+
|
||||||
|
/M########@-
|
||||||
|
;M#####%
|
||||||
|
+####:
|
||||||
|
,$M-`;
|
||||||
|
|
||||||
|
var bang = ` .+
|
||||||
|
/M;
|
||||||
|
H#@: ;,
|
||||||
|
-###H- -@/
|
||||||
|
%####$. -; .%#X
|
||||||
|
M#####+;#H :M#M.
|
||||||
|
.. .+/;%#############-
|
||||||
|
-/%H%+;-, +##############/
|
||||||
|
.:$M###MH$%+############X ,--=;-
|
||||||
|
-/H#####################H+=.
|
||||||
|
.+#################X.
|
||||||
|
=%M####################H;.
|
||||||
|
/@###############+;;/%%;,
|
||||||
|
-%###################$
|
||||||
|
;H######################M=
|
||||||
|
,%#####MH$%;+#####M###-/@####%
|
||||||
|
:$H%+;=- -####X.,H# -+M##@-
|
||||||
|
. ,###; ; =$##+
|
||||||
|
.#H, :XH,
|
||||||
|
+ .;-`;
|
||||||
|
|
||||||
|
var mesa = ` .-;+$XHHHHHHX$+;-.
|
||||||
|
,;X@@X%/;=----=:/%X@@X/,
|
||||||
|
=$@@%=. .=+H@X:
|
||||||
|
-XMX: =XMX=
|
||||||
|
/@@: =H@+
|
||||||
|
%@X, .$@$
|
||||||
|
+@X. $@%
|
||||||
|
-@@, .@@=
|
||||||
|
%@% +@$
|
||||||
|
H@: :@H
|
||||||
|
H@: :HHHHHHHHHHHHHHHHHHX, =@H
|
||||||
|
%@% ;@M@@@@@@@@@@@@@@@@@H- +@$
|
||||||
|
=@@, :@@@@@@@@@@@@@@@@@@@@@= .@@:
|
||||||
|
+@X :@@@@@@@@@@@@@@@M@@@@@@:%@%
|
||||||
|
$@$, ;@@@@@@@@@@@@@@@@@M@@@@@@$.
|
||||||
|
+@@HHHHHHH@@@@@@@@@@@@@@@@@@@@@@@+
|
||||||
|
=X@@@@@@@@@@@@@@@@@@@@@@@@@@@@X=
|
||||||
|
:$@@@@@@@@@@@@@@@@@@@M@@@@$:
|
||||||
|
,;$@@@@@@@@@@@@@@@@@@X/-
|
||||||
|
.-;+$XXHHHHHX$+;-.`;
|
||||||
|
|
||||||
|
var cube = ` #+ @ # # M#@
|
||||||
|
. .X X.%##@;# # +@#######X. @H%
|
||||||
|
,==. ,######M+ -#####%M####M- #
|
||||||
|
:H##M%:=##+ .M##M,;#####/+#######% ,M#
|
||||||
|
.M########= =@#@.=#####M=M#######= X#
|
||||||
|
:@@MMM##M. -##M.,#######M#######. = M
|
||||||
|
@##..###:. .H####. @@ X,
|
||||||
|
############: ###,/####; /##= @#. M
|
||||||
|
,M## ;##,@#M;/M#M @# X#% X#
|
||||||
|
.%= ######M## ##.M#: ./#M ,M #M ,#$
|
||||||
|
##/ $## #+;#: #### ;#/ M M- @# :
|
||||||
|
#+ #M@MM###M-;M #:$#-##$H# .#X @ + $#. #
|
||||||
|
######/.: #%=# M#:MM./#.-# @#: H#
|
||||||
|
+,.= @###: /@ %#,@ ##@X #,-#@.##% .@#
|
||||||
|
#####+;/##/ @## @#,+ /#M . X,
|
||||||
|
;###M#@ M###H .#M- ,##M ;@@; ###
|
||||||
|
.M#M##H ;####X ,@#######M/ -M###$ -H
|
||||||
|
.M###% X####H .@@MM@; ;@#M@
|
||||||
|
H#M /@####/ ,++. / ==-,
|
||||||
|
,=/:, .+X@MMH@#H #####$=`;
|
||||||
|
|
||||||
|
var cake = ` ,:/+/-
|
||||||
|
/M/ .,-=;//;-
|
||||||
|
.:/= ;MH/, ,=/+%$XH@MM#@:
|
||||||
|
-$##@+$###@H@MMM#######H:. -/H#
|
||||||
|
.,H@H@ X######@ -H#####@+- -+H###@X
|
||||||
|
.,@##H; +XM##M/, =%@###@X;-
|
||||||
|
X%- :M##########$. .:%M###@%:
|
||||||
|
M##H, +H@@@$/-. ,;$M###@%, -
|
||||||
|
M####M=,,---,.-%%H####M$: ,+@##
|
||||||
|
@##################@/. :%H##@$-
|
||||||
|
M###############H, ;HM##M$=
|
||||||
|
#################. .=$M##M$=
|
||||||
|
################H..;XM##M$= .:+
|
||||||
|
M###################@%= =+@MH%
|
||||||
|
@#################M/. =+H#X%=
|
||||||
|
=+M###############M, ,/X#H+:,
|
||||||
|
.;XM###########H= ,/X#H+:;
|
||||||
|
.=+HM#######M+/+HM@+=.
|
||||||
|
,:/%XM####H/.
|
||||||
|
,.:=-.`;
|
||||||
|
|
||||||
|
//appa
|
||||||
|
//atom
|
||||||
|
//nuke
|
||||||
|
var options = [cake, heart, fire, tick, bang, mesa, cube];
|
||||||
|
|
||||||
|
let active = cake
|
||||||
|
|
||||||
|
function updateView() {
|
||||||
|
active = "<br>" + options[Math.floor((Math.random() * options.length))];
|
||||||
|
setTimeout(updateView, 5000);
|
||||||
|
}
|
||||||
|
|
||||||
|
onMount(() => updateView());
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<body style="text-align: center">
|
||||||
|
<audio controls autoplay>
|
||||||
|
<source src="alive.ogg" type="audio/wav">
|
||||||
|
</audio>
|
||||||
|
|
||||||
|
<pre>{active}</pre>
|
||||||
|
<br>
|
||||||
|
This was a triumph!
|
||||||
|
I'm making a note here:
|
||||||
|
Huge success!
|
||||||
|
|
||||||
|
It's hard to overstate
|
||||||
|
my satisfaction.
|
||||||
|
|
||||||
|
Aperture Science:
|
||||||
|
We do what we must
|
||||||
|
because we can
|
||||||
|
For the good of all of us.
|
||||||
|
Except the ones who are dead.
|
||||||
|
|
||||||
|
But there's no sense crying
|
||||||
|
over every mistake.
|
||||||
|
You just keep on trying
|
||||||
|
'til you run out of cake.
|
||||||
|
And the science gets done.
|
||||||
|
And you make a neat gun
|
||||||
|
for the people who are
|
||||||
|
still alive.
|
||||||
|
|
||||||
|
I'm not even angry...
|
||||||
|
I'm being so sincere right now.
|
||||||
|
Even though you broke my heart,
|
||||||
|
and killed me.
|
||||||
|
|
||||||
|
And tore me to pieces.
|
||||||
|
And threw every piece into a fire.
|
||||||
|
As they burned it hurt because
|
||||||
|
I was so happy for you!
|
||||||
|
|
||||||
|
Now, these points of data
|
||||||
|
make a beautiful line.
|
||||||
|
And we're out of beta.
|
||||||
|
We're releasing on time!
|
||||||
|
So I'm GLaD I got burned!
|
||||||
|
Think of all the things we learned!
|
||||||
|
for the people who are
|
||||||
|
still alive.
|
||||||
|
|
||||||
|
Go ahead and leave me...
|
||||||
|
I think I'd prefer to stay inside...
|
||||||
|
Maybe you'll find someone else
|
||||||
|
to help you.
|
||||||
|
Maybe Black Mesa?
|
||||||
|
That was a joke. Ha Ha. Fat Chance!
|
||||||
|
|
||||||
|
Anyway this cake is great!
|
||||||
|
It's so delicious and moist!
|
||||||
|
|
||||||
|
Look at me: still talking
|
||||||
|
when there's science to do!
|
||||||
|
When I look out there,
|
||||||
|
it makes me glad I'm not you.
|
||||||
|
|
||||||
|
I've experiments to run.
|
||||||
|
There is research to be done.
|
||||||
|
On the people who are
|
||||||
|
still alive.
|
||||||
|
And believe me I am
|
||||||
|
still alive.
|
||||||
|
I'm doing science and I'm
|
||||||
|
still alive.
|
||||||
|
I feel fantastic and I'm
|
||||||
|
still alive.
|
||||||
|
While you're dying I'll be
|
||||||
|
still alive.
|
||||||
|
And when you're dead I will be
|
||||||
|
still alive
|
||||||
|
|
||||||
|
Still alive.
|
||||||
|
|
||||||
|
Still alive.
|
||||||
|
</body>
|
||||||
|
</html>
|
5
src/client.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import * as sapper from '@sapper/app';
|
||||||
|
|
||||||
|
sapper.start({
|
||||||
|
target: document.querySelector('#sapper')
|
||||||
|
});
|
94
src/components/Barcode.svelte
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
<script>
|
||||||
|
import {onMount, tick, beforeUpdate} from 'svelte' ;
|
||||||
|
|
||||||
|
let barcodeReady = false;
|
||||||
|
let mounted = false;
|
||||||
|
|
||||||
|
onMount(() => {
|
||||||
|
// The payment-form is ready.
|
||||||
|
mounted = true;
|
||||||
|
//if (barcodeReady) {
|
||||||
|
loadBarcodeElements();
|
||||||
|
//}
|
||||||
|
});
|
||||||
|
|
||||||
|
//export const
|
||||||
|
|
||||||
|
const target = (bc) => bc.length < 9 ? 7 : 12;
|
||||||
|
|
||||||
|
let error;
|
||||||
|
|
||||||
|
$: format = barcode.length < 9 ? "EAN8" : "EAN13";
|
||||||
|
|
||||||
|
|
||||||
|
function padBarcode(bc, length, pad = 0) {
|
||||||
|
return bc;
|
||||||
|
while (bc.length < length) {
|
||||||
|
bc = pad + bc.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
return bc;
|
||||||
|
}
|
||||||
|
|
||||||
|
const loadBarcodeElements = () => {
|
||||||
|
clearCanvas(document.getElementById("barcode").getContext("2d"));
|
||||||
|
error = null;
|
||||||
|
if (barcode != null && barcode.length > 0) {
|
||||||
|
//bwipjs.toCanvas("barcode", {bcid:format, text: padBarcode(barcode, target(barcode))});
|
||||||
|
try {
|
||||||
|
|
||||||
|
const x = JsBarcode("#barcode", padBarcode(barcode, target(barcode)), {format: format});
|
||||||
|
console.log(x);
|
||||||
|
} catch {
|
||||||
|
error = "Invalid barcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
export let barcode = "";
|
||||||
|
|
||||||
|
beforeUpdate(async () => {
|
||||||
|
if (mounted) {
|
||||||
|
loadBarcodeElements();
|
||||||
|
}
|
||||||
|
await tick();
|
||||||
|
});
|
||||||
|
|
||||||
|
export const appendCheckDigit = () => {
|
||||||
|
if (barcode.length === 7 || barcode.length === 12) {
|
||||||
|
const check = eanCheckDigit(barcode);
|
||||||
|
//if (barcode[barcode.length-1] !== check)
|
||||||
|
//{
|
||||||
|
barcode += check;
|
||||||
|
//}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
function clearCanvas(context, canvas = context.canvas) {
|
||||||
|
context.clearRect(0, 0, canvas.width, canvas.height);
|
||||||
|
const w = canvas.width;
|
||||||
|
canvas.width = 1;
|
||||||
|
canvas.width = w;
|
||||||
|
}
|
||||||
|
|
||||||
|
// definitely a hack.
|
||||||
|
export const eanCheckDigit = (s) => {
|
||||||
|
let x = JsBarcode("#barcode", s, {format: format});
|
||||||
|
|
||||||
|
//EAN barcodes by default have 5 parts (prefix -> left part -> middle seperator -> right part -> suffix)
|
||||||
|
// we only want left & right part (which contain a text
|
||||||
|
let calculated = "";
|
||||||
|
x._encodings[0].filter(e => e.text !== "").forEach(e => calculated += e.text);
|
||||||
|
console.log(calculated);
|
||||||
|
return calculated[calculated.length - 1];
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<canvas id="barcode" width="50%" height="100%"></canvas>
|
||||||
|
{#if error}
|
||||||
|
<p>Error: {error}</p>
|
||||||
|
{/if}
|
||||||
|
|
36
src/components/Link.svelte
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<script>
|
||||||
|
import {getContext} from 'svelte';
|
||||||
|
import {writable} from 'svelte/store';
|
||||||
|
|
||||||
|
const navigate = getContext('navigate');
|
||||||
|
const navaid = getContext('navaid');
|
||||||
|
|
||||||
|
const base = navaid && navaid.base || writable('/');
|
||||||
|
const library = navaid && navaid.library || writable(null);
|
||||||
|
let props;
|
||||||
|
let href;
|
||||||
|
|
||||||
|
export let append;
|
||||||
|
|
||||||
|
$: {
|
||||||
|
props = {...$$props};
|
||||||
|
href = props.href;
|
||||||
|
delete props.href;
|
||||||
|
href = ($library && $library.prefix ? $library.prefix : '') + (!append ? $base : '') + href.replace(/^\//, '');
|
||||||
|
}
|
||||||
|
|
||||||
|
const click = () => {
|
||||||
|
navigate(href);
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
span {
|
||||||
|
text-decoration: none;
|
||||||
|
padding: 1rem 0.5rem;
|
||||||
|
display: block;
|
||||||
|
color: #005de6;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<span {...props} on:click={click}><slot></slot></span>
|
249
src/components/Modal.svelte
Normal file
@ -0,0 +1,249 @@
|
|||||||
|
<script>
|
||||||
|
import {setContext as baseSetContext, createEventDispatcher} from 'svelte';
|
||||||
|
import {fade} from 'svelte/transition';
|
||||||
|
|
||||||
|
export let key = 'simple-modal';
|
||||||
|
export let closeButton = true;
|
||||||
|
export let closeOnEsc = true;
|
||||||
|
export let closeOnOuterClick = true;
|
||||||
|
export let transitionBg = fade;
|
||||||
|
export let transitionBgProps = {duration: 250};
|
||||||
|
export let transitionWindow = transitionBg;
|
||||||
|
export let transitionWindowProps = transitionBgProps;
|
||||||
|
export let styleBg = {top: 0, left: 0};
|
||||||
|
export let styleWindow = {};
|
||||||
|
export let styleContent = {};
|
||||||
|
export let setContext = baseSetContext;
|
||||||
|
|
||||||
|
let Component = null;
|
||||||
|
let props = null;
|
||||||
|
|
||||||
|
let background;
|
||||||
|
let wrap;
|
||||||
|
let customStyleBg = {};
|
||||||
|
let customStyleWindow = {};
|
||||||
|
let customStyleContent = {};
|
||||||
|
|
||||||
|
let Callback = (props) => {
|
||||||
|
};
|
||||||
|
|
||||||
|
const dispatch = createEventDispatcher();
|
||||||
|
|
||||||
|
const camelCaseToDash = str => str
|
||||||
|
.replace(/([a-zA-Z])(?=[A-Z])/g, '$1-').toLowerCase();
|
||||||
|
|
||||||
|
const toCssString = (props) => Object.keys(props)
|
||||||
|
.reduce((str, key) => `${str}; ${camelCaseToDash(key)}: ${props[key]}`, '');
|
||||||
|
|
||||||
|
$: cssBg = toCssString(Object.assign({}, styleBg, customStyleBg));
|
||||||
|
$: cssWindow = toCssString(Object.assign({}, styleWindow, customStyleWindow));
|
||||||
|
$: cssContent = toCssString(Object.assign({}, styleContent, customStyleContent));
|
||||||
|
|
||||||
|
const open = (NewComponent, newProps = {}, style = {bg: {}, window: {}, content: {}}, newCallback = () => {
|
||||||
|
}) => {
|
||||||
|
Component = NewComponent;
|
||||||
|
props = newProps;
|
||||||
|
Callback = newCallback;
|
||||||
|
customStyleBg = style.bg || {};
|
||||||
|
customStyleWindow = style.window || {};
|
||||||
|
customStyleContent = style.content || {};
|
||||||
|
};
|
||||||
|
|
||||||
|
const close = () => {
|
||||||
|
Callback(props);
|
||||||
|
Component = null;
|
||||||
|
props = null;
|
||||||
|
customStyleBg = {};
|
||||||
|
customStyleWindow = {};
|
||||||
|
customStyleContent = {};
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleKeyup = ({key}) => {
|
||||||
|
if (closeOnEsc && Component && key === 'Escape') {
|
||||||
|
event.preventDefault();
|
||||||
|
close();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleOuterClick = (event) => {
|
||||||
|
if (
|
||||||
|
closeOnOuterClick && (
|
||||||
|
event.target === background || event.target === wrap
|
||||||
|
)
|
||||||
|
) {
|
||||||
|
event.preventDefault();
|
||||||
|
close();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
setContext(key, {open, close});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
** LICENSE **
|
||||||
|
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Fritz Lekschas
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
||||||
|
https://github.com/flekschas/svelte-simple-moda
|
||||||
|
-->
|
||||||
|
|
||||||
|
<style>
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg {
|
||||||
|
position: fixed;
|
||||||
|
z-index: 1000;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
background: rgba(0, 0, 0, 0.66);
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-wrap {
|
||||||
|
position: relative;
|
||||||
|
margin: 2rem;
|
||||||
|
max-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window {
|
||||||
|
position: relative;
|
||||||
|
width: 40rem;
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
|
margin: 2rem auto;
|
||||||
|
color: black;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
position: relative;
|
||||||
|
padding: 1rem;
|
||||||
|
max-height: calc(100vh - 4rem);
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.close {
|
||||||
|
display: block;
|
||||||
|
box-sizing: border-box;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1000;
|
||||||
|
top: 1rem;
|
||||||
|
right: 1rem;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
width: 1.5rem;
|
||||||
|
height: 1.5rem;
|
||||||
|
border: 0;
|
||||||
|
color: black;
|
||||||
|
border-radius: 1.5rem;
|
||||||
|
background: white;
|
||||||
|
box-shadow: 0 0 0 1px black;
|
||||||
|
transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1),
|
||||||
|
background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.close:before, .close:after {
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
box-sizing: border-box;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
width: 1rem;
|
||||||
|
height: 1px;
|
||||||
|
background: black;
|
||||||
|
transform-origin: center;
|
||||||
|
transition: height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1),
|
||||||
|
background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.close:before {
|
||||||
|
-webkit-transform: translate(0, -50%) rotate(45deg);
|
||||||
|
-moz-transform: translate(0, -50%) rotate(45deg);
|
||||||
|
transform: translate(0, -50%) rotate(45deg);
|
||||||
|
left: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.close:after {
|
||||||
|
-webkit-transform: translate(0, -50%) rotate(-45deg);
|
||||||
|
-moz-transform: translate(0, -50%) rotate(-45deg);
|
||||||
|
transform: translate(0, -50%) rotate(-45deg);
|
||||||
|
left: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.close:hover {
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.close:hover:before, .close:hover:after {
|
||||||
|
height: 2px;
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.close:focus {
|
||||||
|
border-color: #3399ff;
|
||||||
|
box-shadow: 0 0 0 2px #3399ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.close:active {
|
||||||
|
transform: scale(0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
.close:hover, .close:focus, .close:active {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<svelte:window on:keyup={handleKeyup}/>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
{#if Component}
|
||||||
|
<div
|
||||||
|
class="bg"
|
||||||
|
on:click={handleOuterClick}
|
||||||
|
bind:this={background}
|
||||||
|
transition:transitionBg={transitionBgProps}
|
||||||
|
style={cssBg}>
|
||||||
|
<div class="window-wrap" bind:this={wrap}>
|
||||||
|
<div
|
||||||
|
class="window"
|
||||||
|
transition:transitionWindow={transitionWindowProps}
|
||||||
|
style={cssWindow}>
|
||||||
|
{#if closeButton}
|
||||||
|
<button on:click={close} class="close"></button>
|
||||||
|
{/if}
|
||||||
|
<div class="content" style={cssContent}>
|
||||||
|
<Component {...props} {close}/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
<slot></slot>
|
||||||
|
</div>
|
42
src/components/Nav.svelte
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
<script>
|
||||||
|
export let segment;
|
||||||
|
export let rightComponent;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
/*
|
||||||
|
.right {
|
||||||
|
margin-left: auto;
|
||||||
|
align-self: flex-end !important;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-size: 1rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<header>
|
||||||
|
<div class="container">
|
||||||
|
<nav class="navbar navbar-expand-md">
|
||||||
|
<div class="navbar-collapse order-1 order-md-0 dual-collapse2">
|
||||||
|
<ul class="navbar-nav mr-auto">
|
||||||
|
<li><a aria-current="{segment === undefined ? 'page' : undefined}" href=".">Quartznet</a></li>
|
||||||
|
<li><a aria-current="{segment === 'about' ? 'page' : undefined}" href="about">About</a></li>
|
||||||
|
|
||||||
|
<!-- for the blog link, we're using rel=prefetch so that Sapper prefetches
|
||||||
|
the blog data when we hover over the link or tap it on a touchscreen -->
|
||||||
|
<li><a rel=prefetch aria-current="{segment === 'blog' ? 'page' : undefined}" href="blog">Blog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2">
|
||||||
|
<ul class="navbar-nav ml-auto">
|
||||||
|
<li>
|
||||||
|
<svelte:component this={rightComponent}/>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
56
src/components/Sidebar.svelte
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
{#if show}
|
||||||
|
<div class="overlay" data-close on:click={overlay_click}>
|
||||||
|
<nav transition:fly={{x: -250, opacity: 1}}>
|
||||||
|
<slot>
|
||||||
|
<button on:click={click}>About</button>
|
||||||
|
</slot>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
<Modal bind:show={modal_show}/>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import {fly} from 'svelte/transition';
|
||||||
|
import Modal from './Modal.svelte';
|
||||||
|
|
||||||
|
const click = () => {
|
||||||
|
modal_show = true;
|
||||||
|
show = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
function overlay_click(e) {
|
||||||
|
if ('close' in e.target.dataset)
|
||||||
|
show = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
export let show = false;
|
||||||
|
let modal_show = false;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.overlay {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
background: rgba(0, 0, 0, 0);
|
||||||
|
z-index: 10;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 100%;
|
||||||
|
padding: 2rem 1rem 0.6rem;
|
||||||
|
border-right: 1px solid #aaa;
|
||||||
|
background: #fff;
|
||||||
|
overflow-y: auto;
|
||||||
|
width: 20rem;
|
||||||
|
}
|
||||||
|
</style>
|
249
src/components/SortableList.svelte
Normal file
@ -0,0 +1,249 @@
|
|||||||
|
<script>
|
||||||
|
|
||||||
|
import {quintOut} from "svelte/easing";
|
||||||
|
import {crossfade} from "svelte/transition";
|
||||||
|
import {flip} from "svelte/animate";
|
||||||
|
// FLIP ANIMATION
|
||||||
|
const [send, receive] = crossfade({
|
||||||
|
duration: d => Math.sqrt(d * 200),
|
||||||
|
fallback(node, params) {
|
||||||
|
const style = getComputedStyle(node);
|
||||||
|
const transform = style.transform === "none" ? "" : style.transform;
|
||||||
|
return {
|
||||||
|
duration: 600,
|
||||||
|
easing: quintOut,
|
||||||
|
css: t => `
|
||||||
|
transform: ${transform} scale(${t});
|
||||||
|
opacity: ${t}
|
||||||
|
`
|
||||||
|
};
|
||||||
|
}
|
||||||
|
});
|
||||||
|
// DRAG AND DROP
|
||||||
|
let isOver = false;
|
||||||
|
let isDragging = false;
|
||||||
|
const getDraggedParent = (node) => {
|
||||||
|
return node.dataset && node.dataset.index
|
||||||
|
? node.dataset
|
||||||
|
: getDraggedParent(node.parentNode)
|
||||||
|
};
|
||||||
|
const click = ev => {
|
||||||
|
dispatch("slotclick", {
|
||||||
|
source: ev.target.parentElement.dataset.index,
|
||||||
|
sourceItem: list[ev.target.parentElement.dataset.index]
|
||||||
|
});
|
||||||
|
};
|
||||||
|
const start = ev => {
|
||||||
|
isDragging = true;
|
||||||
|
ev.dataTransfer.setData("source", ev.target.dataset.index);
|
||||||
|
};
|
||||||
|
const over = ev => {
|
||||||
|
ev.preventDefault();
|
||||||
|
let dragged = getDraggedParent(ev.target);
|
||||||
|
if (isOver !== dragged.id) isOver = JSON.parse(dragged.id);
|
||||||
|
};
|
||||||
|
const leave = ev => {
|
||||||
|
let dragged = getDraggedParent(ev.target);
|
||||||
|
if (isOver === dragged.id) isOver = false;
|
||||||
|
};
|
||||||
|
const drop = ev => {
|
||||||
|
isOver = false;
|
||||||
|
ev.preventDefault();
|
||||||
|
let dragged = getDraggedParent(ev.target);
|
||||||
|
let from = ev.dataTransfer.getData("source");
|
||||||
|
let to = dragged.index;
|
||||||
|
reorder({from, to});
|
||||||
|
isDragging = false;
|
||||||
|
};
|
||||||
|
// DISPATCH REORDER
|
||||||
|
import {createEventDispatcher, onMount, afterUpdate, beforeUpdate, tick} from "svelte";
|
||||||
|
|
||||||
|
const dispatch = createEventDispatcher();
|
||||||
|
const reorder = ({from, to}) => {
|
||||||
|
let newList = [...list];
|
||||||
|
let temp = newList[from];
|
||||||
|
newList[from] = newList[to];
|
||||||
|
newList[to] = temp;
|
||||||
|
//newList[from] = [newList[to], (newList[to] = newList[from])][0];
|
||||||
|
dispatch("sort", {data: newList, from: from, to: to});
|
||||||
|
};
|
||||||
|
// UTILS
|
||||||
|
const getKey = item => (key ? item[key] : item);
|
||||||
|
// PROPS
|
||||||
|
export let list;
|
||||||
|
export let key;
|
||||||
|
export let ulclass;
|
||||||
|
|
||||||
|
export let breakon;
|
||||||
|
|
||||||
|
export let breakComponent;
|
||||||
|
// return `<><li class='${breakClass}' style='height:100%; grid-column: span 5;'><div style='width:100%;height:inherit;'></li>`;
|
||||||
|
|
||||||
|
// export let breakPosition = "beforebegin";
|
||||||
|
let breakClass = "group-break";
|
||||||
|
|
||||||
|
const Elements = () => document.getElementsByClassName(key);
|
||||||
|
|
||||||
|
const removeOldBreaks = (parent) => {
|
||||||
|
if (breakon == null) return;
|
||||||
|
if (isDragging) return;
|
||||||
|
|
||||||
|
if (parent.length) {
|
||||||
|
const old = parent[0].getElementsByClassName(breakClass);
|
||||||
|
|
||||||
|
for (let i = 0; i < old.length; i = 0) {
|
||||||
|
old[i].remove(); // removing the node from the DOM also removes it from this array (WTF??)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
let lastCollection;
|
||||||
|
|
||||||
|
let updatingBreakPoints = false;
|
||||||
|
|
||||||
|
const updateBreak = () => {
|
||||||
|
if (isDragging || updatingBreakPoints) return;
|
||||||
|
if (breakon == null) return;
|
||||||
|
|
||||||
|
try {
|
||||||
|
updatingBreakPoints = true;
|
||||||
|
|
||||||
|
let breaks = 0;
|
||||||
|
let last = null;
|
||||||
|
let carry = 0;
|
||||||
|
let elements = Elements();
|
||||||
|
|
||||||
|
|
||||||
|
for (let x = 0; x < list.length; x++) {
|
||||||
|
|
||||||
|
if (last != null) {
|
||||||
|
if (list[x][breakon] > last) {
|
||||||
|
|
||||||
|
if (elements.length) {
|
||||||
|
let targetIndex = x + breaks;
|
||||||
|
|
||||||
|
if (list.length !== elements[0].children.length - breaks) {
|
||||||
|
if (lastCollection)
|
||||||
|
if (lastCollection.length)
|
||||||
|
targetIndex += lastCollection.length;
|
||||||
|
}
|
||||||
|
// elements[0].children[targetIndex].insertAdjacentHTML(breakPosition, breakHtml(carry + 1));
|
||||||
|
breaks++;
|
||||||
|
carry = 0;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
carry++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
last = list[x][breakon] > last ? list[x][breakon] : last;
|
||||||
|
}
|
||||||
|
|
||||||
|
lastCollection = list;
|
||||||
|
} finally {
|
||||||
|
updatingBreakPoints = false;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
//beforeUpdate(() => {updateBreak()});
|
||||||
|
|
||||||
|
let updating = false;
|
||||||
|
|
||||||
|
afterUpdate(async () => {
|
||||||
|
if (isDragging) return;
|
||||||
|
if (breakon == null) return;
|
||||||
|
|
||||||
|
updating = true;
|
||||||
|
removeOldBreaks(Elements());
|
||||||
|
await tick();
|
||||||
|
updateBreak();
|
||||||
|
|
||||||
|
updating = false;
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
const getClass = () => {
|
||||||
|
let ret = "";
|
||||||
|
if (key)
|
||||||
|
ret += ` ${key}`;
|
||||||
|
if (ulclass)
|
||||||
|
ret += ` ${ulclass}`;
|
||||||
|
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
ul {
|
||||||
|
display: inline-grid;
|
||||||
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
display: inline-block;
|
||||||
|
border: 2px dotted transparent;
|
||||||
|
transition: border 0.1s linear;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: .5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.startsNewGroup {
|
||||||
|
grid-column-start: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.small {
|
||||||
|
grid-column-end: span 1;
|
||||||
|
grid-row: span 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.medium {
|
||||||
|
grid-column-end: span 2;
|
||||||
|
grid-row: span 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.large {
|
||||||
|
grid-column-end: span 2;
|
||||||
|
/*grid-row: span 2; large buttons are double height, but they also push the row below them down (they dont fit around eachother like css-grid) */
|
||||||
|
}
|
||||||
|
|
||||||
|
.over {
|
||||||
|
border-color: rgba(48, 12, 200, 0.2);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
{#if list && list.length}
|
||||||
|
<ul class={getClass()}>
|
||||||
|
{#each list as item, index (getKey(item))}
|
||||||
|
<li
|
||||||
|
class:small={item.displayTileSize === 2}
|
||||||
|
class:medium={item.displayTileSize === 3}
|
||||||
|
class:large={item.displayTileSize === 4}
|
||||||
|
class:startsNewGroup={item.startsNewGroup}
|
||||||
|
class:endsGroup={item.endsGroup}
|
||||||
|
data-index={index}
|
||||||
|
data-item={JSON.stringify(item)}
|
||||||
|
data-id={JSON.stringify(getKey(item))}
|
||||||
|
draggable="true"
|
||||||
|
on:dragstart={start}
|
||||||
|
on:dragover={over}
|
||||||
|
on:dragleave={leave}
|
||||||
|
on:drop={drop}
|
||||||
|
on:click={click}
|
||||||
|
in:receive={{ key: getKey(item) }}
|
||||||
|
out:send={{ key: getKey(item) }}
|
||||||
|
animate:flip={{ duration: 300 }}
|
||||||
|
class:over={getKey(item) === isOver}>
|
||||||
|
|
||||||
|
<slot {item} {index}>
|
||||||
|
<p>{getKey(item)}</p>
|
||||||
|
</slot>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
{/each}
|
||||||
|
</ul>
|
||||||
|
{/if}
|
31
src/components/banner.svelte
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<script>
|
||||||
|
export let title = "Quartznet";
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.overlay {
|
||||||
|
display: flex;
|
||||||
|
background-image: url("/img/bluenebula.webp");
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
min-height: 200px;
|
||||||
|
text-align: center;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 3rem;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="overlay">
|
||||||
|
<div class="description col-md-5">
|
||||||
|
<h1 class="title">{title}</h1>
|
||||||
|
<p>Software, Games, Science, Space!</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
28
src/components/gameProjectThumb.svelte
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<script>
|
||||||
|
export let name;
|
||||||
|
export let src = "https://placehold.it/600x300";
|
||||||
|
export let description;
|
||||||
|
export let imgClass = "img-fluid mb-3 mb-md-0";
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="thumb col-md-7">
|
||||||
|
<a href="{name}">
|
||||||
|
<img class={imgClass} {src} alt={name}>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="blurb col-md-5">
|
||||||
|
<h2>{name}</h2>
|
||||||
|
<p>{description}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
22
src/components/userManager.svelte
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<script>
|
||||||
|
export let name = "%USER%";
|
||||||
|
export let icon;
|
||||||
|
export let onClick;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
img {
|
||||||
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: inline-block;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
<a on:click={onClick} href="404"> <img src="/user.svg"> </a>
|
10
src/main.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import App from './routes/index.svelte';
|
||||||
|
|
||||||
|
const app = new App({
|
||||||
|
target: document.body,
|
||||||
|
props: {
|
||||||
|
name: 'Quartznet'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
export default app;
|
375
src/routes/_error.svelte
Normal file
@ -0,0 +1,375 @@
|
|||||||
|
<script>
|
||||||
|
import {onMount} from 'svelte'
|
||||||
|
|
||||||
|
export let status;
|
||||||
|
export let error;
|
||||||
|
|
||||||
|
const dev = process.env.NODE_ENV === 'development';
|
||||||
|
|
||||||
|
|
||||||
|
var appa = ` .,-:;//;:=,
|
||||||
|
. :H@@@MM@M#H/.,+%;,
|
||||||
|
,/X+ +M@@M@MM%=,-%HMMM@X/,
|
||||||
|
-+@MM; $M@@MH+-,;XMMMM@MMMM@+-
|
||||||
|
;@M@@M- XM@X;. -+XXXXXHHH@M@M#@/.
|
||||||
|
,%MM@@MH ,@%= .---=-=:=,.
|
||||||
|
-@#@@@MX ., -%HX$$%%%+;
|
||||||
|
=-./@M@M$ .;@MMMM@MM:
|
||||||
|
X@/ -$MM/ .+MM@@@M$
|
||||||
|
,@M@H: :@: . -X#@@@@-
|
||||||
|
,@@@MMX, . /H- ;@M@M=
|
||||||
|
.H@@@@M@+, %MM+..%#$.
|
||||||
|
/MMMM@MMH/. XM@MH; -;
|
||||||
|
/%+%$XHH@$= , .H@@@@MX,
|
||||||
|
.=--------. -%H.,@@@@@MX,
|
||||||
|
.%MM@@@HHHXX$$$%+- .:$MMX -M@@MM%.
|
||||||
|
=XMMM@MM@MM#H;,-+HMM@M+ /MMMX=
|
||||||
|
=%@M@M#@$-.=$@MM@@@M; %M%=
|
||||||
|
,:+$+-,/H#MMMMMMM@- -,
|
||||||
|
=++%%%%+/:-.`;
|
||||||
|
|
||||||
|
var nuke = ` =+$HM####@H%;,
|
||||||
|
/H###############M$,
|
||||||
|
,@################+
|
||||||
|
.H##############+
|
||||||
|
X############/
|
||||||
|
$##########/
|
||||||
|
%########/
|
||||||
|
/X/;;+X/
|
||||||
|
|
||||||
|
-XHHX-
|
||||||
|
,######,
|
||||||
|
#############X .M####M. X#############
|
||||||
|
##############- -//- -##############
|
||||||
|
X##############%, ,+##############X
|
||||||
|
-##############X X##############-
|
||||||
|
%############% %############%
|
||||||
|
%##########; ;##########%
|
||||||
|
;#######M= =M#######;
|
||||||
|
.+M###@, ,@###M+.
|
||||||
|
:XH. .HX:`;
|
||||||
|
|
||||||
|
var atom = ` =/;;/-
|
||||||
|
+: //
|
||||||
|
/; /;
|
||||||
|
-X H.
|
||||||
|
.//;;;:;;-, X= :+ .-;:=;:;%;.
|
||||||
|
M- ,=;;;#:, ,:#;;:=, ,@
|
||||||
|
:% :%.=/++++/=.$= %=
|
||||||
|
,%; %/:+/;,,/++:+/ ;+.
|
||||||
|
,+/. ,;@+, ,%H;, ,/+,
|
||||||
|
;+;;/= @. .H##X -X :///+;
|
||||||
|
;+=;;;.@, .XM@$. =X.//;=%/.
|
||||||
|
,;: :@%= =$H: .+%-
|
||||||
|
,%= %;-///==///-// =%,
|
||||||
|
;+ :%-;;;;;;;;-X- +:
|
||||||
|
@- .-;;;;M- =M/;;;-. -X
|
||||||
|
:;;::;;-. %- :+ ,-;;-;:==
|
||||||
|
,X H.
|
||||||
|
;/ %=
|
||||||
|
// +;
|
||||||
|
,////,`;
|
||||||
|
|
||||||
|
var heart = ` .,---.
|
||||||
|
,/XM#MMMX;,
|
||||||
|
-%##########M%,
|
||||||
|
-@######% $###@=
|
||||||
|
.,--, -H#######$ $###M:
|
||||||
|
,;$M###MMX; .;##########$;HM###X=
|
||||||
|
,/@###########H= ;################+
|
||||||
|
-+#############M/, %##############+
|
||||||
|
%M###############= /##############:
|
||||||
|
H################ .M#############;.
|
||||||
|
@###############M ,@###########M:.
|
||||||
|
X################, -$=X#######@:
|
||||||
|
/@##################%- +######$-
|
||||||
|
.;##################X .X#####+,
|
||||||
|
.;H################/ -X####+.
|
||||||
|
,;X##############, .MM/
|
||||||
|
,:+$H@M#######M#$- .$$=
|
||||||
|
.,-=;+$@###X: ;/=.
|
||||||
|
.,/X$; .::,
|
||||||
|
., ..`;
|
||||||
|
|
||||||
|
var fire = ` -$-
|
||||||
|
.H##H,
|
||||||
|
+######+
|
||||||
|
.+#########H.
|
||||||
|
-$############@.
|
||||||
|
=H###############@ -X:
|
||||||
|
.$##################: @#@-
|
||||||
|
,; .M###################; H###;
|
||||||
|
;@#: @###################@ ,#####:
|
||||||
|
-M###. M#################@. ;######H
|
||||||
|
M####- +###############$ =@#######X
|
||||||
|
H####$ -M###########+ :#########M,
|
||||||
|
/####X- =########% :M########@/.
|
||||||
|
,;%H@X; .$###X :##MM@%+;:-
|
||||||
|
..
|
||||||
|
-/;:-,. ,,-==+M########H
|
||||||
|
-##################@HX%%+%%$%%%+:,,
|
||||||
|
.-/H%%%+%%$H@###############M@+=:/+:
|
||||||
|
/XHX%:#####MH%= ,---:;;;;/&&XHM,:###$
|
||||||
|
$@#MX %+;- .`;
|
||||||
|
|
||||||
|
var tick = ` :X-
|
||||||
|
:X###
|
||||||
|
;@####@
|
||||||
|
;M######X
|
||||||
|
-@########$
|
||||||
|
.$##########@
|
||||||
|
=M############-
|
||||||
|
+##############$
|
||||||
|
.H############$=.
|
||||||
|
,/: ,M##########M;.
|
||||||
|
-+@###; =##########M;
|
||||||
|
=%M#######; :#########M/
|
||||||
|
-$M###########; :########/
|
||||||
|
,;X###########; =#######$.
|
||||||
|
;H#########+######M=
|
||||||
|
,+#############+
|
||||||
|
/M########@-
|
||||||
|
;M#####%
|
||||||
|
+####:
|
||||||
|
,$M-`;
|
||||||
|
|
||||||
|
var bang = ` .+
|
||||||
|
/M;
|
||||||
|
H#@: ;,
|
||||||
|
-###H- -@/
|
||||||
|
%####$. -; .%#X
|
||||||
|
M#####+;#H :M#M.
|
||||||
|
.. .+/;%#############-
|
||||||
|
-/%H%+;-, +##############/
|
||||||
|
.:$M###MH$%+############X ,--=;-
|
||||||
|
-/H#####################H+=.
|
||||||
|
.+#################X.
|
||||||
|
=%M####################H;.
|
||||||
|
/@###############+;;/%%;,
|
||||||
|
-%###################$
|
||||||
|
;H######################M=
|
||||||
|
,%#####MH$%;+#####M###-/@####%
|
||||||
|
:$H%+;=- -####X.,H# -+M##@-
|
||||||
|
. ,###; ; =$##+
|
||||||
|
.#H, :XH,
|
||||||
|
+ .;-`;
|
||||||
|
|
||||||
|
var mesa = ` .-;+$XHHHHHHX$+;-.
|
||||||
|
,;X@@X%/;=----=:/%X@@X/,
|
||||||
|
=$@@%=. .=+H@X:
|
||||||
|
-XMX: =XMX=
|
||||||
|
/@@: =H@+
|
||||||
|
%@X, .$@$
|
||||||
|
+@X. $@%
|
||||||
|
-@@, .@@=
|
||||||
|
%@% +@$
|
||||||
|
H@: :@H
|
||||||
|
H@: :HHHHHHHHHHHHHHHHHHX, =@H
|
||||||
|
%@% ;@M@@@@@@@@@@@@@@@@@H- +@$
|
||||||
|
=@@, :@@@@@@@@@@@@@@@@@@@@@= .@@:
|
||||||
|
+@X :@@@@@@@@@@@@@@@M@@@@@@:%@%
|
||||||
|
$@$, ;@@@@@@@@@@@@@@@@@M@@@@@@$.
|
||||||
|
+@@HHHHHHH@@@@@@@@@@@@@@@@@@@@@@@+
|
||||||
|
=X@@@@@@@@@@@@@@@@@@@@@@@@@@@@X=
|
||||||
|
:$@@@@@@@@@@@@@@@@@@@M@@@@$:
|
||||||
|
,;$@@@@@@@@@@@@@@@@@@X/-
|
||||||
|
.-;+$XXHHHHHX$+;-.`;
|
||||||
|
|
||||||
|
var cube = ` #+ @ # # M#@
|
||||||
|
. .X X.%##@;# # +@#######X. @H%
|
||||||
|
,==. ,######M+ -#####%M####M- #
|
||||||
|
:H##M%:=##+ .M##M,;#####/+#######% ,M#
|
||||||
|
.M########= =@#@.=#####M=M#######= X#
|
||||||
|
:@@MMM##M. -##M.,#######M#######. = M
|
||||||
|
@##..###:. .H####. @@ X,
|
||||||
|
############: ###,/####; /##= @#. M
|
||||||
|
,M## ;##,@#M;/M#M @# X#% X#
|
||||||
|
.%= ######M## ##.M#: ./#M ,M #M ,#$
|
||||||
|
##/ $## #+;#: #### ;#/ M M- @# :
|
||||||
|
#+ #M@MM###M-;M #:$#-##$H# .#X @ + $#. #
|
||||||
|
######/.: #%=# M#:MM./#.-# @#: H#
|
||||||
|
+,.= @###: /@ %#,@ ##@X #,-#@.##% .@#
|
||||||
|
#####+;/##/ @## @#,+ /#M . X,
|
||||||
|
;###M#@ M###H .#M- ,##M ;@@; ###
|
||||||
|
.M#M##H ;####X ,@#######M/ -M###$ -H
|
||||||
|
.M###% X####H .@@MM@; ;@#M@
|
||||||
|
H#M /@####/ ,++. / ==-,
|
||||||
|
,=/:, .+X@MMH@#H #####$=`;
|
||||||
|
|
||||||
|
var cake = ` ,:/+/-
|
||||||
|
/M/ .,-=;//;-
|
||||||
|
.:/= ;MH/, ,=/+%$XH@MM#@:
|
||||||
|
-$##@+$###@H@MMM#######H:. -/H#
|
||||||
|
.,H@H@ X######@ -H#####@+- -+H###@X
|
||||||
|
.,@##H; +XM##M/, =%@###@X;-
|
||||||
|
X%- :M##########$. .:%M###@%:
|
||||||
|
M##H, +H@@@$/-. ,;$M###@%, -
|
||||||
|
M####M=,,---,.-%%H####M$: ,+@##
|
||||||
|
@##################@/. :%H##@$-
|
||||||
|
M###############H, ;HM##M$=
|
||||||
|
#################. .=$M##M$=
|
||||||
|
################H..;XM##M$= .:+
|
||||||
|
M###################@%= =+@MH%
|
||||||
|
@#################M/. =+H#X%=
|
||||||
|
=+M###############M, ,/X#H+:,
|
||||||
|
.;XM###########H= ,/X#H+:;
|
||||||
|
.=+HM#######M+/+HM@+=.
|
||||||
|
,:/%XM####H/.
|
||||||
|
,.:=-.`;
|
||||||
|
|
||||||
|
//appa
|
||||||
|
//atom
|
||||||
|
//nuke
|
||||||
|
var options = [cake, heart, fire, tick, bang, mesa, cube];
|
||||||
|
|
||||||
|
let active = cake
|
||||||
|
|
||||||
|
function updateView() {
|
||||||
|
active = options[Math.floor((Math.random() * options.length))];
|
||||||
|
setTimeout(updateView, 5000);
|
||||||
|
}
|
||||||
|
|
||||||
|
onMount(() => updateView());
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
* {
|
||||||
|
all: unset;
|
||||||
|
font-family: monospace;
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
h1, p {
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 2.8em;
|
||||||
|
font-weight: 700;
|
||||||
|
margin: 0 0 0.5em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 1em auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0 auto;
|
||||||
|
position: center;
|
||||||
|
text-align: left;
|
||||||
|
font-family: monospace;
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 480px) {
|
||||||
|
h1 {
|
||||||
|
font-size: 4em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>{status}</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<h1>{status}</h1>
|
||||||
|
|
||||||
|
<p>{error.message}</p>
|
||||||
|
|
||||||
|
{#if dev && error.stack}
|
||||||
|
<pre>{error.stack}</pre>
|
||||||
|
{:else}
|
||||||
|
<audio controls autoplay>
|
||||||
|
<source src="http://quartznet.info/alive.ogg" type="audio/wav">
|
||||||
|
</audio>
|
||||||
|
<div style="text-align: center; width: 100%; display: inline-block">
|
||||||
|
<br>
|
||||||
|
<div style="">
|
||||||
|
<pre>
|
||||||
|
<br>{active}</pre>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
This was a triumph!
|
||||||
|
I'm making a note here:
|
||||||
|
Huge success!
|
||||||
|
|
||||||
|
It's hard to overstate
|
||||||
|
my satisfaction.
|
||||||
|
|
||||||
|
Aperture Science:
|
||||||
|
We do what we must
|
||||||
|
because we can
|
||||||
|
For the good of all of us.
|
||||||
|
Except the ones who are dead.
|
||||||
|
|
||||||
|
But there's no sense crying
|
||||||
|
over every mistake.
|
||||||
|
You just keep on trying
|
||||||
|
'til you run out of cake.
|
||||||
|
And the science gets done.
|
||||||
|
And you make a neat gun
|
||||||
|
for the people who are
|
||||||
|
still alive.
|
||||||
|
|
||||||
|
I'm not even angry...
|
||||||
|
I'm being so sincere right now.
|
||||||
|
Even though you broke my heart,
|
||||||
|
and killed me.
|
||||||
|
|
||||||
|
And tore me to pieces.
|
||||||
|
And threw every piece into a fire.
|
||||||
|
As they burned it hurt because
|
||||||
|
I was so happy for you!
|
||||||
|
|
||||||
|
Now, these points of data
|
||||||
|
make a beautiful line.
|
||||||
|
And we're out of beta.
|
||||||
|
We're releasing on time!
|
||||||
|
So I'm GLaD I got burned!
|
||||||
|
Think of all the things we learned!
|
||||||
|
for the people who are
|
||||||
|
still alive.
|
||||||
|
|
||||||
|
Go ahead and leave me...
|
||||||
|
I think I'd prefer to stay inside...
|
||||||
|
Maybe you'll find someone else
|
||||||
|
to help you.
|
||||||
|
Maybe Black Mesa?
|
||||||
|
That was a joke. Ha Ha. Fat Chance!
|
||||||
|
|
||||||
|
Anyway this cake is great!
|
||||||
|
It's so delicious and moist!
|
||||||
|
|
||||||
|
Look at me: still talking
|
||||||
|
when there's science to do!
|
||||||
|
When I look out there,
|
||||||
|
it makes me glad I'm not you.
|
||||||
|
|
||||||
|
I've experiments to run.
|
||||||
|
There is research to be done.
|
||||||
|
On the people who are
|
||||||
|
still alive.
|
||||||
|
And believe me I am
|
||||||
|
still alive.
|
||||||
|
I'm doing science and I'm
|
||||||
|
still alive.
|
||||||
|
I feel fantastic and I'm
|
||||||
|
still alive.
|
||||||
|
While you're dying I'll be
|
||||||
|
still alive.
|
||||||
|
And when you're dead I will be
|
||||||
|
still alive
|
||||||
|
|
||||||
|
Still alive.
|
||||||
|
|
||||||
|
Still alive.
|
||||||
|
</div>
|
||||||
|
{/if}
|
42
src/routes/_layout.svelte
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
<script>
|
||||||
|
import Nav from '../components/Nav.svelte';
|
||||||
|
import userManager from '../components/userManager.svelte'
|
||||||
|
import Modal from '../components/Modal.svelte'
|
||||||
|
|
||||||
|
export let segment;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
main {
|
||||||
|
position: relative;
|
||||||
|
max-width: 56em;
|
||||||
|
background-color: white;
|
||||||
|
padding: 2em;
|
||||||
|
margin: 0 auto;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Dark theme */
|
||||||
|
:global(html[data-theme='dark']) {
|
||||||
|
--background-color: #222222;
|
||||||
|
--headings-color: #ffffff;
|
||||||
|
--font-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(body) {
|
||||||
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 1rem;
|
||||||
|
line-height: 1.8;
|
||||||
|
background-color: var(--background-color);
|
||||||
|
color: var(--font-color);
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<Modal
|
||||||
|
<Nav {segment} rightComponent={userManager}/>
|
||||||
|
|
||||||
|
<slot></slot>
|
||||||
|
|
27
src/routes/about.svelte
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<script>
|
||||||
|
import Banner from '../components/banner.svelte'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>Quartznet - About</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<Banner title="Quartznet - About"/>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
<section class="container">
|
||||||
|
<h2>Frequently Asked Questions</h2>
|
||||||
|
<h3>Who we are</h3>
|
||||||
|
<p>A small team developing games and software.</p>
|
||||||
|
|
||||||
|
<h3>Why the name Quartznet</h3>
|
||||||
|
<p>Naming things is hard. We ended up with the name quartz and added net to it to make quartznet. Also it
|
||||||
|
includes the letters q and z so it is cleary a great name!
|
||||||
|
|
||||||
|
<h2>Contact</h2>
|
||||||
|
<p>We can be reached at contact@quartznet.com. If you are requesting a key for reviewing, steaming, or youtube,
|
||||||
|
as well as all other legitimate purposes, please be sure to include a link to your channel or website.</p>
|
||||||
|
|
||||||
|
<p>Feel free to contact us via email if you want to get in touch.</p>
|
||||||
|
</section>
|
||||||
|
</main>
|
7
src/routes/admin/index.svelte
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<script>
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
this is not done
|
||||||
|
</main>
|
28
src/routes/blog/[slug].json.js
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
import posts from './_posts.js';
|
||||||
|
|
||||||
|
const lookup = new Map();
|
||||||
|
posts.forEach(post => {
|
||||||
|
lookup.set(post.slug, JSON.stringify(post));
|
||||||
|
});
|
||||||
|
|
||||||
|
export function get(req, res, next) {
|
||||||
|
// the `slug` parameter is available because
|
||||||
|
// this file is called [slug].json.js
|
||||||
|
const {slug} = req.params;
|
||||||
|
|
||||||
|
if (lookup.has(slug)) {
|
||||||
|
res.writeHead(200, {
|
||||||
|
'Content-Type': 'application/json'
|
||||||
|
});
|
||||||
|
|
||||||
|
res.end(lookup.get(slug));
|
||||||
|
} else {
|
||||||
|
res.writeHead(404, {
|
||||||
|
'Content-Type': 'application/json'
|
||||||
|
});
|
||||||
|
|
||||||
|
res.end(JSON.stringify({
|
||||||
|
message: `Not found`
|
||||||
|
}));
|
||||||
|
}
|
||||||
|
}
|
64
src/routes/blog/[slug].svelte
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
<script context="module">
|
||||||
|
export async function preload({params, query}) {
|
||||||
|
// the `slug` parameter is available because
|
||||||
|
// this file is called [slug].svelte
|
||||||
|
const res = await this.fetch(`blog/${params.slug}.json`);
|
||||||
|
const data = await res.json();
|
||||||
|
|
||||||
|
if (res.status === 200) {
|
||||||
|
return {post: data};
|
||||||
|
} else {
|
||||||
|
this.error(res.status, data.message);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export let post;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
/*
|
||||||
|
By default, CSS is locally scoped to the component,
|
||||||
|
and any unused styles are dead-code-eliminated.
|
||||||
|
In this page, Svelte can't know which elements are
|
||||||
|
going to appear inside the {{{post.html}}} block,
|
||||||
|
so we have to use the :global(...) modifier to target
|
||||||
|
all elements inside .content
|
||||||
|
*/
|
||||||
|
.content :global(h2) {
|
||||||
|
font-size: 1.4em;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content :global(pre) {
|
||||||
|
background-color: #f9f9f9;
|
||||||
|
box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.05);
|
||||||
|
padding: 0.5em;
|
||||||
|
border-radius: 2px;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content :global(pre) :global(code) {
|
||||||
|
background-color: transparent;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content :global(ul) {
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content :global(li) {
|
||||||
|
margin: 0 0 0.5em 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>{post.title}</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<h1>{post.title}</h1>
|
||||||
|
|
||||||
|
<div class='content'>
|
||||||
|
{@html post.html}
|
||||||
|
</div>
|
92
src/routes/blog/_posts.js
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
// Ordinarily, you'd generate this data from markdown files in your
|
||||||
|
// repo, or fetch them from a database of some kind. But in order to
|
||||||
|
// avoid unnecessary dependencies in the starter template, and in the
|
||||||
|
// service of obviousness, we're just going to leave it here.
|
||||||
|
|
||||||
|
// This file is called `_posts.js` rather than `posts.js`, because
|
||||||
|
// we don't want to create an `/blog/posts` route — the leading
|
||||||
|
// underscore tells Sapper not to do that.
|
||||||
|
|
||||||
|
const posts = [
|
||||||
|
{
|
||||||
|
title: 'What is Sapper?',
|
||||||
|
slug: 'what-is-sapper',
|
||||||
|
html: `
|
||||||
|
<p>First, you have to know what <a href='https://svelte.dev'>Svelte</a> is. Svelte is a UI framework with a bold new idea: rather than providing a library that you write code with (like React or Vue, for example), it's a compiler that turns your components into highly optimized vanilla JavaScript. If you haven't already read the <a href='https://svelte.dev/blog/frameworks-without-the-framework'>introductory blog post</a>, you should!</p>
|
||||||
|
|
||||||
|
<p>Sapper is a Next.js-style framework (<a href='blog/how-is-sapper-different-from-next'>more on that here</a>) built around Svelte. It makes it embarrassingly easy to create extremely high performance web apps. Out of the box, you get:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Code-splitting, dynamic imports and hot module replacement, powered by webpack</li>
|
||||||
|
<li>Server-side rendering (SSR) with client-side hydration</li>
|
||||||
|
<li>Service worker for offline support, and all the PWA bells and whistles</li>
|
||||||
|
<li>The nicest development experience you've ever had, or your money back</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>It's implemented as Express middleware. Everything is set up and waiting for you to get started, but you keep complete control over the server, service worker, webpack config and everything else, so it's as flexible as you need it to be.</p>
|
||||||
|
`
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
title: 'How to use Sapper',
|
||||||
|
slug: 'how-to-use-sapper',
|
||||||
|
html: `
|
||||||
|
<h2>Step one</h2>
|
||||||
|
<p>Create a new project, using <a href='https://github.com/Rich-Harris/degit'>degit</a>:</p>
|
||||||
|
|
||||||
|
<pre><code>npx degit "sveltejs/sapper-template#rollup" my-app
|
||||||
|
cd my-app
|
||||||
|
npm install # or yarn!
|
||||||
|
npm run dev
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<h2>Step two</h2>
|
||||||
|
<p>Go to <a href='http://localhost:3000'>localhost:3000</a>. Open <code>my-app</code> in your editor. Edit the files in the <code>src/routes</code> directory or add new ones.</p>
|
||||||
|
|
||||||
|
<h2>Step three</h2>
|
||||||
|
<p>...</p>
|
||||||
|
|
||||||
|
<h2>Step four</h2>
|
||||||
|
<p>Resist overdone joke formats.</p>
|
||||||
|
`
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
title: 'Why the name?',
|
||||||
|
slug: 'why-the-name',
|
||||||
|
html: `
|
||||||
|
<p>In war, the soldiers who build bridges, repair roads, clear minefields and conduct demolitions — all under combat conditions — are known as <em>sappers</em>.</p>
|
||||||
|
|
||||||
|
<p>For web developers, the stakes are generally lower than those for combat engineers. But we face our own hostile environment: underpowered devices, poor network connections, and the complexity inherent in front-end engineering. Sapper, which is short for <strong>S</strong>velte <strong>app</strong> mak<strong>er</strong>, is your courageous and dutiful ally.</p>
|
||||||
|
`
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
title: 'How is Sapper different from Next.js?',
|
||||||
|
slug: 'how-is-sapper-different-from-next',
|
||||||
|
html: `
|
||||||
|
<p><a href='https://github.com/zeit/next.js'>Next.js</a> is a React framework from <a href='https://vercel.com/'>Vercel</a>, and is the inspiration for Sapper. There are a few notable differences, however:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>It's powered by <a href='https://svelte.dev'>Svelte</a> instead of React, so it's faster and your apps are smaller</li>
|
||||||
|
<li>Instead of route masking, we encode route parameters in filenames. For example, the page you're looking at right now is <code>src/routes/blog/[slug].svelte</code></li>
|
||||||
|
<li>As well as pages (Svelte components, which render on server or client), you can create <em>server routes</em> in your <code>routes</code> directory. These are just <code>.js</code> files that export functions corresponding to HTTP methods, and receive Express <code>request</code> and <code>response</code> objects as arguments. This makes it very easy to, for example, add a JSON API such as the one <a href='blog/how-is-sapper-different-from-next.json'>powering this very page</a></li>
|
||||||
|
<li>Links are just <code><a></code> elements, rather than framework-specific <code><Link></code> components. That means, for example, that <a href='blog/how-can-i-get-involved'>this link right here</a>, despite being inside a blob of HTML, works with the router as you'd expect.</li>
|
||||||
|
</ul>
|
||||||
|
`
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
title: 'How can I get involved?',
|
||||||
|
slug: 'how-can-i-get-involved',
|
||||||
|
html: `
|
||||||
|
<p>We're so glad you asked! Come on over to the <a href='https://github.com/sveltejs/svelte'>Svelte</a> and <a href='https://github.com/sveltejs/sapper'>Sapper</a> repos, and join us in the <a href='https://svelte.dev/chat'>Discord chatroom</a>. Everyone is welcome, especially you!</p>
|
||||||
|
`
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
posts.forEach(post => {
|
||||||
|
post.html = post.html.replace(/^\t{3}/gm, '');
|
||||||
|
});
|
||||||
|
|
||||||
|
export default posts;
|
16
src/routes/blog/index.json.js
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
import posts from './_posts.js';
|
||||||
|
|
||||||
|
const contents = JSON.stringify(posts.map(post => {
|
||||||
|
return {
|
||||||
|
title: post.title,
|
||||||
|
slug: post.slug
|
||||||
|
};
|
||||||
|
}));
|
||||||
|
|
||||||
|
export function get(req, res) {
|
||||||
|
res.writeHead(200, {
|
||||||
|
'Content-Type': 'application/json'
|
||||||
|
});
|
||||||
|
|
||||||
|
res.end(contents);
|
||||||
|
}
|
34
src/routes/blog/index.svelte
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<script context="module">
|
||||||
|
export function preload({params, query}) {
|
||||||
|
return this.fetch(`blog.json`).then(r => r.json()).then(posts => {
|
||||||
|
return {posts};
|
||||||
|
});
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export let posts;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
ul {
|
||||||
|
margin: 0 0 1em 0;
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>Blog</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<h1>Recent posts</h1>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
{#each posts as post}
|
||||||
|
<!-- we're using the non-standard `rel=prefetch` attribute to
|
||||||
|
tell Sapper to load the data for the page as soon as
|
||||||
|
the user hovers over the link or taps it, instead of
|
||||||
|
waiting for the 'click' event -->
|
||||||
|
<li><a rel='prefetch' href='blog/{post.slug}'>{post.title}</a></li>
|
||||||
|
{/each}
|
||||||
|
</ul>
|
52
src/routes/index.svelte
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
<script>
|
||||||
|
import {onMount} from 'svelte';
|
||||||
|
import Thumb from '../components/gameProjectThumb.svelte'
|
||||||
|
import Banner from '../components/banner.svelte'
|
||||||
|
|
||||||
|
export let name;
|
||||||
|
|
||||||
|
let games = [
|
||||||
|
{
|
||||||
|
name: "Sirius",
|
||||||
|
thumb: "https://placehold.it/600x300",
|
||||||
|
description: "A 2D sci-fi game about wannabe space captain trying to find their path.",
|
||||||
|
imgClass: "img-fluid mb-3 mb-md-0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Quartz",
|
||||||
|
thumb: "https://placehold.it/600x300",
|
||||||
|
description: ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
onMount(async () => {
|
||||||
|
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>Quartznet</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
|
||||||
|
<Banner/>
|
||||||
|
|
||||||
|
<main class="container">
|
||||||
|
<section>
|
||||||
|
{#each games as game}
|
||||||
|
<Thumb {...game}/>
|
||||||
|
{/each}
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
<style>
|
||||||
|
section {
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 5px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
</style>
|
18
src/server.js
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
import sirv from 'sirv';
|
||||||
|
import polka from 'polka';
|
||||||
|
import compression from 'compression';
|
||||||
|
import * as sapper from '@sapper/server';
|
||||||
|
|
||||||
|
const {PORT, NODE_ENV} = process.env;
|
||||||
|
const dev = NODE_ENV === 'development';
|
||||||
|
|
||||||
|
polka() // You can also use Express
|
||||||
|
.use(
|
||||||
|
compression({threshold: 0}),
|
||||||
|
sirv('static', {dev}),
|
||||||
|
sapper.middleware()
|
||||||
|
)
|
||||||
|
.listen(PORT, err => {
|
||||||
|
if (err) console.log('error', err);
|
||||||
|
});
|
||||||
|
console.log('> DEV: ' + dev.toString())
|
82
src/service-worker.js
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
import {timestamp, files, shell, routes} from '@sapper/service-worker';
|
||||||
|
|
||||||
|
const ASSETS = `cache${timestamp}`;
|
||||||
|
|
||||||
|
// `shell` is an array of all the files generated by the bundler,
|
||||||
|
// `files` is an array of everything in the `static` directory
|
||||||
|
const to_cache = shell.concat(files);
|
||||||
|
const cached = new Set(to_cache);
|
||||||
|
|
||||||
|
self.addEventListener('install', event => {
|
||||||
|
event.waitUntil(
|
||||||
|
caches
|
||||||
|
.open(ASSETS)
|
||||||
|
.then(cache => cache.addAll(to_cache))
|
||||||
|
.then(() => {
|
||||||
|
self.skipWaiting();
|
||||||
|
})
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
self.addEventListener('activate', event => {
|
||||||
|
event.waitUntil(
|
||||||
|
caches.keys().then(async keys => {
|
||||||
|
// delete old caches
|
||||||
|
for (const key of keys) {
|
||||||
|
if (key !== ASSETS) await caches.delete(key);
|
||||||
|
}
|
||||||
|
|
||||||
|
self.clients.claim();
|
||||||
|
})
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
self.addEventListener('fetch', event => {
|
||||||
|
if (event.request.method !== 'GET' || event.request.headers.has('range')) return;
|
||||||
|
|
||||||
|
const url = new URL(event.request.url);
|
||||||
|
|
||||||
|
// don't try to handle e.g. data: URIs
|
||||||
|
if (!url.protocol.startsWith('http')) return;
|
||||||
|
|
||||||
|
// ignore dev server requests
|
||||||
|
if (url.hostname === self.location.hostname && url.port !== self.location.port) return;
|
||||||
|
|
||||||
|
// always serve static files and bundler-generated assets from cache
|
||||||
|
if (url.host === self.location.host && cached.has(url.pathname)) {
|
||||||
|
event.respondWith(caches.match(event.request));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// for pages, you might want to serve a shell `service-worker-index.html` file,
|
||||||
|
// which Sapper has generated for you. It's not right for every
|
||||||
|
// app, but if it's right for yours then uncomment this section
|
||||||
|
/*
|
||||||
|
if (url.origin === self.origin && routes.find(route => route.pattern.test(url.pathname))) {
|
||||||
|
event.respondWith(caches.match('/service-worker-index.html'));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
if (event.request.cache === 'only-if-cached') return;
|
||||||
|
|
||||||
|
// for everything else, try the network first, falling back to
|
||||||
|
// cache if the user is offline. (If the pages never change, you
|
||||||
|
// might prefer a cache-first approach to a network-first one.)
|
||||||
|
event.respondWith(
|
||||||
|
caches
|
||||||
|
.open(`offline${timestamp}`)
|
||||||
|
.then(async cache => {
|
||||||
|
try {
|
||||||
|
const response = await fetch(event.request);
|
||||||
|
cache.put(event.request, response.clone());
|
||||||
|
return response;
|
||||||
|
} catch (err) {
|
||||||
|
const response = await cache.match(event.request);
|
||||||
|
if (response) return response;
|
||||||
|
|
||||||
|
throw err;
|
||||||
|
}
|
||||||
|
})
|
||||||
|
);
|
||||||
|
});
|
35
src/template.html
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
|
<meta name="theme-color" content="#333333">
|
||||||
|
|
||||||
|
%sapper.base%
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/global.css">
|
||||||
|
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||||
|
<link rel="stylesheet" href="/css/themes.css">
|
||||||
|
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon.ico">
|
||||||
|
|
||||||
|
<!-- Sapper creates a <script> tag containing `src/client.js`
|
||||||
|
and anything else it needs to hydrate the app and
|
||||||
|
initialise the router -->
|
||||||
|
%sapper.scripts%
|
||||||
|
|
||||||
|
<!-- Sapper generates a <style> tag containing critical CSS
|
||||||
|
for the current page. CSS for the rest of the app is
|
||||||
|
lazily loaded when it precaches secondary pages -->
|
||||||
|
%sapper.styles%
|
||||||
|
|
||||||
|
<!-- This contains the contents of the <svelte:head> component, if
|
||||||
|
the current page has one -->
|
||||||
|
%sapper.head%
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!-- The application will be rendered inside this element,
|
||||||
|
because `src/client.js` references it -->
|
||||||
|
<div id="sapper">%sapper.html%</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -7,7 +7,6 @@ body {
|
|||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
display: flex;
|
display: flex;
|
||||||
background-image: url("/quartznet/assets/images/bluenebula.webp");
|
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
@ -68,6 +67,7 @@ section {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-switch {
|
.theme-switch {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
@ -76,7 +76,7 @@ section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.theme-switch input {
|
.theme-switch input {
|
||||||
display:none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider {
|
.slider {
|
||||||
@ -104,6 +104,7 @@ section {
|
|||||||
input:checked + .slider {
|
input:checked + .slider {
|
||||||
background-color: #66bb6a;
|
background-color: #66bb6a;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:checked + .slider:before {
|
input:checked + .slider:before {
|
||||||
transform: translateX(16px);
|
transform: translateX(16px);
|
||||||
}
|
}
|
||||||
@ -111,6 +112,7 @@ input:checked + .slider:before {
|
|||||||
.slider.round {
|
.slider.round {
|
||||||
border-radius: 34px;
|
border-radius: 34px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider.round:before {
|
.slider.round:before {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
43
static/css/themes.css
Executable file
@ -0,0 +1,43 @@
|
|||||||
|
/* Default theme */
|
||||||
|
:root {
|
||||||
|
--background-color: #222222;
|
||||||
|
--headings-color: #ffffff;
|
||||||
|
--font-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Dark theme */
|
||||||
|
html[data-theme='dark'] {
|
||||||
|
--background-color: #222222;
|
||||||
|
--headings-color: #ffffff;
|
||||||
|
--font-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: var(--background-color);
|
||||||
|
color: var(--font-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5 {
|
||||||
|
color: var(--headings-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
background-color: #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.overlay {
|
||||||
|
border-bottom: 2px solid #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
li a:hover {
|
||||||
|
border-bottom: 3px solid white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #CC99FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: white;
|
||||||
|
}
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 140 KiB |
5
static/img/user.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white"
|
||||||
|
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user">
|
||||||
|
<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
|
||||||
|
<circle cx="12" cy="7" r="4"></circle>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 322 B |