Skip to content

Commit b08017a

Browse files
committed
added address
1 parent 549a0af commit b08017a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
3232
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
3333
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/englishextra/iframe-lightbox@0.2.8/css/iframe-lightbox.min.css">
34-
<link rel="stylesheet" href="style.css?v=4">
34+
<link rel="stylesheet" href="style.css?v=5">
3535
<link rel="icon" href="img/favicon.png">
3636

3737
<title>Web Science Konference / 10. 6. 2025 / Brno</title>
@@ -226,6 +226,14 @@ <h2>Jak se k nám dostanete</h2>
226226
</ul>
227227
</div>
228228
</div>
229+
<div class="row">
230+
<div class="col-md-12 text-center">
231+
<ul>
232+
<li>Konference se bude konat v prostorech <strong>Kulturního domu Rubín</strong></li>
233+
<li><code>Makovského náměstí 3166/3, 61600 Brno - Žabovřesky, Česko</code></li>
234+
</ul>
235+
</div>
236+
</div>
229237
</div>
230238
</section>
231239

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@ header {
249249
padding-bottom: 10px;
250250
}
251251

252+
code {
253+
color: #3CB371;
254+
font-weight: bold;
255+
}
256+
252257
@media (max-width: 767.98px) {
253258
#misto .text {
254259
padding-left: 15px;

0 commit comments

Comments
 (0)