-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
133 lines (127 loc) · 4.76 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="generator" content="Jekyll v4.1.1">
<title>Python World</title>
<link rel="shortcut icon" href="assets\img\logo\logo.jpg" type="image/x-icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<meta name="msapplication-config" content="/docs/4.5/assets/img/favicons/browserconfig.xml">
<meta name="theme-color" content="#563d7c">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
a{
color: black;
}
a:hover{
text-decoration: none;
color: black;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
</head>
<body>
<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">
<a href="index.html">
<h5 class="my-0 mr-md-auto font-weight-normal">Python World</h5>
</a>
</div>
<div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
<h1 class="display-4">
<a href="https://github.com/Python-World/python-world.github.io" target="_blank">
Our Projects
</a>
</h1>
<p class="lead">
Following are the Open Source projects related to our Organisation.
</p>
</div>
<div class="container">
<div class="card-deck mb-3 text-center">
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Python Mini Projects</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">About</h1>
<br>
<br>
<p>A collection of simple python mini projects to enhance your python skills</p>
<a href="https://github.com/Python-World/python-mini-projects" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
</div>
</div>
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Python and the Web</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">About</h1>
<br>
<br>
<p>Build Bots, Scrape a website or use an API to solve a problem.</p>
<a href="https://github.com/Python-World/Python_and_the_Web" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
</div>
</div>
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Snippets</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">About</h1>
<br>
<br>
<p>A List of programming snippets</p>
<br>
<a href="https://github.com/Python-World/snippets" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
</div>
</div>
</div>
<div class="container">
<div class="card-deck mb-3 text-center">
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Joble</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">About</h1>
<br>
<br>
<p>This Platform Search Thousands Of Job Boards In Different Technologies From Over The World.</p>
<a href = "https://github.com/Python-World/Joble" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
</div>
</div>
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h4 class="my-0 font-weight-normal">GitProfile</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">About</h1>
<br>
<br>
<p>Simple utility to analyze Github public profile.</p>
<br>
<a href = "https://github.com/Python-World/GitProfile" class="btn btn-lg btn-block btn-primary" target="_blank">Check on Github</a>
</div>
</div>
</div>
<footer class="footer mt-auto py-3">
<div class="container" align = "center">
<span class="text-muted">Made with ❤ by <a href="https://github.com/Python-World" target="_blank">Python World</a></span>
</div>
</footer>
</div>
</body>
</html>