diff options
| -rw-r--r-- | assets/my-music/Days Of The Morning After.mp3 | bin | 2836480 -> 0 bytes | |||
| -rw-r--r-- | assets/my-music/Monochrome Suffocationt.mp3 | bin | 3870720 -> 0 bytes | |||
| -rw-r--r-- | assets/my-music/Shotgun Indulgence.mp3 | bin | 3176448 -> 0 bytes | |||
| -rw-r--r-- | assets/my-music/Without Your Addiction.mp3 | bin | 4558848 -> 0 bytes | |||
| -rw-r--r-- | posts/2021-03-23-my-music.md | 36 | ||||
| -rwxr-xr-x | template/_navigation.html | 1 | ||||
| -rwxr-xr-x | template/style.css | 4 |
7 files changed, 2 insertions, 39 deletions
diff --git a/assets/my-music/Days Of The Morning After.mp3 b/assets/my-music/Days Of The Morning After.mp3 deleted file mode 100644 index 4c504b6..0000000 --- a/assets/my-music/Days Of The Morning After.mp3 +++ /dev/null | |||
| Binary files differ | |||
diff --git a/assets/my-music/Monochrome Suffocationt.mp3 b/assets/my-music/Monochrome Suffocationt.mp3 deleted file mode 100644 index b6712b6..0000000 --- a/assets/my-music/Monochrome Suffocationt.mp3 +++ /dev/null | |||
| Binary files differ | |||
diff --git a/assets/my-music/Shotgun Indulgence.mp3 b/assets/my-music/Shotgun Indulgence.mp3 deleted file mode 100644 index 4c500fb..0000000 --- a/assets/my-music/Shotgun Indulgence.mp3 +++ /dev/null | |||
| Binary files differ | |||
diff --git a/assets/my-music/Without Your Addiction.mp3 b/assets/my-music/Without Your Addiction.mp3 deleted file mode 100644 index 6d95467..0000000 --- a/assets/my-music/Without Your Addiction.mp3 +++ /dev/null | |||
| Binary files differ | |||
diff --git a/posts/2021-03-23-my-music.md b/posts/2021-03-23-my-music.md deleted file mode 100644 index a705870..0000000 --- a/posts/2021-03-23-my-music.md +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | --- | ||
| 2 | Title: My Music | ||
| 3 | Description: My Music | ||
| 4 | Slug: my-music | ||
| 5 | Listing: false | ||
| 6 | Created: "" | ||
| 7 | Tags: [] | ||
| 8 | --- | ||
| 9 | |||
| 10 | #### Without Your Addiction | ||
| 11 | |||
| 12 | <audio controls> | ||
| 13 | <source src="horse.ogg" type="audio/ogg"> | ||
| 14 | <source src="/assets/my-music/Without Your Addiction.mp3" type="audio/mpeg"> | ||
| 15 | </audio> | ||
| 16 | |||
| 17 | #### Shotgun Indulgence | ||
| 18 | |||
| 19 | <audio controls> | ||
| 20 | <source src="horse.ogg" type="audio/ogg"> | ||
| 21 | <source src="/assets/my-music/Shotgun Indulgence.mp3" type="audio/mpeg"> | ||
| 22 | </audio> | ||
| 23 | |||
| 24 | #### Monochrome Suffocationt | ||
| 25 | |||
| 26 | <audio controls> | ||
| 27 | <source src="horse.ogg" type="audio/ogg"> | ||
| 28 | <source src="/assets/my-music/Monochrome Suffocationt.mp3" type="audio/mpeg"> | ||
| 29 | </audio> | ||
| 30 | |||
| 31 | #### Days Of The Morning After | ||
| 32 | |||
| 33 | <audio controls> | ||
| 34 | <source src="horse.ogg" type="audio/ogg"> | ||
| 35 | <source src="/assets/my-music/Days Of The Morning After.mp3" type="audio/mpeg"> | ||
| 36 | </audio> | ||
diff --git a/template/_navigation.html b/template/_navigation.html index 9225ede..b80caf6 100755 --- a/template/_navigation.html +++ b/template/_navigation.html | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation"> | 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation"> |
| 8 | <meta itemprop="name" content="Main Menu"> | 8 | <meta itemprop="name" content="Main Menu"> |
| 9 | 9 | ||
| 10 | <a href="/my-music.html">My Music</a> | ||
| 11 | <a href="/curriculum-vitae.html">CV</a> | 10 | <a href="/curriculum-vitae.html">CV</a> |
| 12 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> | 11 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> |
| 13 | <a href="/feed.rss" itemprop="url">RSS Feed</a> | 12 | <a href="/feed.rss" itemprop="url">RSS Feed</a> |
diff --git a/template/style.css b/template/style.css index b6d3841..22ff928 100755 --- a/template/style.css +++ b/template/style.css | |||
| @@ -304,7 +304,7 @@ audio { | |||
| 304 | @media (prefers-color-scheme: light) { } | 304 | @media (prefers-color-scheme: light) { } |
| 305 | 305 | ||
| 306 | @media (prefers-color-scheme: dark) { | 306 | @media (prefers-color-scheme: dark) { |
| 307 | body { | 307 | /* body { |
| 308 | background: #111; | 308 | background: #111; |
| 309 | color: white; | 309 | color: white; |
| 310 | } | 310 | } |
| @@ -315,5 +315,5 @@ audio { | |||
| 315 | 315 | ||
| 316 | code { | 316 | code { |
| 317 | color: #111; | 317 | color: #111; |
| 318 | } | 318 | } */ |
| 319 | } | 319 | } |
