"AI 심예린"의 두 판 사이의 차이

Digital Humanities wiki
이동: 둘러보기, 검색
(새 문서: <html lang="ko"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>심예린 자기소개</title> <style> *...)
 
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
1번째 줄: 1번째 줄:
 +
<div style="width:1200px; min-width:1200px; margin:30px auto; background:#f58bd0; color:#111; font-family:Arial, sans-serif;">
  
<html lang="ko">
+
<!-- 상단 검정 헤더 -->
<head>
+
<div style="height:55px; background:#050505; color:#f58bd0;
  <meta charset="UTF-8" />
+
display:flex; align-items:center; justify-content:space-between;
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
padding:0 22px; font-size:20px; font-weight:bold;">
  <title>심예린 자기소개</title>
 
  <style>
 
    * {
 
      box-sizing: border-box;
 
      margin: 0;
 
      padding: 0;
 
    }
 
  
    html, body {
+
<span>HELLO !</span>
      width: 100%;
+
<span>NICE TO MEET U ☺</span>
      min-width: 1600px;
+
<span>LET ME INTRODUCE MYSELF</span>
      background: #f58bd0;
 
      color: #111;
 
      font-family: Arial, "Noto Sans KR", sans-serif;
 
    }
 
  
    body {
+
</div>
      overflow-x: auto;
 
    }
 
  
    .page {
 
      width: 1600px;
 
      min-height: 900px;
 
      margin: 0 auto;
 
      background: #f58bd0;
 
    }
 
  
    .topbar {
+
<!-- 전체 본문 -->
      width: 100%;
+
<div style="display:flex; padding:65px 55px 60px 55px;">
      height: 66px;
 
      background: #000;
 
      color: #f58bd0;
 
      display: grid;
 
      grid-template-columns: 1fr 1fr 1fr;
 
      align-items: center;
 
      padding: 0 28px;
 
      font-size: 27px;
 
      font-weight: 900;
 
      letter-spacing: -0.8px;
 
    }
 
  
    .topbar div:nth-child(2) {
+
<!-- ==================== 왼쪽 영역 ==================== -->
      text-align: center;
 
    }
 
  
    .topbar div:nth-child(3) {
+
<div style="width:410px; padding-right:45px;">
      text-align: right;
 
    }
 
  
    .main {
+
<div style="display:flex; align-items:center;">
      display: grid;
 
      grid-template-columns: 560px 1px 1039px;
 
      min-height: 834px;
 
      padding: 80px 0 70px;
 
    }
 
  
    .left {
+
<!-- 사진 -->
      padding: 0 50px 0 80px;
+
<div style="width:190px; margin-right:24px;">
    }
+
[[파일:심예린증명사진.jpeg|190px|가운데]]
 +
</div>
  
    .centerline {
+
<!-- 이름 / 기본 정보 -->
      background: #111;
+
<div style="width:190px;">
      position: relative;
 
      width: 1px;
 
    }
 
  
    .star {
+
<div style="font-size:20px; font-weight:bold; margin-bottom:12px;">
      position: absolute;
+
심예린
      left: 50%;
+
</div>
      transform: translateX(-50%);
 
      background: #f58bd0;
 
      padding: 4px 0;
 
      font-size: 44px;
 
      line-height: 1;
 
    }
 
  
    .star.top { top: -30px; }
+
<div style="background:#050505; color:#f58bd0;
    .star.bottom { bottom: -30px; }
+
padding:14px 15px; font-size:17px; font-weight:bold;
 +
line-height:1.6; margin-bottom:15px;">
 +
2024 ·<br>
 +
KOREA UNIV.
 +
