We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a3407 commit 1a8bd19Copy full SHA for 1a8bd19
index.html
@@ -110,9 +110,11 @@
110
111
<main class="mdl-layout__content">
112
<div class="nwoc-landing-header">
113
- <div style="display: flex; flex-direction: row;">
+ <div class="logo-section">
114
<img class="nwoc-big-logo js-tilt" data-tilt src="./images/nwoc-logo.png" />
115
- <img class="codepeak-big-logo" src="./logo.33a91fcb.png"/>
+ <a href="https://www.codepeak.tech/">
116
+ <img class="codepeak-big-logo js-tilt" src="./logo.33a91fcb.png"/>
117
+ </a>
118
</div>
119
<!-- <div class="nwoc-slogan">
120
<p>NWoC (NJACK Winter of Code) is a program by NJACK (The Official Computer Science Club of IIT Patna) that
0 commit comments