[09/08/23] changed theme to windows 95 prototype

This commit is contained in:
Andrew Conlin 2023-08-09 14:22:36 +01:00
parent fbfb45b505
commit dbeee0d11d
22 changed files with 253 additions and 639 deletions

View file

@ -13,18 +13,23 @@
</head>
<body>
<div class="container text-start">
<div>
{% include nav.html %}
<div class="col col-md-9" style="position: relative;top: 90px;">
<h1 style="font-weight: 500;">
{{ page.title }}
</h1>
<p>
{{ page.subtitle }}
</p>
{{ content }}
<br>
<br>
<br>
<div class="container">
<div class="col-md-6 offset-md-3" style="background-color: white;">
<span>
<p style="font-weight: 500;background-color: #cacaca;text-align: center;">
<span>{{ page.title }}</span><span style="float: right;">x</span>
<p>
</span>
<p>
{{ page.subtitle }}
</p>
{{ content }}
<br>
<br>
</div>
</div>
</div>