From bcd88af53b1a920d728ec98b45daa9ac2e2c0917 Mon Sep 17 00:00:00 2001 From: transtrike Date: Fri, 12 Feb 2021 19:04:53 +0200 Subject: Moved from DevHive --- src/app/components/profile/profile.component.html | 60 +++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 src/app/components/profile/profile.component.html (limited to 'src/app/components/profile/profile.component.html') diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html new file mode 100644 index 0000000..0e5f633 --- /dev/null +++ b/src/app/components/profile/profile.component.html @@ -0,0 +1,60 @@ + + +
+ +
+
+
+ +
+
+ {{ user.firstName }} {{ user.lastName }} +
+
+ @{{ user.userName }} +
+
+ +
+ +
+
+
+
+ Languages: +
+
+ {{ lang.name }} +
+
+
+  None +
+
+
+ Technologies: +
+
+ {{ tech.name }} +
+
+
+  None +
+
+
+
+
+ {{ user.firstName }} {{ user.lastName }} hasn't posted anything yet! +
+
+ +
+
+
+
-- cgit v1.2.3