Skip to content

Commit

Permalink
Update 2024-05-22T13:28:24.095Z
Browse files Browse the repository at this point in the history
  • Loading branch information
JaspervdK committed May 22, 2024
1 parent 8a533d1 commit 1370c7f
Show file tree
Hide file tree
Showing 73 changed files with 4,655 additions and 4,502 deletions.
153 changes: 85 additions & 68 deletions contactus.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>

<head>
<title>Contact us</title>

<!DOCTYPE html>
<html>

<head>
<title>Contact us</title>

<script type="text/javascript">
if (screen.width < 768) {
document.write('<meta name="viewport" content="width=600, user-scalable=no">');
Expand Down Expand Up @@ -102,15 +102,15 @@

<!-- Poptin -->
<script id='pixel-script-poptin' src='https://cdn.popt.in/pixel.js?id=5caf1081f1153' async='true'></script>


<link rel="stylesheet" type="text/css" href="css/contactus.css">
<link rel="canonical" href="https://salesflare.com/contactus" />

</head>

<body>



<link rel="stylesheet" type="text/css" href="css/contactus.css">
<link rel="canonical" href="https://salesflare.com/contactus" />

</head>

<body>

<div class="sf-menu-mobile">
<div class="container">
<div class="row">
Expand Down Expand Up @@ -139,12 +139,12 @@
</div>
</div>
</div>


<!-- header -->

<div class="sf-header feature larger">



<!-- header -->

<div class="sf-header feature larger">

<div class="container">
<!-- navbar -->
<div class="row sf-navbar">
Expand Down Expand Up @@ -190,47 +190,47 @@
<hr />
<!-- end navbar -->
</div>


<!-- hero -->
<div class="sf-hero">
<div class="container">
<div class="row">
<div>
<h1>Contact us</h1>
<p>We’ll get back to you asap.</p>
</div>
</div>
</div>
</div>
<!-- end hero -->
</div>

<div class="sf-one-column">
<div class="container">
<div class="row">
<h3>Let’s get in touch</h3>
<div class="subtitle">
<p>Please fill out the form below.</p>
</div>
<form class="sf-form" action="https://salesflare.us8.list-manage.com/subscribe/post?u=e6b1e240fe7c654b0536c1e63&amp;id=6b7d0296af" method="post">
<fieldset>
<label>Name</label>
<input type="text" name="NAME" value="" placeholder="">
<label>Work email address</label>
<input type="email" name="EMAIL" value="" placeholder="">
<label>Phone number</label>
<input type="tel" name="PHONE" value="" placeholder="">
<label>Message</label>
<textarea name="MESSAGE" placeholder=""></textarea>

<button type="submit" class="sf-button">Submit</button>
</fieldset>
</form>
</div>
</div>
</div>



<!-- hero -->
<div class="sf-hero">
<div class="container">
<div class="row">
<div>
<h1>Contact us</h1>
<p>We’ll get back to you asap.</p>
</div>
</div>
</div>
</div>
<!-- end hero -->
</div>

<div class="sf-one-column">
<div class="container">
<div class="row">
<h3>Let’s get in touch</h3>
<div class="subtitle">
<p>Please fill out the form below.</p>
</div>
<form class="sf-form" action="https://salesflare.us8.list-manage.com/subscribe/post?u=e6b1e240fe7c654b0536c1e63&amp;id=6b7d0296af" method="post">
<fieldset>
<label>Name</label>
<input type="text" name="NAME" value="" placeholder="">
<label>Work email address</label>
<input type="email" name="EMAIL" value="" placeholder="">
<label>Phone number</label>
<input type="tel" name="PHONE" value="" placeholder="">
<label>Message</label>
<textarea name="MESSAGE" placeholder=""></textarea>

<button type="submit" class="sf-button">Submit</button>
</fieldset>
</form>
</div>
</div>
</div>

<div class="sf-footer">
<div class="container">
<div class="row">
Expand Down Expand Up @@ -308,8 +308,8 @@ <h5 class="no-mobile">SUBSCRIBE TO OUR NEWS</h5>
</div>
</div>
</div>




<script src="//code.jquery.com/jquery-1.11.3.min.js" type="text/javascript"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-visible/1.2.0/jquery.visible.min.js" type="text/javascript"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lity/2.2.2/lity.min.js" type="text/javascript"></script>
Expand Down Expand Up @@ -367,6 +367,23 @@ <h5 class="no-mobile">SUBSCRIBE TO OUR NEWS</h5>
}

}

if (getCookie('salesflare-intercom-hash')) {
try {
let cookieValue = getCookie('salesflare-intercom-hash');
let parsedValue = JSON.parse(decodeURIComponent(cookieValue));

window.intercomSettings.user_hash = parsedValue.user_hash;
window.intercomSettings.user_id = parsedValue.user_id;

Intercom('update', window.intercomSettings);
}
catch (e) {
console.error('Error parsing intercom hash cookie', e);
}
}

window.intercomSettings.user_hash = getCookie('salesflare-intercom-hash');

if (getCookie('campaign')) {
if (document.getElementById('sf-menu-signup-button')) {
Expand Down Expand Up @@ -450,8 +467,8 @@ <h5 class="no-mobile">SUBSCRIBE TO OUR NEWS</h5>
var _intro_bar = window._intro_bar || {};(function() {var i,e;i=document.createElement("script"), i.type='text/javascript';i.async=1, i.src="//cdn.introbar.com/js/v1.js", e=document.getElementsByTagName("script")[0], e.parentNode.insertBefore(i,e);})();
_intro_bar.account_id = '58b8139da38e8';
</script>


</body>



</body>

</html>
2 changes: 1 addition & 1 deletion css/contactus.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/feature1.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/feature2.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/feature3.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/feature4.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/homepage.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/iubenda-cs-banner.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/pricing.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/signup.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/whitepaper.css.map

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions feature1.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,23 @@ <h5 class="no-mobile">SUBSCRIBE TO OUR NEWS</h5>
}

}

