master
Bob Mottram 2019-07-21 19:23:20 +01:00
parent e2a0e347c8
commit 77df07a9cd
1 changed files with 0 additions and 8 deletions

View File

@ -48,14 +48,6 @@ def htmlProfile(profileJson: {}) -> str:
domainFull=domain
if port:
domainFull=domain+':'+str(port)
profileStr= \
'<div class="card">' \
'<img src="'+profileJson['icon']['url']+'" alt="John" style="width:100%">' \
'<h1>'+preferredName+'</h1>' \
'<p>@'+nickname+'@'+domainFull+'</p>' \
'<p class="title"><i>'+profileJson['publicKey']['summary']+'</i></p>' \
'<p><button>Contact</button></p>' \
'</div>'
profileStr= \
' <div class="hero-image">' \
' <div class="hero-text">' \