-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
40 lines (29 loc) · 1.03 KB
/
Copy pathabout.php
File metadata and controls
40 lines (29 loc) · 1.03 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
<?php $pagename='ABOUT'; ?>
<!DOCTYPE html>
<html>
<head>
<?php include 'components/head.html' ?>
<title>About</title>
</head>
<body>
<?php include 'components/header.php' ?>
<div class="container-fluid" id="main-para">
<div class="container" >
<h2><strong>About</strong></h2>
<p>This is a project based on "Project and Report management system".</p>
<p>Designed by : NITIN PRAJWAL R</p>
<p>Connect with me on LinkedIn: <a href="https://www.linkedin.com/in/nitinprajwal/">Nitin Prajwal</a></p>
</div>
<hr>
<div class="container">
<br>
<h4><b>Title:</b></h4>
<p>ERGOGENESIS : Project, Publications & Patent management</p><br>
<h4><b>Introduction:</b></h4>
<p>This is a web-based Content Management System which manages publications, Report (weekly, final), projects and patent by the college students and faculty.</p><br>
<br>
</div>
</div>
<?php include 'components/footer.html'?>
</body>
</html>