https://checkwithsec.sec.gov.ph/

ID de exploración:
9f60b66b-1621-4e04-9cae-880e01739441Finalizado
URL enviada:
https://checkwithsec.sec.gov.ph/
Informe finalizado:

Enlaces: 3 encontrados

EnlaceTexto
https://www.sec.gov.phSEC Website
https://www.sec.gov.ph/esparc/#gsc.tab=0SEC Online Services
https://www.sec.gov.ph/contact-us/#gsc.tab=0Contact Us

Variables JavaScript: 13 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
Choicesfunction
handleChangefunction
getSecNofunction
getCompanyNamefunction
handleNoResultsfunction
appendDataSecNofunction
appendDataCompanyNamefunction

Mensajes de registro de la consola: 6 encontrados

TipoCategoríaRegistro
warningother
Texto
Error with Feature-Policy header: Unrecognized feature: 'ambient-light-sensor'.
warningother
Texto
Error with Feature-Policy header: Unrecognized feature: 'speaker'.
warningother
Texto
Error with Feature-Policy header: Unrecognized feature: 'usb'.
warningother
Texto
Error with Feature-Policy header: Unrecognized feature: 'vibrate'.
warningother
Texto
Error with Feature-Policy header: Unrecognized feature: 'vr'.
errornetwork
URL
https://checkwithsec.sec.gov.ph/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link href="https://fonts.googleapis.com/css?family=Poppins:300,400" rel="stylesheet">
    <link rel="stylesheet" href="//use.fontawesome.com/releases/v5.15.4/css/all.css">
    <link href="css/main.css" rel="stylesheet">
    <title>SEC Search</title>

    <style>

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

article {
	max-width: 70rem;
	margin: 0 auto;
	/* border: 0.18rem solid lightgrey; */
	padding: clamp(1rem, 2vw, 3rem);
	/* border-radius: 0.5rem; */
}

article2 {
	max-width: 70rem;
	margin: 0 auto;
	border: 0.18rem solid lightgrey;
	padding: clamp(1rem, 2vw, 3rem);
	border-radius: 0.5rem;
}

article > * + * {
	margin-top: 1rem;
}

dl {
	display: grid;
  grid-template-columns: 0.45fr 0.55fr;
	/* grid-template-columns: auto 0.85fr; */
	/* gap: 0.5rem 0; */
}

/* dl > * {
	background:#0f8269;
	padding: 1rem;
} */
/* 
dl > :nth-of-type(2n) {
	background: #004830;
} */

dt {
	font-weight: 100;
  /* color: #0ee395; */
	/* font-size: 1.3rem; */
}

dd {
	margin: 0;
	/* padding: 1rem; */
	display: flex;
	align-items: center;
}




    .s132 form fieldset legend {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    }

    div.picture1 {
    width: 300px;
    height: 180px;
    margin: 60px auto 0; /* Adjust the margin value to create space for the navigation menu and center the logo vertically */
    text-align: center; /* Center the logo horizontally */
    }

    div.picture1 img {
    max-width: 100%; /* Ensure the image does not exceed the container width */
    max-height: 100%; /* Ensure the image does not exceed the container height */
    display: inline-block;
    vertical-align: middle;
    }

    img {
    width:100%;
    height:100%;
    }

    .hide{
    display:none
    }


    @import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
.alert{
  width:95%;
  margin:20px auto;
  padding:30px;
  position:relative;
  border-radius:5px;
  box-shadow:0 0 15px 5px #ccc;
  text-align:center;
}
.close{
  position:absolute;
  width:30px;
  height:30px;
  opacity:0.5;
  border-width:1px;
  border-style:solid;
  border-radius:50%;
  right:15px;
  top:25px;
  text-align:center;
  font-size:1.6em;
  cursor:pointer;
}

@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Poppins:wght@300&display=swap');

body {
  font-family: poppins, sans-serif;  
  margin: 0px;
  overflow: hidden;
}

nav {
  background: #004830;
  min-height: 30px;
  padding: 10px;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000; /* Add this line */
}

nav a {
  font-size: 0.90rem;
  color: #fefefe;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  padding: 0px 12px;
  line-height: 50px;
  white-space: nowrap;
  text-decoration: none;
}

nav a:hover {
  text-decoration: none;
  color: #0ee395;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #fefefe;
  margin: 5px;
  transition: all 0.3s ease;
}

nav.active .hamburger .line {
  background-color: #0ee395;
}

@media only screen and (max-width: 800px) {
  nav ul {
    display: none;
  }

  nav.active ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

section {
  min-height: 100vh;
}

section#header {
  background: rgb(123,134,232);
  background: linear-gradient(164deg, rgba(123,134,232,1) 0%, rgba(246,140,255,1) 52%, rgba(255,222,50,1) 100%);
  color: #270942;
  min-height: 30vh;
}

section#tim-vine {
  background: rgb(123,211,232);
  background: linear-gradient(135deg, rgba(123,211,232,1) 0%, rgba(123,211,232,1) 0%, rgba(50,171,255,1) 100%);
  color: #0f2852;
}

section#bill-hicks {
  background: rgb(123,211,232);
  background: linear-gradient(135deg, rgba(123,211,232,1) 0%, rgba(232,123,165,1) 0%, rgba(255,50,50,1) 100%);
  color: #40081a;
}

