summaryrefslogtreecommitdiff
path: root/views/profile.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-09-30 11:59:56 -0400
committerJules Laplace <jules@okfoc.us>2014-09-30 11:59:56 -0400
commit87da1f7d3a295915e30a44abae2367477bf831b0 (patch)
treea194af40e86fde3a110783ff8f377c83056e149b /views/profile.ejs
parentb6aa758e4a760c244594dd5bc17004347a66913d (diff)
parent915b0e3c15f59103803bc1514b414b86aff92b6c (diff)
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'views/profile.ejs')
-rw-r--r--views/profile.ejs20
1 files changed, 10 insertions, 10 deletions
diff --git a/views/profile.ejs b/views/profile.ejs
index ada3d52..34b0bee 100644
--- a/views/profile.ejs
+++ b/views/profile.ejs
@@ -8,17 +8,17 @@
<div class="rapper page">
[[- include partials/header ]]
- <table class="profilepage">
- <tr>
+ <div class="profilepage">
[[ if (profile.photo && profile.photo.length) { ]]
- <td class="border profilePic" style="background-image:url([[- profile.photo ]])">
- </td>
+ <div class="profilePic" style="background-image:url([[- profile.photo ]])">
+ </div>
[[ } else { ]]
- <td class="border profilePic">
+ <div class="profilePic">
<span class="icon-ios7-person-outline"></span>
- </td>
+ </div>
[[ } ]]
- <td class="bio">
+ <div class="bio">
+ <div class="holder">
<h2>[[- profile.displayName ]]</h2>
[[ if (profile.location) { ]]
<span>
@@ -35,9 +35,9 @@
<a href="https://twitter.com/[[- profile.twitterName ]]">@[[- profile.twitterName ]]</a>
</span>
[[ } ]]
- </td>
- </tr>
- </table>
+ </div>
+ </div>
+ </div>
[[ if (projects.length) { ]]
<h1>[[- profile.username ]] has [[- projects.length ]] project[[- projects.length != 1 ? "s" : "" ]]</h1>