forked from Py-Contributors/py-contributors.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (24 loc) · 885 Bytes
/
index.html
File metadata and controls
30 lines (24 loc) · 885 Bytes
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
---
layout : default
title : PyContributors-Home
description : A open Source community for Python, Machine Learning and Artificial intelligence. Open-source contributions are welcome.
image :
active : home
---
<div class="container">
<div class="jumbotron text-center">
<div class="jumbo-content">
<h1 class="display-3"><strong>Welcome to PyContributors</strong></h1>
<p>An open Source community for Machine Learning and Artificial intelligence.</p>
</div>
</div>
</div>
<div class="row">
<div class="container">
<blockquote class="p-4 blockquote mt-4 text-center bgCst">
<p class="mb-0"><i class="fa fa-quote-left mr-2"></i> Code never lies; comments often do. 😉😉 <i class="fa fa-quote-right ml-2"></i></p>
<footer class="blockquote-footer">By <cite title="Source Title">Ron Jeffries</cite></footer>
</blockquote>
</div>
</div>
</div> <!-- Row closed-->