rtdtbb8

about us card img change

...@@ -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;
...@@ -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 /* 내비 */
......
...@@ -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-->
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
88 88
89 <div style="float: left; width: 40%;"> 89 <div style="float: left; width: 40%;">
90 <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>
91 </div> 92 </div>
92 93
93 <!-- 요소들 --> 94 <!-- 요소들 -->
...@@ -156,7 +157,7 @@ ...@@ -156,7 +157,7 @@
156 작업들을 시도중입니다. 157 작업들을 시도중입니다.
157 제 개인 작업물이 158 제 개인 작업물이
158 보고 싶으시다면, 159 보고 싶으시다면,
159 - 계정에 놀러와주세요! </p> 160 + @supernonvan49 계정에 놀러와주세요! </p>
160 </div> 161 </div>
161 </div> 162 </div>
162 <!-- 2번칸 --> 163 <!-- 2번칸 -->
...@@ -201,10 +202,12 @@ ...@@ -201,10 +202,12 @@
201 202
202 <!-- 요소들 --> 203 <!-- 요소들 -->
203 204
204 - <div style="float: left; width: 36%;"> 205 + <div style="float: right; width: 36%;">
205 <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>
206 </div> 208 </div>
207 209
210 +
208 </div> 211 </div>
209 </div> 212 </div>
210 <!-- 3페이지 --> 213 <!-- 3페이지 -->
......