aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-03-23 03:33:42 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-03-23 03:33:42 +0100
commit4c69b3793bd09c92704726e8d89699af983ffef2 (patch)
treefc68e923b96b86e66c1cd9a50cd18615aa6a520e /template
parent2743df8f19ea16120fbe08f91b3781ddcc05b3f3 (diff)
downloadmitjafelicijan.com-4c69b3793bd09c92704726e8d89699af983ffef2.tar.gz
Cleanup and added my music page
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/_navigation.html3
-rwxr-xr-xtemplate/style.css7
2 files changed, 9 insertions, 1 deletions
diff --git a/template/_navigation.html b/template/_navigation.html
index 3b21283..2d60821 100755
--- a/template/_navigation.html
+++ b/template/_navigation.html
@@ -7,9 +7,10 @@
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>
10 <a href="/curriculum-vitae.html">CV</a> 11 <a href="/curriculum-vitae.html">CV</a>
11 <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> 12 <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a>
12 <a href="/feed.rss" itemprop="url">RSS feed</a> 13 <a href="/feed.rss" itemprop="url">RSS feed</a>
13 </nav> 14 </nav>
14 </header> 15 </header>
15</div> \ No newline at end of file 16</div>
diff --git a/template/style.css b/template/style.css
index b0cb3f6..d656282 100755
--- a/template/style.css
+++ b/template/style.css
@@ -265,6 +265,13 @@ article a {
265} 265}
266 266
267 267
268/* audio */
269
270audio {
271 width: 100%;
272}
273
274
268/* footer */ 275/* footer */
269 276
270.footer { 277.footer {