Skip to content

Commit a8b00bd

Browse files
committed
Update README.md to center align the banner image and badges for improved presentation. Consolidated content into centered paragraphs for a cleaner look.
1 parent 2287243 commit a8b00bd

1 file changed

Lines changed: 20 additions & 8 deletions

File tree

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,26 @@
99

1010
---
1111

12-
<!-- Replace broken banner, remove centering -->
13-
![Static Chess Banner](https://images.unsplash.com/photo-1580541832626-2a7131ee809f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzOTczOTZ8MHwxfHNlYXJjaHw1fHxjaGVzc3xlbnwwfHx8fDE3MTQ2MzY3ODh8MA&ixlib=rb-4.0.3&q=80&w=1080)
14-
15-
[![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/HTML) [![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/CSS) [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [![MIT License](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT) [![GitHub Pages](https://img.shields.io/badge/GitHub%20Pages-222222?style=for-the-badge&logo=GitHub%20Pages&logoColor=white)](https://tmhsdigital.github.io/Static_Chess/)
16-
17-
A lightweight chess game built with pure vanilla web technologies - no frameworks, no libraries, just clean code.
18-
19-
**[Play Now](https://tmhsdigital.github.io/Static_Chess/) | [View Source](https://github.com/TMHSDigital/Static_Chess) | [Report Issue](https://github.com/TMHSDigital/Static_Chess/issues)**
12+
<!-- Center aligned content -->
13+
<p align="center">
14+
<img src="https://images.unsplash.com/photo-1580541832626-2a7131ee809f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzOTczOTZ8MHwxfHNlYXJjaHw1fHxjaGVzc3xlbnwwfHx8fDE3MTQ2MzY3ODh8MA&ixlib=rb-4.0.3&q=80&w=1080" alt="Static Chess Banner">
15+
</p>
16+
17+
<p align="center">
18+
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML"><img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white" alt="HTML5"></a>
19+
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS"><img src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white" alt="CSS3"></a>
20+
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"><img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black" alt="JavaScript"></a>
21+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge" alt="MIT License"></a>
22+
<a href="https://tmhsdigital.github.io/Static_Chess/"><img src="https://img.shields.io/badge/GitHub%20Pages-222222?style=for-the-badge&logo=GitHub%20Pages&logoColor=white" alt="GitHub Pages"></a>
23+
</p>
24+
25+
<p align="center">
26+
A lightweight chess game built with pure vanilla web technologies - no frameworks, no libraries, just clean code.
27+
</p>
28+
29+
<p align="center">
30+
<strong><a href="https://tmhsdigital.github.io/Static_Chess/">Play Now</a> | <a href="https://github.com/TMHSDigital/Static_Chess">View Source</a> | <a href="https://github.com/TMHSDigital/Static_Chess/issues">Report Issue</a></strong>
31+
</p>
2032

2133
---
2234

0 commit comments

Comments
 (0)