Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chunt007 authored Aug 26, 2024
1 parent ccaad8f commit cbd50eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/profile/editProfile.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ const editProfileView: PaneDefinition = {
}
}

export default editProfileView
export default editProfileView
11 changes: 8 additions & 3 deletions src/profile/profileFormText.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
@prefix ui: <http://www.w3.org/ns/ui#>.
@prefix schema: <http://schema.org/>.
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.

@prefix org: <http://www.w3.org/ns/org#>.
@prefix esco: <http://data.europa.eu/esco/model#>.
@prefix wd: <http://www.wikidata.org/entity/>.
Expand All @@ -28,12 +27,18 @@
:SkillsPrompt :SkillsForm
).

:styleGroup a ui:Group; ui:weight 0; ui:parts ( :styleHeading :backgroundColor :highlightColor ).
:styleGroup a ui:Group; ui:weight 0; ui:parts ( :styleHeading :backgroundColor :highlightColor :cornerSquareColor :cornerDotColor ).
:styleHeading a ui:Heading; ui:contents "The style of your public profile.".
:backgroundColor a ui:ColorField; ui:property solid:profileBackgroundColor;
ui:label "Background color"; ui:default "#ffffff".
:highlightColor a ui:ColorField; ui:property solid:profileHighlightColor;
ui:label "Highlight color"; ui:default "#000000".
:cornerSquareColor a ui:ColorField; ui:property solid:cornerSquareColor;
ui:label "Corner Square Color"; ui:default "#000000".
:cornerDotColor a ui:ColorField; ui:property solid:cornerDotColor;
ui:label "Corner dot color"; ui:default "#000000".



# Nickname

Expand Down Expand Up @@ -383,4 +388,4 @@ WHERE
# Omitted: SERVICE wikibase:label { bd:serviceParam wikibase:language "$(languages)". }


# ENDS
# ENDS

0 comments on commit cbd50eb

Please sign in to comment.