Line 1: | Line 1: | ||
{{#tag:html| | {{#tag:html| | ||
− | |||
<html> | <html> | ||
<style> | <style> | ||
Line 60: | Line 59: | ||
− | <div style="height:600px;" class=" | + | <div style="height: 600px;" class="row"> |
− | < | + | <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"> |
− | + | <svg id="globe" ></svg> | |
− | + | <svg id="defs"> | |
+ | <defs> | ||
<linearGradient id="gradBlue" x1="0%" y1="0%" x2="100%" y2="0%"> | <linearGradient id="gradBlue" x1="0%" y1="0%" x2="100%" y2="0%"> | ||
<stop offset="0%" style="stop-color:white;stop-opacity:1" /> | <stop offset="0%" style="stop-color:white;stop-opacity:1" /> | ||
Line 79: | Line 79: | ||
<feMergeNode in="coloredBlur"/> | <feMergeNode in="coloredBlur"/> | ||
<feMergeNode in="SourceGraphic"/> | <feMergeNode in="SourceGraphic"/> | ||
− | + | </feMerge> | |
− | + | </filter> | |
− | + | </defs> | |
− | + | </svg> | |
+ | </div> | ||
<div style="position: absolute; background-color: white !important;color: white !important; width: 400px; right: 100px;top: 135px; border-radius: 10px;border: 1px solid #BF3E42" id="show" class="col-lg-6 col-md-6 col-sm-12 col-xs-12"></div> | <div style="position: absolute; background-color: white !important;color: white !important; width: 400px; right: 100px;top: 135px; border-radius: 10px;border: 1px solid #BF3E42" id="show" class="col-lg-6 col-md-6 col-sm-12 col-xs-12"></div> | ||
</div> | </div> | ||
Line 259: | Line 260: | ||
</script> | </script> | ||
</html> | </html> | ||
− | |||
}} | }} |
Revision as of 13:56, 31 October 2017