forked from IEEE-NITK/ieee-nitk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoinus.html
More file actions
129 lines (117 loc) · 5.28 KB
/
joinus.html
File metadata and controls
129 lines (117 loc) · 5.28 KB
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<!-- Give a small description in 3-4 sentences about the website -->
<meta name="description" content="IEEE NITK is a local chapter of the IEEE Organisation belonging in the Bangalore R10 Section. IEEE NITK undertakes lots of projects by its various SIGs which are formed and projects undertaken by students are futher applied to help solve daily world problems.">
<!-- A small abstract idea about the website -->
<meta name="abstract" content="This Website is about IEEE NITK Student Chapter">
<!-- Important Keywords to be noted in the website -->
<meta name="keywords" content="IEEE, IEEE NITK, NITK Surathkal, NITK, Clubs in NITK, Technical Clubs in NITK">
<!-- Tell the spider to index the first page and other pages as well-->
<meta name="robots" content="index, follow">
<!-- How often should spiders come back to your page -->
<meta name="revisit-after" content="3 days">
<!-- Copyright regarding the website -->
<meta name="copyright" content="IEEE NITK">
<!-- Tells Google Bot not to duplicate description -->
<meta name="googlebot" content="noodp">
<!-- Language for the website -->
<meta name="language" content="English">
<!-- Web Author for the image -->
<meta name="web_author" content="IEEE NITK">
<meta name="author" content="Salman Shah">
<!-- Email ID -->
<meta name="contact" content="chairman.nitkieee@gmail.com" />
<!-- Email ID to reply to -->
<meta name="reply-to" content="chairman.nitkieee@gmail.com">
<!-- Refers to distribution of the page -->
<meta name="distribution" content="global">
<!-- Generator or formatter tag -->
<meta name="generator" content="Jekyll">
<!-- Disallow spammers for the webpage -->
<meta name="no-email-collection" content="http://www.metatags.info/nospamharvesting">
<!-- Rating for the page -->
<meta name="rating" content="general">
<!-- Content Type for the page -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- Fixing viewport on mobile views -->
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1.0">
<title>Join Us| IEEE NITK</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Prociono">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
<link rel="stylesheet" href="res/sig.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/sig.js"></script>
<script src="js/particles.js"></script>
<script src="js/slider.js"></script>
<script src="js/header.js"></script>
<script>
$(document).ready(function () {
displayHeader();
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106590424-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-106590424-3');
</script>
<script src="js/header.js"></script>
<script>
$(document).ready(function () {
displayHeader();
});
</script>
</head>
<body>
<!-- Header Loaded dynamically using the files 'header.json' and 'header.js' -->
<nav class="visible_nav" id="header">
</nav>
<div class="img_holder teco">
<div id="particles-js"></div>
<div class="block_title">
<h2>IEEE Student Membership
</h2>
</div>
</div>
<div class="data_holder prociono">
<div class="intro">
<div class="sub_title">
<h3>
Become an IEEE Student Member Today!
</h3>
IEEE members can access information on local events and activities by signing in to MYIEEE , the members' personalized gateway to IEEE membership.
In addition, members can also:
<ul>
<li>Access individual Society memberships and subscriptions.</li>
<li>Connect with local IEEE Sections and volunteer leadership.</li>
<li>Find upcoming conferences.</li>
<li>Learn more about individual benefits.</li>
<li>Read the latest news from IEEE, IEEE Spectrum, IEEE Standards News, and The Institute.</li>
</ul>
<h2>IEEE Xplore</h2>
The IEEE Xplore digital library is a powerful resource for discovery of and access to scientific and technical content published by the IEEE and its publishing partners. The content in IEEE Xplore comprises:
<ul>
<li>170+ Journals</li>
<li>1,400+ conference proceedings.</li>
<li>5,100+ technical standards.</li>
<li>Approximately 2,000 eBooks.</li>
<li>400+ educational courses.</li>
</ul>
</div>
</div>
<div class="publications section">
<hr><center>
<!-- <img style="max-width:600px" src="res/img/flowcharts/flowchart_ieee_nitk_benifits_v4.png" alt="benefits_flow"></center> -->
<div class="wrapper">
<div class="title_centerp teco">
<h4>Fill up the following Google Form to Sign up as an IEEE Student Member in NITK Today!</h2>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc1aC3K6K0ycHZa1l3RzzgKI1BWjtVrd3SEvr6PWf8nVyrRPQ/viewform" >Click Here to SignUp!</a>
</div>
</div>
</body>
</html>