Skip to content
This repository was archived by the owner on Jan 11, 2020. It is now read-only.

Commit c28ff80

Browse files
anupm12prateek76
authored andcommitted
Clickable logo fixes #333 (#334)
* Fork me on Github ribbon is coming at the time of preloader fixes #326 * Make logo clickable fixes #333 * Solving conflicting code
1 parent c35c9a2 commit c28ff80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636
<!-- Navigation -->
3737
<nav class="navbar navbar-expand-lg navbar-light bg-light a-nav navbar-fixed" id="mainNav">
3838
<div class="container">
39-
<a class="navbar-brand d-flex align-items-center" href="#">
39+
<a class="navbar-brand d-flex align-items-center" href="index.html">
4040
<!-- OpenCode Logo added in navbar -->
41-
<img src="./assets/img/OClogo.jpg" width="40" height="37" class="d-inline-block align-top " style="padding-right:5px">Opencode 2019</a>
41+
<img src="./assets/img/OClogo.jpg" width="40" height="37" class="d-inline-block align-top " style="padding-right:5px">Opencode 2019
42+
</a>
4243
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
4344
<span class="navbar-toggler-icon"></span>
4445
</button>

0 commit comments

Comments
 (0)