Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0403] 자기소개 페이지 완성 #3

Merged
merged 1 commit into from
Apr 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 110 additions & 0 deletions session3/aboutMe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>자기소개 -jeongwon</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@700&family=Noto+Sans+KR&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header>
<img class="myimg" src="./jw.jpg" alt="정원" />
<div>
<small class="m-0">어쩌다보니 개발자를 꿈꾸고 있는</small>
<h1 class="m-0">Yoon Jeongwon</h1>
<div class="text-center header-box">
<p>1999.11.26</p>
<p>컴퓨터공학전공</p>
<p>@y_jeongwon</p>
<p>010-9462-8786</p>
<p>[email protected]</p>
</div>
</div>
</header>
<hr />
<div class="flex container1">
<div class="text-center">
<h2>Education</h2>
<div class="flex">
<div class="m-3">
<p>2014-2017</p>
<p>2021-NOW</p>
</div>
<div>
<p>경희여자고등학교</p>
<p>덕성여자대학교</p>
</div>
</div>
</div>
<div class="text-center">
<h2>Activities</h2>
<div class="flex">
<div class="m-3">
<p>2022-2023</p>
<p>2023-NOW</p>
</div>
<div>
<p>피로그래밍</p>
<p>11기 아기사자</p>
</div>
</div>
</div>
</div>
<hr />
<div class="container2 text-center">
<h3>Skills</h3>
<div class="flex justify-center">
<div class="flex m-2">
<img class="m-0 langwh" src="./python.jpg" alt="파이썬" />
<div class="text-left">
<p>60%</p>
<p>Python</p>
<progress id="file" max="100" value="60">60%</progress>
</div>
</div>
<div class="flex m-2">
<img class="m-0 langwh" src="./java.jpg" alt="자바" />
<div class="text-left">
<p>60%</p>
<p>Python</p>
<progress id="file" max="100" value="60">60%</progress>
</div>
</div>
<div class="flex m-2">
<img class="m-0 langwh" src="./django.jpg" alt="장고" />
<div class="text-left">
<p>85%</p>
<p>Python</p>
<progress id="file" max="100" value="85">85%</progress>
</div>
</div>
<div class="flex m-2">
<img class="m-0 langwh" src="./html.jpg" alt="html" />
<div class="text-left">
<p>85%</p>
<p>html</p>
<progress id="file" max="100" value="85">85%</progress>
</div>
</div>
</div>
</div>
<hr />
<div class="container3 flex text-center justify-center">
<div class="mside-3">
<h2>덕성해커톤</h2>
<img class="imgwid25" src="./dshacpro.jpg" alt="" />
</div>
<div class="mside-3">
<h2>오늘뭐입지</h2>
<img class="imgwid25" src="./lookoftoday.jpg" alt="" />
</div>
</div>
</body>
</html>
Binary file added session3/django.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added session3/dshacpro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added session3/html.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added session3/java.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added session3/jw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added session3/lookoftoday.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added session3/pc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added session3/python.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions session3/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
* {
font-family: "Nanum Gothic", sans-serif;
}
header {
display: flex;
justify-content: center;
align-items: center;
}

.myimg {
margin: 5rem;
width: 16rem;
}

.m-0 {
margin: 0;
}

.text-center {
text-align: center;
}

.header-box {
margin: 3rem;
}

.flex {
display: flex;
}

.container1 {
justify-content: space-around;
align-items: space-around;
}

.m-3 {
margin-right: 3rem;
}

.justify-center {
justify-content: center;
}

.m-2 {
margin: 2rem;
}

.text-left {
text-align: left;
margin-left: 2rem;
}

.imgwid25 {
width: 25rem;
}

hr {
margin: 2rem 14rem;
}

.langwh {
width: 7rem;
height: 7rem;
}

.mside-3 {
margin: 0 5rem 5rem 5rem;
}