Skip to content

Commit f8c6acb

Browse files
committed
Fix link to UTTT and add battleships
1 parent 6cf0f08 commit f8c6acb

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

css/new-age.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/new-age.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Start Bootstrap - New Age Theme
3-
* Copyright 2013-2020 Blackrock Digital
3+
* Copyright 2013-2021 Blackrock Digital
44
* Licensed under MIT License (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
55
*/
66
!function(t){"use strict";t("a.page-scroll").bind("click",function(a){var o=t(this);t("html, body").stop().animate({scrollTop:t(o.attr("href")).offset().top-50},1250,"easeInOutExpo"),a.preventDefault()}),t("body").scrollspy({target:".navbar-fixed-top",offset:100}),t(".navbar-collapse ul li a").click(function(){t(".navbar-toggle:visible").click()}),t("#mainNav").affix({offset:{top:50}})}(jQuery);

workshops.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ <h1>Workshops</h1>
3333
</div>
3434
</div>
3535
<div class="media-body">
36-
<a href="https://socialgorithm.org/docs/sections/participate/ultimate-tic-tac-toe/">
37-
<h2 style="margin-top: 0">Ultimate TicTacToe</h2>
36+
<a href="https://socialgorithm.org/docs/sections/participate/ultimate-tic-tac-toe.html">
37+
<h2 style="margin-top: 0">Ultimate Tic-Tac-Toe</h2>
3838
</a>
3939
<p>Ultimate TicTacToe is a game of tic tac toe on steroids. Originally popular in Mathematics circles, it involves playing nine games of
4040
tic-tac-toe on a single board, simultaneously!
@@ -53,7 +53,7 @@ <h2 style="margin-top: 0">Ultimate TicTacToe</h2>
5353
<a href="https://socialgorithm.org/docs/sections/participate/tic-tac-toe.html">
5454
<h2 style="margin-top: 0">TicTacToe</h2>
5555
</a>
56-
<p>TicTacToe is the classic game (you may know it as noughts and crosses) - a simpler form of Ultimate TicTacToe that is suitable for beginner programmers
56+
<p>Tic-Tac-Toe is the classic game (you may know it as noughts and crosses) - a simpler form of Ultimate Tic-Tac-Toe that is suitable for beginner programmers
5757
</p>
5858
</div>
5959
</div>
@@ -66,10 +66,11 @@ <h2 style="margin-top: 0">TicTacToe</h2>
6666
</div>
6767
</div>
6868
<div class="media-body">
69+
<a href="https://socialgorithm.org/docs/sections/participate/battleships.html">
6970
<h2 style="margin-top: 0">
7071
Battleships
71-
<span class="badge badge-info">Coming soon</span>
7272
</h2>
73+
</a>
7374
<p>Battleships with a twist - participants can place a variety of non-linear ships, and must avoid islands.</p>
7475
</div>
7576
</div>

0 commit comments

Comments
 (0)