add some more mockups and functionality
This commit is contained in:
12
beertap/templates/about.html
Normal file
12
beertap/templates/about.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}About{% endblock %}
|
||||
{% block content %}
|
||||
</br>
|
||||
<div class="media">
|
||||
<img class="mr-3" src="https://cdn.dribbble.com/users/1112628/screenshots/6233083/icon3.png" alt="Cheers">
|
||||
<div class="media-body">
|
||||
<h5 class="mt-0">About beertap</h5>
|
||||
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
@@ -20,7 +20,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="#">Beertap</a>
|
||||
<a class="navbar-brand" href="/">Beertap</a>
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<form method="POST">
|
||||
<br />
|
||||
<div class="btn-group d-flex" role="group" aria-label="order_buttons">
|
||||
<button type="submit" name="submit_button" value="option1" class="btn btn-primary w-100 py-5">Left</button>
|
||||
<button type="submit" name="submit_button" value="option2" class="btn btn-secondary w-100 py-5">Right</button>
|
||||
<button type="submit" name="submit_button" value="option_1" class="btn btn-primary w-100 py-5">Left</button>
|
||||
<button type="submit" name="submit_button" value="option_2" class="btn btn-secondary w-100 py-5">Right</button>
|
||||
</div>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
12
beertap/templates/statistics.html
Normal file
12
beertap/templates/statistics.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}About{% endblock %}
|
||||
{% block content %}
|
||||
</br>
|
||||
<div class="media">
|
||||
<img class="mr-3" src="https://cdn.dribbble.com/users/1112628/screenshots/6233083/icon3.png" alt="Cheers">
|
||||
<div class="media-body">
|
||||
<h5 class="mt-0">Statistics</h5>
|
||||
You drank approximately 6782348906890234678234698 beers.
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user