Skip to content

Instantly share code, notes, and snippets.

@MannyCooper
Created December 15, 2020 11:25
Show Gist options
  • Save MannyCooper/1748e1259401c9704ec05ab401b76201 to your computer and use it in GitHub Desktop.
Save MannyCooper/1748e1259401c9704ec05ab401b76201 to your computer and use it in GitHub Desktop.
个人博客的 App 推荐卡片小组件
<div class="box app_recommend" style="margin-bottom: 2rem !important">
<article class="media">
<figure class="media-left app_icon image">
<img class="not-gallery-item" src="/media/day-and-night.png" />
</figure>
<div class="media-content">
<div class="content">
<p>
<strong>WinDynamicDesktop</strong>
<br />
<small>随时间切换动态壁纸和颜色模式。</small>
</p>
</div>
</div>
<nav class="level is-flex download-icon is-align-items-center">
<a href="https://www.microsoft.com/zh-cn/p/windynamicdesktop/9nm8n7dq3z5f">
<span class="icon is-medium windows-icon">
<i class="fab fa-windows"></i>
</a>
</span>
<a href="https://github.com/t1m0thyj/WinDynamicDesktop/">
<span class="icon is-medium github-icon">
<i class="fab fa-github"></i>
</a>
</span>
<a href="https://chocolatey.org/packages/windynamicdesktop">
<span class="icon is-medium chocolatey-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="14px"
height="14px"
viewBox="0 0 24 24"
role="img"
>
<path
d="M0 1.249l1.439 3.18L0 6.926l1.439 2.5L0 11.923l1.439 2.424L0 16.845l1.439 2.5L0 22.75l2.8-.91c6.3.01 12.696.006 18.096 0l3.104.91-2.044-3.635 1.136-1.892-2.196-2.272-.004-.017V2.005c-6.551-.001-12.243 0-18.091 0zm19.688 1.968v7.03l-.23-.898-1.438-4.39-3.56.605-1.89-2.343zm-11.695.004h4.563L9.539 4.428zm2.86 3.68a3.903 3.903 0 0 1 1.64.254c1.968.757 1.286 2.8.15 4.012-.378.378-1.21.227-.605-.908.228-.454.454-1.363-.227-1.59-1.515-.53-3.255.682-3.634 2.271-.378 1.363.606 2.801 2.347 2.423 1.439-.303 2.802-1.288 3.332-1.742.53-.455.907.38.301 1.288-.68.908-1.74 1.968-2.65 2.574-3.558 2.423-6.662-.758-5.375-4.392.677-1.845 2.454-4.041 4.72-4.19zm6.527 2.031a.66.66 0 0 1 .454.182c.324.326.204.972-.268 1.445-.473.474-1.121.593-1.446.268-.325-.326-.205-.972.267-1.445.292-.292.666-.461.993-.45zm-.42 3.233a.66.66 0 0 1 .454.182c.325.325.206.973-.268 1.446-.473.473-1.12.592-1.445.268-.324-.326-.205-.972.268-1.445.291-.292.664-.462.99-.451Z"
/></svg></span>
</a>
</nav>
</article>
</div>
<style>
.github-icon{background-color:black;color:white}
.windows-icon{background-color:#0465b4;color:white;}
.chocolatey-icon{background-color:#944805;fill:white}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment