Skip to content

Commit 0f3f4d5

Browse files
committed
Last few Keiran-based fixes
1 parent a4504f6 commit 0f3f4d5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>History</h2>
3131
<p>
3232
Over the years CodeUp spread to twenty different locations with multiple different organisers, and CodeWith is
3333
now consolidating that knowledge and experience into a single committee of organisers and mentors who run regular
34-
events. You can find out more about our committee and mentors on the <a href="people">people page</a>.
34+
events. You can find out more about our committee and mentors on the <a href="{{site.url}}/people">people page</a>.
3535
</p>
3636

3737
<h3>Committee</h3>

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,10 @@ div.event-book-button {
440440
width: initial;
441441
}
442442

443+
.page-wrapper .page-content>div {
444+
padding: 0;
445+
}
446+
443447
.main-logo-title h1 {
444448
color: var(--colour-black);
445449
font-family: "Boogaloo";

pages-resources/resources-links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h4>
6262
<p>
6363
If you've attended a CodeWith workshop and the host has shared their slides you can find them in the folder
6464
linked above. If you would like the slides from a specific workshop but they are not in the folder, you can
65-
get in touch with us on the <a href=contact.html>contact page</a>.
65+
get in touch with us on the <a href="{{site.url}}/contact">contact page</a>.
6666
</p>
6767
</div>
6868
</div>

0 commit comments

Comments
 (0)