Skip to content

Commit

Permalink
fix so index.html is served correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Måns Magnusson committed Feb 20, 2022
1 parent 64e2bc4 commit 44d2a3a
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 52 deletions.
46 changes: 0 additions & 46 deletions _contests/2022/index.md

This file was deleted.

7 changes: 4 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@
<h1 class="masthead-title">
<a href="{{ site.url }}/"><img alt="LTH Challenge" width="100%" src="/assets/images/banner.png" /> </a>
<div>
<small>
<a href="/">{{2022}}</a>
</small>
{% for contest in site.contests reversed %}
{% if forloop.first == false %}
<small> | </small>
{% endif %}
<small> | </small>
<small>
<a href="{{contest.url}}">{{contest.name}}</a>
</small>
Expand Down
45 changes: 42 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
---
layout: default
redirect_to: "/2022/"

name: 2022
---
redirect_to: /2022/

## LTH Challenge 2022
Will take place
* Saturday, 5 March 2022
* 13:00 - 18:00 CET (UTC+1)
* Lecture hall E:1406 or Online

## Registration
If you plan to participate on site, at LTH, please fill in the following form [https://forms.gle/PyeqvDW3czSZ4RmN8](https://forms.gle/PyeqvDW3czSZ4RmN8) to let us know how many people will show up.

The contest is organized through the automatic coding judge system Kattis at: [https://lthchallenge22.kattis.com/](https://lthchallenge22.kattis.com/). To participate you need a kattis account, which you can create at [https://open.kattis.com/login](https://open.kattis.com/login).

## 2022 Schedule

<div id="schedule-table" markdown="1">

|---|---|---|
| 13:00 - 13:30 | Intro | E:1406 |
| 13:30 - 13:50 | Sponsor presentation | E:1406 |
| 14:00 - 17:00 | The contest | E:1407,1408 |
| 17:00 - 18:00 | Solution presentation | E:1406

</div>

LTH Challenge 2022 is part of the 2022 **[Swedish Coding Cup](http://codingcup.se/)**.


## Jury

The jury and problem authors for LTH Challenge 2022 are

* Erik Amirell Eklöf
* Maj Stenmark
* Måns Magnusson
* Thore Husfeldt
* Björn Magnusson
* Jonatan Nilsson

## Sponsors

<img width="200px" src='/assets/images/gs-logo.svg' />
5 changes: 5 additions & 0 deletions redirects/2022.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
permalink: /2022/
redirect_to: /
---
redirect_to: /

0 comments on commit 44d2a3a

Please sign in to comment.