Skip to content

Commit 087f855

Browse files
committed
Change logo link to index.html
… instead of the club’s URL.
1 parent 88630de commit 087f855

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<span class="icon-bar"></span>
3737
<span class="icon-bar"></span>
3838
</button>
39-
<h4 class="text-muted hidden-xs"><a href="http://occprogramming.club"><img id="logo" src="img/logo.png"/>OCC Programming Club</a></h4>
40-
<h4 class="text-muted visible-xs"><a href="http://occprogramming.club"><img id="logo" src="img/logo.png"/></a></h4>
39+
<h4 class="text-muted hidden-xs"><a href="index.html"><img id="logo" src="img/logo.png"/>OCC Programming Club</a></h4>
40+
<h4 class="text-muted visible-xs"><a href="index.html"><img id="logo" src="img/logo.png"/></a></h4>
4141

4242
</div>
4343

leaderboard.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<span class="icon-bar"></span>
4545
<span class="icon-bar"></span>
4646
</button>
47-
<h4 class="text-muted hidden-xs"><a href="http://occprogramming.club"><img id="logo" src="img/logo.png"/>OCC Programming Club</a></h4>
48-
<h4 class="text-muted visible-xs"><a href="http://occprogramming.club"><img id="logo" src="img/logo.png"/></a></h4>
47+
<h4 class="text-muted hidden-xs"><a href="index.html"><img id="logo" src="img/logo.png"/>OCC Programming Club</a></h4>
48+
<h4 class="text-muted visible-xs"><a href="index.html"><img id="logo" src="img/logo.png"/></a></h4>
4949
</div>
5050

5151
<div id="navbar" class="navbar-collapse collapse">

resources.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<span class="icon-bar"></span>
3636
<span class="icon-bar"></span>
3737
</button>
38-
<h4 class="text-muted hidden-xs"><a href="http://occprogramming.club"><img id="logo" src="img/logo.png"/>OCC Programming Club</a></h4>
39-
<h4 class="text-muted visible-xs"><a href="http://occprogramming.club"><img id="logo" src="img/logo.png"/></a></h4>
38+
<h4 class="text-muted hidden-xs"><a href="index.html"><img id="logo" src="img/logo.png"/>OCC Programming Club</a></h4>
39+
<h4 class="text-muted visible-xs"><a href="index.html"><img id="logo" src="img/logo.png"/></a></h4>
4040
</div>
4141

4242
<div id="navbar" class="navbar-collapse collapse">

0 commit comments

Comments
 (0)