Skip to content

Commit

Permalink
front 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hdddhdd committed Nov 12, 2023
1 parent d5fbd9a commit 44ed424
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 104 deletions.
185 changes: 83 additions & 102 deletions src/html/initial.html

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions src/resources/css/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
@charset "utf-8";

.visual-bg {
filter: brightness(60%); /*작아질수록 더 어두움*/
}


/* opilsol-N1 [qvLOs5jZ8n] */
.opilsol-N1 { z-index: 5000; position: fixed; width: 100%; height: 8rem; }
.opilsol-N1::after { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; transition: 0.4s; background: linear-gradient(rgba(var(--black-rgb), 0.5), rgba(0, 255, 0, 0)); }
Expand Down Expand Up @@ -159,9 +164,9 @@
}

/* opilsol-N5 [EglOs5jZAa] */
.opilsol-N5 { margin-bottom: 5rem; }
.opilsol-N5 { margin-bottom: 0rem; }
.opilsol-N5>.content-container { overflow: hidden; position: relative; padding: 8rem 0 13rem 8rem; width: 100%; }
.opilsol-N5>.content-container::after { position: absolute; left: 0; bottom: 0; content: ""; width: 100%; height: 46.4rem; background-color: var(--con-bg-gray); }
.opilsol-N5>.content-container::after { position: absolute; left: 0; bottom: 0; content: ""; width: 100%; height: 36.4rem; background-color: var(--con-bg-gray); }
.opilsol-N5 .textset { padding: 2rem 0; }
.opilsol-N5 .textset .textset-tit { line-height: var(--lh-h1); font-size: var(--fs-h1); font-family: var(--ff-po); letter-spacing: -0.1rem; }
.opilsol-N5 .textset .textset-tit+.textset-desc { margin-top: 1.6rem; line-height: var(--lh-h6); font-weight: 500; color: var(--text-color2); }
Expand Down
Binary file added src/resources/images/doc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/resources/images/ktx-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/resources/images/main-ktx-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/resources/images/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/resources/images/success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/resources/images/time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/resources/images/train.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 44ed424

Please sign in to comment.