This repository has been archived by the owner on Feb 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
41 lines (37 loc) · 2.07 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
<!doctype html><html lang=en> <head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=description content="Official site for the python user community of Jaipur, Rajasthan, India"><meta name=viewport content="width=device-width, initial-scale=1"><title>PyJaipur</title><link rel=icon type=image/gif/png href=/images/logo.png><style>body{
font-family: sans-serif;
}
.content {
margin:40px auto;
max-width:650px;
line-height:1.6;
font-size:18px;
color:#444;
padding:10px;
background-color: #eee;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #4CAF50;
color: white;
}
h1,h2,h3{line-height:1.2}</style><style>
.center{
text-align: center;
}
</style></head> <body> <div class=topnav> <a href=/ >PyJaipur</a> <a href=/archives.html>Archives</a> <a href=https://www.meetup.com/PyJaipur target=_blank>Meetup.com</a> <a href=https://t.me/pyjaipur target=_blank>Telegram</a> <a href=https://github.com/PyJaipur/PyJaipur target=_blank>Github</a> </div> <div class=content> <div class=center> <h1><img src=/images/logo-white.png></h1> <p> PyJaipur is a non-profit local python user group/community based in <a href=https://goo.gl/maps/eZEFGimUg7Hg7kMT6 target=_blank>Jaipur, Rajasthan</a>. </p> <p> We aim to promote Python and FOSS (Free and Open Source Software) in Jaipur and nearby regions. Whether you are a student, teacher, developer, entrepreneur, or any simply someone who wants to learn something new we would always have a place for you in our meetups. </p> <p> Come attend our next <a href=https://www.meetup.com/PyJaipur/events/xcthnrybcdbdc/ >Monthly Meetup on 22 Feb 2020</a>! <hr> <a href=https://www.meetup.com/PyJaipur target=_blank>Meetup.com</a> <a href=https://t.me/pyjaipur target=_blank>Telegram</a> <a href=https://github.com/PyJaipur/PyJaipur target=_blank>Github</a> </p> </div> </div> </body> </html>