Skip to content

Commit

Permalink
fixed css
Browse files Browse the repository at this point in the history
  • Loading branch information
SIDDHU123M committed Nov 21, 2024
1 parent b758194 commit b9a81aa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
## Overview
# Overview
## Introduction

### Introduction
The repository [**CodehubX**](https://github.com/SIDDHU123M/CodehubX) is a comprehensive resource hub for programmers, developers, and students. It includes a wide range of useful websites and resources, such as streaming platforms, torrents, cracked content, tools, repositories, piracy resources, movie links, and much more. 
The repository [**CodehubX**](https://github.com/SIDDHU123M/CodehubX) is a comprehensive resource hub for programmers, developers, and students. It includes a wide range of useful websites and resources, such as streaming platforms, torrents, cracked content, and much more. 

A collection of various useful resources which we can access for free, including streaming platforms, torrents, cracked content, tools, repositories, piracy resources, movie links, and much more.
A collection of various useful resources which we can access for free, including streaming platforms, torrents, and cracked content and much more.

### Tools and Tutorials for All Levels

Whether you are a beginner or an experienced programmer, our website has something for everyone. From coding tutorials and helpful tips to powerful development tools, we've got it all. Our comprehensive collection of programming resources includes everything from popular programming languages and frameworks to code editors and project management tools.

### Connecting Programmers and Developers

At CodeHubX, we believe that knowledge sharing is essential for growth, and we strive to provide our users with a platform to share and learn from one another. We have a dedicated community of programmers and developers who regularly contribute to our website, ensuring that we are always up-to-date with the latest trends and tools in the industry.
### Important Note
If any URL is not working or you think something needs an update, please report it to [codehubx.work@gmail.com](codehubx.work@gmail.com).
13 changes: 7 additions & 6 deletions data/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Overview
# Overview
## Introduction

### Introduction
The repository [**CodehubX**](https://github.com/SIDDHU123M/CodehubX) is a comprehensive resource hub for programmers, developers, and students. It includes a wide range of useful websites and resources, such as streaming platforms, torrents, cracked content, tools, repositories, piracy resources, movie links, and much more. 
The repository [**CodehubX**](https://github.com/SIDDHU123M/CodehubX) is a comprehensive resource hub for programmers, developers, and students. It includes a wide range of useful websites and resources, such as streaming platforms, torrents, cracked content, and much more. 

A collection of various useful resources which we can access for free, including streaming platforms, torrents, cracked content, tools, repositories, piracy resources, movie links, and much more.
A collection of various useful resources which we can access for free, including streaming platforms, torrents, and cracked content and much more.

### Tools and Tutorials for All Levels

Whether you are a beginner or an experienced programmer, our website has something for everyone. From coding tutorials and helpful tips to powerful development tools, we've got it all. Our comprehensive collection of programming resources includes everything from popular programming languages and frameworks to code editors and project management tools.

### Connecting Programmers and Developers
At CodeHubX, we believe that knowledge sharing is essential for growth, and we strive to provide our users with a platform to share and learn from one another. We have a dedicated community of programmers and developers who regularly contribute to our website, ensuring that we are always up-to-date with the latest trends and tools in the industry.
### Important Note
If any URL is not working or you think something needs an update, please report it to [codehubx.work@gmail.com](codehubx.work@gmail.com).
1 change: 1 addition & 0 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ function createRightNav() {

// Add navigation links after the first line of the content for mobile users
if (window.innerWidth <= 768) {
content.append(document.createElement("hr"));
const mobileNav = `
<nav class="mobile-nav">
<ul>${rightNavContent}</ul>
Expand Down
4 changes: 4 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ h1#doc-title {
right: 0;
top: 0;
height: 100vh;
> #right-nav-content ul {
list-style: none;
padding: 0;
}
}

#right-nav h3 {
Expand Down

0 comments on commit b9a81aa

Please sign in to comment.