Architecture and models setup for members and projects. Chat and css missing

This commit is contained in:
Alexandre Bourlier
2018-04-05 14:09:42 +02:00
parent 420c68bd6e
commit bdfa78a945
12 changed files with 164 additions and 88 deletions

16
src/html/member.html Normal file
View File

@ -0,0 +1,16 @@
<div id="member" style="display: none">
<div class="page-header">
<h1>Profil</h1>
</div>
<ldp-display
id="profile"
set-name="firstname, name-separator, lastname"
value-name-separator="&nbsp;"
set-location="city, city-separator, country"
value-city-separator=",&nbsp;"
data-fields="avatar, name, location"
widget-avatar="ldp-display-img"
bind-resource
></ldp-display>
</div>