<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 750.3 450" style="enable-background:new 0 0 750.3 450;" xml:space="preserve">
<style type="text/css">
.st0{fill:url(#SVGID_1_);}
</style>
<g id="bg">
<g>
<g>
<radialGradient id="SVGID_1_" cx="177.9216" cy="209.9861" r="519.3318" gradientTransform="matrix(1.2506 0 0 -1 -71.7218 452)" gradientUnits="userSpaceOnUse">
<stop offset="1.075270e-02" style="stop-color:#2C35A2"/>
<stop offset="0.1635" style="stop-color:#252C88"/>
<stop offset="0.3975" style="stop-color:#1B2167"/>
<stop offset="0.621" style="stop-color:#15194F"/>
<stop offset="0.8273" style="stop-color:#101540"/>
<stop offset="1" style="stop-color:#0F133B"/>
</radialGradient>
<rect y="0.3" class="st0" width="750.3" height="450"/>
</g>
</g>
</g>
</svg>
<?php
include ("simplehtmldom_1_5/simple_html_dom.php");
// Create DOM from URL or file
$html = file_get_html('https://docs.google.com/forms/d/e/1FAIpQLSegvHh6ufncxQ8PaTzEvyI6HJdS-nI3N5_87EehOzQXON1sow/viewanalytics');
$example = $html->find(".freebirdFormeditorViewResponsesResponsesCount");
echo $example[0];
?>
$(document).ready(function () {
$(".progress-second-build")
.animate({ opacity: "1" }, 0 )
.animate({ width: "100%" }, 4000 )
.animate({ opacity: "0.5" }, 200 )
.animate({ width: "0%" }, 0,
function() {
$(".progress-new-build")
.animate({ opacity: "1" }, 0 )
.animate({ width: "100%" }, 4000 )
.animate({ opacity: "0.5" }, 200 )
.animate({ width: "0%" }, 0,
function() {
$(".progress-commerce-build")
.animate({ opacity: "1" }, 0 )
.animate({ width: "100%" }, 4000 )
.animate({ opacity: "0.5" }, 200 )
.animate({ width: "0%" }, 0);
});
});
});