frontend updates
This commit is contained in:
		@@ -4,7 +4,8 @@
 | 
			
		||||
<link href="/css/add.css" rel="stylesheet">
 | 
			
		||||
<h1>Přidání piva</h1>
 | 
			
		||||
 | 
			
		||||
<form class="form_add">
 | 
			
		||||
<section class="flex f-center">
 | 
			
		||||
<form class="form_add card">
 | 
			
		||||
	<div class=form_group>
 | 
			
		||||
		<div class=form_group_label>
 | 
			
		||||
			<label for="name">Název, značka:</label>
 | 
			
		||||
@@ -41,6 +42,8 @@
 | 
			
		||||
		<div class=form_group_label>
 | 
			
		||||
			<label for="photo">Foto:</label>
 | 
			
		||||
			<input type="file" name="photo" id="photo" enable>
 | 
			
		||||
			<label for="upload">Upload File</label>
 | 
			
		||||
n
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
@@ -83,4 +86,4 @@
 | 
			
		||||
			})
 | 
			
		||||
	}
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
</section>
 | 
			
		||||
@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user