It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://augustinadarell.page.tl

  1. <!DOCTYPE html>
  2. <!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
  3. <!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
  4. <!--[if !IE]><!-->
  5. <html lang="en">
  6. <!--<![endif]-->
  7.    <head>
  8.        <meta charset="utf-8">
  9.        <title>augustinadarell - Home</title>
  10.                <script type="text/javascript">
  11.        var dateTimeOffset = new Date().getTimezoneOffset();
  12.        
  13.        function getElementsByClassNameLocalTimeWrapper() {
  14.            return document.getElementsByClassName("localtime");
  15.        }
  16.        
  17.        (function () {
  18.            var onload = function () {
  19.                var elementArray = new Array();
  20.                
  21.                if (document.getElementsByClassName) {
  22.                    elementArray = getElementsByClassNameLocalTimeWrapper();
  23.                } else {
  24.                    var re = new RegExp('(^| )localtime( |$)');
  25.                    var els = document.getElementsByTagName("*");
  26.                    for (var i=0,j=els.length; i<j; i++) {
  27.                        if (re.test(els[i].className))
  28.                            elementArray.push(els[i]);
  29.                    }
  30.                }
  31.                
  32.                for (var i = 0; i < elementArray.length; i++) {    
  33.                    var timeLocal = new Date(parseInt(elementArray[i].getAttribute("data-timestamp")));
  34.                    var hour = timeLocal.getHours();
  35.                    var ap = "am";
  36.                    if (hour > 11) {
  37.                        ap = "pm";
  38.                    }
  39.                    else if (hour > 12) {
  40.                        hour = hour - 12;
  41.                    }
  42.                    
  43.                    var string = elementArray[i].getAttribute("data-template");
  44.                    string = string.replace("[Y]", timeLocal.getFullYear());
  45.                    string = string.replace("[m]", ('0' + (timeLocal.getMonth() + 1)).slice(-2));
  46.                    string = string.replace("[d]", ('0' + timeLocal.getDate()).slice(-2));
  47.                    string = string.replace("[H]", ('0' + timeLocal.getHours()).slice(-2));
  48.                    string = string.replace("[g]", ('0' + hour).slice(-2));
  49.                    string = string.replace("[i]", ('0' + timeLocal.getMinutes()).slice(-2));
  50.                    string = string.replace("[s]", ('0' + timeLocal.getSeconds()).slice(-2));
  51.                    string = string.replace("[a]", ap);
  52.                    elementArray[i].childNodes[0].nodeValue = string;
  53.                }
  54.            };
  55.            
  56.            if (window.addEventListener)
  57.                window.addEventListener("DOMContentLoaded", onload);
  58.            else if (window.attachEvent)
  59.                window.attachEvent("onload", onload);
  60.        })();
  61.        </script><script src="https://wtheme.webme.com/js/jquery-1.11.3.min.js"></script>
  62. <link href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
  63. <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  64. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
  65. <link rel="icon" href="https://wtheme.webme.com/img/main/favicon.ico" type="image/x-icon">
  66. <link rel="shortcut icon" type="image/x-icon" href="https://wtheme.webme.com/img/main/favicon.ico" />
  67. <link type="image/x-icon" href="https://wtheme.webme.com/img/main/favicon.ico" />
  68. <link href="https://wtheme.webme.com/img/main/ios_icons/apple-touch-icon.png" rel="apple-touch-icon" />
  69. <link href="https://wtheme.webme.com/img/main/ios_icons/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" />
  70. <link href="https://wtheme.webme.com/img/main/ios_icons/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" />
  71. <link href="https://wtheme.webme.com/img/main/ios_icons/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152" />
  72. <!-- Remove the noindex-tag by booking any premium package on https://www.own-free-website.com/Premium/PackageSelection/. Only premium websites can be indexed by Google and other search engines -->
  73. <meta name="robots" content="noindex" />
  74. <meta property="og:title" content="augustinadarell - Home" />
  75. <meta property="og:image" content="https://theme.webme.com/designs/professional/screen.jpg" />
  76. <meta name="google-adsense-platform-account" content="ca-host-pub-1483906849246906">
  77. <meta name="google-adsense-account" content="ca-pub-7001756549348779"><script>
  78.    function WebmeLoadAdsScript() {
  79.    function loadGA() {
  80.        if (!document.querySelector('script[src*="pagead2.googlesyndication.com"]')) {
  81.            let script = document.createElement('script');
  82.            script.async = true;
  83.            script.src = "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7001756549348779&host=ca-host-pub-1483906849246906";
  84.            script.setAttribute('data-ad-host', 'ca-host-pub-1483906849246906');
  85.            script.setAttribute('data-ad-client', 'ca-pub-7001756549348779');
  86.            script.crossOrigin = 'anonymous';
  87.            document.body.appendChild(script);
  88.        }
  89.    }        ['CookieScriptAcceptAll', 'CookieScriptAccept', 'CookieScriptReject', 'CookieScriptClose', 'CookieScriptNone'].forEach(function(event) {
  90.            window.addEventListener(event, function() {
  91.                loadGA();
  92.            });
  93.        });
  94.  
  95.        let adStorageStatus = null;
  96.        
  97.        if (window.dataLayer && Array.isArray(window.dataLayer)) {
  98.            for (let i = window.dataLayer.length - 1; i >= 0; i--) {
  99.                const item = window.dataLayer[i];
  100.                
  101.                // it always sets a 'default' in our case that will always be 'denied', we only want to check for the 'consent update'
  102.                if (item && typeof item === 'object' && typeof item.length === 'number' && item[0] === 'consent' && item[1] === 'update' && item[2] && typeof item[2].ad_storage === 'string') {
  103.                    adStorageStatus = item[2].ad_storage;
  104.                    break;
  105.                }
  106.            }
  107.    
  108.            if (adStorageStatus === 'granted') {
  109.                loadGA();
  110.            }
  111.            else if (adStorageStatus === 'denied') {
  112.                loadGA();
  113.            }
  114.        }
  115.    }
  116. </script><script>
  117.    document.addEventListener('DOMContentLoaded', function() {
  118.        WebmeLoadAdsScript();
  119.        window.dispatchEvent(new Event('CookieScriptNone'));
  120.    });
  121. </script>
  122.        <!-- Mobile Meta -->
  123.        <meta name="viewport" content="width=device-width, initial-scale=1.0">
  124.  
  125.        <!-- Plugins -->
  126.        <link href="https://theme.webme.com/designs/professional/css/animations.css" rel="stylesheet">
  127.        <link href="https://theme.webme.com/designs/professional/plugins/owl-carousel/owl.carousel.css" rel="stylesheet">
  128.  
  129.        <!-- iDea core CSS file -->
  130.        <link href="https://theme.webme.com/designs/professional/css/style2.css" rel="stylesheet">
  131.  
  132.        <!-- Color Scheme (In order to change the color scheme, replace the red.css with the color scheme that you prefer)-->
  133.        <link href="https://theme.webme.com/designs/professional/css/skins/red.css" rel="stylesheet">
  134.  
  135.        <!-- Custom css -->
  136.        <link href="https://theme.webme.com/designs/professional/css/custom.css" rel="stylesheet">
  137.  
  138.        <link href="https://theme.webme.com/designs/professional/plugins/webme-slider/webme-slider.css" rel="stylesheet">
  139.  
  140.        <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  141.        <!--[if lt IE 9]>
  142.            <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  143.            <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  144.        <![endif]-->
  145.        
  146.        <style type="text/css">
  147.                .webme-slider .webme-slider-text-caption {
  148.            background-color: #e84c3d;
  149.        }
  150.        
  151.        .navbar-default .navbar-nav > .dropdown > a {
  152.            color: #e84c3d !important;
  153.        }
  154.        
  155.        .navbar-default .navbar-nav > li > a {
  156.            color: #e84c3d !important;
  157.        }
  158.        
  159.        .navbar-default .navbar-nav > .dropdown > a::before {
  160.            color: #e84c3d !important;
  161.        }
  162.        
  163.        .dropdown-menu > li > a:hover,
  164.        .dropdown-menu > li > a:focus,
  165.        .nav .open > a,
  166.        .nav .open > a:hover,
  167.        .nav .open > a:focus,
  168.        .dropdown-menu > .active > a,
  169.        .dropdown-menu > .active > a:hover,
  170.        .dropdown-menu > .active > a:focus,
  171.        .dropdown-menu .menu > .active > a,
  172.        .dropdown-menu .menu > .active > a:hover,
  173.        .dropdown-menu .menu > .active > a:focus {
  174.            color: #e84c3d !important;
  175.        }
  176.  
  177.        .webme-slider .webme-slider-selection-button.active,
  178.        .webme-slider .webme-slider-selection-button:hover {
  179.            background-color: #e84c3d !important;
  180.        }
  181.  
  182.        .webme-slider .webme-slider-progress {
  183.            background-color: #e84c3d !important;
  184.        }
  185.        
  186.        
  187.        .dropdown-toggle-mobile {
  188.            display:inline-block;
  189.            position: absolute;
  190.            left:auto;
  191.            right:0px;
  192.            width:75px;
  193.            height:100%;
  194.            z-index:-1;
  195.        }
  196.        
  197.        </style>
  198.        
  199.    </head>
  200.  
  201.    <!-- body classes:
  202.            "boxed": boxed layout mode e.g. <body class="boxed">
  203.            "pattern-1 ... pattern-9": background patterns for boxed layout mode e.g. <body class="boxed pattern-1">
  204.    -->
  205.    <body class="front no-trans">
  206.        <!-- scrollToTop -->
  207.        <!-- ================ -->
  208.        <div class="scrollToTop"><i class="fa fa-arrow-up"></i></div>
  209.  
  210.        <!-- page wrapper start -->
  211.        <!-- ================ -->
  212.        <div class="page-wrapper">
  213.  
  214.            <!-- header-top start (Add "dark" class to .header-top in order to enable dark header-top e.g <div class="header-top dark">) -->
  215.            <!-- ================ -->
  216.            <div class="header-top">
  217.                <div class="container">
  218.                    <div class="row">
  219.                        <div class="col-xs-2 col-sm-6">
  220.  
  221.                            <!-- header-top-first start -->
  222.                            <!-- ================ -->
  223.                            <div class="header-top-first clearfix">
  224.                                <ul class="social-links clearfix hidden-xs">
  225.                                                                    </ul>
  226.                                <div class="social-links hidden-lg hidden-md hidden-sm">
  227.                                    <div class="btn-group dropdown">
  228.                                        <button type="button" class="btn dropdown-toggle" data-toggle="dropdown"><i class="fa fa-share-alt"></i></button>
  229.                                        <ul class="dropdown-menu dropdown-animation">
  230.                                                                                    </ul>
  231.                                    </div>
  232.                                </div>
  233.                            </div>
  234.                            <!-- header-top-first end -->
  235.  
  236.                        </div>
  237.                        <div class="col-xs-10 col-sm-6">
  238.  
  239.                            <!-- header-top-second start -->
  240.                            <!-- ================ -->
  241.                            <div id="header-top-second"  class="clearfix">
  242.  
  243.                                <!-- header top dropdowns start -->
  244.                                <!-- ================ -->
  245.                                <div class="header-top-dropdown">
  246.                                    <div class="btn-group dropdown">
  247.                                        <ul class="dropdown-menu dropdown-menu-right dropdown-animation">
  248.                                            <li>
  249.                                                <form role="search" class="search-box">
  250.                                                    <div class="form-group has-feedback">
  251.                                                        <input type="text" class="form-control" placeholder="Search">
  252.                                                        <i class="fa fa-search form-control-feedback"></i>
  253.                                                    </div>
  254.                                                </form>
  255.                                            </li>
  256.                                        </ul>
  257.                                    </div>
  258.                                    <div class="btn-group dropdown">
  259.                                        <button type="button" class="btn" style="max-height:35px;"><div id="fb-root"></div>
  260. <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v11.0&appId=339062219495910"></script>
  261. <div class="fb-like" data-href="http%3A%2F%2Faugustinadarell.page.tl" data-width="120" data-layout="button_count" data-action="like" data-size="small" data-share="false" ></div></button>
  262.                                    </div>
  263.                                </div>
  264.                                <!--  header top dropdowns end -->
  265.  
  266.                            </div>
  267.                            <!-- header-top-second end -->
  268.  
  269.                        </div>
  270.                    </div>
  271.                </div>
  272.            </div>
  273.            <!-- header-top end -->
  274.  
  275.            <!-- header start classes:
  276.                fixed: fixed navigation mode (sticky menu) e.g. <header class="header fixed clearfix">
  277.                 dark: dark header version e.g. <header class="header dark clearfix">
  278.            ================ -->
  279.            <header class="header fixed clearfix" id="forFixedElement">
  280.                <div class="container">
  281.                    <div class="row">
  282.                        <div class="col-md-3">
  283.  
  284.                            <!-- header-left start -->
  285.                            <!-- ================ -->
  286.                            <div class="header-left clearfix">
  287.  
  288.                                    <div class="logo">
  289.        <a href="/"><img id="logo" src="https://theme.webme.com/designs/professional/logo.png" style="max-height:50px;"></a>
  290.    </div>                      
  291.                                
  292.                                <!-- name-and-slogan -->
  293.                                <div class="site-slogan">
  294.                                    Your slogan here                                </div>
  295.  
  296.                            </div>
  297.                            <!-- header-left end -->
  298.  
  299.                        </div>
  300.                        <div class="col-md-9">
  301.  
  302.                            <!-- header-right start -->
  303.                            <!-- ================ -->
  304.                            <div class="header-right clearfix">
  305.  
  306.                                <!-- main-navigation start -->
  307.                                <!-- ================ -->
  308.                                <div class="main-navigation animated">
  309.  
  310.                                    <!-- navbar start -->
  311.                                    <!-- ================ -->
  312.                                    <nav class="navbar navbar-default" role="navigation">
  313.                                        <div class="container-fluid">
  314.  
  315.                                            <!-- Toggle get grouped for better mobile display -->
  316.                                            <div class="navbar-header">
  317.                                                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
  318.                                                    <span class="sr-only">Toggle navigation</span>
  319.                                                    <span class="icon-bar"></span>
  320.                                                    <span class="icon-bar"></span>
  321.                                                    <span class="icon-bar"></span>
  322.                                                </button>
  323.                                            </div>
  324.  
  325.                                            <!-- Collect the nav links, forms, and other content for toggling -->
  326.                                            <div class="collapse navbar-collapse" id="navbar-collapse-1">
  327.                                                <ul class="nav navbar-nav navbar-right">
  328.                                                    <li>
  329.                    <div class="dropdown-toggle-mobile"></div>
  330.                        <a href="/Home.htm">Home</a>
  331.                        
  332.                    </li>
  333. <li>
  334.                    <div class="dropdown-toggle-mobile"></div>
  335.                        <a href="/Example-Subpage.htm">Example Subpage</a>
  336.                        
  337.                    </li>
  338. <li>
  339.                    <div class="dropdown-toggle-mobile"></div>
  340.                        <a href="/Contact.htm">Contact</a>
  341.                        
  342.                    </li>
  343. <li>
  344.                    <div class="dropdown-toggle-mobile"></div>
  345.                        <a href="/ARAM-Shyvana-Guideline.htm">ARAM Shyvana Guideline</a>
  346.                        
  347.                    </li>
  348.                                                </ul>
  349.                                            </div>
  350.  
  351.                                        </div>
  352.                                    </nav>
  353.                                    <!-- navbar end -->
  354.  
  355.                                </div>
  356.                                <!-- main-navigation end -->
  357.  
  358.                            </div>
  359.                            <!-- header-right end -->
  360.  
  361.                        </div>
  362.                    </div>
  363.                </div>
  364.            </header>
  365.            <!-- header end -->
  366.            <div class="webme-slider">
  367.  
  368.                                <div class="webme-slider-slide" data-image="https://theme.webme.com/designs/globals/header/1500x450/heaven1.jpg">
  369.                    <div class="webme-slider-text webme-slider-text-caption" data-y="70">Welcome</div>
  370.  
  371.                    
  372.                    <div class="webme-slider-text" data-y="170">Here you can</div>
  373.  
  374.                    
  375.                    <div class="webme-slider-text" data-y="220">enter your</div>
  376.  
  377.                    
  378.                    <div class="webme-slider-text" data-y="270">own text</div>
  379.  
  380.                    
  381.                    <div class="webme-slider-image" data-image="https://theme.webme.com/designs/globals/teaser/man_03.png"></div>
  382.  
  383.                                    </div>
  384.                                <div class="webme-slider-slide" data-image="https://theme.webme.com/designs/globals/header/1500x450/greengrass.jpg">
  385.                    <div class="webme-slider-text webme-slider-text-caption" data-y="70">Second title</div>
  386.  
  387.                    
  388.                    <div class="webme-slider-text" data-y="170">The right image =></div>
  389.  
  390.                    
  391.                    <div class="webme-slider-text" data-y="220">As well as the background</div>
  392.  
  393.                    
  394.                    <div class="webme-slider-text" data-y="270">can be changed as well</div>
  395.  
  396.                    
  397.                    <div class="webme-slider-image" data-image="https://theme.webme.com/designs/globals/teaser/woman_06.png"></div>
  398.  
  399.                                    </div>
  400.                                <div class="webme-slider-slide" data-image="https://theme.webme.com/designs/globals/header/1500x450/greengrass2.jpg">
  401.                    <div class="webme-slider-text webme-slider-text-caption" data-y="70">Third title</div>
  402.  
  403.                    
  404.                    <div class="webme-slider-text" data-y="170">Here you can</div>
  405.  
  406.                    
  407.                    <div class="webme-slider-text" data-y="220">enter information</div>
  408.  
  409.                    
  410.                    <div class="webme-slider-text" data-y="270">for your users</div>
  411.  
  412.                    
  413.                    <div class="webme-slider-text" data-y="320">as well</div>
  414.  
  415.                    
  416.                    <div class="webme-slider-image" data-image="https://theme.webme.com/designs/globals/teaser/woman_07.png"></div>
  417.  
  418.                                    </div>
  419.                
  420.                <div class="webme-slider-progress"></div>
  421.                <div class="webme-slider-prev"><i class="fa fa-chevron-left"></i></div>
  422.                <div class="webme-slider-next"><i class="fa fa-chevron-right"></i></div>
  423.                <div class="webme-slider-selection"></div>
  424.            </div>
  425.            
  426.            <!-- page-top start-->
  427.            <!-- ================ -->
  428.            <div class="page-top" style="min-height:500px;">
  429.                <div class="container">
  430.                    <div class="row">
  431.                        <div class="col-md-12">
  432.                            <h1 class="title"></h1>
  433.                            Hello,<br />
  434. <br />
  435. Welcome to your new homepage!<br />
  436. <br />
  437. You can of course edit this text under the "Login" function of Own-Free-Website.com.<br />
  438. <br />
  439. Under the Login function you can also rest the design,<br />
  440. You can, for example, display the menu on the left of your site, instead of on top, exchange pictures and much more!<br />
  441. <br />
  442. Have fun with your site!<br />
  443. <br />
  444. Your Own-Free-Website.com team                        </div>
  445.                    </div>
  446.                </div>
  447.            </div>
  448.            <!-- page-top end -->
  449.          
  450.  
  451.            <!-- footer start (Add "light" class to #footer in order to enable light footer) -->
  452.            <!-- ================ -->
  453.            <footer id="footer">
  454.  
  455.                <!-- .footer start -->
  456.                <!-- ================ -->
  457.                <div class="footer">
  458.                    <div class="container">
  459.                        <div class="row">
  460.                            <div class="col-md-12">
  461.                                <div class="footer-content">
  462.                                    <div class="row">
  463.                                        <div class="col-sm-4">
  464.                                            <p>Here you can enter<br />
  465. a little more<br />
  466. information</p>
  467.                                            <ul class="social-links circle">
  468.                                                                                            </ul>
  469.                                        </div>
  470.                                        <div class="col-sm-4">
  471.                                            <p>Here is some<br />
  472. more space for<br />
  473. information</p>
  474.                                        </div>
  475.                                        <div class="col-sm-4">
  476.                                            <p>And another third<br />
  477. column for infos</p>
  478.                                        </div>
  479.                                    </div>
  480.                                </div>
  481.                            </div>
  482.                        </div>
  483.                        <div class="space-bottom hidden-lg hidden-xs"></div>
  484.                    </div>
  485.                </div>
  486.                <!-- .footer end -->
  487.  
  488.                <!-- .subfooter start -->
  489.                <!-- ================ -->
  490.                <div class="subfooter">
  491.                    <div class="container">
  492.                        <div class="row">
  493.                            <div class="col-md-6">
  494.                                <p>Copyright &copy; 2025 Your name</p>
  495.                            </div>
  496.                            <div class="col-md-6" style="text-align: right">
  497.                                Today, there have been 4 visitors (5 hits) on this page!<br>
  498.                            </div>
  499.                        </div>
  500.                    </div>
  501.                </div>
  502.                <!-- .subfooter end -->
  503.  
  504.            </footer>
  505.            <!-- footer end -->
  506.  
  507.        </div>
  508.        <!-- page-wrapper end -->
  509.        
  510.  
  511. <a id="selfpromotionOverlay" href="https://webme.com/?mtm_campaign=cta-banner-top&mtm_kwd=augustinadarell&mtm_source=webme-freesite" target="_blank" rel="nofollow">
  512.    This website was created for free with <b>Webme</b>. Would you also like to have your own website?
  513.  
  514.    <div class="btn btn-1">Sign up for free</div>
  515.  
  516. </a>
  517. <style>
  518.    body {
  519.        padding-top: 124px;
  520.    }
  521.    #forFixedElement {
  522.        top: 124px;
  523.    }
  524.    @media (min-width: 365px) {
  525.        body {
  526.            padding-top: 103px;
  527.        }
  528.        #forFixedElement {
  529.            top: 103px;
  530.        }
  531.    }
  532.    @media (min-width: 513px) {
  533.        body {
  534.            padding-top: 82px;
  535.        }
  536.        #forFixedElement {
  537.            top: 82px;
  538.        }
  539.    }
  540.    @media (min-width: 936px) {
  541.        body {
  542.            padding-top: 61px;
  543.        }
  544.        #forFixedElement {
  545.            top: 61px;
  546.        }
  547.    }
  548.  
  549.    /* General button style */
  550.    #selfpromotionOverlay .btn {
  551.        border: none;
  552.        font-size: inherit;
  553.        color: inherit;
  554.        background: none;
  555.        cursor: pointer;
  556.        padding: 6px 15px;
  557.        display: inline-block;
  558.        text-transform: uppercase;
  559.        letter-spacing: 1px;
  560.        font-weight: 700;
  561.        outline: none;
  562.        position: relative;
  563.        -webkit-transition: all 0.3s;
  564.        -moz-transition: all 0.3s;
  565.        transition: all 0.3s;
  566.        margin: 0px;
  567.    }
  568.  
  569.    /* Button 1 */
  570.    #selfpromotionOverlay .btn-1, #selfpromotionOverlay .btn-1:visited {
  571.        background: rgb(0, 85, 204);
  572.        color: #fff;
  573.    }
  574.  
  575.    #selfpromotionOverlay .btn-1:hover {
  576.        background: #2980b9;
  577.    }
  578.  
  579.    #selfpromotionOverlay .btn-1:active {
  580.        background: #2980b9;
  581.        top: 2px;
  582.    }
  583.  
  584.    #selfpromotionOverlay {
  585.        font: 400 12px/1.8 "Open Sans", Verdana, sans-serif;
  586.        text-align: center;
  587.        opacity: 1;
  588.        transition: opacity 1s ease;
  589.        position: fixed;
  590.        overflow: hidden;
  591.        box-sizing: border-box;
  592.        font-size: 14px;
  593.        text-decoration: none;
  594.        line-height: 1.5em;
  595.        flex-wrap: nowrap;
  596.        z-index: 5000;
  597.        padding: 14px;
  598.        width: 100%;
  599.        left: 0;
  600.        right: 0;
  601.        top: 0;
  602.        color: rgb(35,35,35);
  603.        background-color: rgb(246,246,246);
  604.        border-bottom: 1px solid #5a5a5a;
  605.    }
  606.  
  607.    #selfpromotionOverlay:hover {
  608.        background: white;
  609.        text-decoration: none;
  610.    }
  611. </style>
  612.        <!-- JavaScript files placed at the end of the document so the pages load faster
  613.        ================================================== -->
  614.        <!-- Modernizr javascript -->
  615.        <script type="text/javascript" src="https://theme.webme.com/designs/professional/plugins/modernizr.js"></script>
  616.  
  617.        <script type="text/javascript" src="https://theme.webme.com/designs/professional/plugins/webme-slider/webme-slider.min.js"></script>
  618.  
  619.        <!-- Isotope javascript -->
  620.        <script type="text/javascript" src="https://theme.webme.com/designs/professional/plugins/isotope/isotope.pkgd.min.js"></script>
  621.  
  622.        <!-- Owl carousel javascript -->
  623.        <script type="text/javascript" src="https://theme.webme.com/designs/professional/plugins/owl-carousel/owl.carousel.js"></script>
  624.  
  625.        <!-- Appear javascript -->
  626.        <script type="text/javascript" src="https://theme.webme.com/designs/professional/plugins/jquery.appear.js"></script>
  627.  
  628.        <!-- Parallax javascript -->
  629.        <script src="https://theme.webme.com/designs/professional/plugins/jquery.parallax-1.1.3.js"></script>
  630.  
  631.        <!-- Initialization of Plugins -->
  632.        <script type="text/javascript" src="https://theme.webme.com/designs/professional/js/template2.js"></script>
  633.  
  634.  
  635.    </body>
  636. </html>
  637.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda