forked from indymedia/epicyon
				
			Tidying
							parent
							
								
									e2a0e347c8
								
							
						
					
					
						commit
						77df07a9cd
					
				| 
						 | 
					@ -48,14 +48,6 @@ def htmlProfile(profileJson: {}) -> str:
 | 
				
			||||||
    domainFull=domain
 | 
					    domainFull=domain
 | 
				
			||||||
    if port:
 | 
					    if port:
 | 
				
			||||||
        domainFull=domain+':'+str(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= \
 | 
					    profileStr= \
 | 
				
			||||||
        ' <div class="hero-image">' \
 | 
					        ' <div class="hero-image">' \
 | 
				
			||||||
        '  <div class="hero-text">' \
 | 
					        '  <div class="hero-text">' \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue