-
Notifications
You must be signed in to change notification settings - Fork 31
/
index.html
59 lines (58 loc) · 3.74 KB
/
index.html
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
<!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">
<title>India Linux User Group Delhi</title>
<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>
<body class="page-home">
<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>
<section>
<img class="header-logo" alt="ILUGD logo image" src="assets/img/header.png">
<p>Welcome to the India Linux Users Group Delhi</p>
</section>
<section class='social-links'>
<ul id='listtop'>
<li><a title='About Us' alt="About Us" href="about.html">About Us</a></li>
<li><a title='Join our mailing list' alt="Mailing Lists" href="#">Mailing List</a>
<ul>
<li><a href="https://lists.fsci.org.in/postorius/lists/ilugd.lists.linuxdelhi.org/" alt="Subscribe" target="_blank" rel=external>Subscribe</a></li>
<li><a href="http://bit.ly/pydelhi-mailinglist-guidelines" alt="Guidelines" target="_blank" rel=external >Guidelines</a></li>
</ul>
</li>
<li><a title='Other social links' alt="Social Media 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.youtube.com/channel/UCQ4jkid1GjrmEQxWZCbD_Eg" target="_blank" rel=external >Youtube</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/AmwdvEAc48xN_P0xRaR_7Q" 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://matrix.to/#/#ilugd:matrix.org" target="_blank" rel=external >Matrix</a></li>
<li><a href="https://web.libera.chat/#ilugd" alt="IRC on Libera" target="_blank" rel=external>IRC on Libera</a></li>
</ul>
</li>
<li><a href="http://github.com/ilugd" target="_blank" rel=external alt="Github"
title="Visit and collaborate with us on Github">Github</a>
</li>
<li><a href="knowledgebase.html" target="_blank" alt="Knowledgebase">Knowledgebase</a></li>
<li><a href="announcements.html" target="_blank" alt="Announcements">Announcements</a></li>
<li><a href="planet" target="_blank" alt="Planet ILUG-D">Planet</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>