-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (61 loc) · 3.51 KB
/
index.html
File metadata and controls
66 lines (61 loc) · 3.51 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Search engine optimisatin -->
<meta name="description" content="Delhi LUG Website">
<meta name="keywords" content=" Linux, Linux User Group, LUG, DELHI LUG, Linux Assistance">
<meta name="author" content="ILUGD">
<!-- End Search Engine Optimisation -->
<title>Indian Linux User Group Delhi</title>
<!-- Site favicon -->
<link href="assets/img/tux.png" rel="shortcut icon">
<link href="assets/img/tux.png" rel="apple-touch-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700" rel="stylesheet">
<!--<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">-->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<a href="https://github.com/ILUGD/ILUGD.github.io" target = "_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<body class="page-home">
<section>
<img class="header-logo" src="assets/img/header.jpg">
<p>Welcome to the India Linux Users Group Delhi</p>
</section>
<section class='social-links'>
<ul id='listtop'>
<li><a title='About Us' href="about.html">About Us</a></li>
<li><a title='Join our mailing list' href="#">Mailing List</a>
<ul>
<li><a href="http://frodo.hserus.net/mailman/listinfo/ilugd" target="_blank" rel=external>Subscribe</a></li>
<li><a href="http://bit.ly/pydelhi-mailinglist-guidelines" target="_blank" rel=external >Guidelines</a></li>
</ul>
</li>
<li><a title='Other social links' href="#">Social</a>
<ul>
<li><a href="http://meetu.ps/c/33hSL/mrw5T/f" target="_blank" rel=external >MeetUp</a></li>
<li><a href="https://groups.google.com/forum/#!forum/ilugd/" target="_blank" rel=external >Google Group</a></li>
<li><a href="https://www.facebook.com/ILUGD/" target="_blank" rel=external >Facebook Page</a></li>
<li><a href="https://twitter.com/ilugdelhi" target="_blank" rel=external >Twitter</a></li>
<li><a href="https://t.me/joinchat/AAAAAEAc48wCHkUXViXBcg" target="_blank" rel=external >Telegram</a></li>
<li><a href="https://www.reddit.com/r/ILUGD/" target="_blank" rel=external >Reddit</a></li>
<li><a href="https://riot.im/app/#/room/#ilugd:matrix.org" target="_blank" rel=external >Matrix</a></li>
</ul>
</li>
<li><a href="http://github.com/ilugd" target="_blank" rel=external
title="Visit and collaborate with us on Github">Github</a>
</li>
</ul>
</section>
<div class="section--next_event" data-meetup-group="ILUGDelhi"></div>
<script>
$(function(){
display_next_event('.section--next_event');
});
</script>
<script src="assets/js/main.js"></script>
</body>
</html>