14
14
</ style >
15
15
</ head >
16
16
< body class ="bg-gray-50 ">
17
+ <!-- Navbar -->
18
+ < nav class ="bg-white shadow-sm ">
19
+ < div class ="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 ">
20
+ < div class ="flex justify-between h-16 ">
21
+ < div class ="flex items-center justify-between w-full ">
22
+ <!-- Logo and Brand Section -->
23
+ < div class ="flex-shrink-0 flex items-center space-x-4 ">
24
+ < img class ="h-10 w-auto "
25
+ src ="https://raw.githubusercontent.com/DrakeEntity/project-Image/master/9b2ca712-347a-4987-bac7-a4c3d106ed24_200x200.png "
26
+ alt ="PyContributors Logo ">
27
+ < div class ="flex flex-col ">
28
+ < span class ="text-xl font-bold text-gray-900 "> PyContributors</ span >
29
+ < span class ="text-sm text-gray-500 hidden sm:block "> Open Source Community</ span >
30
+ </ div >
31
+ </ div >
32
+
33
+ <!-- Desktop Navigation -->
34
+ < div class ="hidden sm:flex sm:space-x-8 items-center ">
35
+ < a href ="/ "
36
+ class ="text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-blue-600 text-sm font-medium transition-colors duration-200 ">
37
+ Home
38
+ </ a >
39
+ < a href ="/jobs "
40
+ class ="text-gray-500 hover:text-gray-700 hover:border-gray-300 inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium transition-colors duration-200 ">
41
+ Jobs
42
+ </ a >
43
+ <!-- Mobile Menu Button -->
44
+ < button type ="button "
45
+ class ="sm:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-500 hover:text-gray-700 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500 "
46
+ aria-controls ="mobile-menu "
47
+ aria-expanded ="false ">
48
+ < span class ="sr-only "> Open main menu</ span >
49
+ < svg class ="block h-6 w-6 " fill ="none " viewBox ="0 0 24 24 " stroke ="currentColor ">
50
+ < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M4 6h16M4 12h16M4 18h16 " />
51
+ </ svg >
52
+ </ button >
53
+ </ div >
54
+ </ div >
55
+ </ div >
56
+ </ div >
57
+
58
+ <!-- Mobile Menu -->
59
+ < div class ="sm:hidden " id ="mobile-menu ">
60
+ < div class ="pt-2 pb-3 space-y-1 ">
61
+ < a href ="# "
62
+ class ="bg-blue-50 border-blue-600 text-blue-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium transition-colors duration-200 ">
63
+ Home
64
+ </ a >
65
+ < a href ="#about "
66
+ class ="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium transition-colors duration-200 ">
67
+ About
68
+ </ a >
69
+ < a href ="#projects "
70
+ class ="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium transition-colors duration-200 ">
71
+ Projects
72
+ </ a >
73
+ </ div >
74
+ </ div >
75
+ </ nav >
76
+
17
77
<!-- Hero Section -->
18
78
< div class ="bg-gradient-to-r from-blue-600 to-indigo-700 text-white ">
19
79
< div class ="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24 ">
@@ -25,15 +85,16 @@ <h1 class="text-4xl md:text-6xl font-bold mb-6">
25
85
An open source community empowering Python developers worldwide
26
86
</ p >
27
87
< div class ="flex flex-col sm:flex-row justify-center gap-4 ">
28
- < a href ="https://discord.gg/JfbK3bS " class ="inline-flex items-center justify-center bg-white text-blue-600 px-6 py-3 rounded-lg font-semibold hover:bg-blue-50 transition-colors ">
29
- < i data-feather ="message-circle " class ="w-5 h-5 mr-2 "> </ i >
30
- Join Discord
31
- </ a >
32
88
< a href ="https://github.com/Py-Contributors " class ="inline-flex items-center justify-center bg-gray-800 text-white px-6 py-3 rounded-lg font-semibold hover:bg-gray-700 transition-colors ">
33
89
< i data-feather ="github " class ="w-5 h-5 mr-2 "> </ i >
34
90
GitHub
35
91
</ a >
92
+ < a href ="https://www.linkedin.com/company/pycontributors/ " class ="inline-flex items-center justify-center bg-blue-600 text-white px-6 py-3 rounded-lg font-semibold hover:bg-blue-500 transition-colors ">
93
+ < i data-feather ="linkedin " class ="w-5 h-5 mr-2 "> </ i >
94
+ LinkedIn
95
+ </ a >
36
96
</ div >
97
+
37
98
</ div >
38
99
</ div >
39
100
</ div >
@@ -107,22 +168,20 @@ <h2 class="text-3xl font-bold text-gray-900 mb-4">Featured Projects</h2>
107
168
</ div >
108
169
< div class ="grid md:grid-cols-2 gap-8 ">
109
170
< div class ="bg-gray-50 rounded-xl p-6 ">
110
- < h3 class ="text-xl font-semibold text-gray-900 mb-2 "> Python Projects </ h3 >
171
+ < h3 class ="text-xl font-semibold text-gray-900 mb-2 "> Sanatio </ h3 >
111
172
< p class ="text-gray-600 mb-4 ">
112
- From web applications to data science tools, contribute to various Python-based projects
113
- suitable for all skill levels.
173
+ A Python library for data validation and sanitization, designed to simplify error handling in your code and ensure clean, robust data pipelines.
114
174
</ p >
115
- < a href ="# " class ="text-blue-600 hover:text-blue-700 font-medium ">
175
+ < a href ="https://github.com/codeperfectplus/Sanatio " class ="text-blue-600 hover:text-blue-700 font-medium ">
116
176
View Projects →
117
177
</ a >
118
178
</ div >
119
179
< div class ="bg-gray-50 rounded-xl p-6 ">
120
- < h3 class ="text-xl font-semibold text-gray-900 mb-2 "> Machine Learning </ h3 >
180
+ < h3 class ="text-xl font-semibold text-gray-900 mb-2 "> Random Profile Generator </ h3 >
121
181
< p class ="text-gray-600 mb-4 ">
122
- Work on exciting machine learning and AI projects, from basic algorithms to advanced
123
- neural networks.
182
+ A utility package for generating random profiles, ideal for testing applications, populating dummy data, or experimenting with datasets.
124
183
</ p >
125
- < a href ="# " class ="text-blue-600 hover:text-blue-700 font-medium ">
184
+ < a href ="https://github.com/codeperfectplus/RandomProfileGenerator " class ="text-blue-600 hover:text-blue-700 font-medium ">
126
185
View Projects →
127
186
</ a >
128
187
</ div >
@@ -139,7 +198,7 @@ <h2 class="text-3xl font-bold mb-4">Ready to Start Contributing?</h2>
139
198
Join our community today and be part of something bigger. Whether you're a beginner
140
199
or an experienced developer, there's a place for you in PyContributors.
141
200
</ p >
142
- < a href ="https://discord.gg/JfbK3bS " class ="inline-block bg-white text-blue-600 px-8 py-3 rounded-lg font-semibold hover:bg-blue-50 transition-colors ">
201
+ < a href ="https://github.com/Py-Contributors " class ="inline-block bg-white text-blue-600 px-8 py-3 rounded-lg font-semibold hover:bg-blue-50 transition-colors ">
143
202
Get Started Today
144
203
</ a >
145
204
</ div >
@@ -165,7 +224,7 @@ <h4 class="text-white font-semibold mb-4">Links</h4>
165
224
< div >
166
225
< h4 class ="text-white font-semibold mb-4 "> Community</ h4 >
167
226
< ul class ="space-y-2 text-sm ">
168
- < li > < a href ="https://discord.gg/JfbK3bS " class ="hover:text-white "> Discord </ a > </ li >
227
+ < li > < a href ="https://www.linkedin.com/company/pycontributors/ " class ="hover:text-white "> LinkedIn </ a > </ li >
169
228
< li > < a href ="https://github.com/Py-Contributors " class ="hover:text-white "> GitHub</ a > </ li >
170
229
</ ul >
171
230
</ div >
0 commit comments