Skip to content

Commit

Permalink
Merge pull request #17 from DeltaLaboratory/master
Browse files Browse the repository at this point in the history
Team 8 PR
  • Loading branch information
roian6 committed Dec 21, 2023
2 parents 008e0dc + 96c9dbc commit d440b6b
Show file tree
Hide file tree
Showing 9 changed files with 139 additions and 19 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>
9 changes: 9 additions & 0 deletions team8/member1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>팀원1 소개</title>
</head>
<body>
<iframe src="https://portfolio-classic.pages.dev/" style="height: 100vh; width: 100%"></iframe>
</body>
</html>
Binary file added team8/member2/cat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions team8/member2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<title>팀원2 소개</title>
</head>
<body style="background-color: #c5ddee;">
<!--
들어가야 하는 것
- 프로필 사진
- 이름
- 학번
- 한줄 소개
- 최근 관심사 3가지
조건
- 배경 색상을 변경할 것
- 이미지는 150x150px
- 이름은 h1 태그
- 학번은 h2 태그
- 한줄 소개는 p 태그
- 최근 관심사는 ul 태그
선택사항
- CSS를 이용하여 자유롭게 꾸미기
-->

<img src="cat.jpg" alt="" width="150px" height="150px">
<h1>송혜인</h1>
<h2>10510</h2>
<p>선런인터넷고등학교 소프트웨어과에 다니고 있습니다.</p>
<ul>
<li>kpop노래</li>
<li>고양이</li>
<li>베이킹</li>
</ul>

</body>
</html>
40 changes: 40 additions & 0 deletions team8/member3/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<style>
body{background-color: bisque;}
</style>
<head>
<title>팀원3 소개</title>
</head>
<body>
<!--
들어가야 하는 것
- 프로필 사진
- 이름
- 학번
- 한줄 소개
- 최근 관심사 3가지
조건
- 배경 색상을 변경할 것
- 이미지는 150x150px
- 이름은 h1 태그
- 학번은 h2 태그
- 한줄 소개는 p 태그
- 최근 관심사는 ul 태그
선택사항
- CSS를 이용하여 자유롭게 꾸미기
-->
<img src="./profil.jpg" width="150" height="150">
<h1>유한</h1>
<h2>10511</h2>

<p>개발자</p>
<ul>
<li>JAVASCRIPT</li>
<li>C</li>
<li>C#</li>
</ul>
</body>
</html>
Binary file added team8/member3/profil.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions team8/member4/i-css.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions team8/member4/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./i-css.css">
<title>팀원4 소개</title>
</head>
<body>
<img id="profile" src="https://i.namu.wiki/i/K9686ksDb9SIajKPu1WAyk0nVjkDi0atBqByqvTq5nIA2AHGuIoB8BjWMQaf_mL1OWu7rQAcCMUUj8ozC1JsMw53L9oozojPeMTOf2BT778DQ5w6C9PMq7r86fAPwgg8QIlbiN1KPNUQ9Cbo4fSKYg.webp"></img>
<hr>
<h1>윤찬호</h1>
<h2>10512</h2><p>평범한 개발자</p>
<hr>
<hr>
<h2>관심사</h2>
<ul>
<li>웹사이트 개발</li>
<li>게임 개발</li>
<li>휴식</li>
</ul>
<hr>
</body>
</html>
26 changes: 7 additions & 19 deletions template/member4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,12 @@
<title>팀원4 소개</title>
</head>
<body>
<!--
들어가야 하는 것
- 프로필 사진
- 이름
- 학번
- 한줄 소개
- 최근 관심사 3가지
조건
- 배경 색상을 변경할 것
- 이미지는 150x150px
- 이름은 h1 태그
- 학번은 h2 태그
- 한줄 소개는 p 태그
- 최근 관심사는 ul 태그
선택사항
- CSS를 이용하여 자유롭게 꾸미기
-->
<img src="image.png"></img>
<h1>윤찬호</h1>
<h2>10512</h2>
<p>평범한 개발자</p>
<ul>웹사이트 개발</ul>
<ul>게임 개발</ul>
<ul>휴식</ul>
</body>
</html>

0 comments on commit d440b6b

Please sign in to comment.