diff --git a/app/views/profile/index.rhtml b/app/views/profile/index.rhtml
new file mode 100644
index 0000000..0991704
--- /dev/null
+++ b/app/views/profile/index.rhtml
@@ -0,0 +1,16 @@
+
<%= _("%s's profile") % profile.identifier %>
+
+
+ -
+ <%= _('Name:') %>
+ <%= profile.name %>
+
+ -
+ <%= _('Homepage: ') %>
+ <%= link_to profile.url, profile.url %>
+
+
+ <%# FIXME %>
+ - <%= link_to_function _('Friends'), 'alert("not yet")' %>
+ - <%= link_to_function _('Communities'), 'alert("not yet")' %>
+
--
libgit2 0.21.2