-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.php
More file actions
57 lines (53 loc) · 1.77 KB
/
Copy pathindex.php
File metadata and controls
57 lines (53 loc) · 1.77 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
<html>
<head>
<title>CONMAN</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="static/css/materialize.min.css" media="screen,projection"/>
<link rel="stylesheet" type="text/css" href="static/prelogin.css">
</head>
<body>
<div class"a1">
<h3>CONSTRUCTION MANAGEMENT</h3>
</div>
<div class="a">
<p><em><h4>"Manage all projects and substructures"</h4></em></p>
</div>
<div class="container">
<div class="row">
<div class="col s6 m6">
<div class="card white darken-1">
<div class="card-content black-text">
<span class="card-title">Want to add a new Activity? </span>
</div>
<div class="card-action">
<a href="addSubstructure.html"><b>Click here to Add Activity</b></a>
</div>
</div>
</div>
<div class="col s6 m6">
<div class="card white darken-1">
<div class="card-content black-text">
<span class="card-title">Report today's progress</span>
</div>
<div class="card-action">
<a href="dailyReport.html"><b>Click here to give daily Report</b></a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="col s12 m6">
<div class="card white darken-1">
<div class="card-content black-text">
<span class="card-title">Want to view report? </span>
</div>
<div class="card-action">
<a href="viewReport.html"><b>If YES, Click here.</b></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>