https://sbg.com.sa/

Submitted URL:
https://sbg.com.sa/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 4 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
initfunction

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en-US"><head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <!-- SEO -->
<title>SBG</title><meta name="description" content="SBG">
<!-- og meta for facebook, googleplus -->
<meta property="og:title" content="SBG">
<meta property="og:description" content="SBG">
<meta property="og:url" content="https://www.sbg.com.sa/en">
<meta property="og:type" content="website">
<meta property="og:image" content="https://www.sbg.com.sa/wp-content/plugins/cmp-coming-soon-maintenance/themes/countdown/img/countdown_banner_large.jpg">

<!-- twitter meta -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SBG">
<meta name="twitter:description" content="SBG">
<meta name="twitter:url" content="https://www.sbg.com.sa/en">
<meta name="twitter:image" content="https://www.sbg.com.sa/wp-content/plugins/cmp-coming-soon-maintenance/themes/countdown/img/countdown_banner_large.jpg">

<link rel="icon" href="https://www.sbg.com.sa/wp-content/uploads/2024/03/cropped-logo-1-32x32.jpg" sizes="32x32">
<link rel="icon" href="https://www.sbg.com.sa/wp-content/uploads/2024/03/cropped-logo-1-192x192.jpg" sizes="192x192">
<link rel="apple-touch-icon" href="https://www.sbg.com.sa/wp-content/uploads/2024/03/cropped-logo-1-180x180.jpg">
<meta name="msapplication-TileImage" content="https://www.sbg.com.sa/wp-content/uploads/2024/03/cropped-logo-1-270x270.jpg">
<link rel="stylesheet" href="https://www.sbg.com.sa/wp-content/plugins/cmp-coming-soon-maintenance/themes/countdown/style.css?v=4.1.13" type="text/css" media="all">
<link rel="stylesheet" href="https://www.sbg.com.sa/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:700%7CMaven+Pro:400,700,400&amp;subset=greek,cyrillic-ext,latin-ext,cyrillic,latin,vietnamese,greek-ext" rel="stylesheet">

        
        <style>
            body,input, select, textarea, button {font-family:'Maven Pro', 'sans-serif';color:#ffffff;}
            input {font-family: Maven Pro, 'Font Awesome 5 Free';}
            
            body {font-size:17px;}
            h1,h2,h3,h4,h5,h6 {font-family:'Source Sans Pro', 'sans-serif';}
            a {color:#ffffff;}
            .cmp-subscribe input[type="submit"] {background-color: #e82e1e;}
            .cmp-subscribe ::-webkit-input-placeholder {color: hsl( 0, 0%, 90%);}
            .cmp-subscribe ::-moz-placeholder {color: hsl( 0, 0%, 90%);}
            .cmp-subscribe :-ms-input-placeholder {color: hsl( 0, 0%, 90%);}
            .cmp-subscribe ::-moz-placeholder {color: hsl( 0, 0%, 90%);}
            .input-icon:before, .cmp-subscribe input[type="email"],.cmp-subscribe input[type="text"]{color: hsl( 0, 0%, 90%);}
            /* input[type="email"],input[type="text"] {border:1px solid hsl( 0, 0%, 90%);} */
            footer, footer a {color: hsl( 0, 0%, 90%);}
            .social-list.body a {background-color: #ffffff;}
            .social-list.body a:hover {background-color: #e82e1e;}
            .social-list.footer a:hover {color: #e82e1e;}
            .social-list.footer li:not(:last-of-type)::after {background-color: hsl( 0, 0%, 90%);}
            
            .inner-content p {line-height: 1.6; letter-spacing: 0px;font-weight:400;; }
            h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px;  font-weight:700;; }
            h1 { font-weight:700;;}
        </style>

        

<style>
    .wp-video {margin: 0 auto;}
    .wp-video-shortcode {max-width: 100%;}
    .grecaptcha-badge {display: none!important;}
    .text-logo {display: inline-block;}
    #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
    #counter.expired {display: none; }
    input, button {
        box-shadow: inset 0 0 0 0 !important;
        -webkit-box-shadow: inset 0 0 0 0 !important;
        -webkit-appearance: none;
        outline: none;
    }
</style>




    </head>

    <body id="body" class="loaded">

        
        <div id="background-wrapper">
             <div id="background-image" class="image loaded" style="background-image:url('https://www.sbg.com.sa/wp-content/plugins/cmp-coming-soon-maintenance/themes/countdown/img/countdown_banner_full.jpg')"></div><div class="background-overlay solid-color" style="background-color:#0a0a0a;opacity:0.4"></div>        </div>

        <div class="inner-wrap">
            <div class="inner-content">
                <div class="logo-wrapper text text-logo-wrapper"><a href="https://sbg.com.sa" style="text-decoration:none;color:inherit"><h1 class="text-logo">SBG</h1></a></div>
             </div>

            <footer>
                        <div class="social-wrapper">
                                                    </div>
                        </footer>        </div>

        
    <!-- Fade in background image after load -->
    <script>
        window.addEventListener("load",function(event) {
            init();
        });

        function init(){

            var image = document.getElementById('background-image');
            var body = document.getElementById('body');
            
            if ( image === null ) {
                image = document.getElementById('body');
            } 

            if ( image != null ) {
                if ( image.className !== 'image-unsplash') {
                    image.classList.add('loaded');
                    body.classList.add('loaded');
                }
            }

                    }
    </script>

    
<!-- Build by CMP – Coming Soon Maintenance Plugin by NiteoThemes -->
<!-- Visit plugin page https://wordpress.org/plugins/cmp-coming-soon-maintenance/ -->
<!-- More CMP Themes on https://niteothemes.com -->    

</body></html>