Skip to content
Snippets Groups Projects
Commit 167fe684 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

ready for unpkg

parent 84bc90c0
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ script(
script(src="/scripts/index.js")
// Stylesheets
link(rel='stylesheet', href='/lib/normalize.css')
//link(rel='stylesheet', href='/lib/normalize.css')
link(rel='stylesheet', href='/styles/index.css')
link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=latin-ext')
link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i')
......@@ -34,8 +34,6 @@ script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1")
script(type="module" src="https://unpkg.com/@startinblox/component-notifications")
script(type="module" src="https://unpkg.com/@startinblox/component-directory")
=======
//-
script(type="module" src="https://unpkg.com/@startinblox/component-directory")
script(type="module" src="/lib/sib-directory/sib-directory.js")
>>>>>>> 0a46b80... seems better
script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1.3")
>>>>>>> c2cc993... ready for unpkg
div.grid-layer
include templates/template-groups.pug
include templates/template-skills.pug
include templates/template-status.pug
div.grid-layer-main.containerV
sib-directory(
data-src=`${sdn}/members/`,
range-groups=`${sdn}/groups/`,
range-skills=`${sdn}/skills/`
)
div.grid-layer-links.containerV
div.containerH.containerCenter.how-link
div.containerV.fix.icon-idea
div.containerV.grow
sib-trigger() How To...
div.containerH.containerCenter.how-link
div.containerV.fix.icon-idea
div.containerV.grow
sib-trigger() How to complete my profile ?
include templates/template-groups.pug
include templates/template-skills.pug
include templates/template-status.pug
sib-directory(
data-src=`${sdn}/members/`,
range-groups=`${sdn}/groups/`,
range-skills=`${sdn}/skills/`
)
#members-list {
@extend .grid-layer;
#members-list__content {
@extend .grid-layer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment