Skip to content

Commit c9a3407

Browse files
committed
added codepeak logo
1 parent a58b18b commit c9a3407

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@
110110

111111
<main class="mdl-layout__content">
112112
<div class="nwoc-landing-header">
113-
<img class="nwoc-big-logo js-tilt" data-tilt src="./images/nwoc-logo.png" />
113+
<div style="display: flex; flex-direction: row;">
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"/>
116+
</div>
114117
<!-- <div class="nwoc-slogan">
115118
<p>NWoC (NJACK Winter of Code) is a program by NJACK (The Official Computer Science Club of IIT Patna) that
116119
helps students understand the paradigm of Open Source contribution and gives them real world software

logo.33a91fcb.png

490 KB
Loading

style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,17 @@ a {
163163
.nwoc-big-logo {
164164
position: absolute;
165165
width: 400px;
166-
left: calc(50vw - 200px);
166+
left: calc(50vw - 400px);
167167
top: 155px;
168168
}
169169

170+
.codepeak-big-logo {
171+
position: absolute;
172+
width: 400px;
173+
left: calc(50vw - 0px);
174+
top: 230px;
175+
}
176+
170177
.nwoc-slogan p {
171178
color: white;
172179
width: 500px;

0 commit comments

Comments
 (0)