summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgios Andreadis <G.Andreadis@student.tudelft.nl>2017-12-01 14:29:37 +0100
committerGitHub <noreply@github.com>2017-12-01 14:29:37 +0100
commitb23b0bf21e9b56a5af18a41940dc94589f26e68c (patch)
treec705556a9234e8e983983975f9c6c0c6c9516fe9
parentf67bcd2043a416d16431b905de2470ac6005550e (diff)
Center badgess on README.md
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index b1e15aad..0d93156b 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,16 @@
OpenDC Frontend
</h1>
<p align="center">
-Collaborative Datacenter Simulation and Exploration for Everybody
+ Collaborative Datacenter Simulation and Exploration for Everybody
</p>
-[![Build Status](https://travis-ci.org/atlarge-research/opendc-frontend.svg?branch=master)](https://travis-ci.org/atlarge-research/opendc-frontend)
-[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
-[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
-[![bitHound Overall Score](https://www.bithound.io/github/atlarge-research/opendc-frontend/badges/score.svg)](https://www.bithound.io/github/atlarge-research/opendc-frontend)<br/>
-[![Waffle.io - Columns and their card count](https://badge.waffle.io/atlarge-research/opendc-frontend.png?columns=all)](https://waffle.io/atlarge-research/opendc-frontend?utm_source=badge)
+<p align="center">
+ <a href="https://travis-ci.org/atlarge-research/opendc-frontend"><img src="https://travis-ci.org/atlarge-research/opendc-frontend.svg?branch=master" alt="Build Status"></a>
+ <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
+ <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg" alt="styled with prettier"></a>
+ <a href="https://www.bithound.io/github/atlarge-research/opendc-frontend"><img src="https://www.bithound.io/github/atlarge-research/opendc-frontend/badges/score.svg" alt="bitHound Overall Score"></a><br/>
+ <a href="https://waffle.io/atlarge-research/opendc-frontend?utm_source=badge"><img src="https://badge.waffle.io/atlarge-research/opendc-frontend.png?columns=all" alt="Waffle.io - Columns and their card count"></a>
+</p>
The user-facing component of the OpenDC stack, allowing users to build and interact with their own (virtual) datacenters. Built in *React.js* and *Redux*, with the help of `create-react-app`.