-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.php
More file actions
149 lines (129 loc) · 6.24 KB
/
index.php
File metadata and controls
149 lines (129 loc) · 6.24 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="css/all.min.css">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<title>CMMS</title>
</head>
<body>
<!-- Start Navigation -->
<nav class="navbar navbar-expand-sm navbar-dark bg-danger pl-5 fixed-top">
<a href="index.php" class="navbar-brand">CMMS</a>
<span class="navbar-text">Customer's Happiness is our Aim</span>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#myMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="myMenu">
<ul class="navbar-nav pl-5 custom-nav">
<li class="nav-item"><a href="index.php" class="nav-link">Home</a></li>
<li class="nav-item"><a href="#Services" class="nav-link">Services</a></li>
<li class="nav-item"><a href="#registration" class="nav-link">Registration</a></li>
<li class="nav-item"><a href="Requester/RequesterLogin.php" class="nav-link">Login</a></li>
<li class="nav-item"><a href="#Contact" class="nav-link">Contact</a></li>
</ul>
</div>
</nav> <!-- End Navigation -->
<!-- Start Header Jumbotron-->
<header class="jumbotron back-image" style="background-image: url(images/Banner1.jpg);">
<div class="myclass mainHeading">
<h1 class="text-uppercase text-danger font-weight-bold">Welcome to CMMS</h1>
<p class="font-italic">Customer's Happiness is our Aim</p>
<a href="Requester/RequesterLogin.php" class="btn btn-success mr-4">Login</a>
<a href="#registration" class="btn btn-danger mr-4">Sign Up</a>
</div>
</header> <!-- End Header Jumbotron -->
<div class="container">
<!--Introduction Section-->
<div class="jumbotron">
<h3 class="text-center">CMMS Services</h3>
<p>
A computerized maintenance management system or CMMS is software that centralizes maintenance information and facilitates the processes of maintenance operations. It helps optimize the utilization and availability of physical equipment like vehicles, machinery, communications, plant infrastructures and other assets. Also referred to as CMMIS or computerized maintenance management information system, CMMS systems are found in manufacturing, oil and gas production, power generation, construction, transportation and other industries where physical infrastructure is critical.The core of a CMMS is its database. It has a data model that organizes information about the assets a maintenance organization is charged with maintaining, as well as the equipment, materials and other resources to do so.
</p>
</div>
</div>
<!--Introduction Section End-->
<!-- Start Services -->
<div class="container text-center border-bottom" id="Services">
<h2>Our Services</h2>
<div class="row mt-4">
<div class="col-sm-4 mb-4">
<a href="#"><i class="fas fa-desktop fa-8x text-success"></i></a>
<h4 class="mt-4">Computer Maintenance</h4>
</div>
<div class="col-sm-4 mb-4">
<a href="#"><i class="fas fa-tools fa-8x text-info"></i></a>
<h4 class="mt-4">Fault Repair</h4>
</div>
</div>
</div> <!-- End Services -->
<!-- Start Registration -->
<?php include('userRegistration.php') ?>
<!-- End Registration -->
<br>
<!--Start Contact Us-->
<div class="container" id="Contact">
<!--Start Contact Us Container-->
<h2 class="text-center mb-4">Contact US</h2> <!-- Contact Us Heading -->
<div class="row">
<!--Start Contact Us Row-->
<?php include('contactform.php'); ?>
<!-- End Contact Us 1st Column -->
<div class="col-md-4 text-center">
<!-- Start Contact Us 2nd Column-->
<strong>Headquarter:</strong> <br>
CMMS Pvt Ltd, <br>
Sec IV, Bokaro <br>
Jharkhand - 834005 <br>
Phone: +00000000 <br>
<a href="#" target="_blank">www.cmms.com</a> <br>
<br><br>
<strong>Delhi Branch:</strong> <br>
CMMS Pvt Ltd, <br>
Ashok Nagar, Delhi <br>
Delhi - 804002 <br>
Phone: +00000000 <br>
<a href="#" target="_blank">www.cmms.com</a> <br>
</div> <!-- End Contact Us 2nd Column-->
</div> <!-- End Contact Us Row-->
</div> <!-- End Contact Us Container-->
<!-- End Contact Us -->
<!-- Start Footer-->
<footer class="container-fluid bg-dark text-white mt-5" style="border-top: 3px solid #DC3545;">
<div class="container">
<!-- Start Footer Container -->
<div class="row py-3">
<!-- Start Footer Row -->
<div class="col-md-6">
<!-- Start Footer 1st Column -->
<span class="pr-2">Follow Us: </span>
<a href="#" target="_blank" class="pr-2 fi-color"><i class="fab fa-facebook-f"></i></a>
<a href="#" target="_blank" class="pr-2 fi-color"><i class="fab fa-twitter"></i></a>
<a href="#" target="_blank" class="pr-2 fi-color"><i class="fab fa-youtube"></i></a>
<a href="#" target="_blank" class="pr-2 fi-color"><i class="fab fa-google-plus-g"></i></a>
<a href="#" target="_blank" class="pr-2 fi-color"><i class="fas fa-rss"></i></a>
</div> <!-- End Footer 1st Column -->
<div class="col-md-6 text-right">
<!-- Start Footer 2nd Column -->
<small> Designed by Someone © 2018.
</small>
<small class="ml-2"><a href="Admin/login.php">Admin Login</a></small>
</div> <!-- End Footer 2nd Column -->
</div> <!-- End Footer Row -->
</div> <!-- End Footer Container -->
</footer> <!-- End Footer -->
<!-- Boostrap JavaScript -->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/all.min.js"></script>
</body>
</html>