-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (82 loc) · 3.8 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE HTML>
<!--
Alpha by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>PyData Dhaka</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="landing is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">PyData</a> Dhaka</h1>
<nav id="nav">
<ul>
<li>
<a href="#" class="icon solid fa-angle-down"></a>
<ul>
<li><a href="#main">About</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
<li><a href="https://meetup.com/pydata-dhaka" class="button">JOIN THE MEETUP</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<span class="image fit"><img src="images/logo.png" alt="Logo" width="500" height="100%"/></span>
<p>A community for users and developers of open source data tools.</p>
<ul class="actions special">
<li><a href="https://meetup.com/pydata-dhaka" class="button primary">JOIN THE MEETUP</a></li>
<li><a href="#" class="button">SUBMIT A TALK</a></li>
</ul>
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major">
<h2>PYDATA</h2>
<p>PyData is an educational program of NumFOCUS, a 501(c)3 non-profit organization in the United States. PyData provides a forum for the international community of users and developers of data analysis tools to share ideas and learn from each other.<br />
The global PyData network promotes discussion of best practices, new approaches, and emerging technologies for data management, processing, analytics, and visualization. PyData communities approach data science using many languages, including (but not limited to) Python, Julia, and R.</p>
</header>
<span class="image featured"><img src="images/pic01.jpg" alt="Dhaka City" /></span>
<h2>PYDATA DHAKA</h2>
<p>PyData Dhaka is a platform for data scientists and engineers in Dhaka to connect, collaborate, and learn together using Python. Join us in building a thriving data community in the city.</p>
</section>
<!-- sponsors -->
<section id="sponsors" class="container">
<section class="box special">
<h2>Sponsors</h2>
<span class="image fit"><img src="https://raw.githubusercontent.com/pydatadhaka/pydatadhaka.github.io/main/images/NumFocus.png" alt="NumFOCUS" /></span>
</section>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.facebook.com/pydatadhaka" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/pydatadhaka" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
<ul class="copyright">
<li>© PyData Dhaka. All rights reserved.</li>
<!-- <li>Design: <a href="http://html5up.net">HTML5 UP</a></li> -->
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>