Skip to content

Commit 7ab7875

Browse files
committed
Fixed layout, colours, broken links
1 parent 5e3f3b4 commit 7ab7875

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,15 +391,15 @@ div.event-book-button {
391391

392392
/*Resources*/
393393
.color-slack{
394-
color:var(--colour-light-primary);
394+
color:var(--colour-black);
395395
}
396396

397397
.color-github{
398398
color:var(--colour-black);
399399
}
400400

401401
.color-slides{
402-
color:var(--colour-light-primary);
402+
color:var(--colour-black);
403403
}
404404

405405

feedback.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Change,
55
- Feedback,
66
- Improvement,
7-
- Progression,
7+
- Progress,
88
- Us
99
title: Feedback
1010
---

pages-resources/resources-links.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div class="row">
22
<div class="col-md-12">
3-
<a name="resources-ides"></a>
3+
<a name="resources-links"></a>
44
<h2>
55
Useful Links
66
</h2>
77
</div>
88
</div>
99
<div class="row">
10-
<div class="col-2 resource-box">
10+
<div class="col-md-2 resource-box">
1111
<div class="text-center resource-icon">
1212
<a class="color-github" href="https://github.com/CodeWithGroup/" target="_blank">
1313
<span class="fab fa-4x fa-github"></span>
@@ -21,18 +21,15 @@ <h4>
2121
<p>
2222
Git is industry-leading version control software and is incredibly popular with professionals and hobbyists
2323
alike. CodeWith has a public GitHub repository where we encourage you to store any public projects you work
24-
on at
25-
CodeUp. We even run this web site direct from our GitHub repository.
24+
on. We run this web site direct from our GitHub repository.
2625
</p>
2726

2827
</div>
2928
</div>
3029
<div class="row">
3130
<div class="col-md-2 resource-box">
3231
<div class="text-center resource-icon">
33-
<a class="color-slack"
34-
href="https://launchpass.com/codewithpeople"
35-
target="_blank">
32+
<a class="color-slack" href="https://launchpass.com/codewithpeople" target="_blank">
3633
<span class="fab fa-4x fa-slack"></span>
3734
</a>
3835
</div>
@@ -43,7 +40,7 @@ <h4>
4340
</h4>
4441
<p>
4542
CodeWith has a Slack workspace where you can chat, share files, ask questions and get help with problems in
46-
between Meetups. Follow the link to get an invitation.
43+
between events. Follow the link to get an invitation.
4744
</p>
4845
</div>
4946
</div>
@@ -65,7 +62,7 @@ <h4>
6562
<p>
6663
If you've attended a CodeWith workshop and the host has shared their slides you can find them in the folder
6764
linked above. If you would like the slides from a specific workshop but they are not in the folder, you can
68-
get in touch with us on the <a href=/contact.html>contact page</a>.
65+
get in touch with us on the <a href=contact.html>contact page</a>.
6966
</p>
7067
</div>
7168
</div>

resources.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ <h1>{{page.title}}</h1>
2727
We've listed some of those too.
2828
</p>
2929
<p>
30-
Jump to: <a href="#resources-ides">Integrated Development Environments (IDEs)</a> | <a href="#resources-tools">Other
31-
Tools</a>
30+
Jump to:
31+
<a href="#resources-links">Useful Links</a> |
32+
<a href="#resources-ides">Integrated Development Environments (IDEs)</a> |
33+
<a href="#resources-tools">Other Tools</a>
3234
</p>
3335
{% include_relative pages-resources/resources-links.html %}
34-
36+
{% include back-to-top.html %}
3537
{% include_relative pages-resources/resources-ideas.html %}
3638
{% include back-to-top.html %}
3739
{% include_relative pages-resources/resources-tools.html %}

0 commit comments

Comments
 (0)