|
| 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>Contact | 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="icon" type="image/png" href="favicon.ico"> |
| 37 | + <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons|Roboto"> |
| 38 | + <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.blue-indigo.min.css" /> |
| 39 | + <link rel="stylesheet" href="style.css" /> |
| 40 | + <script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script> |
| 41 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> |
| 42 | + |
| 43 | + <script type="text/javascript"> |
| 44 | + $(document).ready(function() { |
| 45 | + $('.nwoc-drawer-item').click(function() { |
| 46 | + $( '.mdl-layout__drawer, .mdl-layout__obfuscator' ).removeClass( 'is-visible' ); |
| 47 | + }); |
| 48 | + }); |
| 49 | + </script> |
| 50 | + </head> |
| 51 | + <body> |
| 52 | + <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--no-desktop-drawer-button"> |
| 53 | + <header class="mdl-layout__header mdl-layout__header--scroll nwoc-header"> |
| 54 | + <div class="mdl-layout__header-row"> |
| 55 | + <a href="index.html" style="text-decoration:none;"> |
| 56 | + <span class="mdl-layout-title nwoc-menu-title"> |
| 57 | + <span class="nwoc-menu-njack">NJACK</span> Winter of Code |
| 58 | + </span> |
| 59 | + </a> |
| 60 | + <div class="mdl-layout-spacer"></div> |
| 61 | + <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> |
| 67 | + </nav> |
| 68 | + </div> |
| 69 | + </header> |
| 70 | + |
| 71 | + <div class="mdl-layout__drawer nwoc-drawer"> |
| 72 | + <div class="nwoc-close-button-div"> |
| 73 | + <button class="mdl-button mdl-js-button nwoc-close-button nwoc-drawer-item"> |
| 74 | + <i class="material-icons">close</i> |
| 75 | + </button> |
| 76 | + </div> |
| 77 | + <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> |
| 83 | + </nav> |
| 84 | + </div> |
| 85 | + |
| 86 | + <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 | + |
| 98 | + <div class="nwoc-content"> |
| 99 | + <h3>NJACK</h3> |
| 100 | + <div class="mdl-grid nwoc-manuals"> |
| 101 | + <div class="mdl-cell mdl-cell--4-col"> |
| 102 | + <img src="images/njacklogo.jpg" class="nwoc-contact"/> |
| 103 | + </div> |
| 104 | + <div class="mdl-cell mdl-cell--8-col mdl-cell--hide-phone"> |
| 105 | + <p>Email: <a href=" mailto:[email protected]" target=" _blank" >[email protected]</a>, <a href=" mailto:[email protected]" target=" _blank" >[email protected]</a></p> |
| 106 | + <p>Facebook: <a href="https://facebook.com/njack.iitp" target="_blank">https://www.facebook.com/njack.iitp</a></p> |
| 107 | + <p>Twitter: <a href="https://twitter.com/njackiitp" target="_blank">https://twitter.com/njackiitp</a></p> |
| 108 | + <p>GitHub: <a href="https://github.com/Njack-IITP" target="_blank">https://github.com/Njack-IITP</a></p> |
| 109 | + </div> |
| 110 | + <div class="mdl-cell mdl-cell--8-col mdl-cell--hide-tablet mdl-cell--hide-desktop"> |
| 111 | + <p>Email: <br><a href=" mailto:[email protected]" target=" _blank" >[email protected]</a>, <a href=" mailto:[email protected]" target=" _blank" >[email protected]</a></p> |
| 112 | + <p>Facebook:<br><a href="https://facebook.com/njack.iitp" target="_blank">https://www.facebook.com/njack.iitp</a></p> |
| 113 | + <p>Twitter:<br><a href="https://twitter.com/njackiitp" target="_blank">https://twitter.com/njackiitp</a></p> |
| 114 | + <p>GitHub:<br><a href="https://github.com/Njack-IITP" target="_blank">https://github.com/Njack-IITP</a></p> |
| 115 | + </div> |
| 116 | + |
| 117 | + </div> |
| 118 | + |
| 119 | + <h3>NJACK Open Source Division</h3> |
| 120 | + <div class="mdl-grid nwoc-manuals"> |
| 121 | + <div class="mdl-cell mdl-cell--6-col"> |
| 122 | + <img src="https://avatars2.githubusercontent.com/u/31135861?s=460&v=4" class="nwoc-contact"/> |
| 123 | + <p>Akshat Jain</p> |
| 124 | + </div> |
| 125 | + <div class="mdl-cell mdl-cell--6-col"> |
| 126 | + <img src="https://avatars0.githubusercontent.com/u/10235437?s=460&v=4" class="nwoc-contact"/> |
| 127 | + <p>Arya Das</p> |
| 128 | + </div> |
| 129 | + <div class="mdl-cell mdl-cell--6-col"> |
| 130 | + <img src="https://avatars2.githubusercontent.com/u/20886076?s=460&v=4" class="nwoc-contact"/> |
| 131 | + <p>Tameesh Biswas</p> |
| 132 | + </div> |
| 133 | + <div class="mdl-cell mdl-cell--6-col"> |
| 134 | + <img src="https://avatars1.githubusercontent.com/u/19722966?s=460&v=4" class="nwoc-contact"/> |
| 135 | + <p>Shikhar Jaiswal</p> |
| 136 | + </div> |
| 137 | + </div> |
| 138 | + </div> |
| 139 | + |
| 140 | + <footer class="mdl-mini-footer"> |
| 141 | + <div class="nwoc-footer"> |
| 142 | + <div class="mdl-mini-footer__left-section"> |
| 143 | + <div class="mdl-logo">© NJACK 2018</div> |
| 144 | + <ul class="mdl-mini-footer__link-list"> |
| 145 | + <li><a href=" mailto:[email protected]?subject=[NWOC]" target=" _blank" >Email </a></li> |
| 146 | + <li><a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a></li> |
| 147 | + <li><a href="https://twitter.com/njackiitp" target="_blank">Twitter</a></li> |
| 148 | + <li><a href="https://github.com/Njack-IITP/" target="_blank">GitHub</a></li> |
| 149 | + </ul> |
| 150 | + </div> |
| 151 | + </div> |
| 152 | + </footer> |
| 153 | + |
| 154 | + </main> |
| 155 | + </div> |
| 156 | + </body> |
| 157 | +</html> |
0 commit comments