-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
186 lines (164 loc) · 6.57 KB
/
index.html
File metadata and controls
186 lines (164 loc) · 6.57 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Robotics Dojo</title>
<link
rel="shortcut icon"
href="./image/logo/favicon.ico"
type="image/x-icon"
/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js"></script>
<style>
.hero.has-background {
position: relative;
overflow: hidden;
}
.hero-background {
position: absolute;
object-fit: cover;
object-position: center center;
width: 100%;
height: 100%;
}
.hero-background.is-transparent {
opacity: 0.3;
}
</style>
<script>
document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Check if there are any navbar burgers
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach(el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById(target);
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
<style>
.has-bg-img {
background: url('/image/pr/limit_breaker.webp') center center;
background-size: cover;
height: 400px;
}
.has-bg-img .column {
background-color: hsla(0, 0%, 95%, 0.8);
margin-top: 70px;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VQZE9122RM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VQZE9122RM');
</script>
</head>
<body>
<div id="navbar"></div>
<section class="hero is-medium is-bold">
<div class="hero-body has-bg-img">
<div class="columns is-centered">
<div class="column is-one-third">
<p class="title" style="text-align: center;">Robotics Dojo</p>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="columns is-centered">
<div class="column is-three-fifths">
<figure class="image is-16by9" style="margin-bottom:5px;">
<iframe class="has-ratio" width="560" height="315" src="https://www.youtube.com/embed/AfxOiAydd_w?rel=0"
frameborder="0" allowfullscreen></iframe>
</figure>
</div>
</div>
<div class="intro columns is-8 is-offset-2" style="margin:0px auto;">
<div class="column is-offset-2 is-1" style="width:3.2em; padding:0px;">
<span class="tag is-danger">New</span>
</div>
<div class="column is-7" style="padding:0px;">
<p>Robotics Dojo is being structured as a permanent robotics research group.</p>
<p>For those who are interested, feel free to reach out.</p>
</div>
</div>
<div class="intro columns is-8 is-offset-2" style="margin:10px auto;">
<div class="column is-offset-2 is-1" style="width:3.2em; padding:0px;">
<span class="tag is-warning">Info</span>
</div>
<div class="column is-7" style="padding:0px;">
<p>Robotics Dojo Competition 2025 will be held on 8th October 2025.</p>
<p>For the detail of the competion, visit our <a target="_blank" href="./competition2025.html">2025 competition page</a>.</p>
</div>
</div>
<div class="intro columns is-8 is-offset-2" style="margin:10px auto;">
<div class="column is-offset-2 is-1" style="width:3.2em; padding:0px;">
<span class="tag is-warning">Info</span>
</div>
<div class="column is-7" style="padding:0px;">
<p>Robotics Dojo Competition 2024 will be held on 2nd October 2024.</p>
<p>For the detail of the competion, visit our <a target="_blank" href="./competition2024.html">2024 competition page</a>.</p>
</div>
</div>
<div class="intro columns is-8 is-offset-2" style="margin:10px auto;">
<div class="column is-offset-2 is-1" style="width:3.2em; padding:0px;">
<span class="tag is-warning">Info</span>
</div>
<div class="column is-7" style="padding:0px;">
<p>Robotics Dojo Competition 2023 will be held on 4th October 2023.</p>
<p>The team entry is open for JKUAT and PAUSTI students.</p>
<p>For the detail of the competion, visit our <a target="_blank" href="./competition2023.html">2023 competition page</a>.</p>
</div>
</div>
<div class="intro columns is-8 is-offset-2" style="margin:10px auto;">
<div class="column is-offset-2 is-1" style="width:3.2em; padding:0px;">
<span class="tag is-warning">Info</span>
</div>
<div class="column is-7" style="padding:0px;">
<p>Robotics Dojo Competition 2022 will be held on 16th November 2022.</p>
<p>For the detail of the competion, visit our <a target="_blank" href="./competition2022.html">2022 competition page</a>.</p>
</div>
</div>
<div class="intro columns is-8 is-offset-2" style="margin:10px auto;">
<div class="column is-offset-2 is-1" style="width:3.2em; padding:0px;">
<span class="tag is-warning">Info</span>
</div>
<div class="column is-7" style="padding:0px;">
<p>Robotics Dojo training and the mini competition were held from 17th to 19th October 2022.</p>
<p>We appreciate the support by Prof. Kiyasu and Prof. Sakaguchi from Nagasaki University.</p>
<p>The result of the mini competion is shown here: <a target="_blank" href="./competition2022.html#mini_competition">mini competition</a>.</p>
</div>
</div>
<div class="intro columns is-8 is-offset-2" style="margin:10px auto;">
<div class="column is-offset-2 is-1" style="width:3.2em; padding:0px;">
<span class="tag is-warning">Info</span>
</div>
<div class="column is-7" style="padding:0px;">
<p>Robotics Dojo program started in May 2022.</p>
</div>
</div>
</section>
<div id="footer"></div>
<script src="assets/dist/app.js" charset="utf-8"></script>
<!-- dummy text -->
</body>
</html>