Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@ All notable changes to this project will be documented in this file.

- Initial release of the package

## [1.0.9] - 2024-05-16

### Added

- None

### Changed

- Image path for author profile
- slug in data/blog.json
- Navbar blog section
- testimonials card h2 conent

### Fixed

- A lot of bugs and some errors

## [1.0.8] - 2024-05-15

### Added

- section images blog post page
- Contributor pfp in README.md file

### Changed

- text size for sm and md screens
- blog tab for sm ( mobile devices )
- Contributor badge in README.md file

### Fixed

- A lot of bugs and some errors

## [1.0.7] - 2024-05-14

### Added
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@

<img src="src/app/favicon.ico" alt="My Colors Icon" width="300" height="300" />

[![Creator's World](https://img.shields.io/badge/Creator's_World-Visit-ef629f.svg)](https://creatorsworld.vercel.app)
[![Creator's World](https://img.shields.io/badge/Creator's_World-Visit-ef629f.svg)](https://nsgpriyanshu.github.io/creatorsworld)
[![GitHub](https://img.shields.io/badge/GitHub-creatorsworld-white.svg?logo=github)](https://github.com/nsgpriyanshu/creatorsworld)
[![Website Version](https://img.shields.io/badge/Website_Version-1.0.6-brightGreen.svg)](https://github.com/nsgpriyanshu/creatorsworld/releases/latest)
[![Website Version](https://img.shields.io/badge/Website_Version-1.0.9-brightGreen.svg)](https://github.com/nsgpriyanshu/creatorsworld/releases/latest)
[![Discord](https://img.shields.io/discord/855781247480496130.svg?color=5865F2&logo=discord&logoColor=white)](https://discord.gg/7SAcEv7MDd)
[![GitHub contributors](https://img.shields.io/github/contributors/nsgpriyanshu/creatorsworld.svg?color=crimson)](https://github.com/nsgpriyanshu/creatorsworld/graphs/contributors)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![last commit](https://img.shields.io/github/last-commit/nsgpriyanshu/creatorsworld.svg)
![Last Commit](https://img.shields.io/github/last-commit/nsgpriyanshu/creatorsworld.svg)
[![Production Deployment](https://github.com/nsgpriyanshu/creatorsworld/actions/workflows/nextjs.yml/badge.svg)](https://github.com/nsgpriyanshu/creatorsworld/actions/workflows/nextjs.yml)
[![CodeQL](https://github.com/nsgpriyanshu/creatorsworld/actions/workflows/codeql.yml/badge.svg)](https://github.com/nsgpriyanshu/creatorsworld/actions/workflows/codeql.yml)
[![Dependency review](https://github.com/nsgpriyanshu/creatorsworld/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/nsgpriyanshu/creatorsworld/actions/workflows/dependency-review.yml)
[![Next.js](https://img.shields.io/badge/Next.js-14.2.3-black.svg?logo=next.js)](https://nextjs.org/)


</div>

## About
Expand All @@ -39,7 +37,9 @@ Welcome to the official website of Creator's World! This website serves as the c

## Contributors

[![nsgpriyanshu](https://img.shields.io/badge/nsgpriyanshu-Developer-red.svg)](https://nsgpriyanshu.github.io)
<img src="https://raw.githubusercontent.com/nsgpriyanshu/creatorsworld/main/public/images/colourfull-pfp.jpg" alt="nsgpriyanshu" width="50" height="50" style="border-radius: 50%;" />

[![nsgpriyanshu](https://img.shields.io/badge/Developer-nsgpriyanshu-author.svg?color=f10a0a)](https://nsgpriyanshu.github.io)

## Thank You

Expand Down
Loading