Architecture and models setup for members and projects. Chat and css missing
This commit is contained in:
16
src/html/member.html
Normal file
16
src/html/member.html
Normal 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=" "
|
||||
set-location="city, city-separator, country"
|
||||
value-city-separator=", "
|
||||
data-fields="avatar, name, location"
|
||||
widget-avatar="ldp-display-img"
|
||||
bind-resource
|
||||
></ldp-display>
|
||||
</div>
|
Reference in New Issue
Block a user