Showing
10 changed files
with
90 additions
and
70 deletions
.vscode/settings.json
0 → 100644
3d_crossword.png
0 → 100644
1010 KB
... | @@ -82,7 +82,7 @@ body { | ... | @@ -82,7 +82,7 @@ body { |
82 | 82 | ||
83 | 83 | ||
84 | /*---------요소들 부분---------*/ | 84 | /*---------요소들 부분---------*/ |
85 | - @import url("/external/cardo_rubik"); | 85 | + @import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap"); |
86 | :root { | 86 | :root { |
87 | --d: 700ms; | 87 | --d: 700ms; |
88 | --e: cubic-bezier(0.19, 1, 0.22, 1); | 88 | --e: cubic-bezier(0.19, 1, 0.22, 1); |
... | @@ -157,25 +157,24 @@ body { | ... | @@ -157,25 +157,24 @@ body { |
157 | top: 0; | 157 | top: 0; |
158 | left: 0; | 158 | left: 0; |
159 | width: 100%; | 159 | width: 100%; |
160 | - height: 200%; | 160 | + height: 150%; |
161 | pointer-events: none; | 161 | pointer-events: none; |
162 | background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%); | 162 | background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%); |
163 | transform: translateY(-50%); | 163 | transform: translateY(-50%); |
164 | transition: transform calc(var(--d) * 2) var(--e); | 164 | transition: transform calc(var(--d) * 2) var(--e); |
165 | } | 165 | } |
166 | .card:nth-child(1):before { | 166 | .card:nth-child(1):before { |
167 | - background-image: src="/src/song.png"; | 167 | + background-image: url("me1.png"); |
168 | } | 168 | } |
169 | .card:nth-child(2):before { | 169 | .card:nth-child(2):before { |
170 | - background-image: src="/src/song.png"; | 170 | + background-image: url("interest1.png"); |
171 | } | 171 | } |
172 | .card:nth-child(3):before { | 172 | .card:nth-child(3):before { |
173 | - background-image: src="/src/song.png"; | 173 | + background-image: url("summary1.png"); |
174 | - } | ||
175 | - .card:nth-child(4):before { | ||
176 | - background-image: src="/src/song.png"; | ||
177 | } | 174 | } |
178 | 175 | ||
176 | + | ||
177 | + | ||
179 | .content { | 178 | .content { |
180 | position: relative; | 179 | position: relative; |
181 | display: flex; | 180 | display: flex; |
... | @@ -191,14 +190,14 @@ body { | ... | @@ -191,14 +190,14 @@ body { |
191 | } | 190 | } |
192 | 191 | ||
193 | .title { | 192 | .title { |
194 | - font-size: 30px; | 193 | + font-size: 1.3rem; |
195 | font-weight: bold; | 194 | font-weight: bold; |
196 | - font-family: Noto Sans KR; | 195 | + line-height: 1.2; |
197 | } | 196 | } |
198 | 197 | ||
199 | .copy { | 198 | .copy { |
200 | font-family: var(--font-serif); | 199 | font-family: var(--font-serif); |
201 | - font-size: 15px; | 200 | + font-size: 1.125rem; |
202 | font-style: italic; | 201 | font-style: italic; |
203 | line-height: 1.35; | 202 | line-height: 1.35; |
204 | } | 203 | } |
... | @@ -210,7 +209,7 @@ body { | ... | @@ -210,7 +209,7 @@ body { |
210 | } | 209 | } |
211 | 210 | ||
212 | .content { | 211 | .content { |
213 | - transform: translateY(calc(100% - 10rem)); | 212 | + transform: translateY(calc(100% - 4.5rem)); |
214 | } | 213 | } |
215 | .content > *:not(.title) { | 214 | .content > *:not(.title) { |
216 | opacity: 0; | 215 | opacity: 0; |
... | @@ -253,7 +252,7 @@ body { | ... | @@ -253,7 +252,7 @@ body { |
253 | 252 | ||
254 | 253 | ||
255 | /* text fade in */ | 254 | /* text fade in */ |
256 | -@import url(/external/raleway); | 255 | +@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,500,600,700); |
257 | 256 | ||
258 | .animated{ | 257 | .animated{ |
259 | -webkit-animation-fill-mode:both; | 258 | -webkit-animation-fill-mode:both; |
... | @@ -322,7 +321,6 @@ body { | ... | @@ -322,7 +321,6 @@ body { |
322 | color: rgb(0, 0, 0); | 321 | color: rgb(0, 0, 0); |
323 | font-family: Noto Sans KR; | 322 | font-family: Noto Sans KR; |
324 | text-align: center; | 323 | text-align: center; |
325 | - line-height: 15px; | ||
326 | } | 324 | } |
327 | #p4{ | 325 | #p4{ |
328 | font-size: 15px; | 326 | font-size: 15px; |
... | @@ -330,6 +328,7 @@ body { | ... | @@ -330,6 +328,7 @@ body { |
330 | font-family: Noto Sans KR; | 328 | font-family: Noto Sans KR; |
331 | text-align: center; | 329 | text-align: center; |
332 | } | 330 | } |
331 | + | ||
333 | /* 텍스트 */ | 332 | /* 텍스트 */ |
334 | 333 | ||
335 | 334 | ||
... | @@ -376,7 +375,7 @@ span { | ... | @@ -376,7 +375,7 @@ span { |
376 | 375 | ||
377 | /* 내비 */ | 376 | /* 내비 */ |
378 | body { | 377 | body { |
379 | - font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; | 378 | + font-family: Noto Sans KR, Bold; |
380 | overflow-x: hidden; | 379 | overflow-x: hidden; |
381 | } | 380 | } |
382 | .center | 381 | .center |
... | @@ -391,13 +390,13 @@ a, | ... | @@ -391,13 +390,13 @@ a, |
391 | a:hover, | 390 | a:hover, |
392 | a:focus, | 391 | a:focus, |
393 | a:active,{ | 392 | a:active,{ |
394 | - color: #99CED4;/*hover-highlight over,active-highlisht when clicked,focus-highlight when under use*/ | 393 | + color: none;/*hover-highlight over,active-highlisht when clicked,focus-highlight when under use*/ |
395 | outline: none; /*gives outline to an element*/ | 394 | outline: none; /*gives outline to an element*/ |
396 | } | 395 | } |
397 | h2, | 396 | h2, |
398 | h3, | 397 | h3, |
399 | { | 398 | { |
400 | - font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; | 399 | + font-family: Noto Sans KR, Bold; |
401 | text-transform: uppercase; | 400 | text-transform: uppercase; |
402 | font-weight: 700; | 401 | font-weight: 700; |
403 | font-size: 30px; | 402 | font-size: 30px; |
... | @@ -422,31 +421,33 @@ hr.star-primary:after { | ... | @@ -422,31 +421,33 @@ hr.star-primary:after { |
422 | padding: 0 0.25em; | 421 | padding: 0 0.25em; |
423 | } | 422 | } |
424 | hr.star-light { | 423 | hr.star-light { |
425 | - border-color: white; /*gives border white*/ | 424 | + border-color: none; /*gives border white*/ |
426 | } | 425 | } |
427 | hr.star-light:after { | 426 | hr.star-light:after { |
428 | - background-color: #18BC9C; | 427 | + background-color: none; |
429 | - color: white; | 428 | + color: none; |
430 | } | 429 | } |
431 | hr.star-primary { | 430 | hr.star-primary { |
432 | - border-color: #2C3E50; | 431 | + border-color: none; |
433 | } | 432 | } |
434 | hr.star-primary:after { | 433 | hr.star-primary:after { |
435 | - background-color: white; | 434 | + background-color: none; |
436 | - color: #2C3E50; | 435 | + color: none; |
437 | } | 436 | } |
438 | header { | 437 | header { |
439 | text-align: center; | 438 | text-align: center; |
440 | - background: #18BC9C; | 439 | + background: none; |
441 | - color: white; | 440 | + color: none; |
442 | } | 441 | } |
443 | header .container { | 442 | header .container { |
444 | padding-top: 100px; | 443 | padding-top: 100px; |
445 | padding-bottom: 50px; | 444 | padding-bottom: 50px; |
445 | + background: none; | ||
446 | + color: none; | ||
446 | } | 447 | } |
447 | header .intro .name { | 448 | header .intro .name { |
448 | display: block; | 449 | display: block; |
449 | - font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; | 450 | + font-family: Noto Sans KR, Bold; |
450 | text-transform: uppercase; | 451 | text-transform: uppercase; |
451 | font-weight: 700; | 452 | font-weight: 700; |
452 | font-size: 2em; | 453 | font-size: 2em; |
... | @@ -468,8 +469,8 @@ header .intro .skills { | ... | @@ -468,8 +469,8 @@ header .intro .skills { |
468 | } | 469 | } |
469 | } | 470 | } |
470 | .navbar-custom { | 471 | .navbar-custom { |
471 | - background: #2C3E50; | 472 | + background: none; |
472 | - font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; | 473 | + font-family: Noto Sans Kr, Bold; |
473 | text-transform: uppercase; | 474 | text-transform: uppercase; |
474 | font-weight: 700; | 475 | font-weight: 700; |
475 | border: none; | 476 | border: none; |
... | @@ -478,53 +479,53 @@ header .intro .skills { | ... | @@ -478,53 +479,53 @@ header .intro .skills { |
478 | letter-spacing: 1px; | 479 | letter-spacing: 1px; |
479 | } | 480 | } |
480 | .navbar-custom .navbar-nav li a { | 481 | .navbar-custom .navbar-nav li a { |
481 | - color: white; | 482 | + color: none; |
482 | } | 483 | } |
483 | .navbar-custom .navbar-nav li a:hover { | 484 | .navbar-custom .navbar-nav li a:hover { |
484 | - color: #18BC9C; | 485 | + color: none; |
485 | outline: none; | 486 | outline: none; |
486 | } | 487 | } |
487 | .navbar-custom .navbar-nav li a:focus, | 488 | .navbar-custom .navbar-nav li a:focus, |
488 | .navbar-custom .navbar-nav li a:active { | 489 | .navbar-custom .navbar-nav li a:active { |
489 | - color: white; | 490 | + color: none; |
490 | } | 491 | } |
491 | .navbar-custom .navbar-nav li.active a { | 492 | .navbar-custom .navbar-nav li.active a { |
492 | - color: white; | 493 | + color: none; |
493 | - background: #18BC9C; | 494 | + background: none; |
494 | } | 495 | } |
495 | .navbar-custom .navbar-nav li.active a:hover, | 496 | .navbar-custom .navbar-nav li.active a:hover, |
496 | .navbar-custom .navbar-nav li.active a:focus, | 497 | .navbar-custom .navbar-nav li.active a:focus, |
497 | .navbar-custom .navbar-nav li.active a:active { | 498 | .navbar-custom .navbar-nav li.active a:active { |
498 | - color: white; | 499 | + color: none; |
499 | - background: #18BC9C; | 500 | + background: none; |
500 | } | 501 | } |
501 | .navbar-custom .navbar-toggle { | 502 | .navbar-custom .navbar-toggle { |
502 | - color: white; | 503 | + color:none; |
503 | text-transform: uppercase; | 504 | text-transform: uppercase; |
504 | font-size: 10px; | 505 | font-size: 10px; |
505 | - border-color: white; | 506 | + border-color: none; |
506 | } | 507 | } |
507 | .navbar-custom .navbar-toggle:hover, | 508 | .navbar-custom .navbar-toggle:hover, |
508 | .navbar-custom .navbar-toggle:focus { | 509 | .navbar-custom .navbar-toggle:focus { |
509 | - background-color: #18BC9C; | 510 | + background-color: none; |
510 | - color: white; | 511 | + color: none; |
511 | - border-color: #18BC9C; | 512 | + border-color: none; |
512 | } | 513 | } |
513 | footer { | 514 | footer { |
514 | - color: white; | 515 | + color: none; |
515 | } | 516 | } |
516 | footer h3 { | 517 | footer h3 { |
517 | margin-bottom: 30px; | 518 | margin-bottom: 30px; |
518 | } | 519 | } |
519 | footer .footer-above { | 520 | footer .footer-above { |
520 | padding-top: 50px; | 521 | padding-top: 50px; |
521 | - background-color: #2C3E50; | 522 | + background-color: none; |
522 | } | 523 | } |
523 | footer .footer-col { | 524 | footer .footer-col { |
524 | margin-bottom: 50px; | 525 | margin-bottom: 50px; |
525 | } | 526 | } |
526 | footer .footer-below { | 527 | footer .footer-below { |
527 | padding: 25px 0; | 528 | padding: 25px 0; |
528 | - background-color: #233140; | 529 | + background-color: none; |
529 | } | 530 | } |
530 | /* 내비 */ | 531 | /* 내비 */ | ... | ... |
... | @@ -6,10 +6,10 @@ | ... | @@ -6,10 +6,10 @@ |
6 | <title>EMOJI-HUMAN</title> | 6 | <title>EMOJI-HUMAN</title> |
7 | <link rel="stylesheet" href="/About Us/About Us.css"> | 7 | <link rel="stylesheet" href="/About Us/About Us.css"> |
8 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 | - <link rel="stylesheet" href="/external/reset.min.css"> | 9 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> |
10 | 10 | ||
11 | <!-- 손흔들 --> | 11 | <!-- 손흔들 --> |
12 | - <link rel="stylesheet" href="/external/ajax/normalize.min.css"> | 12 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> |
13 | 13 | ||
14 | </head> | 14 | </head> |
15 | 15 | ||
... | @@ -18,12 +18,12 @@ | ... | @@ -18,12 +18,12 @@ |
18 | <body> | 18 | <body> |
19 | 19 | ||
20 | <!-- 내비게이션 --> | 20 | <!-- 내비게이션 --> |
21 | - <link rel="stylesheet" href="/external/bootstrap.min.css"><!--bootstrap--> | 21 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"><!--bootstrap--> |
22 | <!--css link--> | 22 | <!--css link--> |
23 | - <link rel="stylesheet" href="/external/font-awesome.min.css"> | 23 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
24 | <!--for icons--> | 24 | <!--for icons--> |
25 | - <script src="/external/ajax/jquery.min.js"></script><!--jquery script--> | 25 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script><!--jquery script--> |
26 | - <script src="/external/bootstrap/bootstrap.min.js"></script><!--bootstrap script--> | 26 | + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script><!--bootstrap script--> |
27 | 27 | ||
28 | <body id="page-top"> | 28 | <body id="page-top"> |
29 | <!--creating a navigation bar--> | 29 | <!--creating a navigation bar--> |
... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
38 | </div><!--end of button--> | 38 | </div><!--end of button--> |
39 | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"><!--to collapse--> | 39 | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"><!--to collapse--> |
40 | <ul class="nav navbar-nav"> | 40 | <ul class="nav navbar-nav"> |
41 | - <li><a href="/index.html">Home</a></li> | 41 | + <li><a href="/index.html">Home></script> </a></li> |
42 | </ul> | 42 | </ul> |
43 | <ul class="nav navbar-nav navbar-right page-scroll"> | 43 | <ul class="nav navbar-nav navbar-right page-scroll"> |
44 | <!--second UL to go to right having proprty to scroll page--> | 44 | <!--second UL to go to right having proprty to scroll page--> |
... | @@ -69,11 +69,12 @@ | ... | @@ -69,11 +69,12 @@ |
69 | <br> | 69 | <br> |
70 | 70 | ||
71 | <p id="p1" class="animated fadeOutUp">Hello, Humans!</p> | 71 | <p id="p1" class="animated fadeOutUp">Hello, Humans!</p> |
72 | - | 72 | + <br> |
73 | <p id="p2" class="animated fadeOutUp">안녕하세요, 우리는 팀 이모지 인간입니다.</p> | 73 | <p id="p2" class="animated fadeOutUp">안녕하세요, 우리는 팀 이모지 인간입니다.</p> |
74 | 74 | ||
75 | <br> | 75 | <br> |
76 | - | 76 | + <br> |
77 | + <br> | ||
77 | <p id="p3" class="animated2 fadeIn">우리는 이모지 인간이 아닙니다.</p> | 78 | <p id="p3" class="animated2 fadeIn">우리는 이모지 인간이 아닙니다.</p> |
78 | <p id="p4" class="animated2 fadeIn">진짜 인간이에요!</p> | 79 | <p id="p4" class="animated2 fadeIn">진짜 인간이에요!</p> |
79 | 80 | ||
... | @@ -85,22 +86,22 @@ | ... | @@ -85,22 +86,22 @@ |
85 | <div class="list"> | 86 | <div class="list"> |
86 | <div class="two"> | 87 | <div class="two"> |
87 | 88 | ||
88 | - <div style="float: left; width: 30%;"> | 89 | + <div style="float: left; width: 40%;"> |
89 | <img src="/src/song.png" style="display: block; margin: 0 auto;"> | 90 | <img src="/src/song.png" style="display: block; margin: 0 auto;"> |
91 | + <h3>Song Min Gyeom </h3> | ||
90 | </div> | 92 | </div> |
91 | 93 | ||
92 | <!-- 요소들 --> | 94 | <!-- 요소들 --> |
93 | - <div style="float: left; width: 70%;"> | 95 | + <div style="float: left; width: 60%;"> |
94 | <main class="page-content"> | 96 | <main class="page-content"> |
95 | <!-- 1번칸 --> | 97 | <!-- 1번칸 --> |
96 | <div class="card"> | 98 | <div class="card"> |
97 | <div class="content"> | 99 | <div class="content"> |
98 | <h2 class="title">Me</h2> | 100 | <h2 class="title">Me</h2> |
99 | - <p class="copy">안녕하세요<br>인간 흠터레스팅 송민겸입니다.<br> | 101 | + <p class="copy">안녕하세요 인간 흠터레스팅 송민겸입니다. |
100 | - 저는 현재 경희대학교 디지털콘텐츠학과<br> 휴학 중인 (현)백수입니다. ㅋㅋ | 102 | + 저는 경희대학교 디지털콘텐츠학과 휴학 중인 (현)백수입니다. |
101 | - <br>23년 새해를 맞아 갓-생을<br>살기 위해 노력하고 있지만...<br> | 103 | + 23년 새해를 맞아 갓-생을 살기 위해 노력하고 있지만... |
102 | - 네, 아무튼 열심히 노력하고 있습니다. ^^ | 104 | + 네, 아무튼 열심히 노력해보았습니다. ^^ |
103 | - <br>저는 참고로 ENTJ입니다.<br>전국 모든 ENTJ 홧팅~ | ||
104 | </p> | 105 | </p> |
105 | </div> | 106 | </div> |
106 | </div> | 107 | </div> |
... | @@ -109,10 +110,10 @@ | ... | @@ -109,10 +110,10 @@ |
109 | 110 | ||
110 | <div class="content"> | 111 | <div class="content"> |
111 | <h2 class="title">Interest</h2> | 112 | <h2 class="title">Interest</h2> |
112 | - <p class="copy">휴학을 한 후의 제 관심사는<br>해외 여행과 진로 고민입니다. | 113 | + <p class="copy">휴학을 한 후의 제 관심사는 해외 여행과 진로임니두. |
113 | - <br>놀 수 있을 때 많이 놀러 다니고 싶어서<br>여행으로 탕진을 실천하고 있습니다. | 114 | + 놀 수 있을 때 많이 놀러다니고 싶어 티끌 모아 여행으로 탕진을 실천하고 있슴니다. |
114 | - <br>또 최근에는 UX/UI 디자인과 개발에<br>관심이 생겨서 이런 홈페이지도 | 115 | + 또 최근에는 UX/UI 디자인과 개발에 관심이 있어 이런 웹페이지도 만들었어욤! |
115 | - <br>만들게 되었어욤! 이러다가 개발의<br>길을 걷게 되고... | 116 | + 나 이러다가 개발자가 되는 거 아닌가 몰루 '3' |
116 | </p> | 117 | </p> |
117 | </div> | 118 | </div> |
118 | 119 | ||
... | @@ -123,7 +124,8 @@ | ... | @@ -123,7 +124,8 @@ |
123 | <h2 class="title">Summary</h2> | 124 | <h2 class="title">Summary</h2> |
124 | <p class="copy">이번 전시 후기는...정말 발등에 불이 아니라 메테오가 떨어진 수준 ^^;; | 125 | <p class="copy">이번 전시 후기는...정말 발등에 불이 아니라 메테오가 떨어진 수준 ^^;; |
125 | 비전공자로 코딩의 ㅋ도 모르는 제가 정말 맨땅에 헤딩 수준으로 개발을 하게 되어서 더 고생했던 것 같습니다. | 126 | 비전공자로 코딩의 ㅋ도 모르는 제가 정말 맨땅에 헤딩 수준으로 개발을 하게 되어서 더 고생했던 것 같습니다. |
126 | - 첫 개발이라서 아직 많이 미숙하고 고치고 싶은 부분이 많지만, 모두들 재밌게 봐주셨으면 해요! 감사합니다!! | 127 | + 근데 솔직히 벼락치기로 이정도면 잘했어요 칭찬 스티커 받아야 한다고 생각함ㄹㅇㅋㅋ. |
128 | + 반박시 내 마음 찢어짐 ㅠ | ||
127 | 129 | ||
128 | </p> | 130 | </p> |
129 | </div> | 131 | </div> |
... | @@ -141,7 +143,7 @@ | ... | @@ -141,7 +143,7 @@ |
141 | <div class="three"> | 143 | <div class="three"> |
142 | 144 | ||
143 | <!-- 요소들 --> | 145 | <!-- 요소들 --> |
144 | - <div style="float: left; width: 70%;"> | 146 | + <div style="float: left; width: 64%;"> |
145 | <main class="page-content" style="justify-content: end;"> | 147 | <main class="page-content" style="justify-content: end;"> |
146 | <!-- 1번칸 --> | 148 | <!-- 1번칸 --> |
147 | <div class="card"> | 149 | <div class="card"> |
... | @@ -155,7 +157,7 @@ | ... | @@ -155,7 +157,7 @@ |
155 | 작업들을 시도중입니다. | 157 | 작업들을 시도중입니다. |
156 | 제 개인 작업물이 | 158 | 제 개인 작업물이 |
157 | 보고 싶으시다면, | 159 | 보고 싶으시다면, |
158 | - 옆 계정에 놀러와주세요! </p> | 160 | + @supernonvan49 계정에 놀러와주세요! </p> |
159 | </div> | 161 | </div> |
160 | </div> | 162 | </div> |
161 | <!-- 2번칸 --> | 163 | <!-- 2번칸 --> |
... | @@ -200,10 +202,12 @@ | ... | @@ -200,10 +202,12 @@ |
200 | 202 | ||
201 | <!-- 요소들 --> | 203 | <!-- 요소들 --> |
202 | 204 | ||
203 | - <div style="float: left; width: 30%;"> | 205 | + <div style="float: right; width: 36%;"> |
204 | <img src="/src/kim.png" style="display: block; margin: 0 auto;"> | 206 | <img src="/src/kim.png" style="display: block; margin: 0 auto;"> |
207 | + <h3> Yujin Kim </h3> | ||
205 | </div> | 208 | </div> |
206 | 209 | ||
210 | + | ||
207 | </div> | 211 | </div> |
208 | </div> | 212 | </div> |
209 | <!-- 3페이지 --> | 213 | <!-- 3페이지 --> | ... | ... |
About Us/interest1.png
0 → 100644
2.58 MB
About Us/me1.png
0 → 100644
2.71 MB
About Us/summary1.png
0 → 100644
4.62 MB
... | @@ -98,7 +98,11 @@ | ... | @@ -98,7 +98,11 @@ |
98 | <p id="p4" class="animated2 fadeIn">여러분만의 이모지 편지를 적어보세요</p> | 98 | <p id="p4" class="animated2 fadeIn">여러분만의 이모지 편지를 적어보세요</p> |
99 | 99 | ||
100 | 100 | ||
101 | - <div> | 101 | + <br> |
102 | + <br> | ||
103 | + <br> | ||
104 | + <br> | ||
105 | + <div style="position: relative; left: 37.5%; top: 50%;"> | ||
102 | <label class="desc" id="title4" for="Field4"> | 106 | <label class="desc" id="title4" for="Field4"> |
103 | Message | 107 | Message |
104 | </label> | 108 | </label> |
... | @@ -112,7 +116,7 @@ | ... | @@ -112,7 +116,7 @@ |
112 | </div> | 116 | </div> |
113 | </div> | 117 | </div> |
114 | 118 | ||
115 | - <div> | 119 | + <div style="position: relative; left: 37.5%; top: 50%;"> |
116 | <label class="desc" id="title5" for="Field5"> | 120 | <label class="desc" id="title5" for="Field5"> |
117 | Result | 121 | Result |
118 | </label> | 122 | </label> | ... | ... |
... | @@ -93,6 +93,14 @@ | ... | @@ -93,6 +93,14 @@ |
93 | <br> | 93 | <br> |
94 | <br> | 94 | <br> |
95 | <br> | 95 | <br> |
96 | + <br> | ||
97 | + <br> | ||
98 | + <br> | ||
99 | + <br> | ||
100 | + <br> | ||
101 | + <br> | ||
102 | + <br> | ||
103 | + <br> | ||
96 | <div class="from-them"> | 104 | <div class="from-them"> |
97 | <p>안녕하세요!!<br> | 105 | <p>안녕하세요!!<br> |
98 | 저는 이모지 인간이라고 해요 @.@ <br> | 106 | 저는 이모지 인간이라고 해요 @.@ <br> | ... | ... |
... | @@ -80,7 +80,7 @@ | ... | @@ -80,7 +80,7 @@ |
80 | </div> | 80 | </div> |
81 | </div> | 81 | </div> |
82 | 82 | ||
83 | - <div id="footer" style=""> | 83 | + <div id="footer" style="display: contents;"> |
84 | <p>W e l c o m e t o E M O J I H U M A N W o r l d</p> | 84 | <p>W e l c o m e t o E M O J I H U M A N W o r l d</p> |
85 | </div> | 85 | </div> |
86 | 86 | ... | ... |
-
Please register or login to post a comment