-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtips.html
39 lines (38 loc) · 1.55 KB
/
tips.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>
<header>
<title>Henry Bishop</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="general.css">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</header>
<body>
<nav>
<a class="a-about" href="/">About Me</a>
<div class="dropdown">
<a>Projects</a>
<div class="dropdown-content dropdown-animation">
<a href="/cilt.html">CILT Contract Work</a>
<a href="/cloudflare.html">Cloudflare_DNS_updater</a>
<a href="/discord.html">Discord-API-Limits</a>
<a href="/googly.html">Googly Bot</a>
<a href="/privacy.html">Privacy Pi</a>
<a href="/towayen.html">TOWAYEN</a>
<a href="/tips.html">Tips Calc</a>
</div>
</div>
</nav>
<div class="h1-div">
<div class="h1-left-corner"></div>
<h1>Tips Calculator for the hospitality sector</h1>
<div class="h1-right-corner"></div>
</div>
<div id="main-block">
<p>Having worked in the hospitality industry at a pub in my hometown, counting and sharing out the cash tips can
be a hassle. So, I created my own simple calculator using python and flask. You can try it out here
<a style="margin:0%" href="https://tips.googlysoft.xyz" target="_blank">https://tips.googlysoft.xyz</a> and
use the username and password
“demo”.
</p>
</div>
</body>