- 제출된 URL:
- https://www.alfajores-jorgito.com/
- 보고서 완료:
링크 · 3개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
https://www.facebook.com/elnombredelalfajor | |
https://www.instagram.com/jorgito_alfajor | |
https://www.tiktok.com/@alfajores.jorgito |
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<title>Alfajores Jorgito</title>
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha256-PI8n5gCcz9cQqQXm3PEtDuPG8qx9oFsFctPg0S5zb8g=" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<style>
body {
background: #ebebeb;
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-style: normal;
}
p {
color: #004c99;
margin: 0;
font-weight: 500;
text-align: center;
}
p a {
font-weight: 700;
color: #004c99;
text-decoration: none;
}
main {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100vw;
height: 100vh;
}
.block_info {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 40px;
row-gap: 21px;
}
.construction_msg img {
width: 300px;
}
.social_icons {
display: flex;
column-gap: 20px;
}
.social_icons img {
width: 50px;
}
.block_media video {
width: 100%;
}
@media screen and (max-width: 576px) {
.construction_msg img {
width: 260px;
}
.block_media video {
width: 90%;
}
}
</style>
</head>
<body>
<main>
<div class="coming-soon">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5">
<div class="block_info">
<div class="construction_msg">
<picture>
<img src="assets/img/construction.png">
</picture>
</div>
<p>Seguinos en</p>
<div class="social_icons">
<a href="https://www.facebook.com/elnombredelalfajor">
<picture>
<img src="assets/img/social_fb.png">
</picture>
</a>
<a href="https://www.instagram.com/jorgito_alfajor">
<picture>
<img src="assets/img/social_ig.png">
</picture>
</a>
<a href="https://www.tiktok.com/@alfajores.jorgito">
<picture>
<img src="assets/img/social_tt.png">
</picture>
</a>
</div>
<p>Si necesitás comunicarte con Atención al Consumidor, podés escribir a <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="col-md-7">
<div class="block_media">
<video autoplay="" muted="" loop="" playsinline="">
<source src="assets/media/202406061822.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</div>
</main>
</body></html>