first commit 2

This commit is contained in:
hmw1001
2026-06-11 18:47:38 +09:00
parent c768729ce6
commit 6f534e33a6
11095 changed files with 1595758 additions and 0 deletions
@@ -0,0 +1,8 @@
<?php
if (!defined('_GNUBOARD_')) exit;
$g5['title'] = '인사말';
$greeting_skin_config = [
'left_ad' => false, // 좌측 광고 사용 안함
'right_ad' => false, // 우측 광고 사용 안함
];
@@ -0,0 +1,130 @@
/*
* greeting 정보형 페이지 전용 스타일
*/
.info-page-container {
background-color: #fff;
padding: 40px;
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
/* 페이지 헤더 */
.info-page-header {
text-align: center;
margin-bottom: 40px;
}
.info-page-title {
font-size: 2.5rem;
font-weight: 900;
color: #222;
line-height: 1.3;
margin-bottom: 10px;
}
.info-page-subtitle {
font-size: 1.3rem;
color: #555;
}
/* 본문 콘텐츠 래퍼 */
.greeting-content-wrapper {
display: flex;
gap: 40px;
align-items: flex-start;
}
/* 대표 이미지 */
.greeting-figure {
flex: 0 0 250px; /* 이미지 너비 고정 */
margin: 0;
}
.greeting-image {
width: 100%;
height: auto;
border-radius: 8px;
object-fit: cover;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
/* 본문 스타일 */
.prose {
flex: 1; /* 남은 공간을 모두 차지 */
font-size: 1.1rem;
line-height: 1.8;
color: #333;
}
.prose h3 {
font-size: 1.6rem;
font-weight: 700;
color: #0056b3; /* 테마 메인 컬러 */
margin-top: 20px;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #f0f0f0;
}
.prose h3:first-child {
margin-top: 0;
}
.prose h3 .fas {
margin-right: 10px;
font-size: 1.4rem;
}
.prose p {
margin-bottom: 1.5em;
color: #555;
}
.prose strong {
color: #0056b3;
}
/* 서명 */
.signature {
margin-top: 40px;
text-align: right;
font-size: 1.1rem;
}
.signature strong {
display: block;
font-weight: 700;
color: #222;
}
.signature span {
display: block;
color: #666;
margin-top: 5px;
}
/* 반응형 스타일 */
/* PC 전용 - 모바일 반응형 제거 */
/* PC 전용 - 모바일 반응형 제거 */
/*
* 3단 레이아웃 스타일 (기존 코드 유지)
*/
.three-column-layout {
display: flex;
gap: 30px;
}
.layout-sidebar-left {
flex: 0 0 240px;
}
.layout-main-content {
flex: 1;
min-width: 0;
}
.layout-sidebar-right {
flex: 0 0 240px;
}
/* PC 전용 - 모바일 반응형 제거 */
Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

@@ -0,0 +1,90 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 1. 자식 스킨의 설정 파일을 로드합니다.
$config_path = __DIR__ . '/config.php';
if (file_exists($config_path)) {
include_once($config_path);
}
// 현재 페이지의 스킨 경로를 URL과 Path로 정의합니다.
$page_skin_url = G5_THEME_URL . '/skin/page/greeting';
$page_skin_path = G5_THEME_PATH . '/skin/page/greeting';
// 이 페이지 전용 CSS와 JS를 로드합니다.
add_stylesheet('<link rel="stylesheet" href="' . $page_skin_url . '/css/style.css?ver=' . G5_SERVER_TIME . '">', 0);
add_javascript('<script src="' . $page_skin_url . '/js/script.js?ver=' . G5_SERVER_TIME . '"></script>', 0);
?>
<div class="three-column-layout container">
<!-- 1. 좌측 사이드바 (광고 영역) -->
<?php if (isset($greeting_skin_config['left_ad']) && $greeting_skin_config['left_ad'] === true): ?>
<aside class="layout-sidebar-left">
<div class="sidebar-inner">
<?php if($is_admin) { ?> <h3 class="sidebar-title">좌측 광고 영역</h3> <?php } ?>
<div class="flex_box flex_box_l" data-layout="greeting-left">
<!-- 이 곳에 좌측 광고 모듈이 출력됩니다. -->
</div>
</div>
</aside>
<?php endif; ?>
<!-- 2. 중앙 메인 콘텐츠 -->
<main class="layout-main-content">
<div class="info-page-container">
<!-- 페이지 헤더 -->
<header class="info-page-header">
<h2 class="info-page-title">신뢰와 전문성으로, 산업의 미래를 함께 만듭니다</h2>
<p class="info-page-subtitle">대표 발행인 박준성</p>
</header>
<!-- 본문 콘텐츠 -->
<div class="greeting-content-wrapper">
<!-- 대표 이미지 -->
<figure class="greeting-figure">
<img src="<?php echo $page_skin_url; ?>/images/caricature.jpg" alt="대표 캐리커처" class="greeting-image">
</figure>
<!-- 텍스트 콘텐츠 -->
<article class="prose">
<h3><i class="fas fa-hands-helping"></i> 환영의 인사</h3>
<p>
월간 레이저기술과 금형공구(舊. 금형저널)를 아껴주시는 독자 여러분, 그리고 (주)레이저월드 홈페이지를 찾아주신 모든 분들께 진심으로 환영의 인사를 드립니다.
</p>
<h3><i class="fas fa-rocket"></i> 미디어의 역할과 비전</h3>
<p>
(주)레이저월드(LW, Laser World)는 (주)한국산업정보센타가 오랜 기간 축적해온 레이저 전문 콘텐츠와 산업 네트워크를 기반으로 새롭게 설립된 레이저 기술 전문 미디어 기업입니다. 저희는 <strong>월간 레이저기술</strong>을 중심으로 단행본 발간, 세미나 개최 등 다양한 지식 플랫폼을 통해 국내외 레이저산업의 발전을 함께 만들어가고자 합니다.
</p>
<p>
1993년 창간한 월간 레이저기술은 30년 넘게 산업의 변화를 기록해온 국내 유일의 레이저 전문지로서, 앞으로도 깊이 있고 정확한 정보로 산업 발전의 중심에서 역할을 다하겠습니다.
</p>
<h3><i class="fas fa-gem"></i> 우리의 다짐</h3>
<p>
(주)레이저월드는 금형과 레이저라는 두 분야에 깊이 뿌리내린 전문성을 토대로, 산업 종사자에게 가장 신뢰할 수 있는 정보를 제공하는 것을 목표로 합니다. 정제된 콘텐츠, 현장 중심 취재, 그리고 산업과 함께 성장하겠다는 마음가짐으로 늘 한결같이 노력하겠습니다.
</p>
<div class="signature">
<strong>박준성 / 대표 발행인</strong>
<span>(주)레이저월드</span>
</div>
</article>
</div>
</div>
</main>
<!-- 3. 우측 사이드바 (광고 영역) -->
<?php if (isset($greeting_skin_config['right_ad']) && $greeting_skin_config['right_ad'] === true): ?>
<aside class="layout-sidebar-right">
<div class="sidebar-inner">
<?php if($is_admin) { ?> <h3 class="sidebar-title">우측 광고 영역</h3> <?php } ?>
<div class="flex_box flex_box_r" data-layout="greeting-right">
<!-- 이 곳에 우측 광고 모듈이 출력됩니다. -->
</div>
</aside>
</aside>
<?php endif; ?>
</div>
@@ -0,0 +1,12 @@
// 이 페이지 전용 커스텀 자바스크립트
document.addEventListener('DOMContentLoaded', function() {
// 예: 특정 요소에 애니메이션 추가 등
// const title = document.querySelector('.section-title');
// if(title) {
// title.style.opacity = 0;
// setTimeout(() => {
// title.style.transition = 'opacity 0.5s';
// title.style.opacity = 1;
// }, 100);
// }
});