Skip to content

Commit fb99638

Browse files
authored
Merge pull request #1 from tusharnankani/patch-1
🔨 refactor: minor improvements to index.html
2 parents 6859928 + dd8908b commit fb99638

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

Diff for: index.html

+20-5
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,37 @@
2121
-ms-user-select: none;
2222
user-select: none;
2323
}
24-
24+
a{
25+
color: black;
26+
}
27+
a:hover{
28+
text-decoration: none;
29+
color: black;
30+
}
2531
@media (min-width: 768px) {
2632
.bd-placeholder-img-lg {
2733
font-size: 3.5rem;
2834
}
2935
}
3036
</style>
3137
</head>
38+
3239
<body>
3340
<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">
34-
<h5 class="my-0 mr-md-auto font-weight-normal">Python World</h5>
35-
</div>
41+
<a href="index.html">
42+
<h5 class="my-0 mr-md-auto font-weight-normal">Python World</h5>
43+
</a>
44+
</div>
3645

3746
<div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
38-
<h1 class="display-4">Our Projects</h1>
39-
<p class="lead">Following are the Open Source projects related to our Organisation.</p>
47+
<h1 class="display-4">
48+
<a href="https://github.com/Python-World/python-world.github.io" target="_blank">
49+
Our Projects
50+
</a>
51+
</h1>
52+
<p class="lead">
53+
Following are the Open Source projects related to our Organisation.
54+
</p>
4055
</div>
4156

4257
<div class="container">

0 commit comments

Comments
 (0)