-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
1,100 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,90 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<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 /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Gamja+Flower&family=Gothic+A1:wght@400;800&family=Paytone+One&family=Quicksand:wght@300;400&family=Rajdhani:wght@600&display=swap" | ||
rel="stylesheet" /> | ||
|
||
<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> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Gamja+Flower&family=Gothic+A1:wght@400;800&family=Paytone+One&family=Quicksand:wght@300;400&family=Rajdhani:wght@600&display=swap" | ||
rel="stylesheet"> | ||
<title>MAV</title> | ||
<!-- <link href="https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;800&display=swap" rel="stylesheet"> --> | ||
<script src="./javascript/index.js" defer></script> | ||
</head> | ||
|
||
<title>MAV</title> | ||
<!-- <link href="https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;800&display=swap" rel="stylesheet"> --> | ||
<script src="./javascript/index.js" defer></script> | ||
</head> | ||
|
||
<body> | ||
<header id="main-header"> | ||
<a href="./index.html" id="page-logo">MAV</a> | ||
<nav> | ||
<ul> | ||
<li> | ||
<a href="./activities.html" class="nav-underline">ACTIVITIES</a> | ||
</li> | ||
<li> | ||
<a href="./members.html" class="nav-underline">MEMBERS</a> | ||
</li> | ||
<li> | ||
<a href="./recruitment.html" class="nav-underline">RECRUITMENT</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<a href="#side-drawer" class="menu-btn"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</a> | ||
</header> | ||
<aside id="side-drawer"> | ||
<header> | ||
<a href="#" class="menu-btn menu-btn-on"> | ||
<body> | ||
<header id="main-header"> | ||
<!-- <a href="./index.html" id="page-logo">MAV</a> --> | ||
<a href="/"> | ||
<img src="./images/logo.svg" alt="mav-logo" width="70" /> | ||
</a> | ||
<ul> | ||
<li> | ||
<a href="./activities.html" class="nav-underline">ACTIVITIES</a> | ||
</li> | ||
<li> | ||
<a href="./members.html" class="nav-underline">MEMBERS</a> | ||
</li> | ||
<li> | ||
<a href="./recruitment.html" class="nav-underline">RECRUITMENT</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<a href="#side-drawer" class="menu-btn"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</a> | ||
</header> | ||
<nav> | ||
<ul> | ||
<li> | ||
<a href="./activities.html">ACTIVITIES</a> | ||
</li> | ||
<li> | ||
<a href="./members.html">MEMBERS</a> | ||
</li> | ||
<li> | ||
<a href="./recruitment.html">RECRUITMENT</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</aside> | ||
<main> | ||
<!-- MAV 명칭 소개 --> | ||
<section class="section-padding"> | ||
<div> | ||
<div class="subtitle"> | ||
<span class="color-blue-100">A</span>CTIVITIES | ||
<aside id="side-drawer"> | ||
<header> | ||
<a href="#" class="menu-btn menu-btn-on"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</a> | ||
</header> | ||
<nav> | ||
<ul> | ||
<li> | ||
<a href="./activities.html">ACTIVITIES</a> | ||
</li> | ||
<li> | ||
<a href="./members.html">MEMBERS</a> | ||
</li> | ||
<li> | ||
<a href="./recruitment.html">RECRUITMENT</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</aside> | ||
<main> | ||
<!-- MAV 명칭 소개 --> | ||
<section class="section-padding"> | ||
<div> | ||
<div class="subtitle"> | ||
<span class="color-blue-100">A</span>CTIVITIES | ||
</div> | ||
<p>성균관대학교 메타버스 스튜디오</p> | ||
</div> | ||
<p> | ||
성균관대학교 메타버스 스튜디오 | ||
</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> | ||
|
||
</footer> | ||
</body> | ||
</html> | ||
</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></footer> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.