-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReportPage.html
52 lines (51 loc) · 1.4 KB
/
ReportPage.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
<!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>ReportPage</title>
<link rel="stylesheet" href="Css/ReportPage.css">
<div>
<style>
button {
text-align: center;
border-radius: 50px;
background-color: #0039f4; /* Blue*/
border: none;
color: white;
padding: 15px 32px;
text-decoration: none;
display: block;
font-size: 15px;
margin: 5px 5px;
cursor: pointer;
}
button:hover {
background-color: #094276;
}
</style>
<button onclick="window.history.back()"><img src="AltImage/CMlogo.png" width="60" height="60"></button>
</div>
</head>
<body>
<h1>A New Report A New Impact!!
</h1>
<div class="buttons">
<button class="neumorphic" id="goToPage">
<i class="fa-light fa-fire"></i>
<span>Make A New Report</span>
</button>
<button class="neumorphic">
<i class="fa-light fa-dna"></i>
<span>Edit A Previous Report</span>
</button>
<button class="neumorphic" id="goToPage2">
<i class="fa-light fa-dna"></i>
<span>View Reports</span>
</button>
</button>
</div>
</body>
<script src="Js/reportPage.js"></script>
</html>