Skip to content

Commit e761a85

Browse files
Merge branch 'master' into release
2 parents 394345e + 38bcd15 commit e761a85

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</li>
3030
<li class="sidebar-dropdown">
3131
<a href="{{site.url}}/about">
32-
<i class="fas fa-chalkboard-teacher"></i>
32+
<i class="fas fa-book-open"></i>
3333
<span>About</span>
3434
</a>
3535
</li>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h4>
9999
</div>
100100
<div class="col-sm-9 col-md-10 intro-text">
101101
<p>
102-
We send out annoucements and updates from time to time. The best way to hear about what we're doing is to
102+
We send out announcements and updates from time to time. The best way to hear about what we're doing is to
103103
sign up to our mailing list using the form on our <a href="contact">contact page</a>.
104104
</p>
105105
</div>

js/typed-suffix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $(function () {
99

1010
function showText(target, message, index, maxInterval) {
1111
if (index < message.length) {
12-
$(target).append(message[index++]);
12+
$(target).text(message.substring(0, ++index));
1313

1414
var typingInterval = maxInterval - intervalTypingMillisecondsBase;
1515
if (typingInterval < 0) {

pages-events/events-drop-ins.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ <h2>Drop-in Sessions</h2>
88
more.
99
</p>
1010
<p>
11-
Jitsi links for regularly-scheduled sessions will be added to the web site a little before each drop-in event, but
12-
we have a permanent Jitsi room set up at <a href="https://join.codewith.org.uk">https://join.codewith.org.uk</a>.
13-
You can also click the 'Jitsi Link' buttons below.
11+
We either use Jitsi or Discord for our regularly-scheduled sessions. Invitation links will be added to the Slack
12+
group and to the event ticket a little before each drop-in event. We also have a permanent Jitsi room set up at
13+
<a href="https://join.codewith.org.uk">https://join.codewith.org.uk</a> which you can join to ask questions
14+
even when there's no event running.
1415
</p>
1516

1617
<section id="events-drop-ins">

0 commit comments

Comments
 (0)