Skip to content

Commit e1ebe17

Browse files
author
Stefano Borsatto
committed
feat: MISC page + underlined links
1 parent 645a0d4 commit e1ebe17

File tree

6 files changed

+61
-1
lines changed

6 files changed

+61
-1
lines changed

_sass/misc/links.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
main {
2+
a {
3+
text-decoration: underline;
4+
}
5+
}

_sass/yat.scss

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,24 @@ $on-laptop: 800px !default;
5959
font-size: $base-font-size * $ratio;
6060
}
6161

62+
.btn-yat {
63+
display: inline-block;
64+
padding: 0.6em 1.2em;
65+
font-family: $base-font-family;
66+
font-size: 1rem;
67+
font-weight: 500;
68+
text-decoration: none;
69+
text-align: center;
70+
color: $text-color; /* usa il colore del testo principale */
71+
background-color: $background-color; /* colore accent del tema */
72+
border: 2px solid $grey-color;
73+
border-radius: 0.4em;
74+
75+
a {
76+
text-decoration: none;
77+
}
78+
}
79+
6280
// Import partials.
6381
@import
6482
"yat/base",
@@ -70,5 +88,6 @@ $on-laptop: 800px !default;
7088
// "misc/google-translate",
7189
"misc/gitment",
7290
"misc/click-to-top",
73-
"misc/wrap-text"
91+
"misc/wrap-text",
92+
"misc/links"
7493
;

assets/docs/3rd_misc_jury.pdf

631 KB
Binary file not shown.

assets/docs/3rd_misc_rules.pdf

221 KB
Binary file not shown.

assets/images/misc_locandina.webp

178 KB
Loading

misc.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: default
3+
title: "MISC"
4+
permalink: ':path/misc/'
5+
---
6+
7+
# Milan International String Competition
8+
## Applications deadlines:
9+
- **Violin: 23 December 2025**
10+
- **Viola: 22 December 2025**
11+
- **Cello: 27 December 2025**
12+
13+
Categories up to 35 years old
14+
15+
{: style="text-align: center" }
16+
[Apply](https://h5.hbbnuo.com/_100/?t=137#/pages/index/page?p=9669){: class="btn-yat"}
17+
18+
## About MISC
19+
![MISC]({{ 'assets/images/misc_locandina.webp' | relative_url }}){: class="my-wrap-text"}
20+
21+
_Milan International String Competition_ is an international music competition for violin, viola, and cello, with the overarching goal of inspiring and challenging young talented musicians from all around the world. It aims to give them the opportunity to showcase their musical skills before a world-class jury composed of renowned performers and distinguished music professors with international profiles and backgrounds.
22+
23+
A total of €3,000 in prizes will be awarded.
24+
25+
Selected candidates will also have the opportunity to take part in masterclasses with the jury members.
26+
27+
We warmly welcome violinists, violists, and cellists from around the world to participate in the Milan International String Competition and submit their video recordings for the pre-selection round — to demonstrate their full potential, pursue their passion, and showcase their talent on a global stage.
28+
29+
## Competition Schedule and Rules
30+
[2026 3rd Milan International String Competition Rules]({{ 'assets/docs/3rd_misc_rules.pdf' | relative_url }})
31+
32+
## Jury
33+
[2026 3rd Milan International String Competition Jury]({{ 'assets/docs/3rd_misc_jury.pdf' | relative_url }})
34+
35+
## Contact
36+
For all questions feel free to contact us by email: _info [at] ilclassico.it_

0 commit comments

Comments
 (0)