diff --git a/skeleton/novaconium/App/views/index.html.twig b/skeleton/novaconium/App/views/index.html.twig index 798960c..fc033c9 100644 --- a/skeleton/novaconium/App/views/index.html.twig +++ b/skeleton/novaconium/App/views/index.html.twig @@ -1,7 +1,21 @@ {% extends '@novaconium/master.html.twig' %} {% block content %} -
Content Here
-{% endblock %} +
+ Edit App/routes.php
and App/controllers/index.php
+ to customize this page.
+
Sign in to the Administration
+Visit Source Control Repository for Novaconium
+ +{% endblock %} diff --git a/skeleton/novaconium/public/css/novaconium.css b/skeleton/novaconium/public/css/novaconium.css new file mode 100644 index 0000000..3d089c2 --- /dev/null +++ b/skeleton/novaconium/public/css/novaconium.css @@ -0,0 +1,33 @@ +body { + background-color: #1b1f23; + width: 100%; + font-family: 'Fira Code', 'Source Code Pro', monospace; +} + +article { + max-width: 900px; + border: 1px solid #3b444c; + background-color: #14171a; + color: #fff; + margin: 0 auto; + padding: 20px; + margin-top: 50px; +} + +code { + font-family: 'Fira Code', monospace; + font-size: 13px; + background-color: #0d1117; + color: #c9d1d9; + padding: 0.2em 0.4em; + border-radius: 6px; + border: 1px solid #30363d; +} + +.small { + font-size: 10px; +} + +h2 { + margin-top: 40px; +} \ No newline at end of file diff --git a/twig/head.html.twig b/twig/head.html.twig index 7e0479f..650e8ff 100644 --- a/twig/head.html.twig +++ b/twig/head.html.twig @@ -1,5 +1,5 @@ -