-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
42 lines (37 loc) · 1.94 KB
/
about.php
File metadata and controls
42 lines (37 loc) · 1.94 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
<?php
//Start session
session_start();
//Unset the variables stored in session
unset($_SESSION['SESS_MEMBER_ID']);
unset($_SESSION['SESS_FIRST_NAME']);
unset($_SESSION['SESS_LAST_NAME']);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>About | Unique ID by beta™</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="module.css" />
</head>
<body>
<div class="about">
About Us</div>
<div class="intro2">
<div class="quot">Unique ID <sup>beta™</sup> is a Project by Team Beta, CS6 [CSE 2007-2011]<br><br>
Currently a project under implementation by the Govt. Of India, Project UID is a mini project implemented on PHP/MySQL to show the dynamics of the idea underneath.
<br><br>
Unique ID aims at rendering every citizen of India with a unique identification number incorporated into a credit sized card providing digital storage of all necessary personal, financial and professional backgrounds along with providing an array of various services at your fingertips. This project is native valid PHP, HTML/CSS and advances a simple interface with is both easy to use and soothing.
<br><br>
</div>
<u>Behind The Scene:</u><br><br>
<b>Boaz Reji John</b> | <a href="mailto:boazjohn@gmail.com">boazjohn@gmail.com</a> | <a href="http://twitter.com/boazjohn">twitter.com/boazjohn</a><br>
<b>Sahad Najeeb</b> | <a href="mailto:sahad2007.wwn@gmail.com">sahad2007.wwn@gmail.com</a><br>
<b>Sreedutt S V</b> | <a href="mailto:ttudeers@gmail.com">ttudeers@gmail.com</a> | <a href="http://twitter.com/ttudeers">twitter.com/ttudeers</a><br>
<b>Vishnu B</b> | <a href="mailto:vishnu.nxg@gmail.com">vishnu.nxg@gmail.com</a><br><br><br>
<sub>Project UID | Power To The Hands | HTML/CSS | PHP | MySQL | W3C Valid</sub><br><br><br>
<img src="images/us.jpg" class="bordr"></img>
</div>
</body>
</html>