Skip to content

Commit

Permalink
Add special thanks section
Browse files Browse the repository at this point in the history
  • Loading branch information
satetsu888 committed Feb 18, 2022
1 parent fc9deee commit 06e5355
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _sass/blog.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.blog-posts {
.blog-posts, .thanks {
list-style: none;
padding: 0;

Expand Down Expand Up @@ -27,7 +27,7 @@
h3 {
margin: 0;
a {
color: #000;
color: #fff;
text-decoration: none;
font-weight: normal;
font-size: 1.3em;
Expand Down
2 changes: 1 addition & 1 deletion _sass/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {
}

a {
color: #00a4ca;
color: #fff;
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion _sass/pricing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
}

.faq {
.faq, .specialthanks {
@media #{$desktop} {
@include columns(2);
}
Expand Down
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
answer: Please be sure, you select correct ArtMeshes and Colors.
- question: My model color change very little...
answer: This plugin use tint color API with VTube Studio, so <br> light color ArtMesh changes a lot but dark color ArtMesh cannot.
thanks:
- name: ぱんだがむ - PandaGum 🐼
url: https://twitter.com/PandaGumV
body: Design of plugin image charactor Chameleon
bodyUrl: https://nizima.com/Item/DetailItem/36864
- name: Hawkbat
url: https://twitter.com/HawkbarGaming
body: VTubeStudioJS - Typescript library for VTube Studio
bodyUrl: https://github.com/Hawkbat/VTubeStudioJS
---
<section class="hero">
<div class="text-container">
Expand Down Expand Up @@ -81,4 +90,18 @@ <h2><strong>FAQ</strong></h2>
</dl>
{% endif %}
</section>

<section class="bottom-cta" id="specialthanks">
<h2 class="editable"><strong>Special Thanks 💖</strong></h2>
<dl class="specialthanks">
{% for thank in page.thanks %}
<div class="thanks">
<dt><h3><a href="{{ thank.url }}" target="_blank">{{ thank.name }}</a></h3></dt>
<dd>
<a href="{{ thank.bodyUrl }}" target="_blank">{{ thank.body }}</a>
</dd>
</div>
{% endfor %}
</dl>
</section>
</div>

0 comments on commit 06e5355

Please sign in to comment.