Create website-redesign branch. Include incomplete redesign assets. Very much in-progress.

This commit is contained in:
Chris Wilson
2020-10-24 14:46:27 -04:00
parent 2d43cae88e
commit e08e650110
63 changed files with 45 additions and 84 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'layout.html' %}
{% extends 'pageWrapper.html' %}
{% block head %}
{{ super() }}

View File

@@ -1,4 +1,4 @@
{% extends 'layout.html' %}
{% extends 'pageWrapper.html' %}
{% block head %}
{{ super() }}

View File

@@ -1,4 +1,4 @@
{% extends 'layout.html' %}
{% extends 'pageWrapper.html' %}
{% block head %}
{{ super() }}

View File

@@ -1,4 +1,4 @@
{% extends 'layout.html' %}
{% extends 'pageWrapper.html' %}
{% import "macros.html" as macros %}
{% block head %}
<title>Multiworld {{ room.id|suuid }}</title>

View File

@@ -1,4 +1,4 @@
{% extends 'layout.html' %}
{% extends 'pageWrapper.html' %}
{% block head %}
<title>Berserker's Multiworld</title>

View File

@@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/layout.css") }}" />
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/tooltip.css") }}" />
<script type="application/ecmascript" src="{{ static_autoversion("assets/layout.js") }}"></script>
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/cookieNotice.css") }}" />
<script type="application/ecmascript" src="{{ static_autoversion("assets/cookieNotice.js") }}"></script>
{% block head %}
<title>Berserker's Multiworld</title>
<title>Multiworld</title>
{% endblock %}
</head>
<body>

View File

@@ -1,4 +1,4 @@
{% extends 'layout.html' %}
{% extends 'pageWrapper.html' %}
{% block head %}
<title>Player Settings</title>

View File

@@ -1,4 +1,4 @@
{% extends "layout.html" %}
{% extends "pageWrapper.html" %}
{% block head %}
<link rel="stylesheet"
type="text/css"

View File

@@ -1,4 +1,4 @@
{% extends 'layout.html' %}
{% extends 'pageWrapper.html' %}
{% block head %}
<title>Setup Tutorial</title>

View File

@@ -1,4 +1,4 @@
{% extends 'layout.html' %}
{% extends 'pageWrapper.html' %}
{% import "macros.html" as macros %}
{% block head %}

View File

@@ -1,4 +1,4 @@
{% extends 'layout.html' %}
{% extends 'pageWrapper.html' %}
{% import "macros.html" as macros %}
{% block head %}