Skip to content

Commit

Permalink
layouts/index: Use proper spacing
Browse files Browse the repository at this point in the history
Use multiply-of-two for spacing. This is to comply with the
`.editorconfig` checks.

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand authored and ananos committed Nov 14, 2023
1 parent 80e80a5 commit 5bffc1a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ Start building sites …
hugo v0.119.0-b84644c008e0dc2c4b67bd69cccf87a41a03937e+extended linux/amd64 BuildDate=2023-09-24T15:20:17Z VendorInfo=gohugoio


| EN
-------------------+-----
Pages | 37
Paginator pages | 0
Non-page files | 0
Static files | 72
Processed images | 14
Aliases | 5
Sitemaps | 2
Cleaned | 0
| EN
--------------------+-----
Pages | 37
Paginator pages | 0
Non-page files | 0
Static files | 72
Processed images | 14
Aliases | 5
Sitemaps | 2
Cleaned | 0

Built in 405 ms
Environment: "development"
Expand Down Expand Up @@ -182,16 +182,16 @@ Start building sites …
hugo v0.119.0-b84644c008e0dc2c4b67bd69cccf87a41a03937e+extended linux/amd64 BuildDate=2023-09-24T15:20:17Z VendorInfo=gohugoio


| EN
-------------------+-----
Pages | 37
Paginator pages | 0
Non-page files | 0
Static files | 72
Processed images | 16
Aliases | 5
Sitemaps | 2
Cleaned | 0
| EN
--------------------+-----
Pages | 37
Paginator pages | 0
Non-page files | 0
Static files | 72
Processed images | 16
Aliases | 5
Sitemaps | 2
Cleaned | 0

Total in 1150 ms
```
Expand Down
10 changes: 5 additions & 5 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ <h1>{{ .Title }}</h1>
<div class="row justify-content-center text-center">
<div class="col-lg-5">
<h2 class="h4">Join us</h2>
<p><a href="https://join.slack.com/t/unikernel-alliance/shared_invite/zt-26w5gig2a-sR8Llf7B9ivX_EUovM6iXw">Slack Workspace</a></p>
<p><a href="https://join.slack.com/t/unikernel-alliance/shared_invite/zt-26w5gig2a-sR8Llf7B9ivX_EUovM6iXw">Slack Workspace</a></p>
</div>
<div class="col-lg-5">
<h2 class="h4">Mission statement</h2>
<p>The Unikernel Alliance was recently formed to group a large set of open source unikernel (specialized VMs) projects all on a mission to significantly improve cloud deployment efficiency, lower cloud resources spend and run equivalent workloads on a much smaller infrastructure, leading to greener deployments.
<p>The Unikernel Alliance was recently formed to group a large set of open source unikernel (specialized VMs) projects all on a mission to significantly improve cloud deployment efficiency, lower cloud resources spend and run equivalent workloads on a much smaller infrastructure, leading to greener deployments.
</p>
</div>

<div class="col-lg-5">
<h2 class="h4">Regular Meetings</h2>
<p>Last thursday of each month @ 5PM UTC</p>
<p><a href="https://us06web.zoom.us/j/83474439883?pwd=VVROZ1YrTmJkWS9lNVRrRnhPOVhPUT09">Zoom link</a></p>
<p>Last thursday of each month @ 5PM UTC</p>
<p><a href="https://us06web.zoom.us/j/83474439883?pwd=VVROZ1YrTmJkWS9lNVRrRnhPOVhPUT09">Zoom link</a></p>
</div>
<div class="col-lg-5">
<h2 class="h4">Join the Google Group</h2>
<p><a href="https://groups.google.com/g/unikernel-alliance">Google group</a></p>
<p><a href="https://groups.google.com/g/unikernel-alliance">Google group</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 5bffc1a

Please sign in to comment.