Skip to content

Commit

Permalink
activities
Browse files Browse the repository at this point in the history
  • Loading branch information
sonah5009 committed Mar 10, 2023
1 parent e707ff4 commit 01bfda7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
8 changes: 7 additions & 1 deletion activities.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta charset="UTF-8">
<link rel="stylesheet" href="./styles/shared.css">
<link rel="stylesheet" href="./styles/subpages.css">
<link rel="stylesheet" href="./styles/activites.css">
<!-- 폰트 -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down Expand Up @@ -77,7 +78,12 @@
</p>
</div>
</section>

<section class="section-padding">
<div class="project-title">
Unity study - boost project
</div>
<img src="./images/activities1.gif" alt="unity-activities1" id="unity-activities1">
</section>
</main>
<footer>

Expand Down
Binary file added images/activities1.gif
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 images/activities1.mp4
Binary file not shown.
13 changes: 13 additions & 0 deletions styles/activites.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#unity-activities1 {
width: 80%;
height: auto;
display: block;
margin: auto;
}

.project-title {
text-align: center;
font-family: 'Paytone One', sans-serif;
font-size: 30px;
padding-bottom: 1%;
}

0 comments on commit 01bfda7

Please sign in to comment.