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>
13년의 미국 공교육을 경험해본 사람으로서 말씀드리자면 흔히 말하는 좋은 선생님을 만날 수 있는 기회가 희박합니다. 분수 덧셈을 어려워하는 선생님부터 문법을 정확히 모르시는 분들까지 다양합니다.
만날 수 있는 가능성이 낮은 것도 사실입니다. 문제는 선생님뿐만 아니라 학교 커리큘럼도 누적되는 학습을 위한 기초 다지기에 도움이 되지 못하는 경우가 많습니다. 이런 시스템의 문제는 하루아침에 바꾸기 어렵기 때문에 대학입시를 미국에서 직접 경험하지 않고 자녀들을 준비시킨다면 철저히 준비하시고 대비하셔야합니다.
이 두 가지가 모든것의 기초(Foundation)가 됩니다.
문법의 경우 글쓰기에 단어와 마찬가지로 매우 중요한 재료이고 독해력을 뒷받침하기 때문에 고등학교 진학 전 습득을 완료하는 것이 고등학교(GPA, SAT, AP)에서 우수한 성적을 받을 수 있는 밑거름이 됩니다.
수학은 논리적 사고능력 그 자체입니다. 문제가 주어졌을 때 해결할 수 있는 능력을 길러주는 것은 물론이며 왜 그리고 어떻게 정답에 도달했는지 논리적으로 설명할 수 있는 힘까지 키울 수 있습니다. 이런 능력은 이과/문과를 불문하지만 특히 많은 고등학생들이 어려워하는 과학 과목의 기초가 됩니다.
레벨 테스트와 기말시험
수업은 표준화 시험에 초점을 맞추지 않습니다. 하지만 기본기를 잘 쌓는 것만으로도 점수 변화가 있을 수 밖에 없고 점수만이 아니라 문법과 어휘력은 영작으로도 실력 향상을 확인할 수 있습니다.