mirror of
https://github.com/safing/web
synced 2025-09-02 19:19:03 +00:00
Add image link
This commit is contained in:
parent
c9a44a6df2
commit
20ce12e741
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<header class="h-bg">
|
<header class="h-bg">
|
||||||
<div class="h-l">
|
<div class="h-l">
|
||||||
<div class="h-l-v">
|
<div class="h-l-v">
|
||||||
<img src="{{ site.img_url }}video-kickstarter.png" alt="">
|
<a href="{{ site.kickstarter_url }}"><img src="{{ site.img_url }}video-kickstarter.png" alt=""></a>
|
||||||
<!--<video playsinline="" preload="auto" src="{{ site.video_url }}interim.mp4" controls></video>-->
|
<!--<video playsinline="" preload="auto" src="{{ site.video_url }}interim.mp4" controls></video>-->
|
||||||
</div>
|
</div>
|
||||||
<span style="opacity: 0.5;">Supported by</span>
|
<span style="opacity: 0.5;">Supported by</span>
|
||||||
|
|
|
@ -65,8 +65,8 @@ header .h-l-v button img {
|
||||||
padding-left: 0.4rem;
|
padding-left: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
header .h-l-v video{
|
header .h-l-v img{
|
||||||
width: 100%;
|
width: 95%;
|
||||||
height: auto;
|
height: auto;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 10px 10px 10px 10px;
|
border-radius: 10px 10px 10px 10px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue