Skip to content

Commit

Permalink
[main] πŸ“ Doc: κΉƒν—™ νŽ˜μ΄μ§€ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
KRimwoo committed May 24, 2024
1 parent c1b87a5 commit 391f6a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<li><a href="#team">Team</a></li>
<li><a href="#presentation">Presentation</a></li>
<li><a href="#poster">Poster</a></li>
<li><a href="#demo">Demo</a></li>
</ul>
</nav>
<main class="main--container">
Expand Down Expand Up @@ -254,8 +255,8 @@ <h1>Presentation</h1>
<h1>Poster</h1>
<img class="poster" src="assets/poster.svg" alt="poster" />
</section>
<section class="presentation" id="presentation">
<h1>μ‹œμ—° μ˜μƒ</h1>
<section class="demo" id="demo">
<h1>Demo</h1>
<div style="text-align: center; height: 65.5vh">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/_8EoD0a8urQ?si=jF_fs1E3xoUcaI2N" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</section>
Expand Down
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,13 @@ img {
.team-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
justify-content: space-between;
justify-content: center;
align-items: center;
width: 100%;
gap: 10px;
background-color: var(--sixth-color);
max-width: 990px;
margin: 0 auto;
}

.our-team {
Expand All @@ -316,6 +319,7 @@ img {
overflow: hidden;
position: relative;
width: 100%;
margin: 0 auto;
}

.our-team .picture {
Expand Down

0 comments on commit 391f6a3

Please sign in to comment.