Skip to content

Commit

Permalink
Merge pull request #27 from MisileLab/master
Browse files Browse the repository at this point in the history
team2 final
  • Loading branch information
roian6 committed Dec 21, 2023
2 parents 3623397 + 6768460 commit e27933d
Show file tree
Hide file tree
Showing 7 changed files with 231 additions and 40 deletions.
14 changes: 14 additions & 0 deletions team2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>팀 소개 페이지</title>
</head>
<!--팀원이 5명인 경우 member5 추가, rows="50%, 50%, 50%"으로-->
<frameset cols="50%, 50%" rows="50%, 50%">
<frame src="member1/index.html">
<frame src="member2/index.html">
<frame src="member3/index.html">
<frame src="member4/index.html">
</html>
53 changes: 53 additions & 0 deletions team2/member1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html>

<head>
<title>팀원1 소개</title>
<style>
body {
background-color: #f0f0f0;
text-align: left;
}

h1 {
color: #333;
}

h2 {
color: #555;
}

p {
font-style: italic;
color: #777;
}

ul {
list-style-type: none;
padding: 0;
}

li {
color: #444;
}
</style>
</head>

<body>
<img src="https://th.bing.com/th/id/OIP.wd3MhSopIAmQHnATSHM2pgHaDt?w=315&h=174&c=7&r=0&o=5&dpr=2.2&pid=1.7" width="150px" height="150px">
<h1>김정준</h1>
<h2>학번: 10404</h2>
<p>바갭니다</p>
<ul>
<li></li>
<li>ㅋㅋ</li>

<li>테트리스</li>
<li>ㅋㅋ</li>

<li>피크닉</li>
<li>ㅋㅋ</li>
</ul>
</body>

</html>
20 changes: 20 additions & 0 deletions team2/member2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<img src="악어 ㄱㅇㅇ.png" alt="My Image" width="150px" height="150px">
<h1>김태경</h1>
<h2>10406</h2>
<p>안녕하세요, 선린인터넷고등학교에 다니고 있는 김태경입니다.</p>
<ul>
<li>악어</li>
<li>악어</li>
<li>악어</li>
</ul>

</body>
</html>
51 changes: 51 additions & 0 deletions team2/member3/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<title>팀원3 소개</title>
<style>
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
* {
font-family: "NanumSquare" !important;
background-color: gray;
}
.tux {
width: 150px;
height: 150px;
}
.desc {
font-size: 20px;
}
</style>
</head>
<body>
<img src="https://i.namu.wiki/i/jZpJ_arTk8tDKQUTWKSebmdP1g6ILp0_GAQEZ9f0FbWwj3w16DYpMlZT3iv49blI2BH3Iqy06Rzplt42UuJ3umhbDhTHsKUx0Aldlv9M4AXOAhwaijDRRWm88RoIxZ5yPUaifhay5ONb12DV5EPQqQ.svg" alt="tux" class="tux"/>
<h1 style="font-weight: 700; font-size: 50px;">설지원</h1>
<h2 style="font-size: 30px;">10410</h2>
<p class="desc">파이썬과 리눅스 쓰는 프로그래머</p>
<p class="desc">관심사</p>
<ul>
<li>리눅스</li>
<li>Zig</li>
<li>Python</li>
</ul>
<!--
들어가야 하는 것
- 프로필 사진
- 이름
- 학번
- 한줄 소개
- 최근 관심사 3가지
조건
- 배경 색상을 변경할 것
- 이미지는 150x150px
- 이름은 h1 태그
- 학번은 h2 태그
- 한줄 소개는 p 태그
- 최근 관심사는 ul 태그
선택사항
- CSS를 이용하여 자유롭게 꾸미기
-->
</body>
</html>
34 changes: 34 additions & 0 deletions team2/member4/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<title>팀원4 소개</title>
</head>
<body style="background-color: orange;">
<!--
들어가야 하는 것
- 프로필 사진
- 이름
- 학번
- 한줄 소개
- 최근 관심사 3가지
조건
- 배경 색상을 변경할 것
- 이미지는 150x150px
- 이름은 h1
- 학번은 h2 태그
- 한줄 소개는 p 태그
- 최근 관심사는 ul 태그
선택사항
- CSS를 이용하여 자유롭게 꾸미기
-->
<image src="https://cdn.class101.net/images/83481c6e-ebed-4cbd-892c-47bcb23a7ea4" width="150px" height="150px"></image>
<h1>박건우</h1>
<h2>10408</h2>
<p>잠 많음</p>
<ul>C언어</ul>
<ul>게임</ul>
<ul>운동</ul>
</body>
</html>
64 changes: 45 additions & 19 deletions template/member1/index.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,53 @@
<!DOCTYPE html>
<html>

<head>
<title>팀원1 소개</title>
<style>
body {
background-color: #f0f0f0;
text-align: left;
}

h1 {
color: #333;
}

h2 {
color: #555;
}

p {
font-style: italic;
color: #777;
}

ul {
list-style-type: none;
padding: 0;
}

li {
color: #444;
}
</style>
</head>

<body>
<!--
들어가야 하는 것
- 프로필 사진
- 이름
- 학번
- 한줄 소개
- 최근 관심사 3가지
조건
- 배경 색상을 변경할 것
- 이미지는 150x150px
- 이름은 h1 태그
- 학번은 h2 태그
- 한줄 소개는 p 태그
- 최근 관심사는 ul 태그
선택사항
- CSS를 이용하여 자유롭게 꾸미기
-->
<img src="https://th.bing.com/th/id/OIP.wd3MhSopIAmQHnATSHM2pgHaDt?w=315&h=174&c=7&r=0&o=5&dpr=2.2&pid=1.7" width="150px" height="150px">
<h1>김정준</h1>
<h2>학번: 10404</h2>
<p>바갭니다</p>
<ul>
<li></li>
<li>ㅋㅋ</li>

<li>테트리스</li>
<li>ㅋㅋ</li>

<li>피크닉</li>
<li>ㅋㅋ</li>
</ul>
</body>

</html>
35 changes: 14 additions & 21 deletions template/member2/index.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>팀원2 소개</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!--
들어가야 하는 것
- 프로필 사진
- 이름
- 학번
- 한줄 소개
- 최근 관심사 3가지
<img src="악어 ㄱㅇㅇ.png" alt="My Image" width="150px" height="150px">
<h1>김태경</h1>
<h2>10406</h2>
<p>안녕하세요, 선린인터넷고등학교에 다니고 있는 김태경입니다.</p>
<ul>
<li>악어</li>
<li>악어</li>
<li>악어</li>
</ul>

조건
- 배경 색상을 변경할 것
- 이미지는 150x150px
- 이름은 h1 태그
- 학번은 h2 태그
- 한줄 소개는 p 태그
- 최근 관심사는 ul 태그
선택사항
- CSS를 이용하여 자유롭게 꾸미기
-->
</body>
</html>
</html>

0 comments on commit e27933d

Please sign in to comment.