Skip to content

Commit 7b28307

Browse files
authored
Added SEO Optimization (#5)
1 parent 7b70696 commit 7b28307

File tree

8 files changed

+272
-89
lines changed

8 files changed

+272
-89
lines changed

404.html

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

archive.html

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- Global site tag (gtag.js) - Google Analytics -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121199486-2"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'UA-121199486-2');
12+
</script>
13+
414
<meta charset="utf-8">
515
<meta name="viewport" content="width=device-width, initial-scale=1.0">
616
<title>Archive | NJACK Winter of Code</title>
@@ -31,9 +41,10 @@
3141
<meta property="article:published_time" content="2018-10-11T05:59:00+01:00" />
3242
<meta property="article:modified_time" content="2018-10-12T19:08:47+01:00" />
3343
<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." />
34-
<meta property="article:tag" content="NWoC" />
44+
<meta property="article:tag" content="NWoC" />
3545

36-
<link rel="icon" type="image/png" href="favicon.ico">
46+
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
47+
<link rel="canonical" href="https://njackwinterofcode.github.io/archive.html"/>
3748
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons|Roboto">
3849
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.blue-indigo.min.css" />
3950
<link rel="stylesheet" href="style.css" />
@@ -52,18 +63,18 @@
5263
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--no-desktop-drawer-button">
5364
<header class="mdl-layout__header mdl-layout__header--scroll nwoc-header">
5465
<div class="mdl-layout__header-row">
55-
<a href="index.html" style="text-decoration:none;">
66+
<a href="/" style="text-decoration:none;">
5667
<span class="mdl-layout-title nwoc-menu-title">
5768
<span class="nwoc-menu-njack">NJACK</span> Winter of Code
5869
</span>
5970
</a>
6071
<div class="mdl-layout-spacer"></div>
6172
<nav class="mdl-navigation mdl-layout--large-screen-only">
62-
<a class="mdl-navigation__link nwoc-menu-item" href="index.html#how-it-works">How it works</a>
63-
<a class="mdl-navigation__link nwoc-menu-item" href="index.html#timeline">Timeline</a>
64-
<a class="mdl-navigation__link nwoc-menu-item" href="index.html#register">Register</a>
65-
<a class="mdl-navigation__link nwoc-menu-item" href="contact.html">Contact</a>
66-
<a class="mdl-navigation__link nwoc-menu-item" href="archive.html">Archive</a>
73+
<a class="mdl-navigation__link nwoc-menu-item" href="/#how-it-works">How it works</a>
74+
<a class="mdl-navigation__link nwoc-menu-item" href="/#timeline">Timeline</a>
75+
<a class="mdl-navigation__link nwoc-menu-item" href="/#register">Register</a>
76+
<a class="mdl-navigation__link nwoc-menu-item" href="/contact.html">Contact</a>
77+
<a class="mdl-navigation__link nwoc-menu-item" href="/archive.html">Archive</a>
6778
</nav>
6879
</div>
6980
</header>
@@ -75,31 +86,20 @@
7586
</button>
7687
</div>
7788
<nav class="mdl-navigation">
78-
<a class="mdl-navigation__link nwoc-drawer-item" href="index.html#how-it-works">How it works</a>
79-
<a class="mdl-navigation__link nwoc-drawer-item" href="index.html#timeline">Timeline</a>
80-
<a class="mdl-navigation__link nwoc-menu-item" href="index.html#register">Register</a>
81-
<a class="mdl-navigation__link nwoc-drawer-item" href="contact.html">Contact</a>
82-
<a class="mdl-navigation__link nwoc-drawer-item" href="archive.html">Archive</a>
89+
<a class="mdl-navigation__link nwoc-drawer-item" href="/#how-it-works">How it works</a>
90+
<a class="mdl-navigation__link nwoc-drawer-item" href="/#timeline">Timeline</a>
91+
<a class="mdl-navigation__link nwoc-menu-item" href="/#register">Register</a>
92+
<a class="mdl-navigation__link nwoc-drawer-item" href="/contact.html">Contact</a>
93+
<a class="mdl-navigation__link nwoc-drawer-item" href="/archive.html">Archive</a>
8394
</nav>
8495
</div>
8596

8697
<main class="mdl-layout__content">
87-
<!--
88-
<div class="nwoc-landing-header">
89-
<img class="nwoc-big-logo" src="images/nwoc-logo.png"/>
90-
<div class="nwoc-slogan">
91-
<p>NWoC helps new students understand the paradigm of Open Source contributions and
92-
give them real world development experience.
93-
</p>
94-
</div>
95-
</div>
96-
-->
97-
9898
<div class="nwoc-content">
9999
<h3>Archive</h3>
100100
<ul>
101-
<li><a href="archive.html#2017">2017</a></li>
102-
<li><a href="archive.html#sponsors">Sponsors</a></li>
101+
<li><a href="#2017">2017</a></li>
102+
<li><a href="#sponsors">Sponsors</a></li>
103103
</ul>
104104

105105
<a id="2017"></a>

codeofconduct.html

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- Global site tag (gtag.js) - Google Analytics -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121199486-2"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'UA-121199486-2');
12+
</script>
13+
414
<meta charset="utf-8">
515
<meta name="viewport" content="width=device-width, initial-scale=1.0">
616
<title>Code of Conduct | NJACK Winter of Code</title>
@@ -31,9 +41,10 @@
3141
<meta property="article:published_time" content="2018-10-11T05:59:00+01:00" />
3242
<meta property="article:modified_time" content="2018-10-12T19:08:47+01:00" />
3343
<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." />
34-
<meta property="article:tag" content="NWoC" />
44+
<meta property="article:tag" content="NWoC" />
3545

36-
<link rel="icon" type="image/png" href="favicon.ico">
46+
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
47+
<link rel="canonical" href="https://njackwinterofcode.github.io/codeofconduct.html"/>
3748
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons|Roboto">
3849
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.blue-indigo.min.css" />
3950
<link rel="stylesheet" href="style.css" />
@@ -52,18 +63,18 @@
5263
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--no-desktop-drawer-button">
5364
<header class="mdl-layout__header mdl-layout__header--scroll nwoc-header">
5465
<div class="mdl-layout__header-row">
55-
<a href="index.html" style="text-decoration:none;">
66+
<a href="/" style="text-decoration:none;">
5667
<span class="mdl-layout-title nwoc-menu-title">
5768
<span class="nwoc-menu-njack">NJACK</span> Winter of Code
5869
</span>
5970
</a>
6071
<div class="mdl-layout-spacer"></div>
6172
<nav class="mdl-navigation mdl-layout--large-screen-only">
62-
<a class="mdl-navigation__link nwoc-menu-item" href="index.html#how-it-works">How it works</a>
63-
<a class="mdl-navigation__link nwoc-menu-item" href="index.html#timeline">Timeline</a>
64-
<a class="mdl-navigation__link nwoc-menu-item" href="index.html#register">Register</a>
65-
<a class="mdl-navigation__link nwoc-menu-item" href="contact.html">Contact</a>
66-
<a class="mdl-navigation__link nwoc-menu-item" href="archive.html">Archive</a>
73+
<a class="mdl-navigation__link nwoc-menu-item" href="/#how-it-works">How it works</a>
74+
<a class="mdl-navigation__link nwoc-menu-item" href="/#timeline">Timeline</a>
75+
<a class="mdl-navigation__link nwoc-menu-item" href="/#register">Register</a>
76+
<a class="mdl-navigation__link nwoc-menu-item" href="/contact.html">Contact</a>
77+
<a class="mdl-navigation__link nwoc-menu-item" href="/archive.html">Archive</a>
6778
</nav>
6879
</div>
6980
</header>
@@ -75,11 +86,11 @@
7586
</button>
7687
</div>
7788
<nav class="mdl-navigation">
78-
<a class="mdl-navigation__link nwoc-drawer-item" href="index.html#how-it-works">How it works</a>
79-
<a class="mdl-navigation__link nwoc-drawer-item" href="index.html#timeline">Timeline</a>
80-
<a class="mdl-navigation__link nwoc-menu-item" href="index.html#register">Register</a>
81-
<a class="mdl-navigation__link nwoc-drawer-item" href="contact.html">Contact</a>
82-
<a class="mdl-navigation__link nwoc-drawer-item" href="archive.html">Archive</a>
89+
<a class="mdl-navigation__link nwoc-drawer-item" href="/#how-it-works">How it works</a>
90+
<a class="mdl-navigation__link nwoc-drawer-item" href="/#timeline">Timeline</a>
91+
<a class="mdl-navigation__link nwoc-menu-item" href="/#register">Register</a>
92+
<a class="mdl-navigation__link nwoc-drawer-item" href="/contact.html">Contact</a>
93+
<a class="mdl-navigation__link nwoc-drawer-item" href="/archive.html">Archive</a>
8394
</nav>
8495
</div>
8596

@@ -123,7 +134,7 @@ <h3>Code of Conduct</h3>
123134

124135
<p>Thank you for helping to make this a welcoming, friendly space for all.</p>
125136

126-
<p>If you have any concerns, please <a href="contact.html">contact</a> the organizers.</p>
137+
<p>If you have any concerns, please <a href="/contact.html">contact</a> the organizers.</p>
127138
</div>
128139

129140
<footer class="mdl-mini-footer">

0 commit comments

Comments
 (0)