if (getCookie('salesflare-intercom-hash')) {
try {
let cookieValue = getCookie('salesflare-intercom-hash');
let parsedValue = JSON.parse(decodeURIComponent(cookieValue));

window.intercomSettings.user_hash = parsedValue.user_hash;
window.intercomSettings.user_id = parsedValue.user_id;

Intercom('update', window.intercomSettings);
}
catch (e) {
console.error('Error parsing intercom hash cookie', e);
}
}

window.intercomSettings.user_hash = getCookie('salesflare-intercom-hash');

if (getCookie('campaign')) {
if (document.getElementById('sf-menu-signup-button')) {
Expand Down
17 changes: 17 additions & 0 deletions feature2.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,23 @@ <h5 class="no-mobile">SUBSCRIBE TO OUR NEWS</h5>
}

}

if (getCookie('salesflare-intercom-hash')) {
try {
let cookieValue = getCookie('salesflare-intercom-hash');
let parsedValue = JSON.parse(decodeURIComponent(cookieValue));

window.intercomSettings.user_hash = parsedValue.user_hash;
window.intercomSettings.user_id = parsedValue.user_id;

Intercom('update', window.intercomSettings);
}
catch (e) {
console.error('Error parsing intercom hash cookie', e);
}
}

window.intercomSettings.user_hash = getCookie('salesflare-intercom-hash');

if (getCookie('campaign')) {
if (document.getElementById('sf-menu-signup-button')) {
Expand Down
89 changes: 53 additions & 36 deletions feature3.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html>

<head>
<head>
<title>Work together</title>

<script type="text/javascript">
Expand Down Expand Up @@ -102,15 +102,15 @@

<!-- Poptin -->
<script id='pixel-script-poptin' src='https://cdn.popt.in/pixel.js?id=5caf1081f1153' async='true'></script>


<link rel="stylesheet" type="text/css" href="css/feature3.css">


<link rel="stylesheet" type="text/css" href="css/feature3.css">
<link rel="canonical" href="https://salesflare.com/feature3" />

</head>

<body>


</head>

<body>

<div class="sf-menu-mobile">
<div class="container">
<div class="row">
Expand Down Expand Up @@ -139,12 +139,12 @@
</div>
</div>
</div>




<!-- header -->

<div class="sf-header feature">


<div class="container">
<!-- navbar -->
<div class="row sf-navbar">
Expand Down Expand Up @@ -190,7 +190,7 @@
<hr />
<!-- end navbar -->
</div>



<!-- hero -->
<div class="sf-hero">
Expand Down Expand Up @@ -329,23 +329,23 @@ <h3 class="feature-h3">

<!-- continuing the tour -->
<div class="tour-wrapper">
<a href="feature4">
<div class="sf-tour">
<div class="container">
<div class="row">
<div>
<h1>Continue the Tour</h1>
<p>Integrate your sales toolset</p>
</div>
<div>
<img src="img/arrow-tour.png" alt="" />
</div>
</div>
</div>
</div>
</a>
<a href="feature4">
<div class="sf-tour">
<div class="container">
<div class="row">
<div>
<h1>Continue the Tour</h1>
<p>Integrate your sales toolset</p>
</div>
<div>
<img src="img/arrow-tour.png" alt="" />
</div>
</div>
</div>
</div>
</a>
</div>


<div class="sf-footer">
<div class="container">
<div class="row">
Expand Down Expand Up @@ -423,8 +423,8 @@ <h5 class="no-mobile">SUBSCRIBE TO OUR NEWS</h5>
</div>
</div>
</div>




<script src="//code.jquery.com/jquery-1.11.3.min.js" type="text/javascript"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-visible/1.2.0/jquery.visible.min.js" type="text/javascript"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lity/2.2.2/lity.min.js" type="text/javascript"></script>
Expand Down Expand Up @@ -482,6 +482,23 @@ <h5 class="no-mobile">SUBSCRIBE TO OUR NEWS</h5>
}

}

if (getCookie('salesflare-intercom-hash')) {
try {
let cookieValue = getCookie('salesflare-intercom-hash');
let parsedValue = JSON.parse(decodeURIComponent(cookieValue));

window.intercomSettings.user_hash = parsedValue.user_hash;
window.intercomSettings.user_id = parsedValue.user_id;

Intercom('update', window.intercomSettings);
}
catch (e) {
console.error('Error parsing intercom hash cookie', e);
}
}

window.intercomSettings.user_hash = getCookie('salesflare-intercom-hash');

if (getCookie('campaign')) {
if (document.getElementById('sf-menu-signup-button')) {
Expand Down Expand Up @@ -565,8 +582,8 @@ <h5 class="no-mobile">SUBSCRIBE TO OUR NEWS</h5>
var _intro_bar = window._intro_bar || {};(function() {var i,e;i=document.createElement("script"), i.type='text/javascript';i.async=1, i.src="//cdn.introbar.com/js/v1.js", e=document.getElementsByTagName("script")[0], e.parentNode.insertBefore(i,e);})();
_intro_bar.account_id = '58b8139da38e8';
</script>


</body>


</body>

</html>
Loading

0 comments on commit 1370c7f

Please sign in to comment.