</div>
  
    .profile-top {
+
<div style="font-size:14px; line-height:1.8;">
      display: grid;
+
불어불문학<br>
      grid-template-columns: 210px 1fr;
+
복수전공 : 미디어학부
      gap: 26px;
+
</div>
      align-items: center;
 
    }
 
  
    .photo {
+
</div>
      width: 210px;
 
      height: 270px;
 
      border: 1.5px solid rgba(0,0,0,.45);
 
      background: #f7a2d7;
 
      overflow: hidden;
 
    }
 
  
    .photo img {
+
</div>
      width: 100%;
 
      height: 100%;
 
      object-fit: cover;
 
      display: block;
 
    }
 
  
    .name {
 
      font-size: 19px;
 
      font-weight: 800;
 
      margin-bottom: 10px;
 
    }
 
  
    .badge {
+
<!-- 왼쪽 아래 정보 -->
      display: inline-block;
+
<div style="margin-top:40px; border-top:1px solid #555;">
      background: #000;
 
      color: #f58bd0;
 
      padding: 18px 20px;
 
      font-size: 18px;
 
      font-weight: 900;
 
      line-height: 1.55;
 
      margin-bottom: 18px;
 
    }
 
  
    .intro {
+
<div style="display:flex; min-height:62px; border-bottom:1px solid #777;">
      font-size: 15px;
 
      line-height: 1.75;
 
      word-break: keep-all;
 
    }
 
  
    .left-table {
+
<div style="width:140px; display:flex; align-items:center;
      margin-top: 42px;
+
justify-content:center; font-size:18px; font-weight:bold;
      border-top: 1px solid rgba(0,0,0,.45);
+
border-right:1px solid #777;">
    }
+
MBTI
 +
</div>
  
    .left-row {
+
<div style="width:240px; display:flex; align-items:center;
      display: grid;
+
padding-left:20px; font-size:15px;">
      grid-template-columns: 180px 1fr;
+
ENFJ
      min-height: 84px;
+
</div>
      border-bottom: 1px solid rgba(0,0,0,.35);
 
    }
 
  
    .left-label {
+
</div>
      display: flex;
 
      align-items: center;
 
      justify-content: center;
 
      border-right: 1px solid rgba(0,0,0,.35);
 
      font-size: 24px;
 
      font-weight: 900;
 
    }
 
  
    .left-value {
 
      display: flex;
 
      align-items: center;
 
      padding: 0 22px;
 
      font-size: 16px;
 
      line-height: 1.6;
 
    }
 
  
    .right {
+
<div style="display:flex; min-height:62px; border-bottom:1px solid #777;">
      padding: 0 80px 0 55px;
 
    }
 
  
    .section {
+
<div style="width:140px; display:flex; align-items:center;
      display: grid;
+
justify-content:center; font-size:18px; font-weight:bold;
      grid-template-columns: 235px 1fr;
+
border-right:1px solid #777;">
      column-gap: 34px;
+
SNS
      padding: 24px 0 28px;
+
</div>
      border-bottom: 1px solid rgba(0,0,0,.4);
 
    }
 
  
    .section:first-child {
+
<div style="width:240px; display:flex; align-items:center;
      padding-top: 10px;
+
padding-left:20px; font-size:15px;">
    }
+
인스타그램
 +
</div>
  
    .section-title {
+
</div>
      font-size: 27px;
 
      font-weight: 900;
 
      letter-spacing: -1px;
 
    }
 
  
    .section-content {
 
      display: grid;
 
      gap: 16px;
 
    }
 
  
    .row {
+
<div style="display:flex; min-height:62px; border-bottom:1px solid #777;">
      display: grid;
 
      grid-template-columns: 190px 1fr;
 
      column-gap: 35px;
 
      align-items: center;
 
      font-size: 16px;
 
    }
 
  
    .key {
+
<div style="width:140px; display:flex; align-items:center;
      font-weight: 800;
+
justify-content:center; font-size:18px; font-weight:bold;
    }
+
border-right:1px solid #777;">
 +
AI
 +
</div>
  
    .value {
+
<div style="width:240px; display:flex; align-items:center;
      font-size: 18px;
+
padding-left:20px; font-size:15px;">
    }
+
챗GPT
 +
