faccna.tn Ads.txt file

<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>فاكنا - تحت الصيانة</title>
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;800&display=swap" rel="stylesheet">
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
font-family: 'Cairo', sans-serif;
background: linear-gradient(135deg, #062441, #024956);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
padding: 20px;
}

.container {
background: rgba(255, 255, 255, 0.08);
backdrop-filter: blur(12px);
border-radius: 20px;
padding: 40px;
max-width: 700px;
width: 100%;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
animation: fadeIn 1.5s ease-in-out;
}

.logo img {
width: 160px;
margin-bottom: 25px;
}

h1 {
font-size: 2rem;
margin-bottom: 20px;
font-weight: 800;
}

p {
font-size: 1.1rem;
line-height: 1.8;
margin-bottom: 30px;
}

.countdown {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 30px;
flex-wrap: wrap;
}

.countdown-item {
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
width: 100px;
height: 100px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 1.3rem;
color: #F04D4C;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}

.countdown-item span {
font-size: 0.8rem;
color: #fff;
margin-top: 5px;
font-weight: 400;
}

.btn {
background-color: #F04D4C;
color: white;
padding: 12px 25px;
border-radius: 10px;
text-decoration: none;
font-size: 1rem;
font-weight: 600;
transition: background-color 0.3s ease;
display: inline-block;
}

.btn:hover {
background-color: #d53e3d;
}

@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
.countdown-item {
width: 80px;
height: 80px;
font-size: 1rem;
}

.countdown-item span {
font-size: 0.75rem;
}

h1 {
font-size: 1.5rem;
}

p {
font-size: 1rem;
}
}
</style>
</head>
<body>

<div class="container">
<div class="logo">
<img src="https://i.ibb.co/hxbZnt6r/Logo-png-01-2.png" alt="Faccna Logo">
</div>

<h1>🚧 الموقع تحت الصيانة</h1>
<p>فاكنا = المنصة التي تدعمك من التوجيه إلى التشغيل.<br>
من خلال محتوى توجيهي، فرص مهنية، ودليل شامل للحياة الجامعية، تساعد فاكنا الطالب التونسي على اتخاذ القرارات الصحيحة في دراسته وبناء مستقبله.</p>

<div class="countdown" id="countdown">
<div class="countdown-item"><div id="days">--</div><span>يوم</span></div>
<div class="countdown-item"><div id="hours">--</div><span>ساعة</span></div>
<div class="countdown-item"><div id="minutes">--</div><span>دقيقة</span></div>
<div class="countdown-item"><div id="seconds">--</div><span>ثانية</span></div>
</div>

<a class="btn" href="https://www.instagram.com/faccna.tn" target="_blank">📱 تابعنا على إنستغرام</a>
</div>

<script>
const countdown = () => {
const targetDate = new Date("2025-06-01T00:00:00").getTime();
const now = new Date().getTime();
const difference = targetDate - now;

const days = Math.floor(difference / (1000 * 60 * 60 * 24));
const hours = Math.floor((difference % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const minutes = Math.floor((difference % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((difference % (1000 * 60)) / 1000);

document.getElementById("days").innerHTML = days < 10 ? "0" + days : days;
document.getElementById("hours").innerHTML = hours < 10 ? "0" + hours : hours;
document.getElementById("minutes").innerHTML = minutes < 10 ? "0" + minutes : minutes;
document.getElementById("seconds").innerHTML = seconds < 10 ? "0" + seconds : seconds;
};

countdown();
setInterval(countdown, 1000);
</script>

</body>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.