Skip to content

Commit a58b18b

Browse files
committed
codepeak update
1 parent d7c374e commit a58b18b

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

index.html

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,18 @@
111111
<main class="mdl-layout__content">
112112
<div class="nwoc-landing-header">
113113
<img class="nwoc-big-logo js-tilt" data-tilt src="./images/nwoc-logo.png" />
114-
<div class="nwoc-slogan">
114+
<!-- <div class="nwoc-slogan">
115115
<p>NWoC (NJACK Winter of Code) is a program by NJACK (The Official Computer Science Club of IIT Patna) that
116116
helps students understand the paradigm of Open Source contribution and gives them real world software
117117
development experience.
118-
<!-- <div id="demo-snackbar-example" class="mdl-js-snackbar mdl-snackbar">
118+
<div id="demo-snackbar-example" class="mdl-js-snackbar mdl-snackbar">
119119
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdA1dAV8ywtVNenm26nfEXfp07jfLWDxcz8PkQF8hwZGTIHfg/viewform?usp=sf_link"
120120
target="_blank" class="mdl-snackbar__text" style="text-decoration: none;"></a>
121121
<button class="mdl-snackbar__action" type="button"></button>
122-
</div> -->
122+
</div>
123123
</p>
124-
</div>
125-
<p style="text-align: center; color: white; padding-top: 30px; font-weight: 900; text-shadow: 1px 1px 3px black;">NWoC has officially become CodePeak! Visit the website of CodePeak here: <a style="text-decoration: underline; color: white" href="https://www.codepeak.tech/" target="_blank">https://www.codepeak.tech/</a> </p>
124+
</div> -->
125+
<p style="text-align: center; color: white; padding-top: 60px; font-weight: 900; text-shadow: 1px 1px 3px black;">NWoC has officially become CodePeak! Visit the website of CodePeak here: <a style="text-decoration: underline; color: white" href="https://www.codepeak.tech/" target="_blank">https://www.codepeak.tech/</a> </p>
126126
<!-- <div class="nwoc-header-sponsors">
127127
<br>
128128
<br>
@@ -146,7 +146,10 @@ <h3>About</h3>
146146
Google Summer of Code, Outreachy etc.
147147
</p>
148148

149-
<a id="how-it-works"></a>
149+
<h3>History</h3>
150+
<p>NWoC (NJACK Winter of Code) is a program by NJACK (The Official Computer Science Club of IIT Patna) that helps students understand the paradigm of Open Source contribution and gives them real world software development experience. </p>
151+
152+
<!-- <a id="how-it-works"></a>
150153
<h3>How it works?</h3>
151154
<p data-animate-scroll='{"rotationY":"0", "alpha": "0", "duration": "1.2","scaleX": "0","scaleY": "0"}'>Participants can apply for the program either as a student or as a mentor. Mentors are selected through a
152155
selection process. The selected mentors propose projects, the best of which are chosen to be included in the
@@ -303,25 +306,25 @@ <h3>NWoC is sponsored by</h3>
303306
<!-- <a href="https://www.digitalocean.com/" target="_blank"><img class="nwoc-current-sponsors" src="./images/DO_Logo_Vertical_Blue.png"/></a> -->
304307

305308

306-
<div class="sectiontitle">
309+
<!-- <div class="sectiontitle">
307310
<h3 style="text-align: left">NWoC 2019 Statistics</h3>
308-
</div>
309-
<div id="projectFacts" class="sectionClass">
311+
</div> -->
312+
<!-- <div id="projectFacts" class="sectionClass">
310313
<div class="fullWidth eight columns">
311314
<div class="projectFactsWrap ">
312315
313316
<div class="item wow fadeInUpBig animated animated" data-number="40" style="visibility: visible;">
314-
<img src="./images/repository.png" alt="" height="50" style="padding: 0; margin: 0;">
317+
<img src="./images/repository.png" alt="" height="50" style="padding: 0; margin: 0;"> -->
315318
<!--<i class="fa fa-code"></i>-->
316-
<br>
319+
<!-- <br>
317320
<br>
318321
<p id="number1" class="number">40+</p>
319322
320323
<p>Projects done</p>
321324
</div>
322-
<div class="item wow fadeInUpBig animated animated" data-number="1000" style="visibility: visible;">
325+
<div class="item wow fadeInUpBig animated animated" data-number="1000" style="visibility: visible;"> -->
323326
<!--<img src="./images/developer 2.png" alt="" width="45" style="padding: 0; margin: 0;">-->
324-
<i class="fa fa-github"></i>
327+
<!-- <i class="fa fa-github"></i>
325328
<br>
326329
<br>
327330
<p id="number2" class="number">1000+</p>
@@ -346,12 +349,12 @@ <h3 style="text-align: left">NWoC 2019 Statistics</h3>
346349
</div>
347350
</div>
348351
</div>
349-
</div>
352+
</div> -->
350353

351-
<h3>Projects</h3>
354+
<!-- <h3>Projects</h3>
352355
<p>NWoC 2019 had over 40 projects to work upon. We had projects ranging from Web, App Development to Blockchain
353356
and Machine Learning. For the complete list of projects in NWoC 2019, please visit the <a
354-
href="/projects.html">Projects</a> page.</p>
357+
href="/projects.html">Projects</a> page.</p> -->
355358

356359
<h3>Previous edition sponsored by</h3>
357360
<a href="https://www.github.com/" target="_blank"><img class="nwoc-current-sponsors"

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ a {
154154
.nwoc-landing-header {
155155
background-image: url("./images/winter_back_enhanced_colors_moderate.jpg");
156156
background-color: #90CAF9;
157-
height: 715px;
157+
height: 515px;
158158
background-position: center;
159159
background-repeat: no-repeat;
160160
background-size: cover;
@@ -164,7 +164,7 @@ a {
164164
position: absolute;
165165
width: 400px;
166166
left: calc(50vw - 200px);
167-
top: 75px;
167+
top: 155px;
168168
}
169169

170170
.nwoc-slogan p {

0 commit comments

Comments
 (0)