Skip to content

Commit

Permalink
changed folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaLaboratory committed Dec 21, 2023
1 parent 0e279ae commit ac26516
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 0 deletions.
14 changes: 14 additions & 0 deletions team8/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>
27 changes: 27 additions & 0 deletions team8/member1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>팀원1 소개</title>
</head>
<body>
<!--
들어가야 하는 것
- 프로필 사진
- 이름
- 학번
- 한줄 소개
- 최근 관심사 3가지
조건
- 배경 색상을 변경할 것
- 이미지는 150x150px
- 이름은 h1 태그
- 학번은 h2 태그
- 한줄 소개는 p 태그
- 최근 관심사는 ul 태그
선택사항
- CSS를 이용하여 자유롭게 꾸미기
-->
</body>
</html>
27 changes: 27 additions & 0 deletions team8/member2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>팀원2 소개</title>
</head>
<body>
<!--
들어가야 하는 것
- 프로필 사진
- 이름
- 학번
- 한줄 소개
- 최근 관심사 3가지
조건
- 배경 색상을 변경할 것
- 이미지는 150x150px
- 이름은 h1 태그
- 학번은 h2 태그
- 한줄 소개는 p 태그
- 최근 관심사는 ul 태그
선택사항
- CSS를 이용하여 자유롭게 꾸미기
-->
</body>
</html>
27 changes: 27 additions & 0 deletions team8/member3/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>팀원3 소개</title>
</head>
<body>
<!--
들어가야 하는 것
- 프로필 사진
- 이름
- 학번
- 한줄 소개
- 최근 관심사 3가지
조건
- 배경 색상을 변경할 것
- 이미지는 150x150px
- 이름은 h1 태그
- 학번은 h2 태그
- 한줄 소개는 p 태그
- 최근 관심사는 ul 태그
선택사항
- CSS를 이용하여 자유롭게 꾸미기
-->
</body>
</html>
27 changes: 27 additions & 0 deletions team8/member4/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>팀원4 소개</title>
</head>
<body>
<!--
들어가야 하는 것
- 프로필 사진
- 이름
- 학번
- 한줄 소개
- 최근 관심사 3가지
조건
- 배경 색상을 변경할 것
- 이미지는 150x150px
- 이름은 h1 태그
- 학번은 h2 태그
- 한줄 소개는 p 태그
- 최근 관심사는 ul 태그
선택사항
- CSS를 이용하여 자유롭게 꾸미기
-->
</body>
</html>

0 comments on commit ac26516

Please sign in to comment.