"Home"의 두 판 사이의 차이

pnu_dhc
이동: 둘러보기, 검색
(새 문서: <!-- 여기서부터 복사하세요 --> <div style="font-family: 'Noto Sans KR', sans-serif; max-width: 1000px; margin: 0 auto;"> <!-- 1. 강의 제목 섹션 --> <div style...)
 
1번째 줄: 1번째 줄:
<!-- 여기서부터 복사하세요 -->
 
<div style="font-family: 'Noto Sans KR', sans-serif; max-width: 1000px; margin: 0 auto;">
 
  
     <!-- 1. 강의 제목 섹션 -->
+
<html lang="ko">
     <div style="background-color: #1d4e89; color: white; padding: 40px 20px; text-align: center; border-radius: 10px; margin-bottom: 30px;">
+
<head>
        <h1 style="margin: 0; font-size: 2.5em; font-weight: bold; color: white;">2026-1 로컬 디지털인문학 이해</h1>
+
     <meta charset="UTF-8">
         <p style="margin-top: 10px; font-size: 1.2em; color: #e0e0e0;">담당교수: 김서윤 | 부산대학교 디지털인문학센터</p>
+
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </div>
+
    <title>Wiki Preview</title>
 +
     <style>
 +
        /* This CSS simulates the MediaWiki environment somewhat */
 +
        body { font-family: sans-serif; background-color: #f6f6f6; padding: 20px; }
 +
        .mw-parser-output { background-color: white; padding: 20px; border: 1px solid #a7d7f9; }
 +
        /* MediaWiki usually adds a border to h1/h2, simulation: */
 +
        h1, h2 { border-bottom: 1px solid #aaa; }
 +
    </style>
 +
</head>
 +
<body>
 +
    <div class="mw-parser-output">
 +
        <!-- Content Start -->
 +
         <div style="font-family: 'Noto Sans KR', sans-serif; max-width: 1000px; margin: 0 auto;">
  
    <!-- 2. 환영 메시지 -->
+
            <!-- 1. 강의 제목 섹션 -->
    <div style="text-align: center; margin-bottom: 40px; line-height: 1.6;">
+
            <!-- border: none; 을 추가하여 밑줄을 제거했습니다 -->
        <p>
+
            <div style="background-color: #1d4e89; color: white; padding: 40px 20px; text-align: center; border-radius: 10px; margin-bottom: 30px;">
            디지털 인문학 수업 위키에 오신 것을 환영합니다.<br>
+
                <h1 style="margin: 0; font-size: 2.5em; font-weight: bold; color: white; border: none; border-bottom: none;">DH Edu Project Archive</h1>
            이곳은 수업 자료를 공유하고, 학생 여러분이 직접 프로젝트 결과를 아카이빙하는 공간입니다.
+
            </div>
        </p>
+
       
    </div>
+
            <!-- 2. 환영 메시지 -->
 
+
            <div style="text-align: center; margin-bottom: 40px; line-height: 1.6; color: #333;">
    <!-- 3. 메뉴 그리드 (버튼들) -->
+
                <p>
    <div style="display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;">
+
                    디지털인문학 수업 위키에 오신 것을 환영합니다.<br>
 +
                    이곳은 수업 자료를 공유하고, 학생 여러분이 직접 프로젝트 결과를 아카이빙하는 공간입니다.<br>
 +
                    저는 부산대학교 디지털인문학센터 김서윤입니다.
 +
                </p>
 +
            </div>
 +
       
 +
            <!-- 3. 메뉴 그리드 (버튼들) -->
 +
            <div style="display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;">
 +
               
 +
                <!-- 버튼 1: 강의계획서 -->
 +
                <div style="flex: 1 1 200px; max-width: 280px; border: 1px solid #ddd; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1); background: white;">
 +
                    <div style="font-size: 40px; margin-bottom: 10px;">📅</div>
 +
                    <h3 style="margin: 10px 0; color: #333; border: none;">강의계획서</h3>
 +
                    <p style="font-size: 0.9em; color: #666;">수업 일정 및 평가 기준 확인하기</p>
 +
                    <a href="/wiki/index.php/Syllabus" style="display: inline-block; margin-top: 10px; padding: 8px 20px; background-color: #1d4e89; color: white; text-decoration: none; border-radius: 20px;">바로가기</a>
 +
                </div>
 +
       
 +
                <!-- 버튼 2: 강의 자료 -->
 +
                <div style="flex: 1 1 200px; max-width: 280px; border: 1px solid #ddd; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1); background: white;">
 +
                    <div style="font-size: 40px; margin-bottom: 10px;">📚</div>
 +
                    <h3 style="margin: 10px 0; color: #333; border: none;">강의 자료실</h3>
 +
                    <p style="font-size: 0.9em; color: #666;">매주 수업 PPT 및 참고문헌</p>
 +
                    <a href="/wiki/index.php/Lecture_Notes" style="display: inline-block; margin-top: 10px; padding: 8px 20px; background-color: #1d4e89; color: white; text-decoration: none; border-radius: 20px;">바로가기</a>
 +
                </div>
 +
       
 +
                <!-- 버튼 3: 학생 프로젝트 -->
 +
                <div style="flex: 1 1 200px; max-width: 280px; border: 1px solid #ddd; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1); background: white;">
 +
                    <div style="font-size: 40px; margin-bottom: 10px;">💡</div>
 +
                    <h3 style="margin: 10px 0; color: #333; border: none;">학생 프로젝트</h3>
 +
                    <p style="font-size: 0.9em; color: #666;">조별 과제 및 결과물 아카이브</p>
 +
                    <a href="/wiki/index.php/Projects" style="display: inline-block; margin-top: 10px; padding: 8px 20px; background-color: #1d4e89; color: white; text-decoration: none; border-radius: 20px;">바로가기</a>
 +
                </div>
 +
       
 +
            </div>
 +
       
 +
            <div style="margin-top: 50px; padding: 20px; background-color: #f9f9f9; border-left: 5px solid #1d4e89; color: #333;">
 +
                <strong>📢 공지사항:</strong> 위키 편집 방법은 <a href="https://dh.aks.ac.kr/~jisun/edu/index.php/위키_문법" style="color: #1d4e89;">[위키 가이드]</a> 문서를 참고하세요. (2025.03.02)
 +
            </div>
 
          
 
          
        <!-- 버튼 1: 강의계획서 -->
 
        <div style="flex: 1 1 200px; max-width: 280px; border: 1px solid #ddd; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1);">
 
            <div style="font-size: 40px; margin-bottom: 10px;">📅</div>
 
            <h3 style="margin: 10px 0;">강의계획서</h3>
 
            <p style="font-size: 0.9em; color: #666;">수업 일정 및 평가 기준 확인하기</p>
 
            <a href="/wiki/index.php/Syllabus" style="display: inline-block; margin-top: 10px; padding: 8px 20px; background-color: #1d4e89; color: white; text-decoration: none; border-radius: 20px;">바로가기</a>
 
 
         </div>
 
         </div>
 
+
         <!-- Content End -->
         <!-- 버튼 2: 강의 자료 -->
 
        <div style="flex: 1 1 200px; max-width: 280px; border: 1px solid #ddd; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1);">
 
            <div style="font-size: 40px; margin-bottom: 10px;">📚</div>
 
            <h3 style="margin: 10px 0;">강의 자료실</h3>
 
            <p style="font-size: 0.9em; color: #666;">매주 수업 PPT 및 참고문헌</p>
 
            <a href="/wiki/index.php/Lecture_Notes" style="display: inline-block; margin-top: 10px; padding: 8px 20px; background-color: #1d4e89; color: white; text-decoration: none; border-radius: 20px;">바로가기</a>
 
        </div>
 
 
 
        <!-- 버튼 3: 학생 프로젝트 -->
 
        <div style="flex: 1 1 200px; max-width: 280px; border: 1px solid #ddd; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1);">
 
            <div style="font-size: 40px; margin-bottom: 10px;">💡</div>
 
            <h3 style="margin: 10px 0;">학생 프로젝트</h3>
 
            <p style="font-size: 0.9em; color: #666;">조별 과제 및 결과물 아카이브</p>
 
            <a href="/wiki/index.php/Projects" style="display: inline-block; margin-top: 10px; padding: 8px 20px; background-color: #1d4e89; color: white; text-decoration: none; border-radius: 20px;">바로가기</a>
 
        </div>
 
 
 
    </div>
 
 
 
    <div style="margin-top: 50px; padding: 20px; background-color: #f9f9f9; border-left: 5px solid #1d4e89;">
 
        <strong>📢 공지사항:</strong> 위키 편집 방법은 <a href="#">[위키 가이드]</a> 문서를 참고하세요. (2025.03.02)
 
 
     </div>
 
     </div>
 
+
</body>
</div>
+
</html>
<!-- 미디어위키가 자동으로 만들어주는 제목 등을 숨기는 코드 (선택사항) -->
 
<div id="mainpage-content"></div>
 
__NOTOC__
 
__NOEDITSECTION__
 

2025년 11월 28일 (금) 19:58 판

Wiki Preview

DH Edu Project Archive

디지털인문학 수업 위키에 오신 것을 환영합니다.
이곳은 수업 자료를 공유하고, 학생 여러분이 직접 프로젝트 결과를 아카이빙하는 공간입니다.
저는 부산대학교 디지털인문학센터 김서윤입니다.

📅

강의계획서

수업 일정 및 평가 기준 확인하기

바로가기
📚

강의 자료실

매주 수업 PPT 및 참고문헌

바로가기
💡

학생 프로젝트

조별 과제 및 결과물 아카이브

바로가기
📢 공지사항: 위키 편집 방법은 [위키 가이드] 문서를 참고하세요. (2025.03.02)