Center align header image in readme
This commit is contained in:
parent
df2171e9fb
commit
ff50ec1040
2 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,7 @@
|
|||
<p align="center">
|
||||
<img src="src/frontend/static/icons/Hipster_HeroLogoCyan.svg" width="300"/>
|
||||
</p>
|
||||
|
||||
<a href="src/frontend/static/icons/Hipster_HeroLogoCyan.svg"><img src="src/frontend/static/icons/Hipster_HeroLogoCyan.svg" width="300"/></a>
|
||||
|
||||
|
||||
**Online Boutique** is a cloud-native microservices demo application.
|
||||
|
@ -18,8 +20,7 @@ If you’re using this demo, please **★Star** this repository to show your int
|
|||
> [go/microservices-demo](http://go/microservices-demo) if you are using this
|
||||
> application.
|
||||
|
||||
|
||||
*If you're looking for the old Hipster Shop frontend interface, use the manifests in release [v0.1.4](https://github.com/GoogleCloudPlatform/microservices-demo/releases/v0.1.4).*
|
||||
Looking for the old Hipster Shop frontend interface? Use the manifests in release [v0.1.4](https://github.com/GoogleCloudPlatform/microservices-demo/releases/v0.1.4).
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
<div class="footer-top">
|
||||
<div class="container footer-social">
|
||||
<div class="social">
|
||||
<h4>© 2020 Google Inc - <a href="https://github.com/GoogleCloudPlatform/microservices-demo">Source Code</a></h4>
|
||||
<h4>This website is hosted for demo purposes only. It is not an actual shop.</h4>
|
||||
<h5>© 2020 Google Inc - <a href="https://github.com/GoogleCloudPlatform/microservices-demo">Source Code</a></h5>
|
||||
</div>
|
||||
<div class="app">
|
||||
<h5>This website is hosted for demo purposes only. It is not an actual shop. This is not a Google product.</h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container footer-links">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue