hideNotionTitle: true
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Custom Popup</title>
<style>
  /* Basic styles for the popup background */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  /* Styles for the popup content */
  .popup-content {
    background-color: #fff;
    width: 90%;
    max-width: 500px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
  }

  /* Styles for the close button */
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    color: #d3d3d3; /* Light grey color for the close button */
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    transition: color 0.3s ease;
  }

  .close-btn:hover {
    color: #999999; /* Slightly darker grey on hover */
  }

  /* Styles for the text */
  .popup-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .popup-subtext {
    font-size: 16px;
    margin-bottom: 20px;
  }

  /* Button styling */
  .popup-button {
    background-color: #325375;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
  }

  .popup-button:hover {
    background-color: #fff;
    color: #325375;
    border: 2px solid #325375;
    transition: 0.3s ease;
  }
</style>
</head>
<body>

<!-- Popup structure -->
<div id="popup" class="popup-overlay">
  <div class="popup-content">
    <button class="close-btn" onclick="closePopup()">×</button>
    <div class="popup-header">봄학기 수업 10% 조기등록 혜택!</div>
    <div class="popup-subtext">⏰ 1월 3일 조기등록이 마감됩니다.</div>
    <a href="<https://yeoneducation.notion.site/4e70fc0f6c89454d89f033411e5ee7f4?pvs=105>" target="_blank" class="popup-button">등록하기</a>
  </div>
</div>

<script>
  // JavaScript to handle opening and closing the popup
  function openPopup() {
    document.getElementById('popup').style.display = 'flex';
  }

  function closePopup() {
    document.getElementById('popup').style.display = 'none';
  }

  // Automatically show the popup immediately after the page loads
  window.onload = function() {
    openPopup(); // No delay
  };
</script>

</body>
</html>

GPA1.png

https://youtu.be/Vkkj5fQOdG0

성적표와 계획표를 토대로

학생과 매일 면담 진행

무엇부터 해야할지 미리 정해 효율적인 학습 시간을 확보합니다.

온라인으로 프로그램을 수강하는 학생들은 학습시간동안 전담 감독관께서 학생의 모니터와 학습 공간을 확인하십니다. 학생은 일괄적으로 카메라를 구비해 학습 공간을 비춰야합니다. 하루 순수 공부시간을 최대한 확보하고, 공부 몰입도를 높이기 위해 교시 중에는 화장실외 이동이 불가합니다.

https://youtu.be/0yCB-98yI5s?feature=shared

Screenshot 2024-07-22 at 9.29.08 PM.png

점수 변화를 면밀히 확인 후

학생에게 맞는 계획 수립

미제출, 70점 이하, 70-80점 과제 집중 공략

낙제한 과제들이나 시험들은 최대한 빠른 시일내에 학교 선생님에게 연락을 취해 메이크업을 요청하여 점수를 향상시킬 수 있습니다. 앞으로 있을 시험이나 퀴즈를 미리 준비할 수 있도록 멘토 선생님께서 추가로 기출문제나 백지시험을 제공합니다.

빨강 = 점수 하락 초록 = 점수 상승

Screenshot 2024-11-19 at 4.09.46 PM.png

노랑 = 개선 필요 초록 = 메이크업 완료 주황 = 미제출 빨강 = 업데이트 필요

Screenshot 2024-11-19 at 4.26.00 PM.png

전자기기 관리는

반드시 필요하고 단호해야 합니다.

사용시간만 줄여도 정말 많은 개선이 됩니다.

오후 6시부터 10시까지 전자기기 (핸드폰, 아이패드 등) 사용시간과 앱 사용기록을 매일 의무적으로 제출해야합니다. 대면으로 참여하는경우 전자기기 반납은 필수입니다.