File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -163,10 +163,17 @@ a {
163163.nwoc-big-logo {
164164 position : absolute;
165165 width : 400px ;
166- left : calc (50vw - 200 px );
166+ left : calc (50vw - 400 px );
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 ;
You can’t perform that action at this time.
0 commit comments