From c106da7c2a05a4be5e0e68e4f81fefec79ce4179 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Mon, 17 Jan 2022 10:36:47 +0100 Subject: [PATCH] #6 Responsive Page --- templates/user_profil.tmpl | 66 ++++++++++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 9 deletions(-) diff --git a/templates/user_profil.tmpl b/templates/user_profil.tmpl index c6cc2ef..294a12b 100644 --- a/templates/user_profil.tmpl +++ b/templates/user_profil.tmpl @@ -1,8 +1,50 @@ {{template "top" .}}
@@ -16,7 +58,7 @@ {{else}} {{ .user.Name }} {{end}} -

{{ if .user.AboutMe }}{{ .user.AboutMe }}{{ end }}

+

{{ if .user.AboutMe }}{{ .user.AboutMe }}{{ end }}

{{ if .user.Webpage }} {{ .user.Webpage }} {{ end }} {{ if .user.Location}} {{ .user.Location }}{{ end }} @@ -26,7 +68,7 @@
{{ if .user.AboutMe }}

{{ .user.AboutMe }}

{{ end }} -
+
{{ if .user.Webpage }}
{{ .user.Webpage }}{{ end }} {{ if .user.Location}}
{{ .user.Location }}{{ end }}
@@ -36,10 +78,16 @@ {{ range .list }}
{{ range . }} -
- - - +
+
+ + +
+ +
+ +
+
{{ end }}