-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
20 lines (18 loc) · 1.17 KB
/
index.php
File metadata and controls
20 lines (18 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php include 'include/header.php';?>
<div class="container" style="margin-top: 40px;margin-bottom: 24%;">
<div class="card bg-dark text-white text-center">
<div class="card-body">
<h1 style="font-size:24px;">Prison Architect Calculator</h1>
<p>Greetings!</p>
<p>As you could probably guess this is a website to calculate your kitchens, canteens, laundry etc.</p>
<br>
The website itself is made by me <a class="text-white-50" href="https://github.com/Montori">(Montori)</a>, the calculations were done by <a class="text-white-50" href="https://reddit.com/u/giantb">GiantB</a> based on his google sheet and the power calculations were done by JaffaCakes6 based on his <a class="text-white-50" href="https://farm8.staticflickr.com/7355/10899701806_1979cbcd64_o.png">power guide</a>
<br>
If you want to check out the original google sheet you can click <a class="text-white-50" href="https://docs.google.com/spreadsheets/d/1NXZT3-Ebb9meEeVSpcQbvMTfpMV0qCN6KtHTE9ho1-s/edit#gid=646532267">here</a>!
<br>
<br>
Feel free to report bugs or request new features via github
</div>
</div>
</div>
<?php include 'include/footer.php';?>