1+ <!doctype html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
6+ < meta name ="description " content ="">
7+ < meta name ="author " content ="Mark Otto, Jacob Thornton, and Bootstrap contributors ">
8+ < meta name ="generator " content ="Jekyll v4.1.1 ">
9+ < title > Python World</ title >
10+ < link rel ="shortcut icon " href ="assets\img\logo\logo.jpg " type ="image/x-icon ">
11+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css " integrity ="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z " crossorigin ="anonymous ">
12+ < meta name ="msapplication-config " content ="/docs/4.5/assets/img/favicons/browserconfig.xml ">
13+ < meta name ="theme-color " content ="#563d7c ">
14+
15+
16+ < style >
17+ .bd-placeholder-img {
18+ font-size : 1.125rem ;
19+ text-anchor : middle;
20+ -webkit-user-select : none;
21+ -moz-user-select : none;
22+ -ms-user-select : none;
23+ user-select : none;
24+ }
25+
26+ @media (min-width : 768px ) {
27+ .bd-placeholder-img-lg {
28+ font-size : 3.5rem ;
29+ }
30+ }
31+ </ style >
32+ </ head >
33+ < body >
34+ < div class ="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm ">
35+ < h5 class ="my-0 mr-md-auto font-weight-normal "> Python World</ h5 >
36+ </ div >
37+
38+ < div class ="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center ">
39+ < h1 class ="display-4 "> Our Projects</ h1 >
40+ < p class ="lead "> Following are the Open Source projects related to our Organisation.</ p >
41+ </ div >
42+
43+ < div class ="container ">
44+ < div class ="card-deck mb-3 text-center ">
45+ < div class ="card mb-4 shadow-sm ">
46+ < div class ="card-header ">
47+ < h4 class ="my-0 font-weight-normal "> Python Mini Projects</ h4 >
48+ </ div >
49+ < div class ="card-body ">
50+ < h1 class ="card-title pricing-card-title "> About</ h1 >
51+ < br >
52+ < br >
53+ < p > A collection of simple python mini projects to enhance your python skills</ p >
54+ < a href ="https://github.com/Python-World/python-mini-projects " class ="btn btn-lg btn-block btn-primary "> Check on Github</ a >
55+ </ div >
56+ </ div >
57+ < div class ="card mb-4 shadow-sm ">
58+ < div class ="card-header ">
59+ < h4 class ="my-0 font-weight-normal "> Python and the Web</ h4 >
60+ </ div >
61+ < div class ="card-body ">
62+ < h1 class ="card-title pricing-card-title "> About</ h1 >
63+ < br >
64+ < br >
65+ < p > Build Bots, Scrape a website or use an API to solve a problem.</ p >
66+ < a href ="https://github.com/Python-World/Python_and_the_Web " class ="btn btn-lg btn-block btn-primary "> Check on Github</ a >
67+ </ div >
68+ </ div >
69+ < div class ="card mb-4 shadow-sm ">
70+ < div class ="card-header ">
71+ < h4 class ="my-0 font-weight-normal "> Snippets</ h4 >
72+ </ div >
73+ < div class ="card-body ">
74+ < h1 class ="card-title pricing-card-title "> About</ h1 >
75+ < br >
76+ < br >
77+ < p > A List of programming snippets</ p >
78+ < br >
79+ < a href ="https://github.com/Python-World/snippets " class ="btn btn-lg btn-block btn-primary "> Check on Github</ a >
80+ </ div >
81+ </ div >
82+ </ div >
83+ < div class ="container ">
84+ < div class ="card-deck mb-3 text-center ">
85+ < div class ="card mb-4 shadow-sm ">
86+ < div class ="card-header ">
87+ < h4 class ="my-0 font-weight-normal "> Joble</ h4 >
88+ </ div >
89+ < div class ="card-body ">
90+ < h1 class ="card-title pricing-card-title "> About</ h1 >
91+ < br >
92+ < br >
93+ < p > This Platform Search Thousands Of Job Boards In Different Technologies From Over The World.</ p >
94+ < a href = "https://github.com/Python-World/Joble " class ="btn btn-lg btn-block btn-primary "> Check on Github</ a >
95+ </ div >
96+ </ div >
97+ < div class ="card mb-4 shadow-sm ">
98+ < div class ="card-header ">
99+ < h4 class ="my-0 font-weight-normal "> GitProfile</ h4 >
100+ </ div >
101+ < div class ="card-body ">
102+ < h1 class ="card-title pricing-card-title "> About</ h1 >
103+ < br >
104+ < br >
105+ < p > Simple utility to analyze Github public profile.</ p >
106+ < br >
107+ < a href = "https://github.com/Python-World/GitProfile " class ="btn btn-lg btn-block btn-primary "> Check on Github</ a >
108+ </ div >
109+ </ div >
110+ </ div >
111+
112+ < footer class ="footer mt-auto py-3 ">
113+ < div class ="container " align = "center ">
114+ < span class ="text-muted "> Made with ❤ by < a href ="https://github.com/AdityaJ7 "> Aditya Jetely</ a > </ span >
115+ </ div >
116+ </ footer >
117+ </ div >
118+ </ body >
119+ </ html >
0 commit comments