Skip to content

Commit 5810fcb

Browse files
authored
Merge pull request #24 from django-ja/add-subtitle-2025
Add subtitle 2025
2 parents 578ef05 + 37c6b45 commit 5810fcb

File tree

5 files changed

+27
-8
lines changed

5 files changed

+27
-8
lines changed

_templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<div class="main">
1818

1919
{% include 'index/_about.html' %}
20+
{% include 'index/_subtitle.html' %}
2021
{% include 'index/_confday.html' %}
2122
{% include 'index/_program.html' %}
2223
{% include 'index/_staff.html' %}

_templates/index/_about.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,4 @@
2121
<a href="https://github.com/django-ja/DjangoConJP/blob/master/CodeOfConduct_en.md" class="btn btn-primary btn-round my-2">Code Of Conduct (English)</a>
2222
</div>
2323
</div>
24-
25-
<p class="tim-title">
26-
今年のDjangoCongressJP 2025では、例年通りのDjango全般のトピックに加えて、FastAPIをはじめとする非同期Web技術に関するトークも募集しています!<br>
27-
Djangoの使いこなし術、ASGIの活用事例、非同期処理のコツや裏話など、「これみんなにシェアしたい!」と思う話題があれば、ぜひご応募ください!
28-
</p>
2924
{% endcall %}

_templates/index/_jumbo.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<div class="title-brand">
66
<h1 class="presentation-title">DjangoCongress<br /> JP 2025</h1>
77
</div>
8+
<h2 class="presentation-subtitle text-center font-weight-bold">Async Future 2025</h2>
89
<h2 class="presentation-subtitle text-center">Feb, 2025 Online</h2>
910
<div class="row">
1011
<div class="col-12 col-sm-4 col-md-4 text-center">

_templates/index/_subtitle.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{% call section.section('section-subtitle', 'subtitle', 'Async Future 2025', 'Asyncが導く未来 2025') %}
2+
<p>
3+
今年のDjangoCongressJP 2025では、例年通りのDjango全般のトピックに加えて、FastAPIをはじめとするPythonの非同期Web技術に関するトークも募集しています!<br>
4+
非同期Djangoの使いこなし術、ASGIの活用事例、非同期処理のコツや裏話など、「これみんなにシェアしたい!」と思う話題があれば、ぜひご応募ください!
5+
</p>
6+
{% endcall %}

docs/index.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
<div class="title-brand">
9393
<h1 class="presentation-title">DjangoCongress<br /> JP 2025</h1>
9494
</div>
95+
<h2 class="presentation-subtitle text-center font-weight-bold">Async Future 2025</h2>
9596
<h2 class="presentation-subtitle text-center">Feb, 2025 Online</h2>
9697
<div class="row">
9798
<div class="col-12 col-sm-4 col-md-4 text-center">
@@ -146,9 +147,24 @@ <h2 class="title text-center">
146147
<a href="https://github.com/django-ja/DjangoConJP/blob/master/CodeOfConduct_en.md" class="btn btn-primary btn-round my-2">Code Of Conduct (English)</a>
147148
</div>
148149
</div>
149-
<p class="tim-title">
150-
今年のDjangoCongressJP 2025では、例年通りのDjango全般のトピックに加えて、FastAPIをはじめとする非同期Web技術に関するトークも募集しています!<br>
151-
Djangoの使いこなし術、ASGIの活用事例、非同期処理のコツや裏話など、「これみんなにシェアしたい!」と思う話題があれば、ぜひご応募ください!
150+
151+
</div>
152+
</div>
153+
</section>
154+
155+
156+
<section class="section section-subtitle" id="subtitle">
157+
<div class="container">
158+
<div class="tim-title">
159+
<h2 class="title text-center">
160+
Async Future 2025
161+
<br />
162+
<small>Asyncが導く未来 2025</small>
163+
</h2>
164+
165+
<p>
166+
今年のDjangoCongressJP 2025では、例年通りのDjango全般のトピックに加えて、FastAPIをはじめとするPythonの非同期Web技術に関するトークも募集しています!<br>
167+
非同期Djangoの使いこなし術、ASGIの活用事例、非同期処理のコツや裏話など、「これみんなにシェアしたい!」と思う話題があれば、ぜひご応募ください!
152168
</p>
153169

154170
</div>

0 commit comments

Comments
 (0)