-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspps9.html
86 lines (66 loc) · 3.49 KB
/
spps9.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
<!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/v1669190604/index/lplogo_rjgtai.png">
<title>Taxpayer's Lounge | 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/programservicesassets/css/main.css" />
<noscript><link rel="stylesheet" href="./Assets/programservicesassets/css/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>
<li><a href="programservice.html">Menu</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Taxpayers' Lounge</h1>
<span class="image main"><img src="https://res.cloudinary.com/sarabgi/image/upload/v1669099547/Programs%20and%20Services/pic1-9_imrboq.jpg" alt="" /></span>
<p>In Las Piñas, you are B.O.S.S. At least when you need to get something done at City Hall.
The newly renovated city hall boasts of a modern and well-equipped public office dubbed “B.O.S.S” or the Business One-Stop Shop Center.</p>
<p>The new Taxpayers’ Lounge looks more like a hotel lobby than a business office and is a mixture of efficiency and comfort. Taxpayers can sit back in plush sofas and enjoy free flowing coffee and juice and free Wi-Fi access. The elderly even have an express priority lane.</p>
<p>Along physical renovation of the premises, the Las Piñas City government implemented a new system which simplifies and fast tracks the process of securing business permits with the:</p>
<p>Computerization of all business transactions
Automation of all business transactions
Automation of the business permit and license tax system and operations of all departments and offices.</p>
<p>Under the new system, applicants only need to fill up a business renewal application form, pay the corresponding fees at the city treasurer, and proceed to the Business Permit and Licensing Office for the release of permit. All the steps are located in one office so the system is faster.</p>
<p>The city government also offers a “No requirements, No Audit” policy as long as applicants are willing to pay 20% higher over and above their 2010 business tax payment. Applicants for renewal of business permits under this policy will be given priority and provided a priority lane for faster processing.</p>
</div>
</div>
<!-- Footer -->
</div>
<!-- Scripts -->
<script src="./Assets/programservicesassets/js/jquery.min.js"></script>
<script src="./Assets/programservicesassets/js/browser.min.js"></script>
<script src="./Assets/programservicesassets/js/breakpoints.min.js"></script>
<script src="./Assets/programservicesassets/js/main.js"></script>
<script src="./Assets/programservicesassets/js/util.js"></script>
</body>
</html>