-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path포트폴리오 사이트.html
68 lines (67 loc) · 2.77 KB
/
포트폴리오 사이트.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>꿈꾸는 장소</title>
<style>
h1 {
padding: 10px;
background-color: #9add42;
color: rgb(187, 142, 44);
}
body { background-image: url('images/pngtree-pink-pastel-background-with-pink-aesthetic-sky-image_15522922.png');}
</style>
<link rel="stylesheet" href="css/structure.css">
</head>
<body>
<img src="c:\Users\Administrator\Desktop\images\skynews-james-webb-space-nasa_6368218.jpg" alt="" width = 100% height="300">
<div id="container">
<header>
<div id="logo">
<a href="index-footer.html">
<h1>Dream Jeju</h1>
</a>
</div>
<nav>
<ul id="topMenu">
<li><a href="file:///C:/Users/Administrator/Desktop/%ED%8F%AC%ED%8A%B8%ED%8F%B4%EB%A6%AC%EC%98%A4.html">포트폴리오</a></li>
<li><a href="file:///C:/Users/Administrator/Desktop/%EC%98%81%EC%96%B4%EA%B3%B5%EB%B6%80.html">영어 공부</a></li>
<li><a href="file:///C:/Users/Administrator/Desktop/%EC%B7%A8%EB%AF%B8.html">취미</a></li>
<li><a href="file:///C:/Users/Administrator/Desktop/%EA%B0%A4%EB%9F%AC%EB%A6%AC.html">갤러리</a></li>
</ul>
</nav>
</header>
<main class="contents">
<section id="headling">
<h2><a href="file:///C:/Users/Administrator/Desktop/%EC%B7%A8%EB%AF%B8.html">취미 :몸과 마음이 치유되는 곳</a></h2>
<div class="detail">
<img src="images/healing.jpg">
<b><p>쉼(Healing)의 공간으로 안내합니다</p></b>
<p>여유로운 여정 그 밖의 것들</p>
</div>
<div class="schedule">
<h3>사이트 설명</h3>
<ul>
<li><a href="file:///C:/Users/Administrator/Desktop/%ED%8F%AC%ED%8A%B8%ED%8F%B4%EB%A6%AC%EC%98%A4.html">영어 문서 읽은 것들</a></li>
<li><a href="file:///C:/Users/Administrator/Desktop/%ED%8F%AC%ED%8A%B8%ED%8F%B4%EB%A6%AC%EC%98%A4.html">취미활동 사이트</a></li>
<li><a href="file:///C:/Users/Administrator/Desktop/%EA%B0%A4%EB%9F%AC%EB%A6%AC.html"> 삶을 풍요롭게 만들다.</a></li>
</ul>
</div>
</section>
<section id="activity">
<h2>다양한 액티비티가 기다리는 섬</h2>
<div class="detail">
<img src="images/activity.jpg">
<b><p>모험과 스릴이 넘치는 여정</p></b>
<p>그곳으로 갑니다! </p>
<p>scroll</p>
</div>
</section>
</main>
<footer>
<section id="bottomMenu">
</section>
</footer>
</div>
</body>
</html>