forked from NJACKWinterOfCode/NJACKWinterOfCode.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
113 lines (104 loc) · 6.42 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 | NJACK Winter of Code</title>
<meta name="description" content="NWoC is a program that helps students understand the paradigm of Open Source contribution and gives them real world software development experience." />
<meta NAME="Keywords" CONTENT="Njack,winter,code,nwoc,iit,iitp,patna,indian institute of technology">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="NJACK Winter of Code">
<meta itemprop="description" content="NWoC is a program that helps students understand the paradigm of Open Source contribution and gives them real world software development experience.">
<meta itemprop="image" content="https://njackwinterofcode.github.io/nwocLogo.jpg">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@njackiitp">
<meta name="twitter:title" content="NJACK Winter of Code">
<meta name="twitter:description" content="NWoC is a program that helps students understand the paradigm of Open Source contribution and gives them real world software development experience.">
<meta name="twitter:creator" content="@njackiitp">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="https://njackwinterofcode.github.io/nwocLogo.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="NJACK Winter of Code" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://njackwinterofcode.github.io/" />
<meta property="og:image" content="https://njackwinterofcode.github.io/nwocLogo.jpg" />
<meta property="og:description" content="NWoC is a program that helps students understand the paradigm of Open Source contribution and gives them real world software development experience." />
<meta property="og:site_name" content="NWoC" />
<meta property="article:published_time" content="2018-10-11T05:59:00+01:00" />
<meta property="article:modified_time" content="2018-10-12T19:08:47+01:00" />
<meta property="article:section" content="NJACK Winter of Code is an initiative by Open Source Department of NJACK, IIT Patna for the students, who have never participated in Free or Open Source Software (FOSS) development before, to get them involved during the winter vacations and break the ice of Open Source contributions." />
<meta property="article:tag" content="NWoC" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link rel="canonical" href="https://njackwinterofcode.github.io/404.html"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons|Roboto">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.blue-indigo.min.css" />
<link rel="stylesheet" href="style.css" />
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.nwoc-drawer-item').click(function() {
$( '.mdl-layout__drawer, .mdl-layout__obfuscator' ).removeClass( 'is-visible' );
});
});
</script>
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--no-desktop-drawer-button">
<header class="mdl-layout__header mdl-layout__header--scroll nwoc-header">
<div class="mdl-layout__header-row">
<a href="/" style="text-decoration:none;">
<span class="mdl-layout-title nwoc-menu-title">
<span class="nwoc-menu-njack">NJACK</span> Winter of Code
</span>
</a>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link nwoc-menu-item" href="/#register">Register</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/projects.html">Projects</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/leaderboard.html">Leaderboard</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/archive.html">Archive</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/contact.html">Contact</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/timeline.html">Timeline</a>
</nav>
</div>
</header>
<div class="mdl-layout__drawer nwoc-drawer">
<div class="nwoc-close-button-div">
<button class="mdl-button mdl-js-button nwoc-close-button nwoc-drawer-item">
<i class="material-icons">close</i>
</button>
</div>
<nav class="mdl-navigation">
<a class="mdl-navigation__link nwoc-drawer-item" href="/#register">Register</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/projects.html">Projects</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/leaderboard.html">Leaderboard</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/archive.html">Archive</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/contact.html">Contact</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/timeline.html">Timeline</a>
</nav>
</div>
<main class="mdl-layout__content">
<!-- Custom 404 page -->
<div class="nwoc-content" style="height:calc(100vh - 235px)">
<h3>Error: 404</h3>
<p>Sorry, the page you are looking for does not exist. You can look for it on the <a href="/">homepage</a>.</p>
</div>
<footer class="mdl-mini-footer">
<div class="nwoc-footer">
<div class="mdl-mini-footer__left-section">
<div class="mdl-logo">© NJACK, IIT Patna 2020</div>
<ul class="mdl-mini-footer__link-list">
<li><a href="mailto:[email protected]?subject=[NWOC]" target="_blank">Email</a></li>
<li><a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a></li>
<li><a href="https://twitter.com/njackiitp" target="_blank">Twitter</a></li>
<li><a href="https://github.com/Njack-IITP/" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
</footer>
</main>
</div>
</body>
</html>