Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,177 +1,93 @@ 1 -= 🌸 JANGSU CLUB = 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> 2 2 3 -== 어서 오세요, 장수클럽입니다 == 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; display: inline-block;" 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; display: inline-block;" href="/bin/view/Home/Members/Search">👥 동문 찾기</a> 9 +</div> 4 4 5 -함께 땀 흘리고, 소통하며, 성장하는 우리들의 소중한 공간에 오신 것을 환영합니다. 6 -서로의 존재만으로도 힘이 되는 곳, 이곳에서 함께 웃고 울며 진정한 우정을 나누길 바랍니다. 7 - 8 ----- 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 -{{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; 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); 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; 56 -} 57 -.members-hero h2{ 58 - margin:0 0 .7rem; 59 - font-size:2rem; 60 - line-height:1.15; 61 - color:#1f2f36; 62 -} 63 -.members-hero p{ 64 - margin:0; 65 - max-width:760px; 66 - color:#5f6b72; 67 - line-height:1.75; 68 - font-size:1rem; 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; 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; 83 -} 84 -.member-card:hover{ 85 - transform:translateY(-4px); 86 - box-shadow:0 16px 34px rgba(43,33,22,.09); 87 - border-color:#ddd2c3; 88 -} 89 -.member-top{ 90 - display:flex; 91 - align-items:center; 92 - gap:.85rem; 93 - margin-bottom:.9rem; 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; 108 -} 109 -.member-name{ 110 - margin:0; 111 - font-size:1.2rem; 112 - line-height:1.2; 113 - color:#222b33; 114 -} 115 -.member-sub{ 116 - margin:.22rem 0 0; 117 - color:#8a7b69; 118 - font-size:.9rem; 119 -} 120 -.member-list{ 121 - list-style:none; 122 - margin:0; 123 - padding:0; 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; 132 -} 133 -.member-list li:first-child{ 134 - border-top:none; 135 - padding-top:0; 136 -} 137 -.member-label{ 138 - min-width:4.8rem; 139 - font-weight:700; 140 - color:#7a5a2d; 141 - flex:0 0 4.8rem; 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; 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> 11 +<table style="width: 100%; border-collapse: collapse; border: none; margin-bottom: 40px; table-layout: fixed;"> 12 + <tr> 13 + <!-- Left Column --> 14 + <td style="vertical-align: top; width: 45%; padding-right: 20px; border: none;"> 15 + <div style="display: flex; flex-direction: column; gap: 20px;"> 16 + <div style="background: white; border: 1px solid #ebe4da; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);"> 17 + <h3 style="margin-top: 0; color: #1f2f36; border-bottom: 2px solid #f0ede9; padding-bottom: 10px; font-size: 1.2rem;">📢 최근 소식</h3> 18 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;"> 19 + <span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">04.27</span> 홈페이지가 새롭게 재오픈되었습니다. 20 + </div> 21 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;"> 22 + <span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">04.20</span> 신규 동문 등록 안내 (회원 광장) 23 + </div> 24 + <div style="padding: 10px 0; font-size: 0.95rem;"> 25 + <span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">04.10</span> 5월 정기 모임 장소 공지 예정 26 + </div> 174 174 </div> 28 + <div style="background: white; border: 1px solid #ebe4da; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);"> 29 + <h3 style="margin-top: 0; color: #1f2f36; border-bottom: 2px solid #f0ede9; padding-bottom: 10px; font-size: 1.2rem;">📅 다가오는 일정</h3> 30 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;"> 31 + <span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">05.05</span> 어린이날 가족 동반 모임 (준비 중) 32 + </div> 33 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;"> 34 + <span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">05.15</span> 정기 월례회 및 식사 모임 35 + </div> 36 + <div style="padding: 10px 0; font-size: 0.95rem;"> 37 + <span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">06.01</span> 상반기 결산 보고회 38 + </div> 39 + </div> 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> 175 175 </div> 176 -{{/html}} 60 + </td> 61 + <!-- Right Column --> 62 + <td style="vertical-align: top; width: 55%; border: none;"> 63 + <div style="height: 100%; min-height: 550px;"> 64 + <iframe 65 + src="http://wbo.jangsuclub.com/boards/jangsuclub-main" 66 + style="width: 100%; height: 100%; min-height: 550px; 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 style="text-align: right; margin-top: 10px;"> 70 + <a style="font-size: 0.9rem; color: #5f6b72; text-decoration: none;" href="http://wbo.jangsuclub.com/boards/jangsuclub-main" target="_blank" rel="noopener noreferrer"> 71 + 전체 화이트보드 열기 ↗ 72 + </a> 73 + </div> 74 + </div> 75 + </td> 76 + </tr> 77 +</table> 177 177 79 +<div style="border-top: 1px solid #ebe4da; padding-top: 30px; margin-top: 30px;"> 80 + <h2 style="color: #1f2f36; font-size: 1.5rem; margin-bottom: 15px;">🌿 클럽 소개</h2> 81 + <p style="line-height: 1.7; color: #5f6b72;"> 82 + <strong>"함께 땀 흘리고, 소통하며, 성장하는 우리들의 공간"</strong><br/> 83 + 장수클럽은 처음엔 선덕고등학교에서 쉬는시간에 함께 축구하던 친구들의 모임으로 시작했습니다. 하지만 시간이 흐르며 우리는 깨달았습니다. 함께 흘리는 땀보다 더 값진 것은 서로를 향한 믿음과 따뜻한 소통이라는 것을요.<br/> 84 + 이제 장수클럽은 단순한 쉬는시간 모임을 넘어, 삶의 고단함을 나누고 서로를 응원하며 함께 성장해가는 정겨운 공동체를 지향합니다. 85 + </p> 86 + 87 + <div style="margin-top: 30px;"> 88 + <h2 style="color: #1f2f36; font-size: 1.5rem; margin-bottom: 15px;">✍️ 매니저 지안이의 한마디</h2> 89 + <div style="background: #f9f7f4; padding: 20px; border-radius: 15px; border-left: 5px solid #0f766e; font-style: italic; color: #4a555b;"> 90 + "오늘 하루는 어떠셨나요? 가끔은 아무 생각 없이 깊은 숨을 한 번 들이마셔 보세요. 당신은 충분히 잘하고 있고, 그대로도 충분히 좋은 사람입니다." 91 + </div> 92 + </div> 93 +</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글 제한)