Skip to content

Commit

Permalink
hide instagram section and update sources
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilMalinowski committed Jul 14, 2024
1 parent 1129c15 commit 04d80ee
Show file tree
Hide file tree
Showing 6 changed files with 4,382 additions and 24 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="https://www.kamil--m.com/music/kmicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<link rel="icon" href="/music/kmicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KAMIL--M - NEW ALBUM 'EVIL TOUCH' AVAILABLE SOON</title>
<!-- META -->
</head>
Expand Down
4,378 changes: 4,372 additions & 6 deletions music/assets/index-4f1c370d.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions src/components/layout/TheFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
</base-logo>
<p>
WEBSITE DESIGN BY
<a href="https://www.kamil--m.com/" rel="noopener noreferrer"
>KAMIL MALINOWSKI</a
>
<a href="/" rel="noopener noreferrer">KAMIL MALINOWSKI</a>
</p>
</base-wrapper>
</footer>
Expand Down
7 changes: 2 additions & 5 deletions src/components/layout/TheHeader.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<template>
<header :class="fade">
<video autoplay loop muted>
<source
src="https://www.kamil--m.com/music/header-bg.mp4"
type="video/mp4"
/>
<source src="/music/header-bg.mp4" type="video/mp4" />
</video>
<base-wrapper class="header-wrapper">
<base-logo class="header-logo">
<a href="https://www.kamil--m.com/music/" rel="noopener noreferrer">
<a href="/music/" rel="noopener noreferrer">
<icon-kamilm></icon-kamilm>
</a>
</base-logo>
Expand Down
6 changes: 3 additions & 3 deletions src/components/layout/TheSections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<single-release id="single-release"></single-release>
<tour-dates id="tour-dates"></tour-dates>
<my-picture></my-picture>
<show-instagram id="gallery"></show-instagram>
<!-- <show-instagram id="gallery"></show-instagram> -->
</main>
</template>

Expand All @@ -13,15 +13,15 @@ import OrderNow from "../sections/OrderNow.vue";
import singleRelease from "../sections/SingleRelease.vue";
import TourDates from "../sections/TourDates.vue";
import MyPicture from "../sections/MyPicture.vue";
import ShowInstagram from "../sections/ShowInstagram.vue";
// import ShowInstagram from "../sections/ShowInstagram.vue";
export default {
components: {
OrderNow,
singleRelease,
TourDates,
MyPicture,
ShowInstagram,
},
};
</script>
5 changes: 1 addition & 4 deletions src/components/ui/BaseVideo.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<template>
<video autoplay loop muted>
<source
src="https://www.kamil--m.com/music/button-bg.mp4"
type="video/mp4"
/>
<source src="/music/button-bg.mp4" type="video/mp4" />
</video>
</template>

Expand Down

0 comments on commit 04d80ee

Please sign in to comment.