[pl][nouns] flagi i ikonki
This commit is contained in:
parent
281a9819ef
commit
318f053246
|
@ -3,11 +3,19 @@
|
||||||
<Separator icon="atom-alt"/>
|
<Separator icon="atom-alt"/>
|
||||||
|
|
||||||
<h3 :id="$t('nouns.neuterNouns.id')">
|
<h3 :id="$t('nouns.neuterNouns.id')">
|
||||||
<Icon v="neuter"/>
|
<Icon v="deer"/>
|
||||||
<T>nouns.neuterNouns.header</T>
|
<T>nouns.neuterNouns.header</T>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
<div class="d-flex flex-column flex-md-row">
|
||||||
|
<div>
|
||||||
<T>nouns.neuterNouns.info</T>
|
<T>nouns.neuterNouns.info</T>
|
||||||
|
</div>
|
||||||
|
<figure>
|
||||||
|
<img src="/img/łoś.jpg" :alt="$t('nouns.neuterNouns.flag.alt')"/>
|
||||||
|
<figcaption><T>nouns.neuterNouns.flag.caption</T></figcaption>
|
||||||
|
</figure>
|
||||||
|
</div>
|
||||||
|
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
|
|
||||||
|
@ -67,11 +75,19 @@
|
||||||
<Separator icon="atom-alt"/>
|
<Separator icon="atom-alt"/>
|
||||||
|
|
||||||
<h3 :id="$t('nouns.dukajNouns.id')">
|
<h3 :id="$t('nouns.dukajNouns.id')">
|
||||||
<Icon v="genderless"/>
|
<Icon v="ghost"/>
|
||||||
<T>nouns.dukajNouns.header</T>
|
<T>nouns.dukajNouns.header</T>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
<div class="d-flex flex-column flex-md-row">
|
||||||
|
<div>
|
||||||
<T>nouns.dukajNouns.info</T>
|
<T>nouns.dukajNouns.info</T>
|
||||||
|
</div>
|
||||||
|
<figure>
|
||||||
|
<img src="/img/dukaizmy.png" :alt="$t('nouns.dukajNouns.flag.alt')"/>
|
||||||
|
<figcaption><T>nouns.dukajNouns.flag.caption</T></figcaption>
|
||||||
|
</figure>
|
||||||
|
</div>
|
||||||
|
|
||||||
<details class="border mb-3">
|
<details class="border mb-3">
|
||||||
<summary class="bg-light p-3">
|
<summary class="bg-light p-3">
|
||||||
|
@ -425,3 +441,19 @@
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
@import "assets/variables";
|
||||||
|
|
||||||
|
figure {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 24rem;
|
||||||
|
padding: $spacer;
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
figcaption {
|
||||||
|
font-size: $small-font-size;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
links: {
|
links: {
|
||||||
neuterNouns: 'neuter',
|
neuterNouns: 'deer',
|
||||||
dukajNouns: 'genderless',
|
dukajNouns: 'ghost',
|
||||||
personNouns: 'user-friends',
|
personNouns: 'user-friends',
|
||||||
inclusive: 'book-heart',
|
inclusive: 'book-heart',
|
||||||
}
|
}
|
||||||
|
|
|
@ -149,6 +149,9 @@ nouns:
|
||||||
header: 'Dukatywy'
|
header: 'Dukatywy'
|
||||||
label: 'dukatyw'
|
label: 'dukatyw'
|
||||||
id: 'dukatywy'
|
id: 'dukatywy'
|
||||||
|
flag:
|
||||||
|
alt: 'Flaga osób niebinarnych z naniesionym duszkiem krzyczącym „-łu”.'
|
||||||
|
caption: 'Ze względu na końcówki „-łum”, „-łuś” i „-łu”, flaga dukazimów i dukatywów przedstawia duszka krzyczącego „łu!”.'
|
||||||
info:
|
info:
|
||||||
- >
|
- >
|
||||||
Analogicznie do tzw. {/onu=dukaizmów} („zrobiłum”, „poszłuś”)
|
Analogicznie do tzw. {/onu=dukaizmów} („zrobiłum”, „poszłuś”)
|
||||||
|
@ -170,6 +173,9 @@ nouns:
|
||||||
header: 'Neutratywy'
|
header: 'Neutratywy'
|
||||||
label: 'neutratyw'
|
label: 'neutratyw'
|
||||||
id: 'neutratywy'
|
id: 'neutratywy'
|
||||||
|
flag:
|
||||||
|
alt: 'Flaga osób niebinarnych z naniesionym łosiem trzymającym łom.'
|
||||||
|
caption: 'Ze względu na końcówki „-łom” i „-łoś”, „-ło”, flaga rodzaju nijakiego i neutratywów przedstawia łosia z łomem.'
|
||||||
info:
|
info:
|
||||||
- >
|
- >
|
||||||
Są to słowa ukute na nijakie wersje słów nacechowanych płciowo, analogicznie do feminatywów.
|
Są to słowa ukute na nijakie wersje słów nacechowanych płciowo, analogicznie do feminatywów.
|
||||||
|
|
|
@ -145,7 +145,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "assets/style";
|
@import "assets/variables";
|
||||||
|
|
||||||
@include media-breakpoint-up('md') {
|
@include media-breakpoint-up('md') {
|
||||||
.w-md-50 {
|
.w-md-50 {
|
||||||
|
|
|
@ -169,7 +169,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import "assets/style";
|
@import "assets/variables";
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import "assets/style";
|
@import "assets/variables";
|
||||||
|
|
||||||
.list-group-item-hoverable {
|
.list-group-item-hoverable {
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
Reference in New Issue