|
21 | 21 | -ms-user-select: none;
|
22 | 22 | user-select: none;
|
23 | 23 | }
|
24 | | - |
| 24 | + a{ |
| 25 | + color: black; |
| 26 | + } |
| 27 | + a:hover{ |
| 28 | + text-decoration: none; |
| 29 | + color: black; |
| 30 | + } |
25 | 31 | @media (min-width: 768px) {
|
26 | 32 | .bd-placeholder-img-lg {
|
27 | 33 | font-size: 3.5rem;
|
28 | 34 | }
|
29 | 35 | }
|
30 | 36 | </style>
|
31 | 37 | </head>
|
| 38 | + |
32 | 39 | <body>
|
33 | 40 | <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> |
36 | 45 |
|
37 | 46 | <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> |
40 | 55 | </div>
|
41 | 56 |
|
42 | 57 | <div class="container">
|
|
0 commit comments