Untitled
unknown
html
3 years ago
3.2 kB
23
Indexable
<!DOCTYPE html> <html lang="en" xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> * { box-sizing: border-box; font-family: "Noto Sans", sans-serif; } .row { display: flex; flex-direction: column; } .row-flex { display: flex; } .row-flex > a { float: left; } a { color: black; text-decoration: none; } </style> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"> <!--[if gte mso 9]><xml> <mso:CustomDocumentProperties> <mso:MediaServiceImageTags msdt:dt="string"></mso:MediaServiceImageTags> <mso:lcf76f155ced4ddcb4097134ff3c332f msdt:dt="string"></mso:lcf76f155ced4ddcb4097134ff3c332f> <mso:TaxCatchAll msdt:dt="string"></mso:TaxCatchAll> </mso:CustomDocumentProperties> </xml><![endif]--> </head> <body> <div> <div> <p style="font-size:16px;margin-bottom: 5px;line-height: 16px;">Pozdrawiam</p> <h1 style="font-size:24px;margin: 3px 0;line-height: 24px;">Mariusz Nowakowski</h1> <p style="font-size:16px;margin-bottom: 10px; margin-top: 0;line-height: 16px;">Founder of LOVEadv</p> <p style="font-size:16px;margin: 4px 0;line-height: 16px;"><a href="tel:48502464968" style="color:black;text-decoration:none" target="_blank"><span style="font-weight: 600;">T.</span> +48 502 464 968</a></p> <p style="font-size:16px;margin: 4px 0;line-height: 16px;"><a href="mailto:mariusz@loveadv.pl" style="color:black;text-decoration:none" target="_blank"><span style="font-weight: 600;">E.</span> mariusz@loveadv.pl</a></p> <p style="font-size:16px;margin: 4px 0;line-height: 16px;"><a href="https://www.loveadv.pl/" style="color:black;text-decoration:none" target="_blank"><span style="font-weight: 600;">W.</span> www.loveadv.pl</a></p> <table style="max-width:110px;margin-top:5px;margin-bottom:5px"> <tbody> <tr> <td><a href="https://www.instagram.com/love.adsofchange/" target="_blank"><img src="https://loveadv.pl/footer/ig.png" width="30" height="30" alt="Instagram icon"></a></td> <td><a href="https://www.facebook.com/love.adsofchange/" target="_blank"><img src="https://loveadv.pl/footer/li.png" width="30" height="30" alt="Facebook icon" style="margin-left:8px;margin-right:8px"></a></td> <td><a href="http://www.linkedin.com/company/loveadv" target="_blank"><img src="https://loveadv.pl/footer/in.png" width="30" height="30" alt="Linkedin icon"></a></td> </tr> </tbody> </table> <a href="https://www.loveadv.pl/" target="_blank"><img src="https://loveadv.pl/footer/stopka_mail_love_2.jpg" alt="Main picture in email" width="450"></a> </div> </div> </body> </html>
Editor is loading...