diff --git a/src/views/partial/profile/badges.ejs b/src/views/partial/profile/badges.ejs new file mode 100644 index 0000000..ebd15c8 --- /dev/null +++ b/src/views/partial/profile/badges.ejs @@ -0,0 +1,18 @@ + +
Bio: <%- profile.bio %>
+<% if(selfProfile){ %> +(edit)
+<% } %> + \ No newline at end of file diff --git a/src/views/partial/profile/date.ejs b/src/views/partial/profile/date.ejs new file mode 100644 index 0000000..35b9e09 --- /dev/null +++ b/src/views/partial/profile/date.ejs @@ -0,0 +1,16 @@ + +Joined: <%- profile.date.toUTCString(); %>
\ No newline at end of file diff --git a/src/views/partial/profile/image.ejs b/src/views/partial/profile/image.ejs new file mode 100644 index 0000000..5d818a4 --- /dev/null +++ b/src/views/partial/profile/image.ejs @@ -0,0 +1,19 @@ + +(edit)
+<% } %> \ No newline at end of file diff --git a/src/views/partial/profile/settings.ejs b/src/views/partial/profile/settings.ejs new file mode 100644 index 0000000..480f99e --- /dev/null +++ b/src/views/partial/profile/settings.ejs @@ -0,0 +1,27 @@ + +Signature: <%- profile.signature %>
+ <% if(selfProfile){ %> +(edit)
+ <% } %> + \ No newline at end of file diff --git a/src/views/partial/profile/tokeCount.ejs b/src/views/partial/profile/tokeCount.ejs new file mode 100644 index 0000000..b6d2361 --- /dev/null +++ b/src/views/partial/profile/tokeCount.ejs @@ -0,0 +1,24 @@ + + +tokes: <%- profile.tokeCount %>
+ + +!<%- toke %>: <%- count %>
+ <% }); %> +(edit)
- <% } %> - -tokes: <%- profile.tokeCount %>
- - -!<%- toke %>: <%- count %>
- <% }); %> -Signature: <%- profile.signature %>
- <% if(selfProfile){ %> -(edit)
- <% } %> - - - -Bio: <%- profile.bio %>
- <% if(selfProfile){ %> -(edit)
- <% } %> - - -Joined: <%- profile.date.toUTCString(); %>
-