Skip to content

Commit

Permalink
Fixed some more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thevvalverde committed Apr 3, 2024
1 parent 4a02b25 commit f799c6d
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 108 deletions.
3 changes: 2 additions & 1 deletion djangocon_2024/templates/modules/audience_level.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load static%}
{% load static %}
<script defer src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
<script defer src="{% static 'js/question_stats.js'%}"></script>

Expand Down Expand Up @@ -59,3 +59,4 @@
</table>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion djangocon_2024/templates/modules/home_dates.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<li class="text-decoration-line-through">
🎙 1st - Talks Publication
</li>
<li>
<li class="text-decoration-line-through">
👶 1st - Childcare Applications Opening
</li>
<li>
Expand Down
215 changes: 109 additions & 106 deletions djangocon_2024/templates/modules/schedule_talx.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,125 +3,128 @@
<script defer src="{% static 'js/question_stats.js'%}"></script>



<div class="container creditsmain">
<h1 class="mainname">TALK PROPOSAL</h1>
<h4>Call For Participation report</h4>
<p>
We had a whopping total of <strong>174</strong> proposals from <strong>138</strong> submitter. Our content team
worked extra hard to
provide over <strong>750</strong> reviews, allowing for an average of <strong>4+</strong> reviews for
submission. Cudos to all of them,
you can check the team here <a href="https://2024.djangocon.eu/about/credits/">Programme Team</a>
</p>

<p><em style="font-weight: bold;">We are working on the schedule, meanwhile you can take a peek at the currently
accepted and confirmed by the
speakers talks</em>.</p>
<a href="https://pretalx.evolutio.pt/djangocon-europe-2024/featured/">View Currently accepted and cofiremd talk
here</a>



<h4 class="pt-3">Numbers breakout</h4>
<p>We had <strong>156</strong> talks and <strong>18</strong> workshops submissions
From the <strong>138</strong> submitters. <strong>51</strong> were first time speakers. <strong>43</strong> felt
part of an underrepresented group.</p>

<h4>Checkout the Charts</h4>
<p>Get a glance of the chart below,</p>

<!-- the topics codes -->

<!-- question data -->
<div id="question-data-1" class="d-none"
data-states='[{&quot;options&quot;: 12, &quot;options__answer&quot;: &quot;Never attended&quot;, &quot;count&quot;: 56}, {&quot;options&quot;: 10, &quot;options__answer&quot;: &quot;Speaker&quot;, &quot;count&quot;: 44}, {&quot;options&quot;: 11, &quot;options__answer&quot;: &quot;Participant&quot;, &quot;count&quot;: 32}]'
data-url="/orga/event/djangocon-europe-2024/speakers/?&amp;question=91&amp;"></div>

<!-- question data ends here -->

<!-- question-stats data starts -->
<div class="row">

<!-- first charts -->
<div class="col-md-4">
<div id="question-stats" class="d-flex flex-column mt-4 pt-4">
<div id="question-answers-1"></div>
<div class="table-responsive mt-4">
<table class="table table-flip w-100">
<thead>
<th>Answer</th>
<th>Count</th>
<th class="text-center">%</th>
</thead>
<tbody>
<tr>
<td>
Never attended
</td>
<td class="text-center">
56
</td>
<td class="flip text-right">
42&nbsp;%
</td>
</tr>
<tr>
<td>
Speaker
</td>
<td class="text-center">
44
</td>
<td class="flip text-right">
33&nbsp;%
</td>
</tr>
<tr>
<td>
Participant
</td>
<td class="text-center">
32
</td>
<td class="flip text-right">
24&nbsp;%
</td>
</tr>
</tbody>
</table>
</div>
</div>
<h1 class="mainname">TALK PROPOSAL</h1>
<h4>Call For Participation report</h4>
<p>
We had a whopping total of <strong>174</strong> proposals from <strong>138</strong>
submitters. Our content team
worked extra hard to
provide over <strong>750</strong> reviews, allowing for an average of
<strong>4+</strong> reviews for
submission. Kudos to all of them,
you can check the team <a href="https://2024.djangocon.eu/about/credits/">here</a>.
</p>

