forked from HydPy/HydPy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·20 lines (19 loc) · 1.08 KB
/
Copy pathabout.html
File metadata and controls
executable file
·20 lines (19 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: about
title: About
permalink: /about/
---
<div class="container mtb">
<div class="row">
<h1 class="text-center my-5">More About Our Group</h1>
<div class="col-lg-6 pt-2">
<img class="img-fluid" src="{{ '/assets/img/python_group.jpg' | prepend: site.baseurl }}" alt="Photo of a meetup showing a speaker delivering a session.">
</div>
<div class="col-lg-6 pt-2">
<p>Hyderabad Python User group is growing and active Python user community in Hyderabad. We believe in "Come for the Language, Stay for the Community!" </p>
<p>Meet other local Python developers, learners, employers, and enthusiasts of all kinds. All skill levels are welcome: if you are interested in Python, we are interested in you!</p>
<p>In addition to meeting face-to-face, and the email mailing list, you can stay connected using social page given in footer.</p>
Interested in volunteering? Please join our <a href="https://t.me/HydPy" target="_blank">Telegram group</a> for more conversations.
</div>
</div>
</div>