diff --git a/index.php b/index.php index 0676609..17b7881 100644 --- a/index.php +++ b/index.php @@ -32,8 +32,10 @@ + + diff --git a/src/html/channel-edition.html b/src/html/channel-edition.html new file mode 100644 index 0000000..f6c9ff4 --- /dev/null +++ b/src/html/channel-edition.html @@ -0,0 +1,7 @@ + diff --git a/src/html/dashboard.html b/src/html/dashboard.html index 3d43d0e..37ffb96 100644 --- a/src/html/dashboard.html +++ b/src/html/dashboard.html @@ -7,17 +7,20 @@
- - - - - +
+ + diff --git a/src/html/edit-profile.html b/src/html/edit-profile.html index cbde15f..f2dfa90 100644 --- a/src/html/edit-profile.html +++ b/src/html/edit-profile.html @@ -18,17 +18,16 @@
diff --git a/src/html/home.html b/src/html/home.html deleted file mode 100644 index 14c027a..0000000 --- a/src/html/home.html +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/src/html/member.html b/src/html/member.html index 21a20e7..85bab3d 100644 --- a/src/html/member.html +++ b/src/html/member.html @@ -11,23 +11,40 @@
+ + diff --git a/src/html/menu.html b/src/html/menu.html index 2598d69..21090ec 100644 --- a/src/html/menu.html +++ b/src/html/menu.html @@ -17,17 +17,15 @@ Projets - - Projet - + + Channels - - channel - + +
diff --git a/src/html/project-edition.html b/src/html/project-edition.html new file mode 100644 index 0000000..fbd8a5a --- /dev/null +++ b/src/html/project-edition.html @@ -0,0 +1,8 @@ + + diff --git a/src/scss/_channels.scss b/src/scss/_channels.scss index efd811f..d5f0e81 100644 --- a/src/scss/_channels.scss +++ b/src/scss/_channels.scss @@ -2,7 +2,6 @@ #channels-list { display: flex; flex-direction: column; - margin-top: 40px; ldp-display { @extend %td; diff --git a/src/scss/_dashboard.scss b/src/scss/_dashboard.scss index ed3af21..c85ed58 100644 --- a/src/scss/_dashboard.scss +++ b/src/scss/_dashboard.scss @@ -1,6 +1,5 @@ #dashboard { - #search-help { - font-style: italic; - padding-left: 5px; + #to-user-profile { + cursor: pointer; } } diff --git a/src/scss/_member.scss b/src/scss/_member.scss index 79aa023..359cb2a 100644 --- a/src/scss/_member.scss +++ b/src/scss/_member.scss @@ -61,8 +61,24 @@ } .section { - @extend %detail-section; - margin-top: 40px; + position: relative; + + i { + position: absolute; + display: block; + top: 5px; + right: 10px; + cursor: pointer; + + &.name { + top: 290px; + } + } + + h2 { + @extend %detail-section; + margin-top: 40px; + } } #member-skills { diff --git a/src/scss/_projects.scss b/src/scss/_projects.scss index a24e197..3ace468 100644 --- a/src/scss/_projects.scss +++ b/src/scss/_projects.scss @@ -2,7 +2,6 @@ #projects-list { display: flex; flex-direction: column; - margin-top: 40px; ldp-display { @extend %td;