Improve homepage - #692
Conversation
|
For now the MR is still a draft:
|
|
Note: the facebook iframe resize has been semi-broken for a while, so this may be unrelated to your changes |
f16d184 to
d9a80e2
Compare
|
@codex review this |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0b9112365a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| <div class="card mt-2"> | ||
| <div class="card-body"> | ||
| {{ camp_dates }} |
There was a problem hiding this comment.
I converted this section into an article - we can manually edit it and fill it in with the following HTML:
<h4 class="card-title"><i class="fas fa-calendar text-primary"></i> Terminy WWW22 (2026)</h4>
<table class="table table-sm lg-table-md table-align-middle m-0">
<tbody>
<tr>
<td>do 31 marca</td>
<td><a href="{% url 'workshops_add' current_year.pk %}"><strong>Zgłoszenia warszatów</strong></a>
</td>
</tr>
<tr>
<td>do 19 kwietnia</td>
<td>Pojawiają się strony warsztatów i zadania kwalifikacyjne</td>
</tr>
<tr>
<td>do 31 maja</td>
<td>Czas na rozwiązywanie <a href="{% url 'program' current_year.pk %}"><strong>zadań
kwalifikacyjnych</strong></a> przez uczestników</td>
</tr>
<tr>
<td>16 czerwca</td>
<td>Informacja o kwalifikacji</td>
</tr>
<tr>
<td>3 – 16 sierpnia</td>
<td><strong>Warsztaty</strong>, odbywające się w <strong>Zabrzu</strong></td>
</tr>
</tbody>
</table>
There was a problem hiding this comment.
*This needs to be done before the deployment, so that the dates are present on the main page.
|
@codex rereview please. Also explain the actions needed to be taken after the deployment and any limitations this new design imposes. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1221d846ef
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
1221d84 to
2b71269
Compare
|
@codex rereview. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2b71269fa2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
cytadela8
left a comment
There was a problem hiding this comment.
I think its good. Maybe you can update the SPECIAL_ARTICLES const




There was a request to add "Remind me about registration" button to the main page, but the current setup is that main page is a special kind of article, which makes adding such button problematic.
I feel like instead of hacking some solution we can just make the main page a separate (dynamic) view in django.
A slight incovenience is that any changes to the content have to be done via a PR - but I feel it's done rarely enough we can excuse it.
I also used this occasion to move the items on the page slightly, to improve layout and readability.
This change is