-
Notifications
You must be signed in to change notification settings - Fork 2
/
singlePublications.html
134 lines (113 loc) · 3.63 KB
/
singlePublications.html
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
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<link rel="shortcut icon" type="image icon"
href="https://res.cloudinary.com/sarabgi/image/upload/v1688669789/Assets/lplogo_bje93b.png">
<title>Publications | The City of Las Piñas</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="./Assets/singleVirtual/main.css" />
<noscript>
<link rel="stylesheet" href="./Assets/singleVirtual/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.php" class="logo">
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.php">Home</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Publications</h1>
<table>
<tr>
<th>Ref. No.</th>
<th>Title</th>
<th>File</th>
</tr>
<tr>
<td> - </td>
<td>CITIZEN'S CHARTER</td>
<td><a
href="https://www.laspinascity.gov.ph/storage/uploads/gallery/625e67f3ae023.pdf">Check</a>
</td>
</tr>
<tr>
<td> - </td>
<td>AWARDS AND RECOGNITION</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/gallery/5cb5766e437b6.pdf">Check</a></td>
</tr>
<tr>
<td> - </td>
<td>Greencard Application Form (Hospitalization Program)</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/gallery/5cb01fc75267f.pdf">Check</a></td>
</tr>
<tr>
<td>CITY ORDINANCE NO. 577-02</td>
<td>AN ORDINANCE CLEARING THE SIDEWALKS, STREETS, AVENUES, ALLEYS, BRIDGES, PEDESTRIAN OVERPASS,
PARKS AND OTHER PUBLIC PLACES IN LAS PIÑAS CITY OF ALL ILLEGAL STRUCTURES AND OBSTRUCTIONS.
</td>
<td><a
href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/592bc79116cfa.pdf">Check</a>
</td>
</tr>
<tr>
<td>ORDINANCE NO. 1272-15 SERIES OF 2017</td>
<td>AN ORDINANCE PRESCRIBING THE REVISED SCHEDULE OF FAIR MARKET VALUES OF LANDS AND BASIC UNIT
CONTRUCTION COSTS FOR BUILDING AND OTHER SRUCTURES ON NEW CONSTRUCTIONS/IMPROVEMENTS FOR THE
REVISION OF REAL PROPERTY ASSESSMENTS, PURSUANT TO THE PROVISIONS OF THE LOCAL GOVERNMENT
CODE (RA7160) AND ITS IMPLEMENTING RULES AND REGULATIONS.</td>
<td><a
href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/593a2077dc51e.pdf">Check</a>
</td>
</tr>
<tr>
<td> - </td>
<td> An Ordinance establishing Dr. Felimon C. Aguilar Memorial College, defining its goals and
objectives appropriating funds needed therefore and for other purposes</td>
<td>No File</td>
</tr>
<tr>
<td> - </td>
<td>An Ordinance regulating the movements of minors within the City of Las Piñas from 10:00 P.M.
up to 4:00 A.M. the following day</td>
<td>No File</td>
</tr>
</table>
</div>
</div>
<!-- Footer -->
</div>
<!-- Scripts -->
<script src="./Assets/singleVirtual/jquery.min.js"></script>
<script src="./Assets/singleVirtual/breakpoints.min.js"></script>
<script src="./Assets/singleVirtual/browser.min.js"></script>
<script src="./Assets/singleVirtual/main.js"></script>
<script src="./Assets/singleVirtual/util.js"></script>
</body>
</html>