-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
executable file
·104 lines (91 loc) · 3.33 KB
/
index.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
<!DOCTYPE html>
<html lang="ja">
<head>
<link rel=”canonical” href=”http://tut-cc.org/”>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>豊橋技術科学大学コンピュータクラブ</title>
<link rel="stylesheet" type="text/css" href="css/common.css?2017041900" />
<link href="images/logo.svg" rel="shortcut icon" type="image/x-icon">
</head>
<body>
<div class="top">
<div class="bannerWrapper">
<object type="image/svg+xml" data="images/banner.svg" class="banner">
</object>
</div>
</div>
<div class="abstract">
<h2>活動内容</h2>
<p>
コンピュータクラブでは、活動を主に班ごとで行い、その成果を新入生歓迎会や技科大祭、コミックマーケットなどで発表しています。
また、定期的にLT会(ライトニングトーク会)を開催し、部員間での技術情報の共有も行っています。
</p>
<p>
<a href="toyogy.html">過去の部誌等の情報はこちら</a>
</p>
<img src="images/lib_lt.jpg" alt="LT会の様子" width="100%" />
</div>
<div class="newmember">
<h2>2024年度 新歓情報</h2>
<p>
4/10(水) 13時より、A-106教室にて活動紹介を行います。過去の部誌なども展示しますので、ぜひお越しください。
</p>
</div>
<div class="teams">
<h2>各班の紹介</h2>
<h3><a href="game/">ゲーム班</a></h3>
<p>
Meta Quest 2を用いたUnityによるVRゲーム制作
</p>
<h3>インフラ班</h3>
<p>
AWSとRaspberry Piを用いたIoT開発・サーバの管理
</p>
<h3>Web班</h3>
<p>
Webアプリの開発・サークルページの管理
</p>
<h3><a href="techlab/">TechLab</a></h3>
<ul>
<li>
Rustなどの関数型プログラミング言語の学習
</li>
<li>
FPGA、機械学習・深層学習、確立統計、Mobile開発等
</li>
<li>
その他、他の班に属しない様々な分野において、知識の共有をしています。
</li>
</ul>
</div>
<div class="joinUs">
<h2>活動場所</h2>
<p>
毎週金曜日部会を開いています。主にA2棟の講義室を使いますが、場所はそのつど変更になります。4月中は<a href="https://x.com/TUT_CClub">公式X</a>で場所を広報しますので、ぜひご確認ください。
</p>
<p>
年度途中での入部も随時受け付けています。見学の際は[email protected]または<a href="https://x.com/TUT_CClub">X</a>のDMへご連絡ください。
</p>
</div>
<div class="blog">
<h2><a href="blog/">活動日記</a></h2>
<p>
部会の活動ごとに活動日記を更新しています。
</p>
</div>
<div class="clubroomViewer">
<h2><a href="clubroom_viewer/clubroom.html">部室の様子</a></h2>
<p>
部室の様子が360度見れます。
</p>
</div>
<div class="links">
<h2>Links</h2>
<span class="logo"><img src="images/x.png"></img></span>
<a href="https://x.com/TUT_CClub/">X</a><br />
<span class="logo"><img src="images/github.png"></img></span>
<a href="https://github.com/tut-cc">Github</a>
</div>
</body>
</html>