-
Notifications
You must be signed in to change notification settings - Fork 3
/
.n0t_s0_c00m0n
executable file
·179 lines (160 loc) · 8.31 KB
/
.n0t_s0_c00m0n
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>
IMG Recruitment 2022
</title>
<link rel="icon" href="/assets/favicon.ico" type="image/ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--Imports-->
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900|Playfair+Display:700&display=swap" rel="stylesheet">
<!-- Jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!--Stylesheets-->
<link href="/css/base.css" type="text/css" rel="stylesheet" />
<link href="/css/base_hamburger.css" type="text/css" rel="stylesheet" />
<link href="/css/base_mobile.css" type="text/css" rel="stylesheet" />
<link href="/css/fix_header.css" type="text/css" rel="stylesheet" />
<!--Javascript-->
<script type="text/javascript" src="/js/base_hamburger.js"></script>
<script type="text/javascript" src="/js/fix_header.js"></script>
<!--Development mode, live reload-->
<!-- <script type="text/javascript" src="http://livejs.com/live.js"></script> -->
<!--Meta tags for social sites, because we know how to use them--> <!-- Themes --> <!-- Chrome, Firefox OS and Opera --> <meta name="theme-color" content="#293B52"> <!-- Windows Phone --> <meta name="msapplication-navbutton-color" content="#293B52"> <!-- iOS Safari --> <meta name="apple-mobile-web-app-status-bar-style" content="#293B52">
<!-- Facebook -->
<meta property="og:title" content="IMG Recruitment 2022" />
<meta property="og:type" content="Recruitment" />
<meta property="og:image" content="/assets/imglogo.png" />
<meta property="og:url" content="https://hello.channeli.in" />
<meta property="og:description" content="IMG announces recruitment 2022. We are looking for talented devlopers and
designers who have a desire to learn and grow. Read more about the recruitment process, assignments and our
beloved culture on this website." />
<!-- Google -->
<meta name="description" content="IMG announces recruitment 2022. We are looking for talented devlopers and
designers who have a desire to learn and grow. Read more about the recruitment process, assignments and our
beloved culture on this website." />
<meta name="author" content="Information Management Group" />
<meta name="keywords" content="IMG, Recruitment, Web, Development, Design, Designer, Experience, UX, UI,
Github, Dribbe, iit, iitr, Roorkee, Portfolio, Website, Code, Learn, Grow" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="/assets/imglogo.png">
<meta name="twitter:title" content="IMG Recruitment 2022">
<meta name="twitter:url" content="https://hello.channeli.in">
<meta name="twitter:description" content="IMG announces recruitment 2022. We are looking for talented devlopers and
designers who have a desire to learn and grow. Read more about the recruitment process, assignments and our
beloved culture on this website.">
<!--Analytics-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-91324551-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-91324551-3');
</script>
</head>
<body>
<nav class="site-navbar" id="site-navbar">
<div class="site-container">
<div class="site-navbar-wrapper">
<div>
<a href="/" class="site-home-link">
<img src="/assets/imglogo.png" class="site-logo" alt="IMG logo" />
<div class="site-logo-text">
Recruitment
<br /> 2022
</div>
</a>
</div>
<div class="navlinks-horizontal">
<a href="/" class="navlink">
HOME
</a>
<a href="/about_us" class="navlink" selected="True">
ABOUT US
</a>
<a href="/design" class="navlink">
DESIGN
</a>
<a href="/development" class="navlink">
DEVELOPEMENT
</a>
</div>
<div class="navlinks-mobile">
<input type="checkbox" class="openSidebarMenu" id="openSidebarMenu">
<label for="openSidebarMenu" class="sidebarIconToggle">
<div class="spinner diagonal part-1"></div>
<div class="spinner horizontal"></div>
<div class="spinner diagonal part-2"></div>
</label>
<div id="sidebarMenu">
<ul class="sidebarMenuInner">
<li>
<a href="/" class="navlink">
HOME
</a>
</li>
<li>
<a href="/about_us" class="navlink" selected="True">
ABOUT US
</a>
</li>
<li>
<a href="/design" class="navlink">
DESIGN
</a>
</li>
<li>
<a href="/development" class="navlink">
DEVELOPEMENT
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<main>
This is the website
</main>
<footer class="site-footer">
<div class="site-container">
<div class="site-footer-wrapper">
<div class="sociallinks">
<a href="https://img.channeli.in/" class="sociallink" target="_blank" onclick="ga('send', 'social', 'IMG Website', 'visit', 'https://img.channeli.in/');">
<img src="/assets/social_icons/website.svg" alt="website-icon" />
</a>
<a href="https://www.facebook.com/IMGIITRoorkee/" class="sociallink" target="_blank" onclick="ga('send', 'social', 'Facebook', 'visit', 'https://www.facebook.com/IMGIITRoorkee/');">
<img src="/assets/social_icons/fb.svg" alt="facebook-icon" />
</a>
<a href="https://www.instagram.com/img_iitr/" class="sociallink" target="_blank" onclick="ga('send', 'social', 'Instagram', 'visit', 'https://www.instagram.com/img_iitr/');">
<img src="/assets/social_icons/instagram.svg" alt="instagram-icon" />
</a>
<a href="https://github.com/IMGIITRoorkee" class="sociallink" target="_blank" onclick="ga('send', 'social', 'GitHub', 'visit', 'https://github.com/IMGIITRoorkee');">
<img src="/assets/social_icons/github.svg" alt="github-icon" />
</a>
<a href="https://discord.gg/YJHYn9EuqH" class="sociallink" target="_blank" onclick="ga('send', 'social', 'Discord', 'visit', 'https://discord.gg/YJHYn9EuqH');">
<img src="/assets/social_icons/discord.svg" alt="discord-icon" />
</a>
</div>
<div class="navlinks-horizontal">
<a href="/about_us" class="navlink">
ABOUT US
</a>
<a href="/design" class="navlink">
DESIGN
</a>
<a href="/development" class="navlink">
DEVELOPEMENT
</a>
</div>
</div>
</div>
</footer>
</body>
</html>