<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta charset="utf-8"><!-- utf-8 works for most cases --><meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary -->
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine --><meta name="x-apple-disable-message-reformatting"> <!-- Disable auto-scale in iOS 10 Mail entirely -->
<meta name="format-detection" content="telephone=no,address=no,email=no,date=no,url=no"> <!-- Tell iOS not to automatically link certain text strings. -->
<title></title> <!-- The title tag shows in email notifications, like Android 4.4. -->
<!-- Web Font / @font-face : BEGIN -->
<!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
<!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
<!--[if mso]>
<style>
* {
font-family: sans-serif !important;
}
</style>
<![endif]-->
<!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
<!--[if !mso]><!-->
<!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
<!--<![endif]-->
<!-- Web Font / @font-face : END -->
<!-- CSS Reset : BEGIN -->
<style>
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body {
margin: 0 !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. */
table {
border-spacing: 0 !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode:bicubic;
}
/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a {
text-decoration: none;
}
/* What it does: A work-around for email clients meddling in triggered links. */
a[x-apple-data-detectors], /* iOS */
.unstyle-auto-detected-links a,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im {
color: inherit !important;
}
/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
display: none !important;
}
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
u ~ div .email-container {
min-width: 320px !important;
}
}
/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
u ~ div .email-container {
min-width: 375px !important;
}
}
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
u ~ div .email-container {
min-width: 414px !important;
}
}
</style>
<!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<!-- CSS Reset : END -->
<!-- Progressive Enhancements : BEGIN -->
<style>
/* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
}
.button-td-primary:hover,
.button-a-primary:hover {
background: #3fab77 !important;
border-color: #3fab77 !important;
}
.button-td-secondary:hover,
.button-a-secondary:hover {
background: #ff5a5f !important;
border-color: #ff5a5f !important;
}
/* Media Queries */
@media screen and (max-width: 680px) {
/* What it does: Forces table cells into full-width rows. */
.stack-column,
.stack-column-center {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
}
/* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
.center-on-narrow {
text-align: center !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
}
.left-on-narrow {
text-align: left !important;
display: block !important;
margin-left: 0 !important;
margin-right: 0 !important;
float: left !important;
}
.right-on-narrow {
text-align: left !important;
display: block !important;
margin-left: 0 !important;
margin-right: 0 !important;
float: right !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-10 {
padding-top: 10px !important;
}
.pt-15 {
padding-top: 15px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.ph-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.ph-10 {
padding-right: 10px !important;
padding-left: 10px !important;
}
.ph-15 {
padding-right: 15px !important;
padding-left: 15px !important;
}
.ph-20 {
padding-right: 20px !important;
padding-left: 20px !important;
}
.ph-30 {
padding-right: 30px !important;
padding-left: 30px !important;
}
.pv-15 {
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.pl-0 {
padding-left: 0 !important;
}
.pl-10 {
padding-left: 10px !important;
}
.pl-20 {
padding-left: 20px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.bdr-n {
border-right: none !important;
}
.pr-100 {
padding-right: 100px !important;
}
.pr-0 {
padding-right: 0 !important;
}
.bdb-red {
border-bottom: 2px solid #ff5a5f !important;
}
.mv-30 {
margin-bottom:30px !important;
margin-top:30px !important;
}
.vertical-list {
display: block !important;
width: 100% !important;
padding: 0 !important;
text-align: left !important;
}
.vertical-table {
margin-bottom: 20px;
}
table.center-on-narrow {
display: inline-block !important;
}
.fs12 {
font-size: 12px !important;
}
.fs16 {
font-size: 16px !important;
}
.fs20 {
font-size: 20px !important;
}
.lh18 {
line-height: 18px !important;
}
.lh30 {
line-height: 30px !important;
}
.registration-hero-image {
background-position: 84% !important;
height: 175px !important;
}
}
</style>
<!-- Progressive Enhancements : END -->
</head>
<div style="width:100%;margin:0;padding:0 !important;mso-line-height-rule:exactly;background-color:#fff"><center style="width:100%;background-color:#fff">
<!--[if mso | IE]>
<table role="presentation" border={0} cellPadding="0" cellSpacing="0" width="100%" style={{backgroundColor: tableBackgroundColor}}>
<tr>
<td>
<![endif]-->
<div style="display:none;font-size:1px;line-height:1px;max-height:0;max-width:0;opacity:0;overflow:hidden;mso-hide:all;font-family:Arial, Helvetica Neue, Helvetica, sans-serif">GetHome.pl - Mieszkania i domy na sprzedaż i wynajem</div><div style="max-width:680px;margin:0 auto;background-color:#fff" class="email-container">
<!--[if mso]>
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border={0} width="680">
<tr>
<td>
<![endif]-->
<table role="presentation" cellSpacing="0" cellPadding="0" border="0" width="100%" style="margin:0 auto;border:0"><tbody><tr><td style="padding:20px 10px;text-align:left;background-color:#fff"><a href="https://gethome.pl/" target="_blank"><img src="https://emails-static.gethome.pl/public/gethome_logo_color.png" width="132" height="30" alt="gethome" border="0" style="height:auto;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;font-size:15px;line-height:15px;color:#555555"/></a></td></tr><tr><td style="margin:0 0 10px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;padding-left:40px;padding-right:40px;padding-top:20px;border-left:1px solid #eeeeee;border-right:1px solid #eeeeee;border-top:1px solid #eeeeee" class="ph-15"><h1 style="margin:0;font-size:23px;line-height:30px;color:#9069c0;font-family:Arial Bold, Gadget, sans-serif;padding-bottom:20px;border-bottom:1px solid #eeeeee">Podsumowanie rozmowy</h1></td></tr><tr><td style="font-family:Arial, Helvetica Neue, Helvetica, sans-serif;padding-left:40px;padding-right:40px;padding-top:20px;padding-bottom:20px;border-left:1px solid #eeeeee;border-right:1px solid #eeeeee;font-size:14px" class="ph-15"><table><tr><td style="font-family:Arial Bold, Gadget, sans-serif;font-weight:bold">Szczegóły połączenia:</td></tr><tr><td style="font-family:Arial, Helvetica Neue, Helvetica, sans-serif">Data i godzina: 23 stycznia 2023, 13:23</td></tr><tr><td style="font-family:Arial, Helvetica Neue, Helvetica, sans-serif;padding-bottom:15px">Numer dzwoniącego: <a href="tel:+48 609687886">+48 609 687 886</a></td></tr><tr><td style="font-family:Arial Bold, Gadget, sans-serif;font-weight:bold">W sprawie oferty:</td></tr><tr><td style="font-family:Arial, Helvetica Neue, Helvetica, sans-serif;padding-bottom:15px"><a href="https://gethome.pl/oferta/sprzedam-mieszkanie-wroclaw-ul-sasiedzka-49m2-dwupokojowe-2-pietro-1007143" target="_blank" style="overflow-wrap:anywhere">https://gethome.pl/oferta/sprzedam-mieszkanie-wroclaw-ul-sasiedzka-49m2-dwupokojowe-2-pietro-1007143</a></td></tr><tr><td style="font-family:Arial, Helvetica Neue, Helvetica, sans-serif">Osoba zainteresowana nieruchomością skontaktowała się z Tobą za pomocą portalu GetHome.pl. Dziękujemy za rozmowę.</td></tr></table></td></tr><tr><td height="100%" valign="top" width="100%" style="padding-left:30px;padding-right:30px;border-left:1px solid #eeeeee;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee" class="ph-15">
<!--[if mso]>
<table align="center" role="presentation" border={0} cellspacing="0" cellpadding="0" width="680">
<tr>
<td valign="top" width="680">
<![endif]-->
<table align="center" role="presentation" border="0" cellPadding="0" cellSpacing="0" width="100%" style="max-width:680px"><tbody><tr><td align="center" valign="top" style="font-size:0">
<!--[if mso]>
<table role="presentation" border={0} cellspacing="0" cellpadding="0" width="680">
<tr>
<td valign="top" width="340">
<![endif]-->
<div style="display:inline-block;margin:0 -2px;width:50%;min-width:240px;max-width:340px;vertical-align:top" class="stack-column"><table role="presentation" cellSpacing="0" cellPadding="0" border="0" width="100%"><tbody><tr><td style="padding:10px 10px"><table role="presentation" cellSpacing="0" cellPadding="0" width="100%" border="0" style="font-size:14px;text-align:left"><tbody><tr><td style="font-family:sans-serif;font-size:15px;line-height:20px;color:#555555;padding-top:10px" class="stack-column-center"><p>Wydawcą portalu GetHome.pl jest PropertyGroup Sp. z o.o.</p></td></tr></tbody></table></td></tr></tbody></table></div>
<!--[if mso]>
</td>
<td valign="top" width="340">
<![endif]-->
<div style="display:inline-block;margin:0 -2px;width:50%;min-width:240px;max-width:340px;vertical-align:top" class="stack-column"><table role="presentation" cellSpacing="0" cellPadding="0" border="0" width="100%"><tbody><tr><td style="padding:10px 10px"><table role="presentation" cellSpacing="0" cellPadding="0" border="0" width="100%" style="font-size:14px;text-align:left"><tbody><tr><td style="font-family:sans-serif;font-size:15px;line-height:70px;color:#555555;padding-top:10px;text-align:right" class="stack-column-center"><a href="https://gethome.pl/" target="_blank"><img src="https://emails-static.gethome.pl/public/gethome_logo_gray.png" alt="gethome"/></a></td></tr></tbody></table></td></tr></tbody></table></div>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td></tr></tbody></table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td></tr><tr><td valign="top" width="100%" style="background-color:#fff;height:60px"></td></tr></tbody></table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</div>
<!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
</center></div>
</html> |