Compare commits
No commits in common. "60cff9a2163d3eef57154d5f3bb9fb732c6dd4c4" and "b88b6b56ea53003bab2c0d60eda47674c9dc786d" have entirely different histories.
60cff9a216
...
b88b6b56ea
5 changed files with 64 additions and 69 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 371 KiB After Width: | Height: | Size: 628 KiB |
41
src/assets/images/svg/background.svg
Normal file
41
src/assets/images/svg/background.svg
Normal file
|
|
@ -0,0 +1,41 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="1920"
|
||||||
|
height="1080"
|
||||||
|
viewBox="0 0 1920 1080"
|
||||||
|
version="1.1"
|
||||||
|
id="svg1"
|
||||||
|
xml:space="preserve"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||||
|
id="defs1" /><g
|
||||||
|
id="layer2"><rect
|
||||||
|
style="display:inline;fill:#16212c;fill-opacity:1;stroke-width:19.525"
|
||||||
|
id="rect1"
|
||||||
|
width="2564.4407"
|
||||||
|
height="1734.7687"
|
||||||
|
x="-313.60806"
|
||||||
|
y="-317.57779" /></g><g
|
||||||
|
id="layer3"
|
||||||
|
style="display:inline"
|
||||||
|
transform="matrix(0.84905245,0,0,0.84905245,147.2801,58.567587)"><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:139.172px;font-family:Ballet;-inkscape-font-specification:Ballet;text-align:center;writing-mode:lr-tb;direction:ltr;text-anchor:middle;opacity:0.25;fill:#334c65;fill-opacity:1;stroke-width:10.1901"
|
||||||
|
x="960.53656"
|
||||||
|
y="331.00674"
|
||||||
|
id="text9"><tspan
|
||||||
|
id="tspan9"
|
||||||
|
x="960.53656"
|
||||||
|
y="331.00674"
|
||||||
|
style="fill:#334c65;fill-opacity:1;stroke-width:10.1901">Office of the City Building Officials</tspan></text><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:218.194px;font-family:Ballet;-inkscape-font-specification:Ballet;text-align:center;writing-mode:lr-tb;direction:ltr;text-anchor:middle;opacity:0.25;fill:#334d66;fill-opacity:1;stroke-width:15.9759"
|
||||||
|
x="958.34998"
|
||||||
|
y="712.8595"
|
||||||
|
id="text10"><tspan
|
||||||
|
id="tspan10"
|
||||||
|
x="958.34998"
|
||||||
|
y="712.8595"
|
||||||
|
style="fill:#334d66;fill-opacity:1;stroke-width:15.9759">e-Sign Application</tspan></text></g></svg>
|
||||||
|
After Width: | Height: | Size: 1.8 KiB |
|
|
@ -5,7 +5,7 @@
|
||||||
.body
|
.body
|
||||||
color: vars.$textColor
|
color: vars.$textColor
|
||||||
font-family: fonts.$Roboto
|
font-family: fonts.$Roboto
|
||||||
background-image: url('/src/assets/images/optimized/background.avif'), url('/src/assets/images/optimized/background.webp')
|
background-image: url('/src/assets/images/svg/background.svg')
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 0
|
top: 0
|
||||||
left: 0
|
left: 0
|
||||||
|
|
@ -16,10 +16,6 @@
|
||||||
opacity: 1
|
opacity: 1
|
||||||
background-attachment: fixed
|
background-attachment: fixed
|
||||||
|
|
||||||
// @media only screen and (max-width: views.$mobile)
|
|
||||||
// background-image: url('/src/assets/images/svg/background-mobile.svg')
|
|
||||||
// height: 100%
|
|
||||||
|
|
||||||
.close-text
|
.close-text
|
||||||
padding: 3rem 0 0 0
|
padding: 3rem 0 0 0
|
||||||
font-size: 0.75rem
|
font-size: 0.75rem
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,7 @@ export default () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const checkDivision = async () => {
|
const checkDivision = async () => {
|
||||||
|
console.log('AAAA')
|
||||||
const building = await checkAccess('BUILDING ORDER OF PAYMENT')
|
const building = await checkAccess('BUILDING ORDER OF PAYMENT')
|
||||||
setIsBuilding(building)
|
setIsBuilding(building)
|
||||||
|
|
||||||
|
|
@ -122,6 +123,7 @@ export default () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const getListForPrinting = async () => {
|
const getListForPrinting = async () => {
|
||||||
|
console.log('BBB')
|
||||||
try {
|
try {
|
||||||
const response = await ofetch(API + 'get-listopprinting-electrical', { parseResponse: JSON.parse })
|
const response = await ofetch(API + 'get-listopprinting-electrical', { parseResponse: JSON.parse })
|
||||||
setApplicationList(response.result)
|
setApplicationList(response.result)
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue