-
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
1 parent
9ce415c
commit f518271
Showing
16 changed files
with
15,431 additions
and
66 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<!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"> | ||
<link rel="icon" href="icon/icon.png"/> | ||
|
||
<script src="bootstrap/popper.min.js"></script> | ||
<script src="bootstrap/bootstrap.min.js"></script> | ||
|
||
<title>Vane</title> | ||
|
||
<link rel="stylesheet" href="style/main_style.css"> | ||
<link rel="stylesheet" href="style/body_role.css"> | ||
<link rel="stylesheet" href="style/member.css"> | ||
<link rel="stylesheet" href="style/header.css"> | ||
<link rel="stylesheet" href="style/language.css"> | ||
|
||
<script type="module" src="script/main_action.js"></script> | ||
<script type="module" src="script/menu.js"></script> | ||
</head> | ||
<body> | ||
<header> | ||
<nav class="navbar"> | ||
<div class="logo"> | ||
<a href="./index.html"> | ||
<img src="./icon/icon.png" alt="vane"> | ||
<span><b>Vane Project</b></span> | ||
</a> | ||
</div> | ||
<ul class="menu_header"> | ||
<li> | ||
<a href="https://github.com/VaneProject"> | ||
<img src="./svg/github.svg" alt="github" class="svg"> Github | ||
</a> | ||
</li> | ||
<li> | ||
<div class="dropdown"> | ||
<img src="./svg/language.svg" alt="language.css" class="svg"> Language | ||
<div class="dropdown-content"> | ||
<a href="./index.html">한국어</a> | ||
<a href="./index_jap.html">日本語</a> | ||
</div> | ||
</div> | ||
</li> | ||
<li> | ||
<a href="https://vane.jetbrains.space/"> | ||
<img src="./icon/jetbrains-space.png" alt="jetbrains space" class="svg"> Jetbrains Space | ||
</a> | ||
</li> | ||
<li class="menu_hr"><hr/></li> | ||
</ul> | ||
<img src="./svg/menu.svg" alt="menu" class="svg fas"> | ||
</nav> | ||
</header> | ||
<nav> | ||
</nav> | ||
<main> | ||
<p> | ||
Comprehensive Development Project Team <b>Vane</b><br> | ||
A <b>vane</b> that turns in the wind of the times | ||
</p> | ||
|
||
<ul id="role"> | ||
<li> | ||
<a href="https://github.com/VaneProject/.github/blob/main/VANE_TEAM_RULE.md"> | ||
<img src="./svg/vane_role.svg" alt="vane role" class="svg"> Vane Rule | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/VaneProject/.github/blob/main/CODE_OF_CONDUCT.md"> | ||
<img src="./svg/conduct.svg" alt="conduct" class="svg"> Code Of Conduct | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/VaneProject/.github/blob/main/SECURITY.md"> | ||
<img src="./svg/security.svg" alt="security" class="svg"> Security | ||
</a> | ||
</li> | ||
</ul> | ||
|
||
<hr> | ||
<h3>Web</h3> | ||
<h3>Library</h3> | ||
<h3>Game</h3> | ||
<h3>Application</h3> | ||
|
||
<hr> | ||
<h3>Member</h3> | ||
<table id="developer_table"></table> | ||
</main> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<!DOCTYPE html> | ||
<html lang="ja"> | ||
<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"> | ||
<link rel="icon" href="icon/icon.png"/> | ||
|
||
<script src="bootstrap/popper.min.js"></script> | ||
<script src="bootstrap/bootstrap.min.js"></script> | ||
|
||
<title>Vane</title> | ||
|
||
<link rel="stylesheet" href="style/main_style.css"> | ||
<link rel="stylesheet" href="style/body_role.css"> | ||
<link rel="stylesheet" href="style/member.css"> | ||
<link rel="stylesheet" href="style/header.css"> | ||
<link rel="stylesheet" href="style/language.css"> | ||
|
||
<script type="module" src="script/main_action.js"></script> | ||
<script type="module" src="script/menu.js"></script> | ||
</head> | ||
<body> | ||
<header> | ||
<nav class="navbar"> | ||
<div class="logo"> | ||
<a href="./index.html"> | ||
<img src="./icon/icon.png" alt="vane"> | ||
<span><b>Vane Project</b></span> | ||
</a> | ||
</div> | ||
<ul class="menu_header"> | ||
<li> | ||
<a href="https://github.com/VaneProject"> | ||
<img src="./svg/github.svg" alt="github" class="svg"> Github | ||
</a> | ||
</li> | ||
<li> | ||
<div class="dropdown"> | ||
<img src="./svg/language.svg" alt="language.css" class="svg"> Language | ||
<div class="dropdown-content"> | ||
<a href="./index.html">한국어</a> | ||
<a href="./index_eng.html">English</a> | ||
</div> | ||
</div> | ||
</li> | ||
<li> | ||
<a href="https://vane.jetbrains.space/"> | ||
<img src="./icon/jetbrains-space.png" alt="jetbrains space" class="svg"> Jetbrains Space | ||
</a> | ||
</li> | ||
<li class="menu_hr"><hr/></li> | ||
</ul> | ||
<img src="./svg/menu.svg" alt="menu" class="svg fas"> | ||
</nav> | ||
</header> | ||
<nav> | ||
</nav> | ||
<main> | ||
<p> | ||
종합 개발 프로젝트 팀 <b>베인</b><br> | ||
시대의 바람에 돌아가는 <b>바람개비(날개)</b> | ||
</p> | ||
|
||
<ul id="role"> | ||
<li> | ||
<a href="https://github.com/VaneProject/.github/blob/main/VANE_TEAM_RULE.md"> | ||
<img src="./svg/vane_role.svg" alt="vane role" class="svg"> 베인 규칙 | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/VaneProject/.github/blob/main/CODE_OF_CONDUCT.md"> | ||
<img src="./svg/conduct.svg" alt="conduct" class="svg"> 행동 강령 | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/VaneProject/.github/blob/main/SECURITY.md"> | ||
<img src="./svg/security.svg" alt="security" class="svg"> 보안 | ||
</a> | ||
</li> | ||
</ul> | ||
|
||
<hr> | ||
<h3>웹</h3> | ||
<h3>라이브러리</h3> | ||
<h3>게임</h3> | ||
<h3>어플리케이션</h3> | ||
|
||
<hr> | ||
<h3>멤버</h3> | ||
<table id="developer_table"></table> | ||
</main> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
"use strict"; | ||
const input = document.getElementById('input'); | ||
const result = document.getElementById('result'); | ||
const start = document.querySelector("#start"); | ||
const end = document.querySelector("#end"); | ||
start.addEventListener("change", () => { input.value = ""; }); | ||
input.addEventListener('input', (event) => { | ||
const target = event.target; | ||
const s = Number(start === null || start === void 0 ? void 0 : start.options[start.selectedIndex].value); | ||
const e = Number(end === null || end === void 0 ? void 0 : end.options[end.selectedIndex].value); | ||
result.value = parseInt(target.value, s).toString(e); | ||
}); | ||
const copy = document.getElementById('copy'); | ||
copy.addEventListener('click', () => { | ||
navigator.clipboard.writeText(result.value).then(r => { }); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
const input: HTMLInputElement = document.getElementById('input') as HTMLInputElement; | ||
const result: HTMLInputElement = document.getElementById('result') as HTMLInputElement; | ||
const start: HTMLSelectElement = document.querySelector("#start") as HTMLSelectElement; | ||
const end: HTMLSelectElement = document.querySelector("#end") as HTMLSelectElement; | ||
start.addEventListener("change", (): void => { input.value = ""; }) | ||
input.addEventListener('input', (event: Event): void => { | ||
const target: HTMLInputElement = event.target as HTMLInputElement; | ||
const s: number = Number(start?.options[start.selectedIndex].value) | ||
const e: number = Number(end?.options[end.selectedIndex].value) | ||
result.value = parseInt(target.value, s).toString(e) | ||
}) | ||
|
||
const copy: HTMLButtonElement = document.getElementById('copy') as HTMLButtonElement; | ||
copy.addEventListener('click', (): void => { | ||
navigator.clipboard.writeText(result.value).then(r => {}) | ||
}) | ||
|
||
|
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 +1,6 @@ | ||
"use strict"; | ||
var _a; | ||
const menu = document.querySelector(".menu_header"); | ||
(_a = document.querySelector(".fas")) === null || _a === void 0 ? void 0 : _a.addEventListener('click', () => { | ||
menu === null || menu === void 0 ? void 0 : menu.classList.toggle("active"); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
const menu = document.querySelector(".menu_header"); | ||
document.querySelector(".fas")?.addEventListener('click', () => { | ||
menu?.classList.toggle("active"); | ||
}) |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" | ||
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
{% for post in site.posts %} | ||
<url> | ||
<loc>{{ site.url }}{{ post.url }}</loc> | ||
{% if post.lastmod == null %} | ||
<lastmod>{{ post.date | date_to_xmlschema }}</lastmod> | ||
{% else %} | ||
<lastmod>{{ post.lastmod | date_to_xmlschema }}</lastmod> | ||
{% endif %} | ||
|
||
{% if post.sitemap.changefreq == null %} | ||
<changefreq>weekly</changefreq> | ||
{% else %} | ||
<changefreq>{{ post.sitemap.changefreq }}</changefreq> | ||
{% endif %} | ||
|
||
{% if post.sitemap.priority == null %} | ||
<priority>0.5</priority> | ||
{% else %} | ||
<priority>{{ post.sitemap.priority }}</priority> | ||
{% endif %} | ||
|
||
</url> | ||
{% endfor %} | ||
</urlset> |
Oops, something went wrong.