</div>
  
    .value.strong {
+
</div>
      font-weight: 900;
 
      font-size: 19px;
 
    }
 
  
    .tools {
+
</div>
      display: flex;
 
      gap: 14px;
 
      align-items: center;
 
      flex-wrap: nowrap;
 
    }
 
  
    .tool {
+
</div>
      border: 2px solid #111;
 
      border-radius: 14px;
 
      padding: 9px 18px;
 
      font-weight: 900;
 
      font-size: 20px;
 
      white-space: nowrap;
 
    }
 
  
    .pill {
 
      display: inline-block;
 
      background: #000;
 
      color: #f58bd0;
 
      font-weight: 900;
 
      padding: 10px 16px;
 
      width: fit-content;
 
    }
 
  
    .footer {
+
<!-- ==================== 가운데 세로선 ==================== -->
      padding-top: 18px;
 
      text-align: right;
 
      font-size: 12px;
 
      opacity: .6;
 
      letter-spacing: .7px;
 
    }
 
  </style>
 
</head>
 
<body>
 
  <div class="page">
 
    <header class="topbar">
 
      <div>HELLO !</div>
 
      <div>NICE TO MEET U ☺</div>
 
      <div>LET ME INTRODUCE MYSELF</div>
 
    </header>
 
  
    <main class="main">
+
<div style="width:1px; background:#222; min-height:650px; position:relative;">
      <section class="left">
 
        <div class="profile-top">
 
          <div class="photo">
 
            <img src="심예린증명사진.jpeg" alt="심예린 증명사진">
 
          </div>
 
  
          <div>
+
<div style="position:absolute; top:-27px; left:-14px;
            <div class="name">심예린</div>
+
font-size:31px; background:#f58bd0;">
            <div class="badge">2024 ·<br>KOREA UNIV.</div>
+
            <p class="intro">
+
</div>
              안녕하세요! 고려대학교 불어불문학과에 재학 중인 심예린입니다.
 
              언어와 미디어를 통해 사람들의 이야기를 발견하고,
 
              이를 콘텐츠로 표현하는 일에 관심이 많습니다.
 
              새로운 경험과 사람을 좋아하고,
 
              재미있는 아이디어를 실제 결과물로 만들어내는 과정을 즐깁니다.
 
            </p>
 
          </div>
 
        </div>
 
  
        <div class="left-table">
+
<div style="position:absolute; bottom:-27px; left:-14px;
          <div class="left-row">
+
font-size:31px; background:#f58bd0;">
            <div class="left-label">HOBBY</div>
+
            <div class="left-value">영화 보기, 콘텐츠 제작, SNS</div>
+
</div>
          </div>
 
          <div class="left-row">
 
            <div class="left-label">What I ♥</div>
 
            <div class="left-value">감자튀김, 인스타그램, 여행, 새로운 사람 만나기</div>
 
          </div>
 
        </div>
 
      </section>
 
  
      <div class="centerline">
+
</div>
        <div class="star top">✦</div>
 
        <div class="star bottom">✦</div>
 
      </div>
 
  
      <section class="right">
 
        <div class="section">
 
          <div class="section-title">EDUCATION</div>
 
          <div class="section-content">
 
            <div class="row">
 
              <div class="key">입학연도</div>
 
              <div class="value strong">2024</div>
 
            </div>
 
            <div class="row">
 
              <div class="key">주전공</div>
 
              <div class="value">불어불문학과</div>
 
            </div>
 
            <div class="row">
 
              <div class="key">복수전공</div>
 
              <div class="value">미디어학부</div>
 
            </div>
 
          </div>
 
        </div>
 
  
        <div class="section">
+
<!-- ==================== 오른쪽 영역 ==================== -->
          <div class="section-title">TOOLS</div>
 
          <div class="section-content">
 
            <div class="tools">
 
              <div class="tool">ChatGPT</div>
 
              <div class="tool">Instagram</div>
 
            </div>
 
          </div>
 
        </div>
 
  
        <div class="section">
