Skip to content

Commit

Permalink
docs: better search page description
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Aug 23, 2024
1 parent 9fd30a3 commit 2d077e1
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
5 changes: 5 additions & 0 deletions _i18n/de/search/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Diese Seite zeigt die Suchergebnisse aus unserer umfassenden Datenbank von Python-Konferenzfristen und -Veranstaltungen. Die Ergebnisse werden als Liste relevanter Konferenzen präsentiert, die Ihrer Anfrage entsprechen.

Jedes Ergebnis enthält wichtige Details wie den Konferenznamen, Einreichungsfristen und kurze Beschreibungen. Die Fristen werden in <span class="local-timezone">Ihrer lokalen Zeitzone</span> angezeigt.

Klicke auf einen Konferenznamen, um detailliertere Informationen einschließlich Einreichungsrichtlinien und Links zur offiziellen Konferenzwebsite zu erhalten.
5 changes: 5 additions & 0 deletions _i18n/en/search/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The search results from our comprehensive database of Python conference deadlines and events. The results are presented as a list of relevant pages matching your query.

Each result includes key details such as the conference name, deadline dates, and brief descriptions. Deadlines are shown in <span class="local-timezone">your local time zone</span>.

Click on a conference name to view more detailed information, including guidelines and links to the official conference website.
5 changes: 5 additions & 0 deletions _i18n/es/search/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Esta página muestra los resultados de búsqueda de nuestra exhaustiva base de datos de plazos y eventos de conferencias de Python. Los resultados se presentan como una lista de conferencias relevantes que coinciden con su consulta.

Cada resultado incluye detalles clave como el nombre de la conferencia, las fechas límite y breves descripciones. Los plazos se muestran en <span class="local-timezone">su zona horaria local</span>.

Haga clic en el nombre de una conferencia para ver información más detallada, incluyendo pautas de presentación y enlaces al sitio web oficial de la conferencia.
17 changes: 14 additions & 3 deletions _layouts/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,20 @@
</head>
<body>
{% include header.html %} {% capture search_title %} {% t titles.search %} {% endcapture %} {% capture
search_hook %} {% tf frontpage/hook.md %} {% endcapture %} {% capture search_description %} {% tf
frontpage/description.md %} {% endcapture %} {% include masthead.html title=search_title hook=search_hook
description=search_description %}
search_hook %} {% tf frontpage/hook.md %} {% endcapture %} {% capture search_description %}{% tf
search/description.md %}
<form class="form" action="{% tl search %}" method="get">
<input
type="search"
id="search"
name="query"
class="form-control col-md-12"
placeholder="{% t titles.search %}"
aria-label="Search"
/>
<button class="btn btn-outline-dark col-md-12" type="submit">{% t titles.search %}</button>
</form>
{% endcapture %} {% include masthead.html title=search_title hook=search_hook description=search_description %}
<div class="container">
<div id="confs">{{ content }}</div>
<footer>{% include footer.html %}</footer>
Expand Down

0 comments on commit 2d077e1

Please sign in to comment.