-
Notifications
You must be signed in to change notification settings - Fork 1
/
works.html
95 lines (90 loc) · 4.44 KB
/
works.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Nakano's portfolio 2020" />
<meta name="twitter:description" content="なっかのうのポートフォリオ" />
<meta name="twitter:image" content="https://nakano1120.github.io/portfolio_2020/img/nakanoicon.png" />
<meta name="twitter:url" content="https://nakano1120.github.io/portfolio_2020/" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="animate.min.css">
<title>Nakano's portfolio</title>
</head>
<body>
<header class="animated fadeIn">
<a id="twitter" href="https://twitter.com/ekiben_kuitaina">
<img class="image" src="img/Twitter_Social_Icon_Circle_Color.png">
</a>
<a id="github" href="https://github.com/nakano1120">
<img class="image" src="img/GitHub-Mark-120px-plus.png">
</a>
<span id="text_logo">Nakano's portfolio</span>
<div id="text"></div>
</header>
<div class="main horizontal_scroll_wrap animated fadeIn">
<div class="mainbun">
<h1>Works</h1>
</div>
<div class="mainbun">
<img class="normal" src="img/eitan.png">
<h2>英単クエスト</h2>
<h4><a href="https://nakano1120.github.io/eitanquest/index.html">https://nakano1120.github.io/eitanquest/index.html</a></h4>
<br>
英単語で闘うRPG風ゲーム。<br>
HTML/JS/CSSを使用して作成。<br>
自身初となるlocalstorageを使用し、<br>
オートセーブ機能を実現。<br>
</div>
<div class="mainbun">
<img class="normal" src="img/blind.png">
<h2>ブラインドeスポーツ Webサイト</h2>
<h4><a href="https://blind-esports.com/">https://blind-esports.com/</a></h4>
<br>
私がメンバーとして活動している「ブラインドeスポーツ」の<br>
Webサイトの作成を担当。<br>
Wordpressを利用して作成し、<br>
現在でもブログを投稿中。<br>
</div>
<div class="mainbun">
<img class="normal" src="img/pomodoro.png">
<h2>鉄道ポモドーロタイマーVer2</h2>
<h4><a href="https://nakano1120.github.io/pomodoro/5min-chiyoda.html">https://nakano1120.github.io/pomodoro/5min-chiyoda.html</a></h4>
<br>
ポモドーロタイマーを駅名でわかりやすくした物。<br>
実際の間隔ではなく5分間隔に統一した。<br>
HTML/CSS/JSで作成。<br>
スマホ利用が可能。<br>
</div>
<div class="mainbun">
<img class="normal" src="img/gast.png">
<h2>ガストガチャ</h2>
<h4><a href="https://nakano1120.github.io/gusto/index.html">https://nakano1120.github.io/gusto/index.html</a></h4>
<br>
Twitterに上がっていた「サイゼリヤガチャ」を模して作成。<br>
サイゼリヤガチャと基本のルールは変わらず、<br>
規定の値段までのランダムなメニューが出る仕組み。<br>
ツイート機能や値段上限変更機能も完備。<br>
</div>
<div class="mainbun">
<img class="normal" src="img/wei.png">
<h2>高輪ゲートウェイゲーム</h2>
<h4><a href="https://nakano1120.github.io/takanawagateway/index.html">https://nakano1120.github.io/takanawagateway/index.html</a></h4>
<br>
「高輪」「ゲート」「ウェイ」がランダムで出るゲーム。<br>
「ズンドコキヨシ」と基本は同じ。<br>
字体を明朝体にしたところがこだわり。<br>
</div>
<div class="mainbun">
<a href="index.html">TOPへ戻る</a>
</div>
</div>
<footer class="animated fadeIn">
<p><small>© copyright 2020-2021 Nakano Heiji</small></p>
</footer>
<script type="text/javascript" src="script2.js"></script>
</body>
</html>