-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
executable file
·113 lines (99 loc) · 5.16 KB
/
about.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
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
<!DOCTYPE html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="icon" href="dnsc.png" type="image/x-icon" />
<title>DNSC - About</title>
<script type='text/javascript' src='js/mobile.js'></script>
<!-- CSS -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,100,300,500">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/form-elements.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="css3/reset.css">
<link rel="stylesheet" href="css3/style.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/mobile.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Favicon and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
<script type="text/javascript" src="js2/jquery-1.8.0.min.js"></script>
</head>
<body>
<div id="header">
<h1><a href="home.php">SOCIO-ECONOMIC PROFILING & GRADUATE TRACER SURVEY </a></h1>
<ul id="navigation">
<li>
<a href="home.php">Home</a>
</li>
<li>
<a href="socioLogin.php">Socio-Economic</a>
<ul>
<li>
<a href="socioLogin.php">Socio Form</a>
</li>
</ul>
</li>
<li>
<a href="graduatesLogin.php">Graduates</a>
</li>
<li class = "current">
<a href="about.php">About</a>
</li>
</ul>
</div>
<div id="container">
<div id="body"><br><br>
<h2 align = "center" style="font-family: latoregular;">ABOUT</h2>
<hr>
<div class="content">
<center><img src="dnsc.png" width="200" height="200"> <img src="images/socio.jpg" width="300" height="80"><img src="images/Untitled-1.jpg" width="300" height="80"></center><br><br>
<p style = "font-family: latoregular;" align="left"><blockquote><strong>DNSC SOCIO-ECONOMIC PROFILING</strong>. It covers the personal data of students, their Social Status and Economic Status of their students including the parent's information. <br><br><strong>DNSC GRADUATE TRACER SURVEY</strong>. It intends to trace the employment experience(s) of Davao del Norte State College Graduates.<br><br> The user code requires that DNSC Guidance personnel have some sort of privacy policy on this website. To meet user code, privacy policies must be based on the following three (3) elements:
<br><br>
1. <strong>Policy</strong>. The socio-economic forms allows students to easily put their information via online.<br>
2. <strong>Access</strong>. The user can actually see the data collected and can change/correct if necessary.<br>
3. <strong>Security</strong>. Students information that is collected are only accessible by the DNSC Guidance personnel.<br>
</blockquote>
</p>
</section>
</div>
</div>
</div>
<div id="footer">
<div>
<span>Davao del Norte State College est. 1995</span>
<p>
Brgy. New Visayas, Panabo City, Davao del Norte, Philippines, 8105. All rights reserved.
</p>
</div>
<div id="connect">
<a href="https://facebook.com" id="facebook" target="_blank">Facebook</a>
<a href="https://twitter.com" id="twitter" target="_blank">Twitter</a>
<a href="https://google.com" id="googleplus" target="_blank">Google+</a>
</div>
</div>
<!-- Javascript -->
<script src="assets/js/jquery-1.11.1.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.backstretch.min.js"></script>
<script src="assets/js/retina-1.1.0.min.js"></script>
<script src="assets/js/scripts.js"></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="js3/index.js"></script>
<!--[if lt IE 10]>
<script src="assets/js/placeholder.js"></script>
<![endif]-->
</body>
</html>