Skip to content

Commit

Permalink
Merge pull request #1 from RingierIMU/lucidlogic-patch-1
Browse files Browse the repository at this point in the history
new updates
  • Loading branch information
lucidlogic authored Jan 31, 2024
2 parents 65f2318 + a77e2ab commit 2fc466b
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 23 deletions.
33 changes: 28 additions & 5 deletions beta-signup.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
<!-- Last Published: Fri Jan 26 2024 14:26:16 GMT+0000 (Coordinated Universal Time) -->
<!-- Last Published: Wed Jan 31 2024 07:58:14 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="655dbc6d9753fff0027f6e16" data-wf-site="655b66492a9c0558b79fb28d">
<head>
<meta charset="utf-8">
Expand All @@ -17,8 +17,30 @@
<script type="text/javascript">WebFont.load({ google: { families: ["Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic"] }});</script>
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<script type="text/javascript" src="https://www.bugherd.com/sidebarv2.js?apikey=duxlsjubauszcsexw3iwxa" async="true"></script>
<link href="images/webclip.png" rel="apple-touch-icon"><!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ZH177GY56B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZH177GY56B');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KRFXHHZ5');</script>
<!-- End Google Tag Manager -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "kuciimwaz9");
</script>
<!-- Finsweet Cookie Consent -->
<script async="" src="https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js" fs-cc-mode="opt-in"></script>
</head>
<body>
<section>
Expand Down Expand Up @@ -46,7 +68,6 @@
<div class="fs-cc-banner_text">By clicking <strong>“Accept All Cookies”</strong>, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our <a href="data-privacy.html" class="fs-cc-banner_text-link">Privacy Policy</a> for more information.</div>
<div class="fs-cc-banner_buttons-wrapper">
<a fs-cc="open-preferences" href="#" class="fs-cc-banner_text-link">Preferences</a>
<a fs-cc="deny" href="#" class="fs-cc-banner_button fs-cc-button-alt w-button">Deny</a>
<a fs-cc="allow" href="#" class="fs-cc-banner_button w-button">Accept</a>
<div fs-cc="close" class="fs-cc-banner_close">
<div class="fs-cc-banner_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewbox="0 0 16 16">
Expand Down Expand Up @@ -163,6 +184,8 @@
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=655b66492a9c0558b79fb28d" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
<script src="js/webflow.js" type="text/javascript"></script><!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRFXHHZ5" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
</html>
8 changes: 6 additions & 2 deletions css/content-distribution-engine.webflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -3485,7 +3485,7 @@
align-items: center;
margin-left: auto;
margin-right: auto;
display: flex;
display: none;
}

.fs-cc-manager_component {
Expand Down Expand Up @@ -3747,7 +3747,7 @@
background-color: #f5f6ff;
border-top: 1px solid rgba(67, 83, 255, .16);
padding: 1.5rem 2rem;
display: none;
display: block;
position: fixed;
top: auto;
bottom: 0%;
Expand Down Expand Up @@ -3781,6 +3781,10 @@
padding-right: 40px;
}

.div-block {
display: none;
}

