Update README.org
This commit is contained in:
parent
88b53ef762
commit
63b251395c
1 changed files with 10 additions and 11 deletions
21
README.org
21
README.org
|
@ -12,10 +12,18 @@
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.badge {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Hi 👋</h1>
|
<a href="https://github.com/tommy-skaug/charts/actions/workflows/build-and-publish.yml" class="badge">
|
||||||
|
<img src="https://github.com/tommy-skaug/charts/actions/workflows/build-and-publish.yml/badge.svg" alt="Relases building" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/tommy-skaug/charts/actions/workflows/pages/pages-build-deployment" class="badge">
|
||||||
|
<img src="https://github.com/tommy-skaug/charts/actions/workflows/pages/pages-build-deployment/badge.svg" alt="Index Updates" />
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</foreignObject>
|
</foreignObject>
|
||||||
|
@ -28,16 +36,7 @@
|
||||||
</div>
|
</div>
|
||||||
<p />
|
<p />
|
||||||
|
|
||||||
<span>
|
|
||||||
<a href="https://github.com/tommy-skaug/charts/actions/workflows/build-and-publish.yml">
|
|
||||||
<img src="https://github.com/tommy-skaug/charts/actions/workflows/build-and-publish.yml/badge.svg" alt="Relases building" />
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
<span>
|
|
||||||
<a href="https://github.com/tommy-skaug/charts/actions/workflows/pages/pages-build-deployment">
|
|
||||||
<img src="https://github.com/tommy-skaug/charts/actions/workflows/pages/pages-build-deployment/badge.svg" alt="Index Updates" />
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<table cellspacing="20" cellpadding="20" border=0>
|
<table cellspacing="20" cellpadding="20" border=0>
|
||||||
|
|
Loading…
Reference in a new issue