-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject1.php
28 lines (20 loc) · 989 Bytes
/
project1.php
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
<?php include 'header.php'; ?>
<section id="about">
<div class="about container">
<div class="col-right">
<h1 class="section-title">Employee <span>Management</span>System</h1>
<p style="color: Blue;"><b>Description</b></p>
<p><b>The employment management system that I have developed is designed to track the attendance of employees. It allows for the monitoring of employee attendance and generates reports that can be used for payroll purposes.</b></p>
<p style="color: Blue;"><b>Project Role</b></p>
<p><b>Full Stack</b></p>
<p style="color: Blue;"><b>technology Stck</b></p>
<p><b> HTML, CSS, JavaScript, PHP, MySQL</b></p>
<a href="https://ifl.takshalabs.in/admin/index.php">
<p style="color: Green;"><b>View Project</b></p>
</a>
</div>
</div>
</section>
<?php include 'footer.php'; ?>
</body>
</html>