File: /var/www/nowruzgan.com/dhconf2025/index.html.new
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Digital Humanities Conf</title>
  <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet">
  <style>
    body {
      padding: 0;
      margin: 0;
      font-family: Montserrat;
    }
    .page {
      max-width: 800px;
      margin: 0 auto;
      padding: 100px 10px;
    }
    .logo {
      display: block;
      width: 100%;
    }
    .spacer {
      height: 60px;
    }
    p {
      text-align: center;
      font-size: 20px;
    }
    .fa {
      direction: rtl;
      font-size: 24px;
    }
    a.dl-link {
      padding: 3px 10px;
      border-radius: 3px;
      color: white;
      background-color: #00D2B5;
      text-decoration: none;
    }
  </style>
</head>
<body>
  <div class="page">
    <img src="https://nowruzgan.com/school/wp-content/uploads/2025/01/logoo-dhah-1024x348.png" alt="Digital Humanities & Art History" class="logo">
    <div class="spacer"></div>
    <p>This page will be available starting at 9:30 AM (Tehran Time) on February 19th.</p>
    <p class="fa">این صفحه از ساعت ۹:۳۰ صبح اول اسفند ماه فعال خواهد بود.</p>
    <div class="spacer"></div>
    <p>Download the detailed conference program <a class="dl-link" href="dhconf2025-program.pdf">here</a>.</p>
    <p class="fa">برنامهی تفصیلی همایش را <a class="dl-link" href="dhconf2025-program.pdf">از اینجا</a> بارگیری کنید.</p>
    <div class="spacer"></div>
  </div>
</body>
</html>