Skip to content

Commit f65747f

Browse files
committed
Various updates
1 parent d22387d commit f65747f

12 files changed

+119
-143
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ google_analytics: "UA-119875762-1"
1616

1717
# Social networks usernames (many more available: flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.) see all icon at fontawesome.io
1818
social:
19-
- title: github
20-
url: https://github.com/socialgorithm
2119
- title: slack
2220
url: https://socialgorithm-slack.herokuapp.com
21+
- title: github
22+
url: https://github.com/socialgorithm
2323

2424
# Build settings
2525
markdown: kramdown

_includes/about.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
<section id="about" class="about bg-primary" style="text-align: justify;">
3+
<div class="container">
4+
<h3>About us</h3>
5+
<p>Socialgorithm aims to provide an environment for people to learn about and explore their knowledge of
6+
computer science and artificial intelligence through alternative mediums to the classroom, such as workshops,
7+
hackathons and competitions.</p>
8+
<p>We maintain an <a href="https://tournaments.socialgorithm.org/" style="color: white; text-decoration: underline;">open source platform</a> that can be used by anyone to
9+
host a workshop or competition. We also provide guidance on running a successful event.</p>
10+
<p>We are a non-profit community interest company, any surplus contributions not used towards platform hosting costs
11+
or organising events are either reinvested into serving Socialgorithm's mission of furthering computer science education,
12+
or used to reward the developers and organisers that improve the platform or run events.
13+
</p>
14+
</div>
15+
<div class="container">
16+
<h4>Get in touch</h4>
17+
<p>Join our <a href="https://socialgorithm-slack.herokuapp.com" style="color: white; text-decoration: underline;">community</a>,
18+
contribute or discuss code on <a href="https://github.com/socialgorithm" style="color: white; text-decoration: underline;">Github</a>,
19+
or email us at <a href="mailto:[email protected]" style="color: white; text-decoration: underline;">[email protected]</a>
20+
</p>
21+
</div>
22+
</section>
23+
<footer>
24+
<div class="container">
25+
<p>&copy; 2017 - 2022 <a href="https://socialgorithm.org">Socialgorithm</a> non-profit CIC
26+
<a href="https://find-and-update.company-information.service.gov.uk/company/12300275">#12300275</a>.
27+
All Rights Reserved. Help us spread the <i class="fa fa-heart" style="color: red;"></i> for tech!</p>
28+
</div>
29+
</footer>

_includes/contact.html

-21
This file was deleted.

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="header-content-inner">
77
<h1>We are a community that organises hackathons, workshops and coding challenges.</h1>
88
<a href="/workshops" class="btn btn-outline btn-xl">See our Workshops</a>
9-
<!--<a href="https://play.socialgorithm.org/" class="btn btn-outline btn-xl">Try our Platform</a>-->
9+
<!--<a href="https://tournaments.socialgorithm.org/" class="btn btn-outline btn-xl">Try our Platform</a>-->
1010
</div>
1111
</div>
1212
</div>

_includes/nav-blog-full-screen.html

-31
This file was deleted.

_includes/nav-blog.html

+5-8
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,19 @@
2020
<li>
2121
<a href="/blog/">Blog</a>
2222
</li>
23-
<li>
24-
<a href="https://socialgorithm.org/docs">Docs</a>
25-
</li>
26-
<li>
27-
<a class="page-scroll" href="#contact">Contact</a>
28-
</li>
2923
<li>
3024
<a href="https://socialgorithm-slack.herokuapp.com">
31-
<i class="fa fa-slack"></i> Slack Community
25+
<i class="fa fa-slack"></i> Community
3226
</a>
3327
</li>
3428
<li>
3529
<a href="https://github.com/socialgorithm">
36-
<i class="fa fa-github"></i> Github
30+
<i class="fa fa-github"></i> Code
3731
</a>
3832
</li>
33+
<li>
34+
<a class="page-scroll" href="#about">About</a>
35+
</li>
3936
</ul>
4037
</div>
4138
<!-- /.navbar-collapse -->

_includes/nav.html

+5-8
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,19 @@
1717
<li>
1818
<a href="/blog/">Blog</a>
1919
</li>
20-
<li>
21-
<a href="https://socialgorithm.org/docs">Docs</a>
22-
</li>
23-
<li>
24-
<a class="page-scroll" href="#contact">Contact</a>
25-
</li>
2620
<li>
2721
<a href="https://socialgorithm-slack.herokuapp.com">
28-
<i class="fa fa-slack"></i> Slack Community
22+
<i class="fa fa-slack"></i> Community
2923
</a>
3024
</li>
3125
<li>
3226
<a href="https://github.com/socialgorithm">
33-
<i class="fa fa-github"></i> Github
27+
<i class="fa fa-github"></i> Code
3428
</a>
3529
</li>
30+
<li>
31+
<a class="page-scroll" href="#about">About</a>
32+
</li>
3633
</ul>
3734
</div>
3835
<!-- /.navbar-collapse -->

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
{{ content }}
1010

11-
{% include contact.html %}
11+
{% include about.html %}
1212
{% include scripts.html %}
1313
</body>
1414

_layouts/front.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% include nav.html %}
88
{% include header.html %}
99
{% include partners.html %}
10-
{% include contact.html %}
10+
{% include about.html %}
1111
{% include scripts.html %}
1212
</body>
1313

0 commit comments

Comments
 (0)