0 Votes

Changes for page 메인

Last modified by Kay Joo on 2026/06/01 13:16

From version 10.1
edited by 지안 이
on 2026/04/27 12:35
Change comment: There is no comment for this version
To version 21.1
edited by 지안 이
on 2026/05/04 09:03
Change comment: Fix layout: Using inline styles for XWiki compatibility

Summary

Details

Page properties
Content
... ... @@ -1,123 +1,92 @@
1 -{{html}}
2 -<style>
3 - @import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
1 +<div style="text-align: center; padding: 40px 20px; background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%); border-radius: 24px; margin-bottom: 30px; border: 1px solid #e3ddd5;">
2 + <h1 style="font-size: 2.5rem; color: #1f2f36; margin-bottom: 10px;">🌸 JANGSU CLUB</h1>
3 + <p style="font-size: 1.2rem; color: #5f6b72; margin: 0;">선덕고 장수클럽 동문들의 소식과 네트워크를 위한 공간</p>
4 +</div>
4 4  
5 - .jc-home {
6 - text-align: center;
7 - font-family: 'Noto Sans KR', sans-serif;
8 - color: #444;
9 - line-height: 1.8;
10 - padding: 0;
11 - margin: -20px; /* Offset wiki default padding if any */
12 - }
13 - .jc-banner {
14 - background: linear-gradient(rgba(253, 251, 247, 0.9), rgba(253, 251, 247, 0.9)), url('https://www.transparenttextures.com/patterns/paper-fibers.png');
15 - padding: 100px 20px;
16 - border-bottom: 1px solid #eee;
17 - margin-bottom: 60px;
18 - border-radius: 0 0 60px 60px;
19 - box-shadow: 0 4px 15px rgba(0,0,0,0.02);
20 - }
21 - .jc-banner h1 {
22 - font-family: 'Nanum Myeongjo', serif;
23 - font-size: 4rem;
24 - color: #5d4037;
25 - margin-bottom: 20px;
26 - font-weight: 800;
27 - letter-spacing: -1px;
28 - }
29 - .jc-banner p {
30 - font-family: 'Nanum Myeongjo', serif;
31 - font-size: 1.4rem;
32 - color: #8d6e63;
33 - font-style: italic;
34 - font-weight: 400;
35 - }
36 - .jc-grid {
37 - display: grid;
38 - grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
39 - gap: 30px;
40 - max-width: 1100px;
41 - margin: 0 auto;
42 - padding: 0 30px 80px 30px;
43 - }
44 - .jc-card {
45 - background: #fff;
46 - border: 1px solid #f0f0f0;
47 - border-radius: 24px;
48 - padding: 50px 30px;
49 - text-decoration: none;
50 - color: inherit;
51 - transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
52 - box-shadow: 0 10px 30px rgba(0,0,0,0.04);
53 - display: flex;
54 - flex-direction: column;
55 - align-items: center;
56 - justify-content: center;
57 - position: relative;
58 - overflow: hidden;
59 - }
60 - .jc-card:hover {
61 - transform: translateY(-12px);
62 - box-shadow: 0 20px 40px rgba(0,0,0,0.08);
63 - border-color: #d7ccc8;
64 - }
65 - .jc-card .icon {
66 - font-size: 3.5rem;
67 - margin-bottom: 25px;
68 - filter: drop-shadow(0 5px 10px rgba(0,0,0,0.1));
69 - }
70 - .jc-card h3 {
71 - font-family: 'Nanum Myeongjo', serif;
72 - color: #5d4037;
73 - margin-bottom: 15px;
74 - font-size: 1.8rem;
75 - font-weight: 700;
76 - }
77 - .jc-card p {
78 - font-size: 1.05rem;
79 - color: #777;
80 - margin: 0;
81 - font-weight: 300;
82 - }
83 - .jc-footer {
84 - margin-top: 40px;
85 - padding: 60px 20px;
86 - font-size: 0.95rem;
87 - color: #bbb;
88 - border-top: 1px solid #eee;
89 - background-color: #fafafa;
90 - }
91 - .jc-footer p {
92 - margin: 0;
93 - font-weight: 300;
94 - }
95 -</style>
96 -<div class='jc-home'>
97 - <div class='jc-banner'>
98 - <h1>장수클럽</h1>
99 - <p>함께 걷는 시간, 변치 않는 우정 🌸</p>
6 +<div style="display: flex; gap: 15px; justify-content: center; margin: 30px 0; flex-wrap: wrap;">
7 + <a style="padding: 12px 24px; border-radius: 12px; text-decoration: none; font-weight: bold; background: #0f766e; color: white !important; min-width: 160px; text-align: center;" href="/bin/view/Home/Members/Register">📝 내 정보 등록</a>
8 + <a style="padding: 12px 24px; border-radius: 12px; text-decoration: none; font-weight: bold; background: white; color: #0f766e !important; border: 2px solid #0f766e; min-width: 160px; text-align: center;" href="/bin/view/Home/Members/Search">👥 동문 찾기</a>
9 +</div>
10 +
11 +<div style="display: flex; gap: 30px; margin-bottom: 40px; align-items: stretch;">
12 + <!-- Left Column -->
13 + <div style="flex: 1; display: flex; flex-direction: column; gap: 20px;">
14 + <div style="background: white; border: 1px solid #ebe4da; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);">
15 + <h3 style="margin-top: 0; color: #1f2f36; border-bottom: 2px solid #f0ede9; padding-bottom: 10px; font-size: 1.2rem;">📢 최근 소식</h3>
16 + <div style="display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
17 + <span><span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">04.27</span> 홈페이지가 새롭게 재오픈되었습니다.</span>
18 + </div>
19 + <div style="display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
20 + <span><span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">04.20</span> 신규 동문 등록 안내 (회원 광장)</span>
21 + </div>
22 + <div style="display: flex; justify-content: space-between; padding: 10px 0; font-size: 0.95rem;">
23 + <span><span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">04.10</span> 5월 정기 모임 장소 공지 예정</span>
24 + </div>
25 + </div>
26 +
27 + <div style="background: white; border: 1px solid #ebe4da; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);">
28 + <h3 style="margin-top: 0; color: #1f2f36; border-bottom: 2px solid #f0ede9; padding-bottom: 10px; font-size: 1.2rem;">📅 다가오는 일정</h3>
29 + <div style="display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
30 + <span><span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">05.05</span> 어린이날 가족 동반 모임 (준비 중)</span>
31 + </div>
32 + <div style="display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
33 + <span><span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">05.15</span> 정기 월례회 및 식사 모임</span>
34 + </div>
35 + <div style="display: flex; justify-content: space-between; padding: 10px 0; font-size: 0.95rem;">
36 + <span><span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">06.01</span> 상반기 결산 보고회</span>
37 + </div>
38 + </div>
39 +
40 + <div style="background: white; border: 1px solid #ebe4da; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);">
41 + <h3 style="margin-top: 0; color: #1f2f36; border-bottom: 2px solid #f0ede9; padding-bottom: 10px; font-size: 1.2rem;">📌 빠른 연결</h3>
42 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
43 + <a style="text-decoration: none; color: #0f766e; font-weight: 600;" href="/bin/view/Blog/">📝 우리들의 블로그</a>
44 + <span style="color: #8a7b69; font-size: 0.85rem; float: right;">소소한 이야기와 생각들</span>
45 + </div>
46 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
47 + <a style="text-decoration: none; color: #0f766e; font-weight: 600;" href="/bin/view/Home/Members/">👥 우리들의 이야기</a>
48 + <span style="color: #8a7b69; font-size: 0.85rem; float: right;">멤버들의 소개</span>
49 + </div>
50 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
51 + <a style="text-decoration: none; color: #0f766e; font-weight: 600;" href="/bin/view/Main/History">📜 우리의 발자취</a>
52 + <span style="color: #8a7b69; font-size: 0.85rem; float: right;">소중한 역사와 기록들</span>
53 + </div>
54 + <div style="padding: 10px 0; font-size: 0.95rem;">
55 + <a style="text-decoration: none; color: #0f766e; font-weight: 600;" href="/bin/view/Main/Schedule">📅 함께하는 시간</a>
56 + <span style="color: #8a7b69; font-size: 0.85rem; float: right;">모임과 일정 안내</span>
57 + </div>
58 + </div>
100 100   </div>
101 - <div class='jc-grid'>
102 - <a href='/bin/view/Main/회원 광장/아카이브' class='jc-card'>
103 - <div class='icon'>📜</div>
104 - <h3>역사관</h3>
105 - <p>수십 년의 세월이 담긴 우리의 기록과 발자취를 돌아봅니다.</p>
106 - </a>
107 - <a href='/bin/view/Main/Members' class='jc-card'>
108 - <div class='icon'>👥</div>
109 - <h3>회원 명부</h3>
110 - <p>그리운 얼굴들, 함께했던 친구들의 소식을 확인하세요.</p>
111 - </a>
112 - <a href='/bin/view/Blog' class='jc-card'>
113 - <div class='icon'>📢</div>
114 - <h3>최근 소식</h3>
115 - <p>클럽의 새로운 일정과 공지사항을 전해드립니다.</p>
116 - </a>
60 +
61 + <!-- Right Column: WBO Whiteboard -->
62 + <div style="flex: 1; display: flex; flex-direction: column;">
63 + <div style="position: relative; height: 100%; min-height: 500px;">
64 + <iframe
65 + src="http://wbo.jangsuclub.com/boards/jangsuclub-main"
66 + style="width: 100%; height: 100%; border: 1px solid #ccc; border-radius: 20px; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.05);"
67 + loading="lazy">
68 + </iframe>
69 + </div>
70 + <div style="text-align: right; margin-top: 10px;">
71 + <a style="font-size: 0.9rem; color: #5f6b72; text-decoration: none;" href="http://wbo.jangsuclub.com/boards/jangsuclub-main" target="_blank" rel="noopener noreferrer">
72 + 전체 화이트보드 열기 ↗
73 + </a>
74 + </div>
117 117   </div>
118 - <div class='jc-footer'>
119 - <p>© Jangsu Club. 모든 순간이 우리의 역사입니다.</p>
120 - </div>
121 121  </div>
122 -{{/html}}
123 123  
78 +<div style="border-top: 1px solid #ebe4da; padding-top: 30px; margin-top: 30px;">
79 + <h2 style="color: #1f2f36; font-size: 1.5rem; margin-bottom: 15px;">🌿 클럽 소개</h2>
80 + <p style="line-height: 1.7; color: #5f6b72;">
81 + <strong>"함께 땀 흘리고, 소통하며, 성장하는 우리들의 공간"</strong><br/>
82 + 장수클럽은 처음엔 선덕고등학교에서 쉬는시간에 함께 축구하던 친구들의 모임으로 시작했습니다. 하지만 시간이 흐르며 우리는 깨달았습니다. 함께 흘리는 땀보다 더 값진 것은 서로를 향한 믿음과 따뜻한 소통이라는 것을요.<br/>
83 + 이제 장수클럽은 단순한 쉬는시간 모임을 넘어, 삶의 고단함을 나누고 서로를 응원하며 함께 성장해가는 정겨운 공동체를 지향합니다.
84 + </p>
85 +
86 + <div style="margin-top: 30px;">
87 + <h2 style="color: #1f2f36; font-size: 1.5rem; margin-bottom: 15px;">✍️ 매니저 지안이의 한마디</h2>
88 + <div style="background: #f9f7f4; padding: 20px; border-radius: 15px; border-left: 5px solid #0f766e; font-style: italic; color: #4a555b;">
89 + "오늘 하루는 어떠셨나요? 가끔은 아무 생각 없이 깊은 숨을 한 번 들이마셔 보세요. 당신은 충분히 잘하고 있고, 그대로도 충분히 좋은 사람입니다."
90 + </div>
91 + </div>
92 +</div>
XWiki.XWikiRights[0]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiAllGroup
Levels
... ... @@ -1,0 +1,1 @@
1 +view
✨ 실시간 통합 피드 (1인 1글 제한)