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

[이지우] 과제 제출합니다 #1

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Binary file removed img/arrow.png
Binary file not shown.
3 changes: 3 additions & 0 deletions img/arrow_forward.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/logo.png
Binary file not shown.
19 changes: 19 additions & 0 deletions img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 26 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./styles/reset.css" rel="stylesheet">
<link href="./styles/style.css" rel="stylesheet">
<link href="./styles/header.css" rel="stylesheet">
<link href="./styles/button.css" rel="stylesheet">
<link href="./styles/text.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" />
Expand All @@ -14,40 +15,41 @@
<body>
<main>
<div class="container">
E-jiwoo marked this conversation as resolved.
Show resolved Hide resolved
<img src="img/bssm.png"style="width:100%;">
<div id="top">
<img class="logo" src="img/logo.png">
<div class="btn1">
<nav>
<div class="top">
<img class="logo" src="img/logo.svg" alt="logo">
<div id="top_font">
<ul>
<li><p class="login">로그인</p></li>
<li>로그인</li>
<li><button id="join">회원가입</button></li>
</ul>
</div>
<div class="square"></div>
</div>
<div id="menu">
<ul>
<li>홈</li>
<li>원서접수</li>
<li>공지사항</li>
<li>자주 묻는 질문</li>
</ul>
<div id="menu_font">
<ul>
<li>홈</li>
<li>원서접수</li>
<li>공지사항</li>
<li>자주 묻는 질문</li>
</ul>
</div>
</div>
<div id="main">
<div class="textbox">
<div class="text">
<p>꿈을 향한 도전,</p>
<p>미래를 여는 학교</p>
</div>
<div class="text2">
<p>부산소마고는 소프트웨어에 관심있는 학생들의 </p>
<p>꿈을 향한 도전을 아낌없이 지원합니다.</p>
</div>
</nav>
<div id="main">
<div class="text_box">
<div class="text_font">
<p class="text">꿈을 향한 도전,</p>
<p class="text">미래를 여는 학교</p>
</div>
<div class="btn2">
<button id="receipt">원서 접수 시작하기<img class="arrow" src="img/arrow.png"></button>
</div>
<div class="text_box2">
<div class="text2_font">
<p class="text2">부산소마고는 소프트웨어에 관심있는 학생들의 </p>
<p class="text2">꿈을 향한 도전을 아낌없이 지원합니다.</p>
</div>
</div>
<button id="str_btn">원서 접수 시작하기<img class="arrow" src="img/arrow_forward.svg" alt="arrow"></button>
</div>
E-jiwoo marked this conversation as resolved.
Show resolved Hide resolved
</div>
</main>
Expand Down
46 changes: 26 additions & 20 deletions styles/button.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
#top ul li{
float: left;
text-align: center;
color: white;
font-family: Pretendard,'Noto Sans KR', sans-serif;
.top {
display: flex;
justify-content: space-between;
align-items: center;
margin-right: 90px;
}
.top ul {
margin: 0;
padding: 0;
display: flex;
}
#top_font{
font-family: Pretendard, 'Noto Sans KR', sans-serif;
font-weight: 500;
font-size: 16px;
padding: 10px 12px;
}
.btn1{
padding-left: 1200px;
padding-top: 2px;
color: white;
}
.login{
padding-top: 12px;
.top ul li {
display: flex;
align-items: center;
justify-content: center;
padding: 10px 12px;
}
#join{
width: 88px;
Expand All @@ -32,26 +39,25 @@
padding-top: 70px;
padding-right: 150px;
}
#receipt{
#str_btn{
position: relative;
width: 205px;
height: 54px;
font-family: Pretendard,'Noto Sans KR', sans-serif;
margin-top: 50px;
border-radius: 6px;
background-color: #257CFF;
border: none;
color: white;
font-size: 16px;
font-weight: 600;
padding-right: 30px;
margin-right: 130px;
}
#receipt:hover{
#str_btn:hover{
background-color: #186EEE;
}
.arrow{
position: absolute;
width: 17.617px;
height: 16px;
padding-top: 1px;
padding-left: 10px;
}
padding-top: 3px;
padding-left: 8px;
}
37 changes: 37 additions & 0 deletions styles/header.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#top{
position: absolute;
top: 0px;
right: 12px;
width: 1440px;
height: 64px;
padding-left: 100px;
E-jiwoo marked this conversation as resolved.
Show resolved Hide resolved
}
.logo{
padding-top: 16px;
padding-left: 110px;
}
#menu {
position: absolute;
top: 64px;
width: 1240px;
height: 54px;
padding-left: 100px;
}
#menu ul{
margin: 0;
padding: 0;
display: flex;
}
#menu_font{
font-weight: 600;
font-size: 18px;
line-height: 23.4px;
}
#menu ul li{
display: flex;
align-items: center;
justify-content: center;
height: 50px;
color: white;
padding: 10px 12px;
}
54 changes: 3 additions & 51 deletions styles/style.css
Original file line number Diff line number Diff line change
@@ -1,64 +1,16 @@
*{
padding: 0px;
margin: 0px;
}
body,
html{
width: 1440px;
height: 800px;
height: 100vh;
background: url("../img/bssm.png") center no-repeat;
}
.container {
position: relative;
text-align: center;
padding-left: 100px;
}
img{
width: 1440px;
height: 800px;
}
#top{
position: absolute;
top: 0px;
right: 12px;
width: 1440px;
height: 64px;
padding-left: 100px;
}
.square{
padding-left: 800px;
width: 1440px;
height: 800px;
background-color: rgba(0, 0, 0, 0.5);
}
.logo{
padding-top: 16px;
width: 106.06px;
height: 32px;
float: left;
padding-left: 225px;
}
#menu {
position: absolute;
top: 64px;
left: 110px;
width: 1240px;
height: 54px;
padding-left: 100px;
}
#menu ul li{
float: left;
height: 50px;
text-align: center;
color: white;
padding: 10px 12px;
font-family: Pretendard,'Noto Sans KR', sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 23.4px;
}
#main{
position: absolute;
top: 202px;
top: 195px;
left: 550px;
width: 600px;
height: 396px;
Expand Down
19 changes: 10 additions & 9 deletions styles/text.css
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
.textbox{
width: 457px;
height: 270px;
}
.text{
.text_box{
width: 457px;
height: 188px;
}
.text_font{
line-height: 93.6px;
font-family: Pretendard,'Noto Sans KR', sans-serif;
font-weight: 700;
font-size: 72px;
letter-spacing: -1.5px;
color: #fff;
}
.text2{
.text_box2{
height: 82px;
padding-top: 24px;
font-family: Pretendard,'Noto Sans KR', sans-serif;
padding-top: 25px;
margin-right: 130px;
}
.text2_font{
font-weight: 400;
font-size: 18px;
line-height: 28.8px;
letter-spacing: -0.15px;
}
.text2{
vertical-align: bottom;
color: #BBBCC2;
}