Adds communication with MySQL

This commit is contained in:
TheGreyDiamond
2021-05-23 20:48:30 +02:00
parent 2d5553d901
commit 959c8812ad
8 changed files with 389 additions and 4 deletions

View File

@@ -44,6 +44,17 @@
</div>
</div>
<div class="grid-container thirds" style="margin-top: 5%;">
<div></div>
<div>
<h5>
Check it out now <br>
<a href= "/map" ><button class="button-primary">Visit the map <i class="fas fa-arrow-right"></i> </button></a>
</h5>
</div>
</div>
<div class="grid-container thirds" style="margin-top: 5%;">
<div>
<h3> <i class="fas fa-rocket"></i><br>
@@ -54,12 +65,24 @@
Comunity driven</h3>
</div>
<div>
<h3> <i class="fas fa-node-js"></i><br>
<h3> <i class="fab fa-node-js"></i><br>
Built on node.js</h3>
</div>
</div>
</div>
<div class="grid-container thirds" style="margin-top: 5%;">
<div></div>
<div>
<h3>
<i class="fas fa-atlas"></i><br>
With currently <%= it.elevatorCount %> elevators in the map
</h3>
</div>
</div>
<!-- End Document
-->
</body>