@media screen and (min-width: 1280px) {
.uui-padding-vertical-xhuge-6 {
padding-bottom: 1rem;
Expand Down
33 changes: 28 additions & 5 deletions data-privacy.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
<!-- Last Published: Fri Jan 26 2024 14:26:16 GMT+0000 (Coordinated Universal Time) -->
<!-- Last Published: Wed Jan 31 2024 07:58:14 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="655f4198ddbbcd6ded57da58" data-wf-site="655b66492a9c0558b79fb28d">
<head>
<meta charset="utf-8">
Expand All @@ -17,8 +17,30 @@
<script type="text/javascript">WebFont.load({ google: { families: ["Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic"] }});</script>
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<script type="text/javascript" src="https://www.bugherd.com/sidebarv2.js?apikey=duxlsjubauszcsexw3iwxa" async="true"></script>
<link href="images/webclip.png" rel="apple-touch-icon"><!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ZH177GY56B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZH177GY56B');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KRFXHHZ5');</script>
<!-- End Google Tag Manager -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "kuciimwaz9");
</script>
<!-- Finsweet Cookie Consent -->
<script async="" src="https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js" fs-cc-mode="opt-in"></script>
</head>
<body>
<section class="section-2">
Expand All @@ -31,7 +53,6 @@ <h1>Data Privacy</h1>
<div class="fs-cc-banner_text">By clicking <strong>“Accept All Cookies”</strong>, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our <a href="data-privacy.html" aria-current="page" class="fs-cc-banner_text-link w--current">Privacy Policy</a> for more information.</div>
<div class="fs-cc-banner_buttons-wrapper">
<a fs-cc="open-preferences" href="#" class="fs-cc-banner_text-link">Preferences</a>
<a fs-cc="deny" href="#" class="fs-cc-banner_button fs-cc-button-alt w-button">Deny</a>
<a fs-cc="allow" href="#" class="fs-cc-banner_button w-button">Accept</a>
<div fs-cc="close" class="fs-cc-banner_close">
<div class="fs-cc-banner_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewbox="0 0 16 16">
Expand Down Expand Up @@ -148,6 +169,8 @@ <h1>Data Privacy</h1>
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=655b66492a9c0558b79fb28d" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
<script src="js/webflow.js" type="text/javascript"></script><!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRFXHHZ5" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
</html>
37 changes: 31 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
<!-- Last Published: Fri Jan 26 2024 14:26:16 GMT+0000 (Coordinated Universal Time) -->
<!-- Last Published: Wed Jan 31 2024 07:58:14 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="655b66492a9c0558b79fb28b" data-wf-site="655b66492a9c0558b79fb28d">
<head>
<meta charset="utf-8">
Expand All @@ -16,8 +16,30 @@
<script type="text/javascript">WebFont.load({ google: { families: ["Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic"] }});</script>
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<script type="text/javascript" src="https://www.bugherd.com/sidebarv2.js?apikey=duxlsjubauszcsexw3iwxa" async="true"></script>
<link href="images/webclip.png" rel="apple-touch-icon"><!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ZH177GY56B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZH177GY56B');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KRFXHHZ5');</script>
<!-- End Google Tag Manager -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "kuciimwaz9");
</script>
<!-- Finsweet Cookie Consent -->
<script async="" src="https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js" fs-cc-mode="opt-in"></script>
</head>
<body>
<div class="navbar-logo-left w-clearfix">
Expand All @@ -43,7 +65,9 @@ <h1 class="uui-heading-xlarge-2">Content <br>Distribution <br>Engine</h1>
</div>
<div class="uui-space-large-2"></div>
<div class="uui-button-row-4 is-reverse-mobile-landscape">
<a href="#How-it-works" class="uui-button-5 is-button-large w-button">See how it Works</a>
<div class="div-block">
<a href="#How-it-works" class="uui-button-5 is-button-large w-button">See how it Works</a>
</div>
<a href="beta-signup.html" class="uui-button-5 is-button-large w-inline-block">
<div>Get Access</div>
</a>
Expand Down Expand Up @@ -580,7 +604,6 @@ <h1 data-w-id="f6e940bb-c5e5-50bd-df1e-ae78fc8e0809" style="opacity:0" class="cf
<div class="fs-cc-banner_text">By clicking <strong>“Accept All Cookies”</strong>, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our <a href="data-privacy.html" class="fs-cc-banner_text-link">Privacy Policy</a> for more information.</div>
<div class="fs-cc-banner_buttons-wrapper">
<a fs-cc="open-preferences" href="#" class="fs-cc-banner_text-link">Preferences</a>
<a fs-cc="deny" href="#" class="fs-cc-banner_button fs-cc-button-alt w-button">Deny</a>
<a fs-cc="allow" href="#" class="fs-cc-banner_button w-button">Accept</a>
<div fs-cc="close" class="fs-cc-banner_close">
<div class="fs-cc-banner_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewbox="0 0 16 16">
Expand Down Expand Up @@ -697,6 +720,8 @@ <h1 data-w-id="f6e940bb-c5e5-50bd-df1e-ae78fc8e0809" style="opacity:0" class="cf
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=655b66492a9c0558b79fb28d" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
<script src="js/webflow.js" type="text/javascript"></script><!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRFXHHZ5" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
</html>
33 changes: 28 additions & 5 deletions sign-up.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
<!-- Last Published: Fri Jan 26 2024 14:26:16 GMT+0000 (Coordinated Universal Time) -->
<!-- Last Published: Wed Jan 31 2024 07:58:14 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="655b66492a9c0558b79fb28c" data-wf-site="655b66492a9c0558b79fb28d">
<head>
<meta charset="utf-8">
Expand All @@ -17,8 +17,30 @@
<script type="text/javascript">WebFont.load({ google: { families: ["Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic"] }});</script>
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<script type="text/javascript" src="https://www.bugherd.com/sidebarv2.js?apikey=duxlsjubauszcsexw3iwxa" async="true"></script>
<link href="images/webclip.png" rel="apple-touch-icon"><!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ZH177GY56B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZH177GY56B');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KRFXHHZ5');</script>
<!-- End Google Tag Manager -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "kuciimwaz9");
</script>
<!-- Finsweet Cookie Consent -->
<script async="" src="https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js" fs-cc-mode="opt-in"></script>
</head>
<body>
<a href="index.html" class="w-inline-block"><img class="image" src="images/CDE_logo.png" width="82" alt="" sizes="(max-width: 1279px) 81.98863220214844px, (max-width: 1439px) 6vw, 81.98863220214844px" loading="lazy" srcset="images/CDE_logo-p-500.png 500w, images/CDE_logo-p-800.png 800w, images/CDE_logo.png 996w"></a>
Expand Down Expand Up @@ -659,7 +681,6 @@ <h2 class="uui-heading-xxsmall-3">Enterprise plan</h2>
<div class="fs-cc-banner_text">By clicking <strong>“Accept All Cookies”</strong>, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our <a href="data-privacy.html" class="fs-cc-banner_text-link">Privacy Policy</a> for more information.</div>
<div class="fs-cc-banner_buttons-wrapper">
<a fs-cc="open-preferences" href="#" class="fs-cc-banner_text-link">Preferences</a>
<a fs-cc="deny" href="#" class="fs-cc-banner_button fs-cc-button-alt w-button">Deny</a>
<a fs-cc="allow" href="#" class="fs-cc-banner_button w-button">Accept</a>
<div fs-cc="close" class="fs-cc-banner_close">
<div class="fs-cc-banner_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewbox="0 0 16 16">
Expand Down Expand Up @@ -776,6 +797,8 @@ <h2 class="uui-heading-xxsmall-3">Enterprise plan</h2>
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=655b66492a9c0558b79fb28d" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
<script src="js/webflow.js" type="text/javascript"></script><!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRFXHHZ5" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
</html>

0 comments on commit 2fc466b

Please sign in to comment.