feature: profile - classes updated
This commit is contained in:
parent
fed72e3a00
commit
79a1bc0acb
6
package-lock.json
generated
6
package-lock.json
generated
@ -1159,9 +1159,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@startinblox/hubl-styling-framework": {
|
"@startinblox/hubl-styling-framework": {
|
||||||
"version": "1.4.16",
|
"version": "1.4.17",
|
||||||
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.4.16.tgz",
|
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.4.17.tgz",
|
||||||
"integrity": "sha512-zJ8mGGvsG1N6bIOz7lwoVB2T3jk+powEvMzkNzas6b1ViVuXPzYfBECdRaRhmEHwiHomZqi43jY1/CWxY5JUJw=="
|
"integrity": "sha512-t/9GhudG0D82h40EXQM9v6UswtCvyNFjUEkoL2jMEAtw3FgC3aXC58sQX5p5zxl405zS1rffK2wENu/xH34khA=="
|
||||||
},
|
},
|
||||||
"@types/q": {
|
"@types/q": {
|
||||||
"version": "1.5.4",
|
"version": "1.5.4",
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@startinblox/hubl-styling-framework": "^1.4.16",
|
"@startinblox/hubl-styling-framework": "^1.4.17",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"normalize.css": "^8.0.1",
|
"normalize.css": "^8.0.1",
|
||||||
|
@ -108,7 +108,7 @@ html(lang="en")
|
|||||||
include views/page-about.pug
|
include views/page-about.pug
|
||||||
|
|
||||||
if endpoints.get.skills && endpoints.post.uploads && endpoints.post.users
|
if endpoints.get.skills && endpoints.post.uploads && endpoints.post.users
|
||||||
#profile(hidden, data-view="profile", no-render)
|
#profile(hidden, data-view="profile", no-render).scrollbar-content
|
||||||
include views/page-profile.pug
|
include views/page-profile.pug
|
||||||
|
|
||||||
if endpoints.get.joboffers
|
if endpoints.get.joboffers
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
div.bg-color-grey.padding-top-medium.padding-right-small.padding-bottom-xlarge.padding-left-small
|
solid-profile(
|
||||||
solid-profile(
|
bind-user
|
||||||
bind-user
|
upload-src=`${endpoints.uploads || endpoints.post.uploads}`
|
||||||
upload-src=`${endpoints.uploads || endpoints.post.uploads}`
|
range-skills=`${endpoints.skills || endpoints.get.skills}`
|
||||||
range-skills=`${endpoints.skills || endpoints.get.skills}`
|
)
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user