Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit d92b7e6

Browse files
authored
Merge pull request #6 from GSA/release-1.0.0
Release 1.0.0
2 parents ec6cace + ce45449 commit d92b7e6

File tree

6 files changed

+16
-45
lines changed

6 files changed

+16
-45
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@ typings/
7777
.DS_Store
7878

7979
# Salesforce
80-
*.properties
80+
*.properties
81+
build.xml

INSTALLATION.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
## Dependencies
44

55
* Font Awesome
6-
* **Required For** fontAwesomeIcon and socialMediaNavMenu components.
6+
* **Required For** fontAwesomeIcon and socialMediaNavMenu components.
77
* Register with Font Awesome to create icon kits, [https://fontawesome.com/start](https://fontawesome.com/start). You'll receive a JS snippet to include in your site. Hold onto that for later.
88

99
## Instructions
1010

1111
* Two methods available to push code to your sandbox
12-
* Install via https://test.salesforce.com/packaging/installPackage.apexp?p0=04t350000001l13
12+
* Install via [https://test.salesforce.com/packaging/installPackage.apexp?p0=04t350000001lQx](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t350000001lQx)
1313
* Clone this repository and push
1414
* Enable Communities in your Salesforce org
1515
* Create new community (Setup > Communities > New)
@@ -18,7 +18,7 @@
1818
* From Workspaces, navigate to Administration
1919
* Login & Registration
2020
* Update Logo to use Agency-specific logo
21-
* Update Footer text. Note, US Government agencies do not hold copyright, see (https://www.usa.gov/government-works). Entering © My Agency is improper. Instead, just enter the agency name.
21+
* Update Footer text. Note, US Government agencies do not hold copyright, see [Government Works](https://www.usa.gov/government-works). Entering © My Agency is improper. Instead, just enter the agency name.
2222
* Set Logout Page URL
2323
* Save
2424
* Update other settings as needed.
@@ -47,7 +47,7 @@ This theme relies on five navigation menus:
4747
* Navigate to Theme (paint brush)
4848
* Update Images
4949
* Upload your organization logo under Company Logo. Update Login Page Background Image if desired.
50-
* A logo with transparent background is best.
50+
* A logo with transparent background is best as the header and footer are different colors.
5151
* Update Theme Settings
5252
* Work down the list of theme settings. As you tab through, the underlying page will update after each field.
5353
* If you created a community specific URL ...force.com/blah, update the Path to Home Page section to include beginning of URI path
@@ -70,7 +70,7 @@ Fontawsome needs to be a trusted site for both scripts and other resources. The
7070
1. Under Salesforce Setup (Not in Experience Builder) search for CSP Trusted Sites.
7171
1. Click New Trusted Site.
7272
1. Trusted Site Name: kitfreefontawsome
73-
1. Trusted Site URL: https://kit-free.fontawesome.com
73+
1. Trusted Site URL: [https://kit-free.fontawesome.com](https://kit-free.fontawesome.com)
7474
1. Context: Communities
7575
1. Leave all other boxes checked
7676
1. Click Save
@@ -80,7 +80,7 @@ Back in Experience Builder > Settings > Security.
8080
1. Change the Content Secuirty Policy (CSP) to "Allow Inline Scripts and Script Access to Whitelisted Third-party Hosts
8181
1. Click + Add Trusted Site.
8282
1. Name: fontawesome
83-
1. URL: https://kit.fontawesome.com
83+
1. URL: [https://kit.fontawesome.com](https://kit.fontawesome.com)
8484

8585
Enter the header script Tag:
8686
From Settings>Advanced.
@@ -90,5 +90,3 @@ From Settings>Advanced.
9090
1. Click Save
9191

9292
When saved you should not get any CSP errors.
93-
94-
### To Do

src/brandingSets/USWDS_Lightning_Community.brandingSet

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
</brandingSetProperty>
1111
<brandingSetProperty>
1212
<propertyName>DetailTextColor</propertyName>
13-
<propertyValue>#5A5A5A</propertyValue>
13+
<propertyValue>rgb(90, 90, 90)</propertyValue>
1414
</brandingSetProperty>
1515
<brandingSetProperty>
1616
<propertyName>BorderColor</propertyName>
17-
<propertyValue>#D4D4D4</propertyValue>
17+
<propertyValue>rgb(212, 212, 212)</propertyValue>
1818
</brandingSetProperty>
1919
<brandingSetProperty>
2020
<propertyName>HeaderFonts</propertyName>
21-
<propertyValue>Ek Mukta</propertyValue>
21+
<propertyValue>Source Sans Pro</propertyValue>
2222
</brandingSetProperty>
2323
<brandingSetProperty>
2424
<propertyName>CardBackgroundColor</propertyName>
@@ -42,7 +42,7 @@
4242
</brandingSetProperty>
4343
<brandingSetProperty>
4444
<propertyName>_HeaderTextColor</propertyName>
45-
<propertyValue>rgba(34,34,34,.8)</propertyValue>
45+
<propertyValue>rgb(34,34,34)</propertyValue>
4646
</brandingSetProperty>
4747
<brandingSetProperty>
4848
<propertyName>_NavigationMenuHoverColor</propertyName>
@@ -70,7 +70,7 @@
7070
</brandingSetProperty>
7171
<brandingSetProperty>
7272
<propertyName>ActionColor</propertyName>
73-
<propertyValue>#0099DE</propertyValue>
73+
<propertyValue>rgb(204, 204, 204)</propertyValue>
7474
</brandingSetProperty>
7575
<brandingSetProperty>
7676
<propertyName>CompanyLogo</propertyName>
@@ -94,15 +94,15 @@
9494
</brandingSetProperty>
9595
<brandingSetProperty>
9696
<propertyName>OverlayTextColor</propertyName>
97-
<propertyValue>rgb(0, 27, 255)</propertyValue>
97+
<propertyValue>rgb(0, 60, 113)</propertyValue>
9898
</brandingSetProperty>
9999
<brandingSetProperty>
100100
<propertyName>PrimaryFont</propertyName>
101-
<propertyValue>Ek Mukta</propertyValue>
101+
<propertyValue>Source Sans Pro</propertyValue>
102102
</brandingSetProperty>
103103
<brandingSetProperty>
104104
<propertyName>LinkColor</propertyName>
105-
<propertyValue>#3558D6</propertyValue>
105+
<propertyValue>rgb(0, 94, 162)</propertyValue>
106106
</brandingSetProperty>
107107
<masterLabel>USWDS_Lightning_Community</masterLabel>
108108
<type>cpt:branding-cpt</type>

src/contentassets/logo.asset

-8.41 KB
Binary file not shown.

src/contentassets/logo.asset-meta.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/package.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
<members>USWDS_Lightning_Community</members>
2727
<name>CommunityThemeDefinition</name>
2828
</types>
29-
<types>
30-
<members>logo</members>
31-
<name>ContentAsset</name>
32-
</types>
3329
<types>
3430
<members>USWDS_Lightning_Community_themeLayout_Default</members>
3531
<members>USWDS_Lightning_Community_themeLayout_Login</members>

0 commit comments

Comments
 (0)