Skip to content

Commit 8bd10fd

Browse files
authored
Merge branch 'master' into project
2 parents dd3dfa7 + 9c4dd97 commit 8bd10fd

File tree

7 files changed

+305
-193
lines changed

7 files changed

+305
-193
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: Bug report
33
about: Create a report to help us improve.
44
title: Bug report
5-
labels: bug
65
assignees: ''
76

87
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: Feature request
5-
labels: feature
65
assignees: ''
76

87
---

404.html

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@
8989
<main class="mdl-layout__content">
9090
<!-- Custom 404 page -->
9191
<div class="nwoc-content" style="height:calc(100vh - 235px)">
92-
<h3>Error: 404</h3>
92+
<h3><b>Error: 404</b></h3>
9393
<p>Sorry, the page you are looking for does not exist. You can look for it on the <a href="/">homepage</a>.</p>
9494
</div>
95-
95+
<!--
9696
<footer class="mdl-mini-footer">
9797
<div class="nwoc-footer">
9898
<div class="mdl-mini-footer__left-section">
@@ -106,7 +106,69 @@ <h3>Error: 404</h3>
106106
</div>
107107
</div>
108108
</footer>
109+
-->
110+
<footer>
111+
<svg viewBox="0 0 120 28">
112+
<defs>
113+
<filter id="goo">
114+
<feGaussianBlur in="SourceGraphic" stdDeviation="1" result="blur" />
115+
<feColorMatrix in="blur" mode="matrix" values="
116+
1 0 0 0 0
117+
0 1 0 0 0
118+
0 0 1 0 0
119+
0 0 0 13 -9" result="goo" />
120+
<xfeBlend in="SourceGraphic" in2="goo" />
121+
</filter>
122+
<path id="wave"
123+
d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
124+
</defs>
125+
126+
<use id="wave3" class="wave" xlink:href="#wave" x="0" y="-2"></use>
127+
<use id="wave2" class="wave" xlink:href="#wave" x="0" y="0"></use>
128+
129+
130+
<g class="gooeff" filter="url(#goo)">
131+
<circle class="drop drop1" cx="20" cy="2" r="8.8" />
132+
<circle class="drop drop2" cx="25" cy="2.5" r="7.5" />
133+
<circle class="drop drop3" cx="16" cy="2.8" r="9.2" />
134+
<circle class="drop drop4" cx="18" cy="2" r="8.8" />
135+
<circle class="drop drop5" cx="22" cy="2.5" r="7.5" />
136+
<circle class="drop drop6" cx="26" cy="2.8" r="9.2" />
137+
<circle class="drop drop1" cx="5" cy="4.4" r="8.8" />
138+
<circle class="drop drop2" cx="5" cy="4.1" r="7.5" />
139+
<circle class="drop drop3" cx="8" cy="3.8" r="9.2" />
140+
<circle class="drop drop4" cx="3" cy="4.4" r="8.8" />
141+
<circle class="drop drop5" cx="7" cy="4.1" r="7.5" />
142+
<circle class="drop drop6" cx="10" cy="4.3" r="9.2" />
143+
144+
<circle class="drop drop1" cx="1.2" cy="5.4" r="8.8" />
145+
<circle class="drop drop2" cx="5.2" cy="5.1" r="7.5" />
146+
<circle class="drop drop3" cx="10.2" cy="5.3" r="9.2" />
147+
<circle class="drop drop4" cx="3.2" cy="5.4" r="8.8" />
148+
<circle class="drop drop5" cx="14.2" cy="5.1" r="7.5" />
149+
<circle class="drop drop6" cx="17.2" cy="4.8" r="9.2" />
150+
<use id="wave1" class="wave" xlink:href="#wave" x="0" y="1" />
151+
</g>
152+
<!-- g mask="url(#xxx)">
153+
<path id="wave1" class="wave" d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
154+
</g>
155+
</g -->
156+
157+
</svg>
158+
<div class="footer-text2">
159+
<div>
160+
© NJACK, IIT Patna 2020
161+
<ul class="footer-contact">
162+
<li><a href="mailto:[email protected]?subject=[NWoC]" target="_blank">[email protected]</a></li>
163+
<li><a href="mailto:[email protected]?subject=[NWoC]" target="_blank">[email protected]</a></li>
164+
<li><a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a></li>
165+
<li><a href="https://twitter.com/njackiitp" target="_blank">Twitter</a></li>
166+
<li><a href="https://github.com/Njack-IITP/" target="_blank">GitHub</a></li>
167+
</ul>
168+
</div>
169+
</div>
109170

171+
</footer>
110172
</main>
111173
</div>
112174
</body>

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<h1> NWoC - NJACK Winter of Code</h1>
22
<img src="nwocLogo.jpg"/>
33

4+
**This repository is the source code of the official website of NJACK Winter of Code, which is deployed live at: https://njackwinterofcode.github.io/**
5+
46
<h2>About Us</h2>
57
<p>NJACK Winter of Code is an initiative by NJACK, IIT Patna, targeted at students who have never participated in <b>Free or Open Source Software (FOSS)</b> development before, as well as at those who have already become an expert in Open Source Development and are currently contributing to projects of any domain, say Web, Mobile, Machine Learning, Blockchain, IoT etc. It also aims to prepare them for bigger programs and opportunities like Google Summer of Code, Outreachy etc.</p>
68

@@ -29,5 +31,4 @@
2931
</ul>
3032

3133

32-
Visit our website <a href="https://njackwinterofcode.github.io/">here</a> .
33-
34+
Contributions are welcome here :tada:

0 commit comments

Comments
 (0)