+
<div style="width:650px; padding-left:45px;">
          <div class="section-title">PROFILE</div>
 
          <div class="section-content">
 
            <div class="row">
 
              <div class="key">MBTI</div>
 
              <div class="pill">ENFJ</div>
 
            </div>
 
            <div class="row">
 
              <div class="key">관심 동아리 분과</div>
 
              <div class="value">언어</div>
 
            </div>
 
            <div class="row">
 
              <div class="key">소울푸드</div>
 
              <div class="value">감자튀김 🍟</div>
 
            </div>
 
            <div class="row">
 
              <div class="key">가고 싶은 나라</div>
 
              <div class="value">캐나다 🇨🇦</div>
 
            </div>
 
          </div>
 
        </div>
 
  
        <div class="section">
 
          <div class="section-title">CONTACT</div>
 
          <div class="section-content">
 
            <div class="row">
 
              <div class="key">E-mail</div>
 
              <div class="value">yelin20050118@gmail.com</div>
 
            </div>
 
            <div class="row">
 
              <div class="key">SNS</div>
 
              <div class="value">Instagram</div>
 
            </div>
 
          </div>
 
        </div>
 
  
        <div class="section">
+
<!-- EDUCATION -->
          <div class="section-title">CAREER</div>
 
          <div class="section-content">
 
            <div class="row">
 
              <div class="key">관심 직업분야</div>
 
              <div class="value strong">방송 PD</div>
 
            </div>
 
            <div class="row">
 
              <div class="key">선호 직업형태</div>
 
              <div class="value">전문가</div>
 
            </div>
 
            <div class="row">
 
              <div class="key">희망 근무지역</div>
 
              <div class="value">서울 / 수도권</div>
 
            </div>
 
            <div class="row">
 
              <div class="key">롤모델</div>
 
              <div class="value">피트 닥터</div>
 
            </div>
 
          </div>
 
        </div>
 
  
        <div class="footer">YELIN SHIM · INTRODUCTION PAGE</div>
+
<div style="display:flex; padding:0 0 25px 0;
      </section>
+
border-bottom:1px solid #777;">
    </main>
+
 
  </div>
+
<div style="width:170px; font-size:24px; font-weight:bold;">
</body>
+
EDUCATION
</html>
+
</div>
 +
 
 +
<div style="width:450px;">
 +
 
 +
<div style="display:flex; margin-bottom:17px;">
 +
<div style="width:160px; font-weight:bold;">입학연도</div>
 +
<div>2024</div>
 +
</div>
 +
 
 +
<div style="display:flex; margin-bottom:17px;">
 +
<div style="width:160px; font-weight:bold;">학과</div>
 +
<div>불어불문학</div>
 +
</div>
 +
 
 +
<div style="display:flex;">
 +
<div style="width:160px; font-weight:bold;">복수전공</div>
 +
<div>미디어학부</div>
 +
</div>
 +
 
 +
</div>
 +
 
 +
</div>
 +
 
 +
 
 +
<!-- PROFILE -->
 +
 
 +
<div style="display:flex; padding:27px 0;
 +
border-bottom:1px solid #777;">
 +
 
 +
<div style="width:170px; font-size:24px; font-weight:bold;">
 +
PROFILE
 +
</div>
 +
 
 +
<div style="width:450px;">
 +
 
 +
<div style="display:flex; margin-bottom:17px;">
 +
<div style="width:160px; font-weight:bold;">MBTI</div>
 +
 
 +
<div style="background:#050505; color:#f58bd0;
 +
padding:5px 13px; font-weight:bold;">
 +
ENFJ
 +
</div>
 +
</div>
 +
 
 +
 
 +
<div style="display:flex; margin-bottom:17px;">
 +
<div style="width:160px; font-weight:bold;">활동 SNS</div>
 +
<div>인스타그램</div>
 +
</div>
 +
 
 +
 
 +
<div style="display:flex; margin-bottom:17px;">
 +
<div style="width:160px; font-weight:bold;">주 사용 AI</div>
 +
<div>챗GPT</div>
 +
</div>
 +
 
 +
 
 +
<div style="display:flex; margin-bottom:17px;">
 +
