frontend updates

This commit is contained in:
2023-11-09 01:36:43 +01:00
parent 110ba61112
commit 1bc1f58b8f
28 changed files with 388 additions and 26 deletions

View File

@ -1,5 +1,13 @@
<h1>DeguApp</h1>
<center>
<img src="/img/tabornici_logo.png" alt="tabornici logo" width="60%">
</center>
<section class="card-wrapper f-center" style="">
<?php
for ($i=0; $i < 8; $i++) {
?>
<div class="card f-col">
<img width="200px" src="https://live.staticflickr.com/65535/49818361653_351771faae_h.jpg" alt="beer image">
<h2>Beer Name</h2>
<p>12 Degree</p>
</div>
<?php
} ?>
</section>