section#stewart-francis {
  background-color: #85FFBD;
  background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 50%, #ffffff 100%);
  color: #084012;
}

article {
  width: 95%;
  max-width: 1000px;
  padding: 20px;
  margin: 0px auto;
}


h2 {
  text-align: center;
  padding: 40px 0px 0px 0px;
  font-size: 3em;
}

p {
  font-size: 1em;
}

@media
(prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-size: 11px;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 9999;
}

.loading img {
  width: 100px;
  height: 100px;
}

.loading p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}


</style>

  </head>
  <body>

    <nav>
      <div class="hamburger">
        <div class="line"></div>
        <div class="line"></div>
        <div class="line"></div>
      </div>
      <ul>
        <li><a href="https://checkwithsec.sec.gov.ph">Home</a></li>
        <li><a href="https://checkwithsec.sec.gov.ph/search_sus/">Suspended Corporations</a></li>
        <li><a href="https://www.sec.gov.ph" target="_blank">SEC Website</a></li>
        <li><a href="https://www.sec.gov.ph/esparc/#gsc.tab=0" target="_blank">SEC Online Services</a></li>
        <li><a href="https://www.sec.gov.ph/contact-us/#gsc.tab=0" target="_blank">Contact Us</a></li>
        <li><a href="disclaimer.html" target="_blank">Data Disclaimer</a></li>
      </ul>
    </nav>
    

        <div class="s132">
          <form>
            <div class="picture1">
              <img src="images/checkwithsec_logo2.png" alt="SEC Logo">
            </div>
            <div class="check">
              <br>
            </div>
            <div class="inner-form">
              <div class="input-field first-wrap">
                <div class="input-select">
                  <div class="choices" role="listbox" data-type="select-one" tabindex="0" aria-haspopup="true" aria-expanded="false" dir="ltr" aria-activedescendant="choices-category-item-choice-1">
          <div class="choices__inner"><select data-trigger="" name="choices-single-defaul" id="category" class="choices__input is-hidden" tabindex="-1" style="display:none;" aria-hidden="true" data-choice="active"><option value="Category" selected="">Category</option></select><div class="choices__list choices__list--single"><div class="choices__item choices__item--selectable choices__placeholder" data-item="" data-id="1" data-value="Category" aria-selected="true">
            Category
          </div></div></div><div class="choices__list choices__list--dropdown" aria-expanded="false">
          <div class="choices__list" dir="ltr" role="listbox"><div class="choices__item choices__item--choice choices__item--selectable choices__placeholder is-highlighted" data-select-text="" data-choice="" data-id="1" data-value="Category" data-choice-selectable="" id="choices-category-item-choice-1" role="option" aria-selected="true">
            Category
          </div><div class="choices__item choices__item--choice choices__item--selectable" data-select-text="" data-choice="" data-id="2" data-value="Company Name" data-choice-selectable="" id="choices-category-item-choice-2" role="option">
            Company Name
          </div><div class="choices__item choices__item--choice choices__item--selectable" data-select-text="" data-choice="" data-id="3" data-value="SEC Number" data-choice-selectable="" id="choices-category-item-choice-3" role="option">
            SEC Number
          </div></div></div></div>
                </div>
              </div>
              <div class="input-field second-wrap">
                <input id="searchKeyword" type="text" placeholder="Please enter your keyword/s here." onkeypress="return searchKeyPress(event);">
              </div>
              <div class="input-field third-wrap">
                <button class="btn-search" type="button" id="search" onclick="handleChange(); showScrollbar();">Search</button>

              </div>
            </div>
            <div class="alert alert-success fade in hide" role="alert" id="alertId" style="background:rgba(0, 0, 0, 0.5);color:white;padding:10px;">
              <b>Please enter a valid keyword. A keyword must have at least <b style="color:#0ee395;">3</b> characters.</b>
            </div>
            <div class="alert alert-success fade in hide" role="alert" id="alertId2" style="background:rgba(0, 0, 0, 0.5);color:white;padding:10px;">
              <b>Please select a <b style="color:#0ee395;">category</b> for us to get started.</b>
            </div>
            <div class="resultMessage" style="background:rgba(0, 0, 0, 0.5);color:#0ee395;"></div>
            <div id="myData" style="background:rgba(0, 0, 0, 0.5);color:white;padding:10px;"></div>
            <div id="loading-gif" class="loading">
              <img src="images/loading.gif" alt="Loading...">
              <p style="color:#004830">Page is loading, please wait.</p>
            </div>
          </form>
        </div>
    <script src="js/extention/choices.js"></script>
    <script type="text/javascript" src="js/script.js"></script>
    <script>

      function searchKeyPress(e)
      {
          // look for window.event in case event isn't passed in
          e = e || window.event;
          if (e.keyCode == 13)
          {
              document.getElementById('search').click();
              return false;
          }
          return true;
      }
      </script>
      <script>
document.querySelector('.hamburger').addEventListener('click', function () {
  document.querySelector('nav').classList.toggle('active');
});

      </script>
      <script>function showScrollbar() {
        document.body.style.overflow = 'auto';
      }</script>
  

</body></html>