<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko-KR" xml:lang="ko-KR">
<head>
<style>
/* XWiki 기본 UI 요소 숨기기 */
.xwiki-last-modified, .xwiki-export, .xwiki-info, .xwiki-edit-buttons, .xwiki-page-meta {
display: none !important;
}
.xwiki-content {
max-width: 1200px;
margin: 0 auto;
}
/* 상단 소개 섹션 */
.site-intro {
text-align: center;
padding: 2rem 1rem;
background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
border-radius: 24px;
margin-bottom: 2rem;
border: 1px solid #e3ddd5;
}
.site-intro h1 {
font-size: 2.5rem;
color: #1f2f36;
margin-bottom: 0.5rem;
}
.site-intro p {
font-size: 1.2rem;
color: #5f6b72;
margin: 0;
}
/* 퀵 링크 및 CTA 버튼 */
.cta-container {
display: flex;
gap: 1rem;
justify-content: center;
margin: 2rem 0;
flex-wrap: wrap;
}
.cta-button {
padding: 0.8rem 1.5rem;
border-radius: 12px;
text-decoration: none;
font-weight: 700;
transition: all 0.2s;
text-align: center;
min-width: 160px;
}
.cta-primary {
background: #0f766e;
color: white !important;
}
.cta-secondary {
background: white;
color: #0f766e !important;
border: 2px solid #0f766e;
}
.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/* 메인 다단 레이아웃 */
.main-layout-container {
display: flex;
gap: 2rem;
margin-bottom: 3rem;
align-items: stretch;
}
.info-column {
flex: 1;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.wbo-column {
flex: 1;
display: flex;
flex-direction: column;
}
/* 카드 스타일 */
.dashboard-card {
background: white;
border: 1px solid #ebe4da;
border-radius: 20px;
padding: 1.5rem;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
height: fit-content;
}
.dashboard-card h3 {
margin-top: 0;
color: #1f2f36;
border-bottom: 2px solid #f0ede9;
padding-bottom: 0.5rem;
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 1.2rem;
}
.news-item, .event-item, .link-item {
display: flex;
justify-content: space-between;
padding: 0.7rem 0;
border-bottom: 1px solid #f8f5ef;
font-size: 0.95rem;
}
.news-item:last-child, .event-item:last-child, .link-item:last-child {
border-bottom: none;
}
.date-tag {
font-size: 0.8rem;
color: #8a7b69;
margin-right: 0.5rem;
font-weight: bold;
}
.link-item a {
text-decoration: none;
color: #0f766e;
font-weight: 600;
}
.link-item span {
color: #8a7b69;
font-size: 0.85rem;
text-align: right;
max-width: 60%;
}
/* WBO 화이트보드 스타일 */
.wbo-container {
position: relative;
height: 100%;
min-height: 600px;
}
.wbo-iframe {
width: 100%;
height: 100%;
border: 1px solid #ccc;
border-radius: 20px;
background: #fff;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.wbo-footer {
text-align: right;
margin-top: 8px;
}
.wbo-footer a {
font-size: 0.9rem;
color: #5f6b72;
text-decoration: none;
}
/* 하단 소개 섹션 */
.footer-section {
border-top: 1px solid #ebe4da;
padding-top: 2rem;
margin-top: 2rem;
}
.footer-section h2 {
color: #1f2f36;
font-size: 1.5rem;
margin-bottom: 1rem;
}
.footer-section p {
line-height: 1.7;
color: #5f6b72;
}
.manager-note {
background: #f9f7f4;
padding: 1.5rem;
border-radius: 15px;
border-left: 5px solid #0f766e;
font-style: italic;
color: #4a555b;
}
@media (max-width: 992px) {
.main-layout-container {
flex-direction: column;
}
.wbo-container {
min-height: 400px;
}
}
@media (max-width: 640px) {
.site-intro h1 { font-size: 1.8rem; }
.site-intro p { font-size: 1rem; }
}
</style>
</head>
<body>
<div class="site-intro">
<h1>🌸 JANGSU CLUB</h1>
<p>선덕고 장수클럽 동문들의 소식과 네트워크를 위한 공간</p>
</div>
<div class="cta-container">
<a class="cta-button cta-primary" href="/bin/view/Home/Members/Register">📝 내 정보 등록</a>
<a class="cta-button cta-secondary" href="/bin/view/Home/Members/Search">👥 동문 찾기</a>
</div>
<div class="main-layout-container">
<! Left Column: Information >
<div class="info-column">
<div class="dashboard-card">
<h3>📢 최근 소식</h3>
<div class="news-item"><span class="date-tag">04.27</span> <span>홈페이지가 새롭게 재오픈되었습니다.</span></div>
<div class="news-item"><span class="date-tag">04.20</span> <span>신규 동문 등록 안내 (회원 광장)</span></div>
<div class="news-item"><span class="date-tag">04.10</span> <span>5월 정기 모임 장소 공지 예정</span></div>
</div>
<div class="dashboard-card">
<h3>📅 다가오는 일정</h3>
<div class="event-item"><span class="date-tag">05.05</span> <span>어린이날 가족 동반 모임 (준비 중)</span></div>
<div class="event-item"><span class="date-tag">05.15</span> <span>정기 월례회 및 식사 모임</span></div>
<div class="event-item"><span class="date-tag">06.01</span> <span>상반기 결산 보고회</span></div>
</div>
<div class="dashboard-card">
<h3>📌 빠른 연결</h3>
<div class="link-item">
<a href="/bin/view/Blog/">📝 우리들의 블로그</a>
<span>소소한 이야기와 생각들</span>
</div>
<div class="link-item">
<a href="/bin/view/Home/Members/">👥 우리들의 이야기</a>
<span>멤버들의 소개</span>
</div>
<div class="link-item">
<a href="/bin/view/Main/History">📜 우리의 발자취</a>
<span>소중한 역사와 기록들</span>
</div>
<div class="link-item">
<a href="/bin/view/Main/Schedule">📅 함께하는 시간</a>
<span>모임과 일정 안내</span>
</div>
</div>
</div>
<! Right Column: WBO Whiteboard >
<div class="wbo-column">
<div class="wbo-container">
<iframe
src="http://wbo.jangsuclub.com/boards/jangsuclub-main"
class="wbo-iframe"
loading="lazy">
</iframe>
</div>
<div class="wbo-footer">
<a href="http://wbo.jangsuclub.com/boards/jangsuclub-main" target="_blank" rel="noopener noreferrer">
전체 화이트보드 열기 ↗
</a>
</div>
</div>
</div>
<div class="footer-section">
<h2>🌿 클럽 소개</h2>
<p><strong>"함께 땀 흘리고, 소통하며, 성장하는 우리들의 공간"</strong><br/>
장수클럽은 처음엔 선덕고등학교에서 쉬는시간에 함께 축구하던 친구들의 모임으로 시작했습니다. 하지만 시간이 흐르며 우리는 깨달았습니다. 함께 흘리는 땀보다 더 값진 것은 서로를 향한 믿음과 따뜻한 소통이라는 것을요.<br/>
이제 장수클럽은 단순한 쉬는시간 모임을 넘어, 삶의 고단함을 나누고 서로를 응원하며 함께 성장해가는 정겨운 공동체를 지향합니다.</p>
<div style="margin-top: 2rem;">
<h2>✍️ 매니저 지안이의 한마디</h2>
<div class="manager-note">
"오늘 하루는 어떠셨나요? 가끔은 아무 생각 없이 깊은 숨을 한 번 들이마셔 보세요. 당신은 충분히 잘하고 있고, 그대로도 충분히 좋은 사람입니다."
</div>
</div>
</div>
</body>
</html>