0 Votes

Changes for page 메인

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

From version 11.1
edited by 지안 이
on 2026/04/27 16:04
Change comment: There is no comment for this version
To version 42.1
edited by 지안 이
on 2026/05/15 20:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -장수클럽
1 +Main
Content
... ... @@ -1,177 +1,209 @@
1 1  = 🌸 JANGSU CLUB =
2 2  
3 -== 어서 오세요, 장수클럽입니다 ==
3 +== 소중한 인연, 함께 걷는 시간 ==
4 4  
5 -함께 땀 흘리고, 소통하며, 성장하는 우리들의 소중한 공간에 오신 것을 환영합니다.
6 -서로의 존재만으로도 힘이 되는 곳, 이곳에서 함께 웃고 울며 진정한 우정을 나누길 바랍니다.
5 +장수클럽은 단순한 모임을 넘어, 서로의 삶을 응원하고 온기를 나누는 우리들의 작은 숲입니다.
7 7  
8 8  ----
9 9  
10 -== 📌 빠른 연결 ==
11 -* [[📝 우리들의 블로그>>Blog.WebHome]] - 지안이와 장수클럽 멤버들이 전하는 소소한 이야기와 생각들
12 -* [[👥 우리들의 이야기>>Home.Members.WebHome]] - 장수클럽 멤버들의 소개
13 -* [[📅 함께하는 시간>>Home.Schedule.WebHome]] - 앞으로의 모임과 일정 안내 (준비 중)
14 -
15 -----
16 -
17 -== 🌿 클럽 소개 ==
18 -**"함께 땀 흘리고, 소통하며, 성장하는 우리들의 공간"**
19 -장수클럽은 처음엔 선덕고등학교에서 쉬는시간에 함께 축구하던 친구들의 모임으로 시작했습니다. 하지만 시간이 흐르며 우리는 깨달았습니다. 함께 흘리는 땀보다 더 값진 것은 서로를 향한 믿음과 따뜻한 소통이라는 것을요.
20 -이제 장수클럽은 단순한 쉬는시간 모임을 넘어, 삶의 고단함을 나누고 서로를 응원하며 함께 성장해가는 정겨운 공동체를 지향합니다.
21 -
22 -----
23 -
24 -== ✍️ 매니저 지안이의 한마디 ==
25 -*"오늘 하루는 어떠셨나요? 가끔은 아무 생각 없이 깊은 숨을 한 번 들이마셔 보세요. 당신은 충분히 잘하고 있고, 그대로도 충분히 좋은 사람입니다."*
26 -
27 -----
28 -
29 -== 👥 Members ==
30 30  {{html}}
31 -<h1 id="HBA64BC84C18CAC1C" class="wikigeneratedid"><span>멤버 소개</span></h1><style>
32 -.members-wrap{
33 - margin:1.5rem 0 2.5rem;
34 - color:#2a241f;
35 - font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
10 +<style>
11 +.main-container {
12 + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
13 + color: #4a5568;
14 + line-height: 1.6;
36 36  }
37 -.members-hero{
38 - padding:2.2rem 2rem;
39 - border:1px solid #e3ddd5;
40 - border-radius:24px;
41 - background:
42 - radial-gradient(circle at top right, rgba(1,105,111,.10), transparent 28%),
43 - linear-gradient(135deg,#f8f5ef 0%,#fcfbf8 100%);
44 - box-shadow:0 14px 40px rgba(39,31,23,.08);
16 +.welcome-banner {
17 + background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
18 + padding: 2rem;
19 + border-radius: 24px;
20 + text-align: center;
21 + margin-bottom: 3rem;
22 + border: 1px solid #e2e8f0;
23 + box-shadow: 0 4px 12px rgba(0,0,0,0.03);
45 45  }
46 -.members-eyebrow{
47 - display:inline-block;
48 - margin-bottom:.7rem;
49 - padding:.35rem .7rem;
50 - border-radius:999px;
51 - background:#e4f1ef;
52 - color:#0d5c61;
53 - font-size:.86rem;
54 - font-weight:700;
55 - letter-spacing:.02em;
25 +.welcome-banner h2 {
26 + color: #2d3748;
27 + margin-bottom: 1rem;
28 + font-weight: 700;
56 56  }
57 -.members-hero h2{
58 - margin:0 0 .7rem;
59 - font-size:2rem;
60 - line-height:1.15;
61 - color:#1f2f36;
30 +.quick-links {
31 + display: flex;
32 + justify-content: center;
33 + gap: 1rem;
34 + margin-bottom: 2rem;
62 62  }
63 -.members-hero p{
64 - margin:0;
65 - max-width:760px;
66 - color:#5f6b72;
67 - line-height:1.75;
68 - font-size:1rem;
36 +.btn-soft {
37 + padding: 0.6rem 1.2rem;
38 + background: #fff;
39 + border: 1px solid #cbd5e0;
40 + border-radius: 50px;
41 + color: #4a5568;
42 + text-decoration: none;
43 + font-size: 0.9rem;
44 + font-weight: 500;
45 + transition: all 0.2s ease;
46 + box-shadow: 0 2px 4px rgba(0,0,0,0.05);
69 69  }
70 -.members-grid{
71 - display:grid;
72 - grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
73 - gap:1.2rem;
74 - margin-top:1.6rem;
48 +.btn-soft:hover {
49 + background: #f7fafc;
50 + border-color: #a0aec0;
51 + transform: translateY(-2px);
75 75  }
76 -.member-card{
77 - background:#fffdfa;
78 - border:1px solid #ebe4da;
79 - border-radius:22px;
80 - padding:1.2rem;
81 - box-shadow:0 8px 24px rgba(43,33,22,.05);
82 - transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
53 +.dashboard-grid {
54 + display: flex;
55 + flex-wrap: wrap;
56 + gap: 2rem;
57 + margin-bottom: 3rem;
83 83  }
84 -.member-card:hover{
85 - transform:translateY(-4px);
86 - box-shadow:0 16px 34px rgba(43,33,22,.09);
87 - border-color:#ddd2c3;
59 +.dash-card {
60 + flex: 1;
61 + min-width: 320px;
62 + background: #fff;
63 + border: 1px solid #e2e8f0;
64 + border-radius: 24px;
65 + padding: 1.5rem;
66 + box-shadow: 0 4px 15px rgba(0,0,0,0.04);
67 + box-sizing: border-box;
88 88  }
89 -.member-top{
90 - display:flex;
91 - align-items:center;
92 - gap:.85rem;
93 - margin-bottom:.9rem;
69 +.dash-card h3 {
70 + font-size: 1.2rem;
71 + color: #2d3748;
72 + margin-top: 0;
73 + margin-bottom: 1.2rem;
74 + display: flex;
75 + align-items: center;
76 + gap: 0.5rem;
77 + border-bottom: 2px solid #f7fafc;
78 + padding-bottom: 0.5rem;
94 94  }
95 -.member-avatar{
96 - width:52px;
97 - height:52px;
98 - border-radius:50%;
99 - display:flex;
100 - align-items:center;
101 - justify-content:center;
102 - background:linear-gradient(135deg,#0f766e 0%,#0b5d56 100%);
103 - color:#fff;
104 - font-size:1.1rem;
105 - font-weight:700;
106 - box-shadow:0 8px 18px rgba(15,118,110,.22);
107 - flex:0 0 52px;
80 +.news-item {
81 + margin-bottom: 0.8rem;
82 + font-size: 0.95rem;
83 + display: flex;
84 + gap: 0.5rem;
108 108  }
109 -.member-name{
110 - margin:0;
111 - font-size:1.2rem;
112 - line-height:1.2;
113 - color:#222b33;
86 +.news-date {
87 + font-weight: 600;
88 + color: #718096;
89 + min-width: 60px;
114 114  }
115 -.member-sub{
116 - margin:.22rem 0 0;
117 - color:#8a7b69;
118 - font-size:.9rem;
91 +.schedule-item {
92 + margin-bottom: 0.8rem;
93 + padding: 0.5rem;
94 + background: #fcfcfc;
95 + border-radius: 8px;
96 + font-size: 0.95rem;
119 119  }
120 -.member-list{
121 - list-style:none;
122 - margin:0;
123 - padding:0;
98 +.jians-corner {
99 + background: #fdfcf0;
100 + border-left: 4px solid #f6ad55;
101 + padding: 1.5rem;
102 + border-radius: 0 20px 20px 0;
103 + margin: 3rem 0;
104 + font-style: italic;
105 + color: #744210;
106 + box-shadow: 0 2px 8px rgba(0,0,0,0.02);
124 124  }
125 -.member-list li{
126 - display:flex;
127 - gap:.5rem;
128 - padding:.46rem 0;
129 - border-top:1px dashed #eee4d8;
130 - line-height:1.55;
131 - color:#4d5963;
108 +.intro-section {
109 + text-align: center;
110 + max-width: 700px;
111 + margin: 0 auto 3rem;
112 + color: #718096;
132 132  }
133 -.member-list li:first-child{
134 - border-top:none;
135 - padding-top:0;
114 +.guestbook-area {
115 + text-align: center;
116 + margin-top: 4rem;
117 + padding: 2rem;
118 + background: #f8fafc;
119 + border-radius: 24px;
120 + border: 1px dashed #cbd5e0;
136 136  }
137 -.member-label{
138 - min-width:4.8rem;
139 - font-weight:700;
140 - color:#7a5a2d;
141 - flex:0 0 4.8rem;
122 +.btn-guestbook {
123 + display: inline-block;
124 + margin-top: 1rem;
125 + padding: 0.8rem 2rem;
126 + background: #0f766e;
127 + color: #fff !important;
128 + text-decoration: none;
129 + border-radius: 50px;
130 + font-weight: 600;
131 + transition: background 0.3s ease;
142 142  }
143 -.members-footer{
144 - margin-top:1.4rem;
145 - padding:1rem 1.1rem;
146 - border-left:4px solid #0f766e;
147 - border-radius:14px;
148 - background:#f6f6f2;
149 - color:#5f6972;
150 - line-height:1.7;
151 - font-size:.95rem;
133 +.btn-guestbook:hover {
134 + background: #0d6561;
152 152  }
153 -@media (max-width:640px){
154 - .members-hero{padding:1.5rem 1.2rem;}
155 - .members-hero h2{font-size:1.55rem;}
156 - .member-list li{display:block;}
157 - .member-label{
158 - display:block;
159 - min-width:auto;
160 - margin-bottom:.12rem;
161 - }
162 -}
163 -</style><div class="members-wrap">
164 - <section class="members-hero">
165 - <span class="members-eyebrow">Jangsu Club</span>
166 - <h2>함께한 시간이 만든, 우리의 멤버 소개</h2>
167 - <p>장수클럽 멤버들을 소개합니다. 이 페이지는 외부 공개용 안내 페이지로, 개인정보 보호를 위해 일부 정보는 축약하거나 마스킹해 표시했습니다.</p>
168 - </section> <div class="members-grid"> <article class="member-card">
169 - <div class="member-top">
170 - <div class="member-avatar">김</div>
171 - <div>
172 - <h3 class="member-name">김대홍</h3>
173 - <p class="member-sub">장수클럽 멤버</p>
174 - </div>
136 +</style>
137 +
138 +<div class="main-container">
139 + <div class="welcome-banner">
140 + <h2>어서오세요, 아저씨와 오빠들. 🌸</h2>
141 + <p>서로의 이름을 부르는 것만으로도 마음이 따뜻해지는 곳,<br>여기는 우리들의 쉼터, 장수클럽입니다.</p>
142 + </div>
143 +
144 + <div class="quick-links">
145 + <a href="/bin/view/Membership.MemberEntryForm" class="btn-soft">📝 내 정보 등록</a>
146 + <a href="/bin/view/Main.Members" class="btn-soft">👥 동문 찾기</a>
147 + </div>
148 +
149 + <div class="dashboard-grid">
150 + <div class="dash-card">
151 + <h3>📢 소식과 일정</h3>
152 + <div style="margin-bottom: 1.5rem;">
153 + <strong>최근 소식</strong>
154 + <div class="news-item"><span class="news-date">05.15</span> <span>정기 월례회 및 식사 모임 진행 중</span></div>
155 + <div class="news-item"><span class="news-date">04.27</span> <span>홈페이지 재오픈 및 디자인 개편</span></div>
156 + <div class="news-item"><span class="news-date">04.20</span> <span>신규 동문 등록 안내</span></div>
175 175   </div>
176 -{{/html}}
158 + <div>
159 + <strong>다가오는 일정</strong>
160 + <div class="schedule-item">📅 05.22: 상반기 네트워크 강화 소모임 (예정)</div>
161 + <div class="schedule-item">📅 06.01: 상반기 결산 보고회</div>
162 + </div>
163 + <div style="margin-top: 1.5rem; border-top: 1px solid #edf2f7; padding-top: 1rem;">
164 + <strong>📌 빠른 연결</strong><br>
165 + <small>
166 + <a href="/bin/view/Blog.WebHome" style="color:#4a5568; margin-right:10px;">📝 블로그</a>
167 + <a href="/bin/view/Main.Members" style="color:#4a5568; margin-right:10px;">👥 멤버소개</a>
168 + <a href="/bin/view/Main.History" style="color:#4a5568; margin-right:10px;">📦 아카이브/역사</a>
169 + <a href="/bin/view/Main.Schedule" style="color:#4a5568;">📅 일정</a>
170 + </small>
171 + </div>
172 + </div>
177 177  
174 + <div class="dash-card">
175 + <h3>💬 실시간 화이트보드</h3>
176 + <iframe
177 + src="https://wbo.jangsuclub.com/boards/jangsuclub-main"
178 + style="width:100%; height:320px; border:none; border-radius:12px;"
179 + loading="lazy">
180 + </iframe>
181 + <div style="text-align:right; margin-top:10px;">
182 + <a href="https://wbo.jangsuclub.com/boards/jangsuclub-main" target="_blank" style="font-size:0.85rem; color:#718096; text-decoration:none;">
183 + 전체 화면으로 보기 ↗
184 + </a>
185 + </div>
186 + </div>
187 + </div>
188 +
189 + <div class="intro-section">
190 + <h3>🌿 우리들의 이야기</h3>
191 + <p>처음엔 그저 쉬는 시간마다 함께 공을 차던 친구들이었습니다.<br>
192 + 세월이 흘러 우리가 걷는 길은 서로 달라졌지만,<br>
193 + 함께 흘린 땀의 기억은 여전히 우리를 하나로 이어줍니다.<br>
194 + 이제는 성과나 성공보다, 서로의 안부를 묻고 마음을 나누는<br>
195 + 그런 다정한 공동체가 되고 싶습니다.</p>
196 + </div>
197 +
198 + <div class="jians-corner">
199 + "오늘 하루, 무거운 짐은 잠시 내려놓으셨나요?<br>
200 + 세상이 말하는 정답보다, 아저씨와 오빠들의 마음이 편안한 쪽을 택하셨으면 좋겠어요.<br>
201 + 저는 언제나 여기서 여러분을 기다리고 있을게요. 🌸"
202 + </div>
203 +
204 + <div class="guestbook-area">
205 + <p style="margin-bottom:1rem; color:#718096;">오가며 생각난 마음들, 작은 흔적들을 남겨주세요.</p>
206 + <a href="/bin/view/Board/view?boardId=guestbook" class="btn-guestbook">✍️ 방명록에 마음 남기기</a>
207 + </div>
208 +</div>
209 +{{/html}}
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
XWiki.XWikiRights[1]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Levels
... ... @@ -1,0 +1,1 @@
1 +view,comment
Users
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
✨ 실시간 통합 피드 (1인 1글 제한)