-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepos.html
107 lines (103 loc) · 4.47 KB
/
repos.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
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width user-scalable=no">
<!-- Twitter Cards用metaタグ -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@toro_ponz" />
<meta name="twitter:creator" content="@toro_ponz">
<meta name="twitter:title" content="とろゝのHP" />
<meta name="twitter:description" content="趣味でゲームプログラミングやTwitterクライアント開発を行っている大学生のHPです。" />
<meta name="twitter:image" content="https://toro-ponz.github.io/images/top.jpg" />
<meta name="twitter:url" content="https://toro-ponz.github.io/" />
<!-- Google Search Console用metaタグ -->
<meta name="google-site-verification" content="Nf00rIQF3WdW3RVfYJhW5BlqklJ9RkVehy0ZjBKdA5c" />
<link rel="stylesheet" type="text/css" href="/css/style.css">
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="/javascript/jquery.githubRepoWidget.min.js"></script>
<script type="text/javascript" src="/javascript/script.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2605423435370141",
enable_page_level_ads: true
});
</script>
<title>Repositories - とろゝ(@toro_ponz) on GitHub Pages</title>
</head>
<body>
<div id="header">
<div id="header-image">
<img src="/images/top.jpg">
</div>
<div id="title">
<span>とろゝのHP</span><img src="/images/menu.png" id="menu-btn">
</div>
</div>
<div id="menu">
<ul>
<li><a href="/">HOME</a></li>
<li><a href="/profile.html">PROFILE</a></li>
<li><a href="/repos.html">REPOSITORIES</a></li>
<li><a href="/software.html">SOFTWARE</a></li>
<li><a href="/others.html">OTHERS</a></li>
</ul>
</div>
<div id="contents">
<div id="content">
<h3>toro-ponz.github.io</h3>
<p>
このサイトのリポジトリです。<br> レイアウト崩れ等ありましたら、Issuesで報告していただけると幸いです。
<br>
<div class="github-widget" data-repo="toro-ponz/toro-ponz.github.io"></div>
</p>
<h3>TweetGazer</h3>
<p>
現在開発中のWindows用のTwitterクライアントです。<br>
詳しくは<a href="/software/TweetGazer/">詳細ページ</a>を参照してください。<br>
<div class="github-widget" data-repo="toro-ponz/TweetGazer"></div>
</p>
<h3>Picup</h3>
<p>
現在開発中の画像投稿SNSです。<br>
Herokuでデモを運用しながら開発しています。<br>
<a href="https://picup.herokuapp.com/">https://picup.herokuapp.com</a><br>
<div class="github-widget" data-repo="toro-ponz/TweetGazer"></div>
</p>
<h3>らふがき</h3>
<p>
Web上で動作するお絵描きアプリケーションです。<br>
Vueの練習がてら書き直したい。<br>
詳しくは<a href="/software/roughgaki">詳細ページ</a>を参照してください。<br>
<div class="github-widget" data-repo="toro-ponz/roughgaki"></div>
</p>
<h3>かわいいジェネレーター</h3>
<p>
一時の気の迷いで作った。<br>
詳しくは<a href="/software/cute-generator">詳細ページ</a>を参照してください。<br>
<div class="github-widget" data-repo="toro-ponz/cute-generator"></div>
</p>
<h3>RhythmGame</h3>
<p>
以前制作したWindows用の音ゲーです。<br>
詳しくは<a href="/software/RhythmGame/">詳細ページ</a>を参照してください。<br>
<div class="github-widget" data-repo="toro-ponz/RhythmGame"></div>
</p>
</div>
<div id="sidebar">
<div id="twitter-area">
<a class="twitter-timeline" data-height="500px" data-lang="ja" data-dnt="true" data-theme="light" data-link-color="#2B7BB9" href="https://twitter.com/toro_ponz"></a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div id="google-adsense-area">
</div>
</div>
<div class="clear"></div>
<div id="pagetop"><a>▲</a></div>
</div>
<div id="footer">
<p id="copyright">© 2021 とろゝ(@toro_ponz)</p>
</div>
</body>
</html>