Skip to content

Commit

Permalink
Merge branch 'release/build_v2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vwolfley committed Jan 28, 2021
2 parents 1da7612 + 4b4fea9 commit f61e3c7
Show file tree
Hide file tree
Showing 35 changed files with 489 additions and 776 deletions.
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"scm.alwaysShowActions": true
"scm.alwaysShowActions": true,
"liveSassCompile.settings.formats": [

{
"format": "expanded",
"extensionName": ".css",
"savePath": ./css
}
]
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Maricopa Association of Governments
Copyright (c) 2021 Maricopa Association of Governments

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ The Maricopa Association of Governments (MAG) mapping page showing businesses op

## Version

### version | 1.3.3 ###
### version | 2.0.0 ###

* #### Updated | 2020-10-22 ####
* #### Updated | 2021-01-28 ####

* #### Created | 2020-04-09 ####

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Peoria-Business-Resources-Tool",
"version": "1.3.3",
"date": "2020-10-22",
"copyright": "2020",
"name": "peoria-business-resources-tool",
"version": "2.0.0",
"date": "2021-01-28",
"copyright": "2021",
"description": "MAG webmap for City of Peoria Businesses",
"keywords": [
"peoria",
Expand Down
2 changes: 1 addition & 1 deletion src/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Maricopa Association of Governments
Copyright (c) 2021 Maricopa Association of Governments

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
164 changes: 66 additions & 98 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,6 @@ template {
cursor: pointer;
}

#listContainer #cardsList .highlighted {
background-color: #d9ebfa;
}

@media (max-width: 575.98px) {
.mapTableContainer {
margin: 0;
Expand All @@ -437,6 +433,23 @@ template {
/*******************
Footer
********************/
#page_footer {
padding: 10px 10px 10px 10px;
font-size: 82%;
display: block;
background: #35322b;
}

#page_footer p {
margin: 0;
clear: both;
}

#page_footer a {
color: #fff;
text-decoration: none;
}

#footercolumn {
margin-left: auto;
margin-right: auto;
Expand All @@ -451,7 +464,6 @@ template {

#page_footer #footercolumn .footer_seal {
float: left;
height: 192px;
display: table;
padding: 0;
width: 100%;
Expand All @@ -462,18 +474,19 @@ template {
display: none;
}

#page_footer {
padding: 30px 10px 10px 10px;
font-size: 82%;
display: block;
background: #35322b;
}

#page_footer #footercolumn {
color: #000;
display: block;
}

#page_footer #footercolumn .footer_address {
background: url("https://www.peoriaaz.gov/Project/Contents/Main/_gfx/cmn/location_icon.png") no-repeat center top;
}

#page_footer #footercolumn .footer_contact {
background: url("https://www.peoriaaz.gov/Project/Contents/Main/_gfx/cmn/phone_icon.png") no-repeat center top;
}

#page_footer #footercolumn .footer_address,
#page_footer #footercolumn .footer_contact {
padding-top: 110px;
Expand All @@ -488,25 +501,6 @@ template {
text-align: center;
}

#page_footer #footercolumn .footer_address {
background: url("https://www.peoriaaz.gov/Project/Contents/Main/_gfx/cmn/location_icon.png") no-repeat center top;
}

#page_footer #footercolumn .footer_contact {
background: url("https://www.peoriaaz.gov/Project/Contents/Main/_gfx/cmn/phone_icon.png") no-repeat center top;
}

#page_footer #footercolumn .footer_copyright {
color: #cdbd96;
font-size: 12px;
text-align: center;
}

#page_footer #footercolumn .footer_copyright a {
color: #fff;
margin: 0;
}

#page_footer .footer_nav {
margin: 0 auto 10px;
width: 100%;
Expand Down Expand Up @@ -541,16 +535,6 @@ template {
margin-bottom: 10px;
}

#page_footer p {
margin: 0;
clear: both;
}

#page_footer a {
color: #fff;
text-decoration: none;
}

