testing colors and editing icons and descriptions

pull/2/head
Rebecca Hollis 5 years ago
parent 04c0c064ee
commit b19b3dcac0

@ -63,8 +63,8 @@
"altText": "tax icon" "altText": "tax icon"
}, },
{ {
"title": "Salary Reduction Agreement", "title": "SRA",
"description": "Send HR this form if you would like to establish or change the part of your compensation that goes to an IRA.", "description": "A salary reduction agreement helps you to establish or change the part of your compensation that goes to an IRA.",
"imagePath": "pdf-icon-100x100.png", "imagePath": "pdf-icon-100x100.png",
"urlText": "../resources/human-resources/Notice-and-Agreement.pdf", "urlText": "../resources/human-resources/Notice-and-Agreement.pdf",
"altText": "PDF icon" "altText": "PDF icon"
@ -107,14 +107,14 @@
{ {
"title": "JDSfaulkner Logo - EPS", "title": "JDSfaulkner Logo - EPS",
"description": "Do you need to present the logo in your work? Here's an eps format to use in collateral and merchandise.", "description": "Do you need to present the logo in your work? Here's an eps format to use in collateral and merchandise.",
"imagePath": "image-download-icon.png", "imagePath": "image-eps-icon.png",
"urlText": "../resources/marketing/JDS_faulkner_Logo.eps", "urlText": "../resources/marketing/JDS_faulkner_Logo.eps",
"altText": "Image icon" "altText": "Image icon"
}, },
{ {
"title": "JDSfaulkner Logo - PNG", "title": "JDSfaulkner Logo - PNG",
"description": "Do you need to present the logo in your work? Here's a png format to use in collateral and merchandise.", "description": "Do you need to present the logo in your work? Here's a png format to use in collateral and merchandise.",
"imagePath": "image-download-icon.png", "imagePath": "image-png-icon.png",
"urlText": "../resources/marketing/JDS_faulkner_Logo.png", "urlText": "../resources/marketing/JDS_faulkner_Logo.png",
"altText": "Image icon" "altText": "Image icon"
}, },
@ -128,7 +128,7 @@
{ {
"title": "Facebook", "title": "Facebook",
"description": "Through Facebook, the company connects with the community by sharing content and interacting with the public.", "description": "Through Facebook, the company connects with the community by sharing content and interacting with the public.",
"imagePath": "facebooklogo_100x100.png", "imagePath": "facebooklogogrey_100x100.png",
"urlText": "https://www.facebook.com/JDSfaulkner/", "urlText": "https://www.facebook.com/JDSfaulkner/",
"altText": "Facebook icon" "altText": "Facebook icon"
}, },
@ -218,7 +218,7 @@
}, },
{ {
"title": "Deltek University", "title": "Deltek University",
"description": "Increase your Deltek knowledge with courses designed to teach you how to use Deltek solutions proficiently.", "description": "Increase your Deltek knowledge with courses designed to teach you how to use Deltek solutions.",
"imagePath": "deltek-logo-black.png", "imagePath": "deltek-logo-black.png",
"urlText":"https://www.deltek.com/en/support/deltek-university", "urlText":"https://www.deltek.com/en/support/deltek-university",
"altText": "Deltek logo" "altText": "Deltek logo"
@ -254,7 +254,7 @@
{ {
"title": "Procore", "title": "Procore",
"description": "Administrators for field engineering projects use Procore for collecting, reviewing and approving invoices.", "description": "Administrators for field engineering projects use Procore for collecting, reviewing and approving invoices.",
"imagePath": "procore-logo-100x100.png", "imagePath": "ProcoreLogo2.png",
"urlText": "https://www.procore.com/", "urlText": "https://www.procore.com/",
"altText": "Procore logo" "altText": "Procore logo"
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -62,14 +62,14 @@ body{
cursor: pointer; cursor: pointer;
margin-bottom: 4px; margin-bottom: 4px;
background-color: map-get($theme-colors, inactiveaccordion); background-color: map-get($theme-colors, inactiveaccordion);
color: map-get($theme-colors, textaccordion); color: map-get($theme-colors, inactivetextaccordion);
border-color: map-get($theme-colors, inactiveborderaccordion); border-color: map-get($theme-colors, inactiveborderaccordion);
} }
.category-header.active { .category-header.active {
margin-bottom: 25px; margin-bottom: 25px;
background-color: map-get($theme-colors, activeaccordion); background-color: map-get($theme-colors, activeaccordion);
color: map-get($theme-colors, textaccordion); color: map-get($theme-colors, activetextaccordion);
border-color: map-get($theme-colors, activeborderaccordion); border-color: map-get($theme-colors, activeborderaccordion);
} }

@ -21,10 +21,11 @@ $theme-colors: (
"paragraphtextcolor": #808080, "paragraphtextcolor": #808080,
"paragraphtextcolorhover":#202022, "paragraphtextcolorhover":#202022,
"themebuttonoutline": #414144, "themebuttonoutline": #414144,
"inactiveaccordion": #202023, "inactiveaccordion": #313033,
"activeaccordion": #414144, "activeaccordion": #414144,
"textaccordion": #808080, "inactivetextaccordion": #171719,
"inactiveborderaccordion": #55555c, "activetextaccordion": #808080,
"inactiveborderaccordion": #202023,
"activeborderaccordion": rgba(26, 26, 26, 0), "activeborderaccordion": rgba(26, 26, 26, 0),
"footertext": #808080, "footertext": #808080,
); );

@ -23,7 +23,8 @@ $theme-colors: (
"themebuttonoutline": #434344, "themebuttonoutline": #434344,
"inactiveaccordion": #f6f6f6, "inactiveaccordion": #f6f6f6,
"activeaccordion": #ffffff, "activeaccordion": #ffffff,
"textaccordion": #434344, "inactivetextaccordion": #434344,
"activetextaccordion": #434344,
"borderaccordion": #c0c2c6, "borderaccordion": #c0c2c6,
"inactiveborderaccordion": #c0c2c6, "inactiveborderaccordion": #c0c2c6,
"activeborderaccordion": rgba(26, 26, 26, 0), "activeborderaccordion": rgba(26, 26, 26, 0),

Loading…
Cancel
Save