<div style="width:160px; font-weight:bold;">관심 동아리 분과</div>
 +
<div>언어</div>
 +
</div>
 +
 
 +
 
 +
<div style="display:flex; margin-bottom:17px;">
 +
<div style="width:160px; font-weight:bold;">소울푸드</div>
 +
<div>감자튀김</div>
 +
</div>
 +
 
 +
 
 +
<div style="display:flex;">
 +
<div style="width:160px; font-weight:bold;">여행 가고 싶은 나라</div>
 +
<div>캐나다</div>
 +
</div>
 +
 
 +
</div>
 +
 
 +
</div>
 +
 
 +
 
 +
<!-- CAREER -->
 +
 
 +
<div style="display:flex; padding:27px 0;
 +
border-bottom:1px solid #777;">
 +
 
 +
<div style="width:170px; font-size:24px; font-weight:bold;">
 +
CAREER
 +
</div>
 +
 
 +
<div style="width:450px;">
 +
 
 +
<div style="display:flex; margin-bottom:17px;">
 +
<div style="width:160px; font-weight:bold;">관심 직업분야</div>
 +
<div style="font-weight:bold;">방송PD</div>
 +
</div>
 +
 
 +
 
 +
<div style="display:flex; margin-bottom:17px;">
 +
<div style="width:160px; font-weight:bold;">선호 직업형태</div>
 +
<div>전문가</div>
 +
</div>
 +
 
 +
 
 +
<div style="display:flex; margin-bottom:17px;">
 +
<div style="width:160px; font-weight:bold;">희망 근무지역</div>
 +
<div>서울/수도권</div>
 +
</div>
 +
 
 +
 
 +
<div style="display:flex;">
 +
<div style="width:160px; font-weight:bold;">롤모델</div>
 +
<div>피트 닥터</div>
 +
</div>
 +
 
 +
</div>
 +
 
 +
</div>
 +
 
 +
 
 +
<!-- CONTACT -->
 +
 
 +
<div style="display:flex; padding:27px 0;">
 +
 
 +
<div style="width:170px; font-size:24px; font-weight:bold;">
 +
CONTACT
 +
</div>
 +
 
 +
<div style="width:450px;">
 +
 
 +
<div style="display:flex; margin-bottom:17px;">
 +
<div style="width:160px; font-weight:bold;">E-mail</div>
 +
<div>yelin20050118@gmail.com</div>
 +
</div>
 +
 
 +
 
 +
<div style="display:flex;">
 +
<div style="width:160px; font-weight:bold;">추가 연락처</div>
 +
<div style="color:#555;">제공된 정보 없음</div>
 +
</div>
 +
 
 +
</div>
 +
 
 +
</div>
 +
 
 +
 
 +
<div style="margin-top:15px; text-align:right;
 +
font-size:10px; color:#555;">
 +
YELIN SHIM · INTRODUCTION PAGE
 +
</div>
 +
 
 +
 
 +
</div>
 +
 
 +
</div>
 +
 
 +
</div>

2026년 9월 14일 (월) 16:20 기준 최신판

HELLO ! NICE TO MEET U ☺ LET ME INTRODUCE MYSELF



심예린증명사진.jpeg

심예린

2024 ·
KOREA UNIV.

불어불문학
복수전공 : 미디어학부


MBTI

ENFJ


SNS

인스타그램


AI

챗GPT




EDUCATION

입학연도
2024
학과
불어불문학
복수전공
미디어학부


PROFILE

MBTI

ENFJ


활동 SNS
인스타그램


주 사용 AI
챗GPT


관심 동아리 분과
언어


소울푸드
감자튀김


여행 가고 싶은 나라
캐나다


CAREER

관심 직업분야
방송PD


선호 직업형태
전문가


희망 근무지역
서울/수도권


롤모델
피트 닥터


CONTACT

E-mail
yelin20050118@gmail.com


추가 연락처
제공된 정보 없음


YELIN SHIM · INTRODUCTION PAGE