Skip to content

Commit e0496c8

Browse files
committed
2020 videa
1 parent 143cd52 commit e0496c8

2 files changed

Lines changed: 24 additions & 6 deletions

File tree

index.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ <h6 class="event">Konference pro webové vědce</h6>
7373
<li class="nav-item">
7474
<a class="nav-link" href="#vstupenky">Podpořte nás</a>
7575
</li>
76+
<li class="nav-item">
77+
<a class="nav-link" href="#2020">Minulý ročník</a>
78+
</li>
7679
<li class="nav-item">
7780
<a class="nav-link" href="#kontakt">Kontakt</a>
7881
</li>
@@ -94,7 +97,7 @@ <h2>Call for papers</h2>
9497
</div>
9598
</section>
9699

97-
<section id="program" class="section">
100+
<section id="program" class="section section-with-background">
98101
<div class="container center">
99102
<h2>Program</h2>
100103
<div class="program-box">
@@ -204,7 +207,7 @@ <h6>Late</h6>
204207
</div>
205208
</section>
206209

207-
<section id="misto" class="section">
210+
<section id="misto" class="section section-with-background">
208211
<div class="container center">
209212
<h2>Jak se k nám dostanete</h2>
210213
<br>
@@ -319,6 +322,21 @@ <h6>Diamond</h6>
319322
</div>
320323
</section>
321324

325+
<section id="2020" class="section section-with-buy-box section-with-background">
326+
<div class="container center">
327+
<h2>Webscience 2020</h2>
328+
<p class="description">Přednášky z předchozího ročníku najdete na Youtube.</p>
329+
330+
<a
331+
href="https://www.youtube.com/watch?v=3vR-0fRJz14&list=PL94TcIGfubimtiK-C0ADrUyz3no-bN3_D"
332+
class="my-btn"
333+
target="_blank"
334+
>
335+
Videa na Youtube
336+
</a>
337+
</div>
338+
</section>
339+
322340
<footer>
323341
<div class="container">
324342
<div class="footer row">

style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ header {
222222
}
223223

224224
#misto {
225-
background: rgba(60, 179, 113, .1);
226225
padding-bottom: 85px;
227226
}
228227

@@ -306,7 +305,6 @@ header {
306305
/* Program */
307306

308307
#program {
309-
background: rgba(60, 179, 113, .1);
310308
}
311309

312310
#program .container {
@@ -694,6 +692,8 @@ header {
694692

695693
/* Sponzoring */
696694

697-
#sponzoring {
695+
696+
.section-with-background
697+
{
698698
background: rgba(60, 179, 113, .1);
699-
}
699+
}

0 commit comments

Comments
 (0)