forked from vasutomar/pyjaipur.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (54 loc) · 3.42 KB
/
index.html
File metadata and controls
55 lines (54 loc) · 3.42 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
<!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>Python User group Jaipur</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>
<a href="https://github.com/pyjaipur/pyjaipur.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" alt="PyJaipur logo image" src="assets/img/header.png">
<p>Welcome to the Python Users Group Jaipur</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="http://frodo.hserus.net/mailman/listinfo/ilugd" 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="https://www.meetup.com/PyJaipur/" alt="Meetup page" target="_blank" rel=external >MeetUp</a></li>
<!-- <li><a href="" alt="Google Group" target="_blank" rel=external >Google Group</a></li> -->
<li><a href="https://www.facebook.com/groups/PyJaipur" alt="Facebook Group" target="_blank" rel=external >Facebook Group</a></li>
<!-- <li><a href="https://twitter.com/ilugdelhi" alt="Twitter" target="_blank" rel=external >Twitter</a></li> -->
<li><a href="https://t.me/joinchat/GC04Lw9j0gdFCS3KGKfEig" alt="Telegram" target="_blank" rel=external >Telegram</a></li>
<li><a href="https://www.linkedin.com/company/pyjaipur" alt="Linkedin" target="_blank" rel=external >Linkedin</a></li>
<!-- <li><a href="" alt="Matrix" target="_blank" rel=external >Matrix</a></li> -->
<!-- <li><a href="" alt="IRC on Freenode" target="_blank" rel=external>IRC on Freenode</a></li> -->
</ul>
</li>
<li><a href="http://github.com/pyjaipur" target="_blank" rel=external alt="Github"
title="Visit and collaborate with us on Github">Github</a>
</li>
</ul>
</section>
<div class="section--next_event" data-meetup-group="PyJaipur"></div>
<script>
$(function(){
display_next_event('.section--next_event');
});
</script>
<script src="assets/js/main.js"></script>
</body>
</html>