-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
239 lines (194 loc) · 6.58 KB
/
Copy pathindex.html
File metadata and controls
239 lines (194 loc) · 6.58 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.65">
<title>Portfoilo</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/font.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery.min.js"></script>
<script src="js/javascript.js"></script>
</head>
<body>
<section class="section" id="section1">
<div class="content" id="content1">
<h1>PORTFOLIO</h1>
<h2>By.Sumin</h2>
<a href="#content2" id="start">Start</a>
<!--가상요소 p,f-->
</div>
</section>
<section class="section">
<div class="content" id="content2">
<div>
<h2>Profile</h2>
<img src="images/02me.png" alt="mypicture">
</div>
<div>
<h3>Inform.</h3>
<ul>
<li>JEONG SU MIN / 정수민</li>
<li>1997.07.19</li>
</ul>
<h3>Skills.</h3>
<ul>
<li>
<span>Adobe Photoshop</span>
<progress value="90" min="0" max="100"></progress>
</li>
<li>
<span>Adobe Illustrator</span>
<span><progress value="80" min="0" max="100"></progress></span>
</li>
<li>
<span>Adobe lnDesingn</span>
<progress value="70" min="0" max="100"></progress>
</li>
</ul>
<h3>License.</h3>
<ul>
<li>컴퓨터활용능력2급</li>
<li>웹디자인기능사</li>
<li>컴퓨터그래픽 운용기능사</li>
<li>자동차운전면허2급</li>
</ul>
</div>
<div>
<h3>Keyword.</h3>
<ul id="keyword">
<li>
<span>Feedback</span>
빠른 수용력
</li>
<li>
<span>Affirmative</span>
긍정적인 마인드
</li>
<li>
<span>Communication</span>
원할한 소통
</li>
</ul>
<h3>Like.</h3>
<ul id="like">
<li>Coffee</li>
<li>Take picture</li>
<li>Music</li>
</ul>
</div>
</div><!--section2-->
<!--스크롤 표시 가상요소-->
</section>
<section class="section">
<div class="content" id="content3">
<div class="textwrap active" id="chanel">
<div>
<h2>PROJECT01</h2>
<h3>CHANEL</h3>
<p>페이지 리뉴얼</p>
</div>
<div>
<ul>
<li>디자인 기간: 4주</li>
<li>기여도: 100%</li>
</ul>
<ul>
<li>Photoshop</li>
<li>Illustrator</li>
<li>Visual Studio Code</li>
</ul>
<ul>
<li>적응형</li>
<li>PC</li>
<li>벤치마킹</li>
</ul>
</div>
<div class="bt">
<a href="#">보러가기</a>
</div>
</div>
<div class="textwrap" id="oppeper">
<div>
<h2>PROJECT02</h2>
<h3>OPEPPER</h3>
<p>페이지 리뉴얼</p>
</div>
<div>
<ul>
<li>디자인 기간: 4주</li>
<li>기여도: 100%</li>
</ul>
<ul>
<li>Photoshop</li>
<li>Illustrator</li>
<li>Visual Studio Code</li>
</ul>
<ul>
<li>고정형</li>
<li>PC</li>
<li>벤치마킹</li>
</ul>
</div>
<div class="bt">
<a href="#">보러가기</a>
</div>
</div>
<div>
<div id="slide">
<ul id="imgwrap">
<li><img src="images/Mockup_chanel.png" alt="chanel"></li>
<li><img src="images/Mockup_oppeper.png" alt="oppeper"></li>
</ul>
</div><!--slide-->
<button type="button" id="back"><span>back</span></button>
<button type="button" id="next"><span>next</span></button><!--background img-->
</div>
</div>
</section><!--section3-->
<section class="section">
<div class="content" id="content4">
<h2>OTHER PORTFOLIO</h2>
<p>저의 다른 작업물 입니다 :)</p>
<div class="otherwrap">
<ul class="other">
<li><img src="images/03cardnews_main.png" alt="other1"></li>
<li><img src="images/03Precautions_Infographic_main.png" alt="other2"></li>
<li><img src="images/03ProfileApp_mockup.png" alt="other3"></li>
<li><img src="images/03Children_Carpenter Festival_main.png" alt="other4"></li>
<li>Home</li>
<li>Contact</li>
</ul>
</div>
</div>
</section><!--section4-->
<section class="section">
<div class="content" id="content5">
<div>
<h3>Contact me</h3>
<p>언제든 연락주세요!</p>
</div>
<ul>
<li>
<span>Tel.</span>
010.7561.7700
</li>
<li>
<span>E-mail.</span>
gigi3316@naver.com
</li>
<li>
<span>Instagram.</span>
@suiiio.o
</li>
</ul>
<div id="bg_txt">Thank You</div>
<a href="#content1" id="up"><span>move to top</span></a>
</div>
</section><!--section5-->
</body>
</html>