highlight header overlay
This commit is contained in:
parent
01b39a1bc1
commit
43b2cb6c71
1 changed files with 36 additions and 12 deletions
|
@ -28,19 +28,43 @@
|
||||||
"
|
"
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- space below nav -->
|
||||||
|
<!-- <div style="height: calc(44px + 12px);"></div> -->
|
||||||
|
|
||||||
<p style='
|
|
||||||
width: 100%;
|
<div
|
||||||
padding-right: 20px;
|
style="
|
||||||
font-size: 18px;
|
height: 100vh;
|
||||||
line-height: 2.0;
|
width: 100%;
|
||||||
text-align: right;
|
display: flex;
|
||||||
color: white;
|
align-items: center;
|
||||||
'>
|
justify-content: center;
|
||||||
An effort to open higher degrees of<br>
|
flex-flow: column;
|
||||||
spatial interaction free<br>
|
"
|
||||||
to the world.
|
>
|
||||||
</p>
|
{{ $top_thing := index .Data.Games .Data.TopHash }}
|
||||||
|
<h1 style='width: 100%; word-wrap: break-word; hyphens: auto;'>
|
||||||
|
{{ $top_thing.Name }}
|
||||||
|
<p>
|
||||||
|
{{ $top_thing.Desc }}
|
||||||
|
<br><br>
|
||||||
|
<a href="/game/{{ .Data.TopHash }}">see more</a>
|
||||||
|
</p>
|
||||||
|
</h1>
|
||||||
|
<!-- {{ template "title_desc.html" .}} -->
|
||||||
|
<!-- <img src='https://media.dof.dev/kit/logotype.svg?v22' width='66.6%'>
|
||||||
|
<div
|
||||||
|
style="
|
||||||
|
color: var(--col-01);
|
||||||
|
background-color: #ffffff80;
|
||||||
|
backdrop-filter: blur(12px);
|
||||||
|
-webkit-backdrop-filter: blur(12px);
|
||||||
|
padding: 6px 12px;
|
||||||
|
border-radius: 24px;
|
||||||
|
margin-top: -32px;
|
||||||
|
"
|
||||||
|
>degrees of freedom development</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
<img src='/public/img/dofdev_logo.svg?v22' width='100%'>
|
<img src='/public/img/dofdev_logo.svg?v22' width='100%'>
|
||||||
<p>degrees of freedom development</p>
|
<p>degrees of freedom development</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue