Skip to content

Commit a643fac

Browse files
Merge pull request #85 from Kritika30032002/master
Redesigned the Home Page
2 parents 123098c + 74dcda2 commit a643fac

File tree

5 files changed

+100
-36
lines changed

5 files changed

+100
-36
lines changed

_data/contributors.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,14 @@
2424
"email": "[email protected]",
2525
"is_profile": true,
2626
"info": " Hey! I am a full stack developer with proficiency in Django. I am also an open-source enthusiast. I am skilled in Python, C++, HTML/CSS, Javascript, MongoDB, and SQL. Check out my Github for more info."
27+
},
28+
{
29+
"sn": 4,
30+
"name": "Kritika Gupta",
31+
"github": "Kritika30032002",
32+
"email": "[email protected]",
33+
"is_profile": true,
34+
"info": "I am a full stack web developer and also an open-source contributor. I am skilled in C, C++, HTML, CSS, Javascript, ReactJS, MongoDB, Mongoose, NodeJS, ExpressJS, API .To know
35+
more about my work and experiences, Check out my GitHub account."
2736
}
2837
]

_includes/footer.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
<footer class="bg-light text-center text-white">
1+
<footer class="bg-light text-center text-white foot">
22
<!-- Grid container -->
33
<div class="container p-4 pb-0">
44
<!-- Section: Social media -->
55
<section class="mb-4">
6+
<a
7+
class="btn text-white btn-floating m-1"
8+
style="background-color: #333333;"
9+
href="https://discord.gg/JfbK3bS"
10+
role="button"
11+
><i class="fab fa-discord"></i
12+
></a><!-- Facebook -->
613
<a
714
class="btn text-white btn-floating m-1"
815
style="background-color: #3b5998;"
@@ -41,4 +48,4 @@
4148
<a class="text-primary" href="/">Py Contributors</a>
4249
</div>
4350
<!-- Copyright -->
44-
</footer>
51+
</footer>

_includes/navbar.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
1+
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;900&family=Ubuntu:wght@300;400;700&display=swap" rel="stylesheet">
12
<section id="header" class=" p-2 mb-4">
23
<div class="header container">
34
<div class="nav-bar">
4-
<div class="d-flex mx-auto">
5+
<div class="d-flex">
56
<div class="brand">
6-
<h3 class="mainHeading"><a class="text-white" href="/"><img src="/assets/img/logo/logo.png"
7+
<h3 class="mainHeading"><a class="text-white" href="/"><img src="/assets/img/logo/logo.png"
78
style="height: 70px; width: 70px; background-color: white;" class="mr-3">Py-Contributors</a></h3>
89
</div>
910
</div>
10-
11+
12+
13+
1114
<div class="nav-list">
1215
<div class="hamburger mt-4">
13-
<div class="line1"></div>
16+
<div class="line1"></div>
1417
<div class="line2"></div>
1518
<div class="line3"></div>
1619
</div>
20+
21+
22+
1723
<ul >
1824
{% if page.active == "home" %}
1925
<li class=" active"><a class="" href="/" data-after="Home">Home</a></li>
2026
{% else %}
2127
<li class=""><a class="" href="/" data-after="Home">Home</a></li>
2228
{% endif %}
23-
29+
2430
{% if page.active == "projects" %}
2531
<li class=" active"><a class="" href="/projects/index.html" data-after="Join">Projects</a></li>
2632
{% else %}
@@ -44,9 +50,8 @@ <h3 class="mainHeading"><a class="text-white" href="/"><img src="/assets/img/log
4450
<li class=""><a class="" href="/community/index.html" data-after="Community">community</a></li>
4551
{% endif %}
4652
</ul>
53+
</div>
4754
</div>
48-
</div>
49-
</div>
5055
</section>
5156

5257
<script>

assets/css/main.css

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=EB+Garamond&family=Lora:wght@500&family=Montserrat:wght@100;400;900&family=Ubuntu:wght@300;400;700&display=swap" rel="stylesheet">
2+
13
body {
24
background: #C6FFDD; /* fallback for old browsers */
35
/* background: -webkit-linear-gradient(to right, #6DD5FA, #FBD786, #C6FFDD); Chrome 10-25, Safari 5.1-6 */
46
/* background: linear-gradient(to right, #6DD5FA, #FBD786, #C6FFDD); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
5-
font-family: 'Oswald', sans-serif !important;
6-
font-weight: 400;
7+
/* font-family: 'Montserrat', sans-serif !important; */
8+
/* font-weight: 400; */
79
}
810

