forked from ITCProg/homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ritaisai2021.html
226 lines (199 loc) · 9.73 KB
/
ritaisai2021.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- jQuery読み込み -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- 共通部分を自動でhtmlに追加するjavascript。jQuery読み込んでからでないとエラー -->
<script src="src/header.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-49660611-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-49660611-1');
console.log("google analysys");
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- OGPの設定-->
<meta name="og:title" content="情報技術クラブ ITC -prog部作品紹介-">
<meta property="og:url" content="https://www.ed.tus.ac.jp/tusitclub/prog-works.html">
<meta property="og:type" content="website" />
<meta property="og:description" content="prog部の今までに制作した作品の詳しい紹介をします。" />
<meta property="og:site_name" content="情報技術クラブ" />
<meta property="og:image" content="https://www.ed.tus.ac.jp/tusitclub/images/thumbnail-example.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@tusitclub" />
<meta name="twitter:creator" content="@tusitclub">
<meta name="twitter:image" content="https://www.ed.tus.ac.jp/tusitclub/images/thumbnail-example.png" />
<!-- BootstrapのCSS読み込み -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<!-- jQuery読み込み -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- BootstrapのJS読み込み -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/prog-works.css">
<link rel="stylesheet" href="css/cg-works.css">
<link rel="stylesheet" href="css/dtm-works.css">
<!-- vue.js-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<!-- font awesome-->
<script src="https://kit.fontawesome.com/9af312280c.js" crossorigin="anonymous"></script>
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Oswald&display=swap" rel="stylesheet">
<title>理大祭2021 - 情報技術クラブ ITC</title>
</head>
<body>
<div id="top"></div>
<script type="text/javascript">gotoTop('');</script>
<script type="text/javascript">header('');</script>
<!-- メインコンテンツ-->
<div id="ritaisai-headline">
<div class="ritaisai-headline-title">
理大祭
</div>
</div>
<section class="wrapper-wide">
<div id="prog-introduction" class=" my-5">
<h2>2021年度理大祭 作品集</h2>
<p>理大祭に出展された,ゲーム・イラスト・楽曲・動画等の作品紹介です.</p>
<p>作品の画像をクリックすると拡大表示ができます。</p>
<p>作品の右下に
<i class="fas fa-newspaper"></i>
が表示されている場合、クリックすると詳しい説明を見ることができます。
</p>
</div>
</section>
<section class="wrapper-wide">
<div id="prog-works" class="container-fluid">
<h3 class="p-1">Prog部作品</h3>
<div class="row m-sm-0 m-md-3">
<prog-work v-for="(item,index) in items.ritaisai2021" v-bind:item='item' v-bind:index="index" v-bind:name="'p2020'" v-bind:isob='isOB' v-bind:getname='getName' v-bind:getcolor='getColor'></prog-work>
</div>
</div>
<p>下記リンクから実際に遊べます!</p>
<div id="link-table ">
<table class="table table-bordered table-striped mt-4">
<thead>
<tr>
<th scope="col">作品</th>
<th scope="col">リンク</th>
</tr>
</thead>
<tbody>
<tr>
<td class="align-middle">
<b>Recipe Proopser</b>
</td>
<td><a href="https://recipeproposer.cogon-k.com">https://recipeproposer.cogon-k.com</a></td>
</tr>
<tr>
<td class="align-middle">
<b>Circle2</b>
</td>
<td>
<a href="https://unityroom.com/games/circle_ver2">https://unityroom.com/games/circle_ver2</a>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="wrapper-wide">
<!-- 作品を乗せる場所 -->
<!-- 1列に4個のレイアウトになっている。(ウィンドウが小さければ1列に2個) rowクラスで一つの列。意図的に列を分けたいならrowクラスを新しく作る-->
<!-- 一つのページにたくさんの画像を乗せると読み込み速度が低下します。適宜画像の解像度を下げてください。-->
<div id="cg-works" class="container-fluid">
<h3 class="p-1">CG部作品</h3>
<div class="row m-md-3" >
<cg-card v-for="(item,index) in items.ritaisai2021" v-bind:item="item" v-bind:name="'other2020'" v-bind:index="index" v-bind:isob="isOB(item.author)" v-bind:cardtype="getCardType(item.card_type)" ></cg-modal>
</div>
</div>
<p>CG部ですが小説も書いてます.</p>
<div id="link-table ">
<table class="table table-bordered table-striped mt-4">
<thead>
<tr>
<th scope="col">作者
</th>
<th scope="col">タイトル(クリックで読むことができます)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="align-middle">
霜月
</td>
<td>
<a href="images/cg/works/ritaisai/箱庭の少女_霜月.pdf" download>箱庭の少女</a>
</td>
</tr>
<tr>
<td class="align-middle">
rosy
</td>
<td>
<a href="images/cg/works/ritaisai/愛_rosy.pdf" download>愛</a>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="wrapper-wide">
<div id="dtm-introduction">
<h3 class="p-1">DTM部作品</h3>
<table class="table table-sm table-borderless table-striped">
<thead>
<tr>
<th scope="col">アルバム名</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<template v-for="item in items.ritaisai2021">
<tr>
<td class="align-middle">
<h4>{{item.title}}</h4>
</td>
<td><div v-html="item.embed"></div></td>
</tr>
</template>
</tbody>
</table>
</div>
</section>
<section class="wrapper-wide">
<div id="prog-works" class="container-fluid">
<div id="link-introduction">
<h3 class="p-1">MV部作品</h3>
</div>
<!-- 紹介動画-->
<p>タイトル:2021理大祭「sci-5」</p>
<p>音楽:signum 動画編集:xeam</p>
<div class="row m-sm-0 m-md-3">
<div class="col-sm-0 col-md-2"></div>
<div class="col-sm-12 col-md-7">
<div class="mx-auto">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/eZ8E0lP5wR8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript">footer('');</script>
<!--作品データから紹介カードを生成-->
<script type="text/javascript" src="src/prog-works.js"></script>
<script type="text/javascript" src="src/cg-works.js"></script>
<script type="text/javascript" src="src/dtm-works.js"></script>
</body>
</html>