Skip to content

Commit fbb8c16

Browse files
committed
Fix
1 parent ee386e1 commit fbb8c16

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
<div align="center">
1+
<div style="text-align: center;">
22
<figure>
3-
<img src="https://i.imgur.com/5H55F9n.png" alt="C++ and CMake" width="50%"/>
3+
<img src="https://i.imgur.com/7moLJxE.png" alt="C++ and CMake" width="50%"/>
44
</figure>
55

66
# C++ Starter Project with CMake
77

8-
**A customizable kit to quickly start your C++ projects**.
98
</div>
109

10+
<p style="text-align: center;font-weight: bold;">
11+
A customizable kit to quickly start your C++ projects.
12+
</p>
13+
14+
<p style="text-align: center;">
1115
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="CrCC BY-NC-SA 4.0" src="https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-brightgreen.svg"/></a> <img alt="plateform-windows-linux-mac" src="https://img.shields.io/badge/platform-windows%20%7C%20linux%20%7C%20mac-lightgrey.svg"/> <img alt="languages-cmake-c++" src="https://img.shields.io/badge/languages-CMake%20%7C%20C%2B%2B-blue.svg"/> <img alt="goal-progress-80" src="https://img.shields.io/badge/goal%20progress-80%25-orange.svg"/>
16+
</p>
1217

1318
This starter ships with all you might need to get up and running blazing fast with a modern C++ project using CMake. It can be used as the basis for new projects on windows and linux.
1419

0 commit comments

Comments
 (0)