Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit bb9538e

Browse files
authored
Frontpage fixes (#1366)
* Fix front page URL for sprints * Fix SME anchor on frontpage. * Add some more anchors to the links.
1 parent 8fcf8cd commit bb9538e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

templates/conference/homepage/_schedule_overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ <h5>Monday &amp; Tuesday</h5>
1212
<div class="card-body">
1313
<h5 class="card-title">Trainings &amp;
1414
Workshops</h5> <p class="card-text">Two days of
15-
training session and workshop. You'll have multiple
16-
3 hour long sessions with our experts. <br/> <br/>
17-
Our <a href="{% page_url 'tickets'%}">combined
15+
training session and workshop. You'll have more
16+
than 10 three hour long sessions with our experts. <br/> <br/>
17+
Our <a href="{% page_url 'tickets'%}#combined">combined
1818
tickets</a> give you access to the training
1919
sessions.</p>
2020
</div>
@@ -29,11 +29,11 @@ <h5>Wednesday to Friday</h5>
2929
</div>
3030
<div class="card-body">
3131
<h5 class="card-title">Conference Days</h5> <p
32-
class="card-text"> Over 110 sessions in 4 parallel
32+
class="card-text"> Over 110 sessions in several parallel
3333
tracks.<br> Keynotes, talks, poster sessions, help
3434
desks, recruitment sessions, lightning talks, panels
3535
and more. <br/> <br/> All included in the <a
36-
href="{% page_url 'tickets'%}">main conference
36+
href="{% page_url 'tickets'%}#conference">main conference
3737
ticket</a>.</p>
3838
</div>
3939
</div>
@@ -49,9 +49,9 @@ <h5 class="card-title">Sprints</h5> <p
4949
class="card-text">Unique opportunity to contribute
5050
to your favorite Python projects and learn new
5151
skills.<br/> <br/> Included in the combined and
52-
conference tickets. You can also <a href="{%
53-
page_url 'tickets'%}">register just for the sprints
54-
for free</a>.</p>
52+
conference tickets. You can also
53+
<a href="{% page_url 'tickets'%}#sprint">register
54+
just for the sprints for free</a>.</p>
5555
</div>
5656
</div>
5757
</div>

templates/conference/homepage/_sponsors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h4>Silver</h4>
3939
<p>Early bird sponsors will receive a 10% discount on their package price</p>
4040
{% endcomment %}
4141

42-
<p>Are you an SME seeking greater exposure? We have special <a href="{% page_url 'sponsor-packages' %}#Small-Entity-Discounts">sponsorship discounts</a> for you!</p>
42+
<p>Are you an SME seeking greater exposure? We have special <a href="{% page_url 'sponsor-packages' %}#sme">sponsorship discounts</a> for you!</p>
4343
</div>
4444
</div>
4545

0 commit comments

Comments
 (0)