.footer_buttons {
display: none;
}
Expand Down Expand Up @@ -595,58 +579,56 @@ template {
position: relative;
display: block;
}
#page_footer a {
margin: 0;
}
#page_footer .mag-footer {
font-size: 11px;
color: #ccd1d6;
text-align: center;
margin-bottom: 10px;
}
#page_footer .mag-footer a {
color: #ccd1d6;
cursor: pointer;
}
#page_footer .footer_nav {
width: 60%;
margin: 0 auto;
position: relative;
bottom: 23px;
}
#page_footer a {
margin: 0;
}
#page_footer #footercolumn {
margin: 0 auto;
position: relative;
padding: 0;
min-height: 232px;
}
#page_footer #footercolumn .footer_address {
float: left;
width: 50%;
min-height: 192px;
background: url("https://www.peoriaaz.gov/Project/Contents/Main/_gfx/cmn/location_icon.png") left 12px center no-repeat;
padding: 0;
background-size: auto auto;
max-width: 100%;
margin: 0;
background: url("https://www.peoriaaz.gov/Project/Contents/Main/_gfx/cmn/location_icon.png") left 5px center no-repeat;
}
#page_footer #footercolumn .footer_address p {
font-size: 14px;
font-weight: 600;
color: #fff;
letter-spacing: 0.2px;
line-height: 18px;
text-align: left;
padding: 80px 0 0 102px;
#page_footer #footercolumn .footer_contact {
background: url("https://www.peoriaaz.gov/Project/Contents/Main/_gfx/cmn/phone_icon.png") 29px center no-repeat;
}
#page_footer #footercolumn .footer_address,
#page_footer #footercolumn .footer_contact {
float: left;
width: 50%;
min-height: 192px;
background: url("https://www.peoriaaz.gov/Project/Contents/Main/_gfx/cmn/phone_icon.png") 29px center no-repeat;
padding: 0;
background-size: auto auto;
max-width: 100%;
margin: 0;
}
#page_footer #footercolumn .footer_address p,
#page_footer #footercolumn .footer_contact p {
font-size: 14px;
font-weight: 600;
color: #fff;
letter-spacing: 0.2px;
line-height: 18px;
text-align: left;
padding: 80px 0 0 123px;
padding: 80px 0 0 110px;
}
#page_footer #footercolumn .footer_contact p:last-child {
padding-top: 0;
Expand All @@ -657,23 +639,6 @@ template {
color: #fff;
letter-spacing: 0.2px;
}
#page_footer #footercolumn .footer_copyright {
display: block;
font-size: 12px;
font-weight: normal;
color: #cdbd96;
letter-spacing: 0.2px;
line-height: 40px;
text-align: center;
margin: 12px 0 0;
}
#page_footer #footercolumn .footer_copyright a {
color: #fff;
font-weight: bold;
}
#page_footer #footercolumn .footer_copyright a:hover {
text-decoration: underline;
}
}

@media (max-width: 800px) {
Expand Down Expand Up @@ -731,18 +696,6 @@ template {
margin: 0 auto;
}

#page_footer .mag-footer {
font-size: 11px;
color: #ccd1d6;
text-align: center;
margin-bottom: 10px;
}

#page_footer .mag-footer a {
color: #ccd1d6;
cursor: pointer;
}

@media (max-width: 767.98px) {
#footercolumn {
display: none !important;
Expand Down Expand Up @@ -834,6 +787,16 @@ template {
background-color: #5baae9;
}

.popinfo hr {
margin: 1px;
}

.popinfo .poptext {
font-size: 0.9em;
font-variant: small-caps;
font-weight: 800;
}

/*******************
Cards
********************/
Expand Down Expand Up @@ -983,6 +946,16 @@ a.card-link:visited {
order: 2;
}

#controls #specials p {
font-size: 12px;
margin-bottom: 1px;
text-align: center;
}

#controls #specials ul.fieldlist {
margin-bottom: 0px;
}

#controls #specials .fieldlist {
display: -webkit-box;
display: -ms-flexbox;
Expand All @@ -991,11 +964,7 @@ a.card-link:visited {
-ms-flex-pack: center;
justify-content: center;
list-style: none;
padding-left: 0;
}

#controls #specials .fieldlist ul {
margin-bottom: 0;
padding-left: 0px;
}

#controls #specials .fieldlist li {
Expand Down Expand Up @@ -5799,7 +5768,7 @@ a.font_smaller {
bottom: 0;
z-index: -1;
width: 664px;
height: 551px;
height: 500px;
}
}

Expand Down Expand Up @@ -7177,4 +7146,3 @@ table.tableBox td {
.tooltip {
z-index: 1000000;
}
/*# sourceMappingURL=main.css.map */
4 changes: 2 additions & 2 deletions src/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
# SITE
Site Name: Peoria-Business-Resources-Tool
Site URL: http://geo.azmag.gov/maps/peoriabiz/
Version: 1.3.3
Last updated: 2020-10-22
Version: 2.0.0
Last updated: 2021-01-28
Creation date: 2020-04-09
Language: English
Doctype: HTML5
Expand Down
Binary file added src/images/logos/AMF.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/NBarrowhead.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/ThunderbirdMini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/WestValleyCenterSL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/artonfire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/cartidgeworld.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/cleancenter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/clothesMentor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/everyDoggie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/ezstor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/greenlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/irongirlz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/marilyns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/mastertech.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/mathnasium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/mitchs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/pitajungle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f61e3c7

Please sign in to comment.