-
Notifications
You must be signed in to change notification settings - Fork 0
/
goal1.html
53 lines (53 loc) · 1.69 KB
/
goal1.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
<style>
a {
margin-bottom: 10px;
}
</style>
</head>
<body>
<ul>
<li><img src="Logo.jpg" alt=""></li>
<li><a href="login.html" id="signout">Sign Out</a></li>
</ul>
<div id="fID">
<a href="main.html">
<button>
<i>←</i>
</button>
</a>
Goal: Buy a McLaren 720s
<br>
Motivation: I want a McLaren because it is a fast car.
<br>
Due date: 31/01/2023
<br>
Targets:
<br>
<form>
Save 300000 €:
<div id="new_target2">
<label for="savemon">Amount saved:</label>
<input type="number" id="savemon" name="savemon" value="savemon">
<label for="">€</label>
</div>
<div id="new_target2">
<input type="checkbox" id="OrderMCL" name="OrderMCL" value="OrderMCL">
<label for="OrderMCL"> Order McLaren 720s on the company website</label><br>
</div>
<div id="new_target2">
<input type="checkbox" id="receiveMCL" name="receiveMCL" value="receiveMCL">
<label for="receiveMCL"> Receive Mclaren 720s in the dealership</label><br><br>
</div>
<input type="submit" value="Update">
</form>
</div>
</body>
</html>