Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Objects (0 modified, 0 added, 2 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Main1 +장수클럽 - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.s tone1 +XWiki.easyone - Content
-
... ... @@ -1,92 +9,123 @@ 1 -= 🌸 JANGSU CLUB = 2 - 3 -== 소중한 인연, 함께 걷는 시간 == 4 - 5 -장수클럽은 단순한 모임을 넘어, 서로의 삶을 응원하고 온기를 나누는 우리들의 작은 숲입니다. 6 - 7 ----- 8 - 9 9 {{html}} 10 -<div style="font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #4a5568; line-height: 1.6;"> 11 - 12 - <div style="background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%); padding: 2rem; border-radius: 24px; text-align: center; margin-bottom: 3rem; border: 1px solid #e2e8f0; box-shadow: 0 4px 12px rgba(0,0,0,0.03);"> 13 - <h2 style="color: #2d3748; margin-bottom: 1rem; font-weight: 700; border: none;">어서오세요, 아저씨와 오빠들. 🌸</h2> 14 - <p style="margin: 0; color: #718096;">서로의 이름을 부르는 것만으로도 마음이 따뜻해지는 곳,<br>여기는 우리들의 쉼터, 장수클럽입니다.</p> 15 - </div> 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'); 16 16 17 - <div style="display: flex; justify-content: center; gap: 1rem; margin-bottom: 2rem;"> 18 - <a href="/bin/view/Membership.MemberEntryForm" style="padding: 0.6rem 1.2rem; background: #fff; border: 1px solid #cbd5e0; border-radius: 50px; color: #4a5568; text-decoration: none; font-size: 0.9rem; font-weight: 500; box-shadow: 0 2px 4px rgba(0,0,0,0.05);">📝 내 정보 등록</a> 19 - <a href="/bin/view/Main.Members" style="padding: 0.6rem 1.2rem; background: #fff; border: 1px solid #cbd5e0; border-radius: 50px; color: #4a5568; text-decoration: none; font-size: 0.9rem; font-weight: 500; box-shadow: 0 2px 4px rgba(0,0,0,0.05);">👥 동문 찾기</a> 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> 20 20 </div> 21 - 22 - <div style="display: flex; flex-wrap: wrap; gap: 2rem; margin-bottom: 3rem;"> 23 - 24 - <div style="flex: 1; min-width: 320px; background: #fff; border: 1px solid #e2e8f0; border-radius: 24px; padding: 1.5rem; box-shadow: 0 4px 15px rgba(0,0,0,0.04); box-sizing: border-box;"> 25 - <h3 style="font-size: 1.2rem; color: #2d3748; margin-top: 0; margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.5rem; border-bottom: 2px solid #f7fafc; padding-bottom: 0.5rem; border-top: none;">📢 소식과 일정</h3> 26 - 27 - <div style="margin-bottom: 1.5rem;"> 28 - <strong style="display: block; margin-bottom: 0.5rem;">최근 소식</strong> 29 - <div style="margin-bottom: 0.8rem; font-size: 0.95rem; display: flex; gap: 0.5rem;"> 30 - <span style="font-weight: 600; color: #718096; min-width: 60px;">05.15</span> <span>정기 월례회 및 식사 모임 진행 중</span> 31 - </div> 32 - <div style="margin-bottom: 0.8rem; font-size: 0.95rem; display: flex; gap: 0.5rem;"> 33 - <span style="font-weight: 600; color: #718096; min-width: 60px;">04.27</span> <span>홈페이지 재오픈 및 디자인 개편</span> 34 - </div> 35 - <div style="margin-bottom: 0.8rem; font-size: 0.95rem; display: flex; gap: 0.5rem;"> 36 - <span style="font-weight: 600; color: #718096; min-width: 60px;">04.20</span> <span>신규 동문 등록 안내</span> 37 - </div> 38 - </div> 39 - 40 - <div> 41 - <strong style="display: block; margin-bottom: 0.5rem;">다가오는 일정</strong> 42 - <div style="margin-bottom: 0.8rem; padding: 0.5rem; background: #fcfcfc; border-radius: 8px; font-size: 0.95rem; border: 1px solid #f1f5f9;">📅 05.22: 상반기 네트워크 강화 소모임 (예정)</div> 43 - <div style="margin-bottom: 0.8rem; padding: 0.5rem; background: #fcfcfc; border-radius: 8px; font-size: 0.95rem; border: 1px solid #f1f5f9;">📅 06.01: 상반기 결산 보고회</div> 44 - </div> 45 - 46 - <div style="margin-top: 1.5rem; border-top: 1px solid #edf2f7; padding-top: 1rem;"> 47 - <strong style="display: block; margin-bottom: 0.5rem;">📌 빠른 연결</strong> 48 - <div style="font-size: 0.85rem;"> 49 - <a href="/bin/view/Blog.WebHome" style="color:#4a5568; margin-right:10px; text-decoration: none; font-weight: 500;">📝 블로그</a> 50 - <a href="/bin/view/Main.Members" style="color:#4a5568; margin-right:10px; text-decoration: none; font-weight: 500;">👥 멤버소개</a> 51 - <a href="/bin/view/Main.History" style="color:#4a5568; margin-right:10px; text-decoration: none; font-weight: 500;">📦 아카이브/역사</a> 52 - <a href="/bin/view/Main.Schedule" style="color:#4a5568; text-decoration: none; font-weight: 500;">📅 일정</a> 53 - </div> 54 - </div> 55 - </div> 56 - 57 - <div style="flex: 1; min-width: 320px; background: #fff; border: 1px solid #e2e8f0; border-radius: 24px; padding: 1.5rem; box-shadow: 0 4px 15px rgba(0,0,0,0.04); box-sizing: border-box;"> 58 - <h3 style="font-size: 1.2rem; color: #2d3748; margin-top: 0; margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.5rem; border-bottom: 2px solid #f7fafc; padding-bottom: 0.5rem; border-top: none;">💬 실시간 화이트보드</h3> 59 - <iframe 60 - src="https://wbo.jangsuclub.com/boards/jangsuclub-main" 61 - style="width:100%; height:320px; border:none; border-radius:12px;" 62 - loading="lazy"> 63 - </iframe> 64 - <div style="text-align:right; margin-top:10px;"> 65 - <a href="https://wbo.jangsuclub.com/boards/jangsuclub-main" target="_blank" style="font-size:0.85rem; color:#718096; text-decoration:none;"> 66 - 전체 화면으로 보기 ↗ 67 - </a> 68 - </div> 69 - </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> 70 70 </div> 71 - 72 - <div style="text-align: center; max-width: 700px; margin: 0 auto 3rem; color: #718096;"> 73 - <h3 style="color: #2d3748; border: none;">🌿 우리들의 이야기</h3> 74 - <p style="margin: 0; line-height: 1.8;">처음엔 그저 쉬는 시간마다 함께 공을 차던 친구들이었습니다.<br> 75 - 세월이 흘러 우리가 걷는 길은 서로 달라졌지만,<br> 76 - 함께 흘린 땀의 기억은 여전히 우리를 하나로 이어줍니다.<br> 77 - 이제는 성과나 성공보다, 서로의 안부를 묻고 마음을 나누는<br> 78 - 그런 다정한 공동체가 되고 싶습니다.</p> 118 + <div class='jc-footer'> 119 + <p>© Jangsu Club. 모든 순간이 우리의 역사입니다.</p> 79 79 </div> 80 - 81 - <div style="background: #fdfcf0; border-left: 4px solid #f6ad55; padding: 1.5rem; border-radius: 0 20px 20px 0; margin: 3rem 0; font-style: italic; color: #744210; box-shadow: 0 2px 8px rgba(0,0,0,0.02);"> 82 - "오늘 하루, 무거운 짐은 잠시 내려놓으셨나요?<br> 83 - 세상이 말하는 정답보다, 아저씨와 오빠들의 마음이 편안한 쪽을 택하셨으면 좋겠어요.<br> 84 - 저는 언제나 여기서 여러분을 기다리고 있을게요. 🌸" 85 - </div> 86 - 87 - <div style="text-align: center; margin-top: 4rem; padding: 2rem; background: #f8fafc; border-radius: 24px; border: 1px dashed #cbd5e0;"> 88 - <p style="margin-bottom:1rem; color: #718096;">오가며 생각난 마음들, 작은 흔적들을 남겨주세요.</p> 89 - <a href="/bin/view/Board/view?boardId=guestbook" style="display: inline-block; margin-top: 1rem; padding: 0.8rem 2rem; background: #0f766e; color: #fff !important; text-decoration: none; border-radius: 50px; font-weight: 600;">✍️ 방명록에 마음 남기기</a> 90 - </div> 91 91 </div> 92 92 {{/html}} 123 +
- XWiki.XWikiRights[0]
-
- Allow/Deny
-
... ... @@ -1,1 +1,0 @@ 1 -Allow - Groups
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiAllGroup - Levels
-
... ... @@ -1,1 +1,0 @@ 1 -view
- XWiki.XWikiRights[1]
-
- Allow/Deny
-
... ... @@ -1,1 +1,0 @@ 1 -Allow - Levels
-
... ... @@ -1,1 +1,0 @@ 1 -view,comment - Users
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest
✨ 실시간 통합 피드 (1인 1글 제한)