Skip to content

Commit

Permalink
Merge pull request #11 from StudioRvAndCo/v1.2.2
Browse files Browse the repository at this point in the history
V1.2.2
  • Loading branch information
Minarox authored Sep 4, 2022
2 parents 5196511 + eb5a035 commit bb479d2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
15 changes: 9 additions & 6 deletions src/components/Association.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
</div>
</section>

<hr v-if="posts" />
<h3 v-if="posts">{{ $t("association.instagram-gallery") }}</h3>

<!-- Instagram posts -->
<section v-if="posts">
Expand Down Expand Up @@ -313,11 +313,14 @@ export default {
}
}
hr {
margin: calc(var(--spacing) / 1.5) auto;
border-color: rgba(255, 255, 255, 0.4);
width: 50%;
border-radius: var(--border-radius);
h3 {
font-size: 1.5em;
margin-top: calc(var(--spacing) * 1.4);
margin-bottom: calc(var(--spacing) / 2);
@media (max-width: 450px) {
text-align: center;
}
}
section:last-of-type {
Expand Down
10 changes: 1 addition & 9 deletions src/components/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<section>
<div>
<h3>Studio Rv & Co</h3>
<p>
4 Lotissement Cantalause<br />
31450 Montgiscard, France
</p>
<p>Email : <a href="mailto:studio@rvandco.fr">studio@rvandco.fr</a></p>
</div>
<hr />
Expand Down Expand Up @@ -68,6 +64,7 @@ export default {
display: grid;
grid-template-columns: 1fr 0.01fr 1fr 0.01fr 1fr;
justify-items: center;
align-items: center;
gap: 2rem;
hr {
Expand All @@ -84,7 +81,6 @@ export default {
p {
color: var(--subtext-color);
margin-bottom: 0.6rem;
a {
text-decoration: none;
Expand All @@ -95,10 +91,6 @@ export default {
color: var(--text-color);
}
}
&:last-of-type {
margin-bottom: unset;
}
}
img {
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"association": {
"self": "The association",
"description": "Studio Rv & Co is a group of friends who are passionate about the world of cinema. Together, we produce from start to finish short films or amateur series on various themes that we like.",
"instagram-gallery": "Instagram gallery",
"more-pictures": "More pictures..."
},
"contact": {
Expand Down
1 change: 1 addition & 0 deletions src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"association": {
"self": "L'association",
"description": "Le Studio Rv & Co est un regroupement d'amis passionnés par le monde du cinéma. Ensemble, nous produisons du début à la fin des courts-métrages ou des séries amateurs sur des thèmes variés qui nous plaisent.",
"instagram-gallery": "Galerie Instagram",
"more-pictures": "Plus de photos..."
},
"contact": {
Expand Down

0 comments on commit bb479d2

Please sign in to comment.