- ID de l'analyse :
- 1829be9e-09f7-49af-9f85-946de3f539e1Terminée
- URL soumise :
- https://asuntdc.com/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 3 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | security |
|
error | network |
|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!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&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>