과제. 자기소개서 페이지 1.index.html

younghyun·2021년 12월 23일
0

프로젝트

목록 보기
1/1
<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title>Introduction</title>
    <link rel="stylesheet" href="header.css">
    <link rel="stylesheet" href="./main.css">
  </head>
  <body>
    <header>
      <div class="wrapper">
        <h1 class="name">YoungHyun</h1>
     </div>
    </header>
    <section>
      <div id="profile">
      <div id="picture">
        <img src=profile.jpg width="350px" height="350px" alt="profile picture">
      </div>
      <div>
        <p id="self1"> 안녕하세요:) 새싹 개발자 한영현 입니다.&#128526;<br>
        희망분야는 프론트 엔드입니다.<br>
        </p>
        <p id="self2"> 서울에 온지 얼마 되지 않아서, 아는 사람이 많이 없습니다.<br>
            위코드 생활동안 같이 즐겁게 지내고 싶습니다&#128075;<br><br>
            좋아하는 노래는 '배다해 - 10월의 어느 멋진 날에'<br>
            좋아하는 음식은 한식, 일식(초밥)입니다!
        </p>
      </div>
    </div>
    <div>
      <p id="self4">DREAM</p>
      <p id="self3">I would like to assist Korea to become the best model country in the world </p>
    </div>
    </section>
    <div id="main">
    <div id="personality">
      <div id="interest">
        <strong>INTEREST</strong>
        <p>Book</p>
        <p>Exercise</p>
        <P>Business</p>
      </div>
      <div id="skills">
        <strong>SKILLS</strong>
        <p>HTML</p>
        <p>CSS</p>
        <p>JavaScript</p>
      </div>
      <div id="mentor">
        <strong>MENTOR</strong>
        <p>정주영</p>
        <p>박성수</p>
        <p>김승호</p>
      </div>
      <div id="future">
        <strong>WANT TO BE</strong>
        <br>
        <p id="tobe">꾸준히 성장하는 <br>필요한 개발자</p>
      </div>
    </div>
  </div>
      <div class="footer">
        <ul class="menu">
          <li><a href="https://github.com/younghyunHan" target="_blank">github<li>
          <li><a href="https://velog.io/@dudgus1670" targer="_blank">velog<li>
        </ul>
      </div>
  </body>
</html>

Page : https://younghyunhan.github.io/Self-introduction/
GIT : https://github.com/younghyunHan/Self-introduction

profile
선명한 기억보다 흐릿한 메모

0개의 댓글