A place for the home page and related "git.law" wide content to live while being developed
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
974 B

{{template "base/head" .}}
<div class="page-content home wip">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
<img class="logo" src="{{StaticUrlPrefix}}/img/gitea-lg.png"/>
</div>
<div class="hero">
<h1 class="ui icon header title">
{{AppName}}
</h1>
<h2>A place for open law and lawtech projects</h2>
</div>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<h1 class="ui header">Our sponsors</h1>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<img class="w100 contrai_logo" src="{{StaticUrlPrefix}}/img/contrai-logo.svg"/>
</div>
<div class="eight wide center column">
<img class="w100" src="{{StaticUrlPrefix}}/img/moorcroft-logo.png"/>
</div>
</div>
</div>
{{template "base/footer" .}}