Skip to content

Commit 6835133

Browse files
committed
デザインをサンプルに変更
1 parent a702f82 commit 6835133

File tree

9 files changed

+5608
-50
lines changed

9 files changed

+5608
-50
lines changed

index.html

Lines changed: 8 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,16 @@
1-
<!DOCTYPE html>
2-
<html lang="ja">
1+
<!doctype html>
2+
<html lang="en">
33

44
<head>
5-
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>unchunks - 個人HP</title>
8-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
9-
<script src="script.js"></script>
10-
<link rel="stylesheet" href="style.css">
5+
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Indie Dev Zero</title>
119
</head>
1210

1311
<body>
14-
<header id="site-header"></header>
15-
16-
<main>
17-
<section class="hero">
18-
<h2>ようこそ、unchunksの個人サイトへ</h2>
19-
<p>ゲーム開発の進捗や、これまで開発したゲームを紹介するサイトです。</p>
20-
</section>
21-
22-
<section class="section">
23-
<h3>自己紹介 - unchunks(アンチャンクス)</h3>
24-
<p>個人のゲーム開発者です。マンネリ化せず、長く遊べるゲームを目標に開発しています。</p>
25-
</section>
26-
27-
<section class="section">
28-
<h3>スキル</h3>
29-
<h4>言語</h4>
30-
<ul>
31-
<li>C/C++</li>
32-
<li>C#</li>
33-
<li>Java</li>
34-
<li>Kotlin</li>
35-
</ul>
36-
<h4>ツール</h4>
37-
<ul>
38-
<li>Unity</li>
39-
<li>Unreal Engine</li>
40-
<li>Android Studio</li>
41-
</ul>
42-
</section>
43-
44-
<section class="section">
45-
<h3>ポートフォリオ</h3>
46-
<p>これまでに開発したゲームをご紹介します。</p>
47-
<ul>
48-
<li><a href="projects/Rogue/Rogue.html">Rogue</a></li>
49-
<li><a href="projects/ViaLactea/ViaLactea.html">Via Lactea</a></li>
50-
</ul>
51-
<!-- <a href="#" class="button">ポートフォリオをもっと見る</a> -->
52-
</section>
53-
</main>
54-
55-
<footer id="site-footer"></footer>
12+
<div id="root"></div>
13+
<script type="module" src="/src/main.jsx"></script>
5614
</body>
5715

5816
</html>

0 commit comments

Comments
 (0)