-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocess.html
More file actions
106 lines (93 loc) · 2.68 KB
/
Copy pathprocess.html
File metadata and controls
106 lines (93 loc) · 2.68 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<title>에듀테크, SPO_ON</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/earlyaccess/nanumgothic.css">
<style>
a:link {color:black;text-decoration:none}
a:visited {color:black;text-decoration:none}
a:active {color:white;text-decoration:none}
a:hover {color:gray;text-decoration:underline}
body {
margin: 0px;
padding: 0px;
border: 0px;
background-color: #cddc39;
}
.header {
height: 65px;
margin-top: 25px;
text-align: center;
font-size: 30px;
color: white;
font-family: 'Nanum Gothic';
}
.banner {
background: ;
background-size: cover;
width: auto;
height: 450px;
text-align: center;
font-size: 52px;
padding-top: 75px;
color: white;
}
.content0 {
min-height: 10px;
padding-top: 0px;
padding-bottom: 0px;
font-size: 18px;
font-family: 'Nanum Gothic';
background-color: white;
color: black;
}
.content {
height: 4900px;
width: 100%;
padding-top: 50px;
padding-bottom: 100px;
font-size: 18px;
font-family: 'Nanum Gothic';
background-color: white;
color: black;
}
.footer {
height: 120px;
padding: 50px;
text-align: center;
font-size: 20px;
font-family: 'Nanum Gothic';
color: white;
}
</style>
</head>
<body>
<div class="banner">
<iframe
width="1000"
height="500"
frameborder="0" style="border:0"
margin-left: auto;
margin-right: auto;
<img src="1000400TITLE.png"/>
</iframe>
</div>
<div class="header">
<a href="introduction.html">소개</a> I <a href="definition.html">정의</a> I 과정</a> I <a href="content.html">미디어콘텐츠</a> I <a href="education.html">교육</a> I <a href="realization.html">실현</a> I <a href="communication.html">커뮤니케이션</a> I <a href="future.html">미래</a>
</div>
</body>
</html>
</div>
<div class="content0">
<p style="padding-left: 50px; padding-right: 50px;">
<br/>
</div>
<div class="content">
<img src="process_1.png" style="width: 100%;" />
</div>
</div>
<div class="footer">
김형국, e-mail : khg5632@gmail.com
</div>
</body>
</html>