-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathclientlist.php
More file actions
77 lines (63 loc) · 3.05 KB
/
clientlist.php
File metadata and controls
77 lines (63 loc) · 3.05 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!doctype html>
<html lang="en">
<head>
<title>Sidebar 03</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="css/clientlist.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sidebar menu With Sub-menus | Using HTML, CSS & JQuery</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="./styles/event_calendar.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2">
</head>
<body>
<?php include 'event_calendar.php';?>
<!-- Page Content -->
<div id="content" class="p-4 p-md-5 pt-5">
<div id="row-buttons">
<button id="food-type-button" type="button" class="btn btn-outline-secondary">
Personal Info
<img src="images/User.png">
Name,Plan,Etc
</button>
<button id="food-type-button" type="button" class="btn btn-outline-secondary">
Diet Chart
<img src="images/Clipboard-big.png">
Plan Diet
</button>
<button id="food-type-button" type="button" class="btn btn-outline-secondary">
Personal Info
<img src="images/User.png">
Name,Plan,Etc
</button>
</div>
<div id="row-buttons" >
<button id="food-type-button" type="button" class="btn btn-outline-secondary">
Personal Info
<img src="images/User.png">
Name,Plan,Etc
</button>
<button id="food-type-button" type="button" class="btn btn-outline-secondary">
Personal Info
<img src="images/User.png">
Name,Plan,Etc
</button>
<button id="food-type-button" type="button" class="btn btn-outline-secondary">
Personal Info
<img src="images/User.png">
Name,Plan,Etc
</button>
</div>
<div id="motivation">
<h2>
Never Give Up, Great things take time <br>
</h2>
</div>
</div>
</body>
</html>