911
.nav-item a::before
@@ -82,14 +84,14 @@ pre code
8284
}
8385
h1,h2,h3,h4,h5
8486
{
85-
font-family: 'Passion One', cursive !important;
87+
/* font-family: 'Ubuntu', cursive !important; */
8688
font-weight:700;
8789
}
8890
nav {
89-
font-family: 'Passion One', cursive !important;
90-
font-weight: 600;
91+
/* font-family: 'Ubuntu', sans-serif , cursive !important; */
92+
font-weight: 400;
9193
font-size: 1.4rem;
92-
font-family: 'Montserrat', sans-serif;
94+
/* font-family: 'Montserrat', sans-serif; */
9395
text-transform: uppercase;
9496
}
9597
.jumbotron, .bgCst
@@ -375,3 +377,39 @@ body{
375377
font-size:2.5rem !important;
376378
}
377379
}
380+
.main{
381+
margin: 0;
382+
padding: 0;
383+
}
384+
.title h1{
385+
font-size: 60px;
386+
}
387+
388+
.Para{
389+
padding: 60px 130px;
390+
text-align: center;
391+
}
392+
.para-h{
393+
font-size: 60px;
394+
}
395+
396+
.para-p{
397+
font-size: 20px;
398+
}
399+
400+
.text-center{
401+
padding: 0 40px;
402+
}
403+
.btn:hover{
404+
background-color:skyblue;
405+
}
406+
407+
.back{
408+
background-color: skyblue;
409+
margin: 0;
410+
color: white;
411+
}
412+
413+
.foot{
414+
padding: 40px;
415+
}

index.html

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,37 @@
22
layout : default
33
title : PyContributors-Home
44
description : A open Source community for Python, Machine Learning and Artificial intelligence. Open-source contributions are welcome.
5-
image :
5+
image :
66
active : home
77

88
---
9-
<img src="assets\img\logo\logo.png" alt="PyContributors Logo">
10-
11-
<h1 align="center">Py Contributors Developers Community</h1>
12-
<p align="center">An open Source community primarily for Python.</p>
13-
14-
<h2>What we are ?</h2>
15-
<p>we are a community of developers who are interested in contributing to Python, Javascript, and other open-source projects.
16-
Many of us are core developers, but we are not limited to that. we are also interested in contributing to other projects.
17-
Most of us are active on Discord and we have a channel for Py-Contributors. We also have a GitHub organization,
9+
<div class="main">
10+
11+
12+
<!-- <img src="assets\img\logo\logo.png" alt="PyContributors Logo"> -->
13+
<div class="title">
14+
<h1 align="center">Py Contributors Developers Community</h1>
15+
<h5 align="center">An open Source community primarily for Python.</h5>
16+
</div>
17+
<div class="Para">
18+
<h1 class="para-h">About the Community</h1>
19+
<p class="para-p">We are a community of developers who are interested in contributing to Python, Javascript, and other open-source projects.
20+
Many of us are core developers, but we are not limited to that. we are also interested in contributing to other projects.
21+
Most of us are active on Discord and we have a channel for Py-Contributors. We also have a GitHub organization,
1822
and we have a few repositories there.</p>
23+
</div>
1924

20-
<h2>Why you should join the py-contributors community ?</h2>
21-
<p>Open source projects bring many benefits to those who participate in them, and such experience is excellent for your CV
22-
and more remarkable for your knowledge and skills. By joining a community of like-minded people and polishing up your skills,
25+
<div class="Para back">
26+
<h2 class="para-h">Why you should join the py-contributors community ?</h2>
27+
<p class="para-p">Open source projects bring many benefits to those who participate in them, and such experience is excellent for your CV
28+
and more remarkable for your knowledge and skills. By joining a community of like-minded people and polishing up your skills,
2329
you can give yourself a step up as an aspiring developer. We are an active developer community encouraging open-source development.</p>
2430

25-
<h2>Meet awesome link-minded people from the community.</h2>
26-
27-
<p class="text-center">
28-
<a href="https://discord.gg/JfbK3bS" class="btn btn-primary btn-lg active" role="button" aria-pressed="true">Join us on Discord</a>
29-
<a href="https://github.com/Py-Contributors/support/issues/new/choose" class="btn btn-primary btn-lg active" role="button" aria-pressed="true">Join us on GitHub</a>
30-
</p>
31-
32-
31+
<p class="text-center">
32+
<a href="https://discord.gg/JfbK3bS" class="btn btn-primary btn-lg active" role="button" aria-pressed="true">Join us on Discord</a>
33+
<!-- <a href="https://github.com/Py-Contributors/support/issues/new/choose" class="btn btn-primary btn-lg active" role="button" aria-pressed="true">Join us on GitHub</a> -->
34+
</p>
35+
</div>
36+
<!-- <h5 align="center">Meet awesome link-minded people from the community.</h5> -->
3337

38+
</div>

0 commit comments

Comments
 (0)