-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrobocon.html
More file actions
110 lines (104 loc) · 3.32 KB
/
robocon.html
File metadata and controls
110 lines (104 loc) · 3.32 KB
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>REMs</title>
<meta name="author" content="REMs">
<meta name="description" content="会津大学ロボットサークルREMs">
<meta property="og:title" content="REMs" />
<meta property="og:image" content="config/og.png" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@AizuRobo">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap" rel="stylesheet">
<link href="config/rems.css" rel="stylesheet">
<link rel="shortcut icon" href="config/favicon.ico" type="image/x-icon">
</head>
<body>
<div id="top">
<div id="title-top">
<span>REMs</span>
</div>
</div>
<div class="menu">
<div class="content-menu">
<a href="index.html">トップ</a>
</div>
<div class="content-menu">
<a href="robocon.html">大会・イベント</a>
</div>
<div class="content-menu">
<a href="qea.html">Q&A</a>
</div>
</div>
<div id="main">
<div class="spacer">
</div>
<div class="content-main">
最終更新日:2025年5月27日
</div>
<div class="title-section" id="main-top">
大会・イベント
</div>
<div class="content-main center">
<p>
参加した大会やイベントの一覧です。それぞれの項目はリンクになっていて、各大会・イベントの情報のあるページに飛ぶことができます。<br><br>
</p>
<p class="dialogue">
2018
</p>
<p>
<a href="https://www.etrobo.jp/2018archive/">ETロボコン2018東北大会</a>@岩手県盛岡市
</p>
<p class="dialogue">
2019
</p>
<p>
<a href="https://www.etrobo.jp/2019archive/">ETロボコン2019東北大会</a>@岩手県盛岡市
</p>
<p class="dialogue">
2020
</p>
<p>
<a href="https://www.iamas.ac.jp/ommf2020/">Ogaki Mini Maker Faire</a>@岐阜県大垣市
</p>
<p class="dialogue">
2021
</p>
<p>
<a href="https://makezine.jp/event/mft2021/">Maker Faire Tokyo</a> (感染症対策により中止)
</p>
<p class="dialogue">
2022
</p>
<p>
<a href="https://ivrc.net/2022/">IVRC2022</a> (<a href="https://sites.google.com/view/a-pxl">A-PxL</a>と共同参加)@東京都江東区<br>
<a href="https://makezine.jp/event/mft2022/">Maker Faire Tokyo</a>@東京都江東区
</p>
<p class="dialogue">
2023
</p>
<p>
<a href="https://makezine.jp/event/mft2023/">Maker Faire Tokyo</a>@東京都江東区
</p>
<p class="dialogue">
2024
</p>
<p>
<a href="https://makezine.jp/event/mfk2024/">Maker Faire Kyoto</a>@京都府相楽郡精華町<br>
<a href="https://makezine.jp/event/mft2024/">Maker Faire Tokyo</a>@東京都江東区<br>
<a href="https://www.iamas.ac.jp/ommf2024/">Ogaki Mini Maker Faire</a>@岐阜県大垣市<br>
</p>
</div>
</div>
<div class="footer center">
<p id="large-footer">REMs</p>
<p>〒965-8580<br>福島県会津若松市一箕町大字鶴賀字上居合90<br>会津大学学生ホール3階 K7</p>
<p>メールアドレス: rems.uoaⓐgmail.com</p>
<p>内線: 6401</p>
<p>HP管理担当: s1300148</p>
</div>
</body>
</html>