<p>
<em style="font-weight: bold;">We are working on the schedule. Meanwhile, you can
take a peek at the currently
accepted and speaker confirmed talks</em>.
</p>
<a href="https://pretalx.evolutio.pt/djangocon-europe-2024/featured/">
View currently accepted and confirmed talks here
</a>


<h4 class="pt-3">Numbers breakout</h4>
<p>
We had <strong>156</strong> talk and <strong>18</strong> workshop submissions
from the <strong>138</strong> submitters. <strong>51</strong> were first time
speakers. <strong>43</strong> felt
part of an underrepresented group.
</p>

<h4>Checkout the Charts</h4>
<p>Take a glance on the charts below</p>

<!-- the topics codes -->

<!-- question data -->
<div id="question-data-1" class="d-none"
data-states='[{&quot;options&quot;: 12, &quot;options__answer&quot;: &quot;Never attended&quot;, &quot;count&quot;: 56}, {&quot;options&quot;: 10, &quot;options__answer&quot;: &quot;Speaker&quot;, &quot;count&quot;: 44}, {&quot;options&quot;: 11, &quot;options__answer&quot;: &quot;Participant&quot;, &quot;count&quot;: 32}]'
data-url="/orga/event/djangocon-europe-2024/speakers/?&amp;question=91&amp;"></div>

<!-- question data ends here -->

<!-- question-stats data starts -->
<div class="row">

<!-- first charts -->
<div class="col-md-4">
<div id="question-stats" class="d-flex flex-column mt-4 pt-4">
<div id="question-answers-1"></div>
<div class="table-responsive mt-4">
<table class="table table-flip w-100">
<thead>
<th>Answer</th>
<th>Count</th>
<th class="text-center">%</th>
</thead>
<tbody>
<tr>
<td>
Never attended
</td>
<td class="text-center">
56
</td>
<td class="flip text-right">
42&nbsp;%
</td>
</tr>
<tr>
<td>
Speaker
</td>
<td class="text-center">
44
</td>
<td class="flip text-right">
33&nbsp;%
</td>
</tr>
<tr>
<td>
Participant
</td>
<td class="text-center">
32
</td>
<td class="flip text-right">
24&nbsp;%
</td>
</tr>
</tbody>
</table>
</div>
{% include "modules/topics.html"%}

{% include "modules/audience_level.html"%}


</div>
</div>
<footer>


{% include "modules/topics.html"%}

powered by <a href="https://pretalx.com" target="_blank" rel="noopener">pretalx</a>
{% include "modules/audience_level.html"%}


</div>
<footer>


</footer>
<!-- question-stats data ends here -->
powered by <a href="https://pretalx.com" target="_blank" rel="noopener">pretalx</a>


</footer>
<!-- question-stats data ends here -->

<!-- the particiation top -->

<!-- the audience level charts -->
<p>Don't forget to follow us on <a href="https://twitter.com/DjangoConEurope">X (formerly known as Twitter)</a>
@DjangoConEurope, <a href="https://djangoconeurope.slack.com">Slack</a> , or <a
href="https://www.linkedin.com/company/djangocon-europe/">LinkedIn</a> for the latest up-to-date
information!
</p>
<!-- the particiation top -->

<!-- the audience level charts -->
<p>Don't forget to follow us on <a href="https://twitter.com/DjangoConEurope">X
(formerly known as Twitter)</a>
@DjangoConEurope, <a href="https://djangoconeurope.slack.com">Slack</a> , or <a
href="https://www.linkedin.com/company/djangocon-europe/">LinkedIn</a> for
the latest up-to-date
information!
</p>


</div>

0 comments on commit f799c6d

Please sign in to comment.