https://asuntdc.com/

ID de exploración:
1829be9e-09f7-49af-9f85-946de3f539e1Finalizado
URL enviada:
https://asuntdc.com/
Informe finalizado:

Enlaces: 0 encontrados

Variables JavaScript: 3 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensajes de registro de la consola: 3 encontrados

TipoCategoríaRegistro
errorsecurity
URL
https://asuntdc.com/
Texto
Access to script at 'https://kit.fontawesome.com/a076d05399.js' from origin 'https://asuntdc.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
errornetwork
URL
https://kit.fontawesome.com/a076d05399.js
Texto
Failed to load resource: net::ERR_FAILED
errornetwork
URL
https://asuntdc.com/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

<!DOCTYPE html><html lang="en"><head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>2024 ASU NBA Trade Deadline Competition</title>
  
  <!-- Google Font -->
  <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&amp;display=swap" rel="stylesheet">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
  <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.1.3/journal/bootstrap.min.css" integrity="sha512-BVVPC2Zs4xHlnPDEECbZj4bBG8o0gMjC10pF+uFsjQbNyhfAjZUMoX/8US0pW6x6jt7pDiFwFQz+uYH9GeH0Yw==" crossorigin="anonymous" referrerpolicy="no-referrer">
  <style>
    .title img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 35vh;
    }
    hr {
      border-width: 2px;
    }
    .custom-hr {
      border-color: rgba(169,20,20,128);
      margin-bottom: 0px;
    }
    .custom-hr-black {
      border-color: rgba(0, 0, 0, 1);
      margin-top: 0px;
    }
    a:hover {color: black;}
    .row1 {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
      align-items: center;
      padding-left: 10px;
    }
    .icon-link {
      text-decoration: none;
      color: inherit;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .icon-link div {
      margin-top: 5vh;
      font-size: 30vh;
    }
    .text-label {
      font-size: 2em;
      margin-top: 1em;
    }
  </style>
</head>
<body>
  <div class="title">
    <img src="https://events.asucollegeoflaw.com/nba-trade-deadline/wp-content/uploads/sites/39/2023/05/ASU-NTDC-Logo-300x240.png" alt="ASU NTDC Logo">
  </div>

  <hr class="custom-hr">
  
  <div class="row1" ,="" style="background-color:#dddddd; font-family: 'Roboto', sans-serif; font-size: 2em;">
    <h4>Welcome to the 2024 ASU NBA Trade Deadline Competition!</h4>
  </div>

  <hr class="custom-hr-black">

  <div class="row">
    <div class="col-md-6">
      <a href="https://asuntdc.com/trades" target="_self" class="icon-link">
        <div class="basketball">
          <i class="fas fa-basketball-ball" style="font-size: 30vh;"></i>
        </div>
        <div class="text-label" style="font-size:2em;">Trade Entry Portal</div>
      </a>
    </div>
    <div class="col-md-6">
      <a href="https://asuntdc.com/log" target="_self" class="icon-link">
        <div class="newspaper">
          <i class="fas fa-newspaper" style="font-size: 30vh;"></i>
        </div>
        <div class="text-label" style="font-size:2em;">Transaction Log</div>
      </a>
    </div>
  </div>

  <!-- Font Awesome script to load icons -->
  <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>


</body></html>