Skip to content

Commit

Permalink
templates: add BoLv10 information
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuyu committed Feb 19, 2025
1 parent 2b7003e commit 25150d4
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 2 deletions.
8 changes: 6 additions & 2 deletions public/css/style.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,12 @@ ul.nav-center li {
background-size: auto, cover;
}

#bol10 {
background: linear-gradient(rgba(16, 16, 16, 0.2), rgba(16, 16, 16, 0.2)), url("/img/tbolv10.jpg");
background-position: top, center top;
background-size: auto, cover;
}

.center {
text-align: center;
}
Expand All @@ -924,5 +930,3 @@ ul.nav-center li {
margin-bottom: 1ex;
margin-top: 2ex;
}

/*# sourceMappingURL=style.min.css.map */
8 changes: 8 additions & 0 deletions public/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,14 @@ ul.nav-center {
background-size: auto, cover;
}

#bol10 {
background: linear-gradient(
$bolOverlay, $bolOverlay
), url("/img/tbolv10.jpg");
background-position: top, center top;
background-size: auto, cover;
}

.center {
text-align: center;
}
Expand Down
Binary file added public/img/tbolv10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions templates/competitions.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,63 @@
<!-- Preserve l10n content, please don't remove or comment out the h3 tag below -->
<h3 class="hidden">{% trans %}Current competitions:{% endtrans %}</h3>
<h3>{% trans %}Past competitions:{% endtrans %}</h3>
<div class="competition">
<div class="comp-header" id="bol10" data-target="#bol10-desc">
<span>{% trans %}The Best of LMMS vol. X{% endtrans %}</span>
<i class="fas fa-angle-down carret"></i>
</div>
<div class="comp-desc panel-collapse collapse" role="tabpanel" id="bol10-desc">
{% apply markdown_to_html %}
{% trans %}
#### The competition has ended on **July 1st, 2023**.
Support LMMS and buy the compilation over at our [bandcamp page.](https://lmms.bandcamp.com/album/the-best-of-lmms-vol-10)

Listen to all entries [here.](https://docs.google.com/spreadsheets/d/e/2PACX-1vRyOjmAUBt_VVanfyXYXdNLUeTWDi6DMghpnyFbSUf9VLd-LJfM0Ux_78hCZ0xUkpC1Ksvyi-TeAFoC/pubhtml?gid=491403559&single=true)

Winners:
<div class="bandcamp-widget" data-href="https://bandcamp.com/EmbeddedPlayer/album=2828343015/size=large/bgcol=ffffff/linkcol=2ebd35/artwork=small/transparent=false/">
<iframe class="bandcamp-iframe" referrerpolicy="no-referrer" height="472" style="border: 0; height: 472px; width: 100%%;" src="" seamless><a href="https://lmms.bandcamp.com/album/the-best-of-lmms-vol-10">The Best of LMMS Vol. 10 by LMMS Artists</a></iframe>
</div>

#### Original description:
We are proud to present to you The Best of LMMS contest volume 10!
The contest aims to inspire the community to create and share their music. Submit your track at the link below before midnight
(23:59.59 UTC Time) on June 30th 2023 for a chance to be featured on the BoL v10 album. The compilation will be uploaded to Bandcamp, with all profits going towards LMMS' further development.

<p class="center"><a class="btn btn-success btn-lg center" href="https://forms.gle/YJ8jBfZxKukiA5yD9">Submit here</a></p>

#### Competition rules:

1. **The Deadline:**
- Track must be submitted by June 30th 2023 at 23:59.59 UTC using this form.
2. **The Track:**
- Must be produced in LMMS.
- You may use other programs for mastering and post processing.
- Must be under 10 minutes long.
- No winning tracks from previous Best of LMMS albums allowed.
- No covers or remixes of other person(s) works are permitted.
- Reworks of your own tracks are eligible with judge approval.
3. **The Submissions:**
- You must submit using this form only.
- No more than ONE entry per artist is allowed.
- Collaborations count as ONE entry for each artist involved.
- No collaborating with judges on entries.
- Only submissions hosted on Soundcloud or YouTube are allowed.
- The full track should be available at the submission link provided
- Your entry must be available for listening until the end of the judging process. If not, your entry will be disqualified.
- The entry must not contain any trademarked or copyrighted material which you do not own the rights to.
4. **The Judges:**
- The jury consists of: Abludo, Etorna, Iron Squid, Leche, Noeroti, and Stakeout Punch.
5. **The Judging:**
- After the deadline, the judges will convene and publish results by the end of July.
6. **Release:**
- The 25 highest scoring songs will be released as an album on Bandcamp with the price of “Pay what you want”. All the received funds will be donated for further development of LMMS, the program that we love.

**Note: Entries are approved to appear on the submission list by hand, so if you don't see yours, sit tight! It might take a while.**
{% endtrans %}
{% endapply %}
</div>
</div>
<div class="competition">
<div class="comp-header" id="bol9" data-target="#bol9-desc">
<span>{% trans %}The Best of LMMS vol. IX{% endtrans %}</span>
Expand Down
8 changes: 8 additions & 0 deletions templates/showcase.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
{% block content %}
{{ macros.jumbo('Showcase'|trans, 'Tracks made with LMMS'|trans)}}

<div class="text-center container">
<div class="wait-div text-center">
<img src='/img/loading.gif' /><br>
</div>
<iframe class="bandcamp-iframe" src="//bandcamp.com/EmbeddedPlayer/album=2828343015/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/" seamless><a href="http://lmms.bandcamp.com/album/the-best-of-lmms-vol-9">{% trans %}The Best of LMMS Vol. 9 by LMMS Artists{% endtrans %}</a></iframe>
</div>
<hr />

<div class="text-center container">
<div class="wait-div text-center">
<img src='/img/loading.gif' /><br>
Expand Down

0 comments on commit 25150d4

Please sign in to comment.