Update styles and year
This commit is contained in:
parent
5f4a4ce8fe
commit
2ab5502f94
@ -10,9 +10,9 @@
|
||||
<title>Nathan Chapman</title>
|
||||
|
||||
<meta content="Composer for film, games, and other mediums." name="description">
|
||||
<meta content="websites, web design, custom, simple, fast, clean, html, css, javascript, designer, writer" name="keywords">
|
||||
<meta content="music, composer, audio, mixing, mastering, video games, film, classical, soundtrack, soundtracks, " name="keywords">
|
||||
|
||||
<link href="styles/index.css" rel="stylesheet">
|
||||
<link href="/styles/index.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
@ -24,6 +24,7 @@
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<article>
|
||||
<h1>Music</h1>
|
||||
<section>
|
||||
<h3>About</h3>
|
||||
@ -39,10 +40,11 @@
|
||||
<iframe src="https://bandcamp.com/EmbeddedPlayer/album=3163445596/size=large/bgcol=ffffff/linkcol=843733/minimal=true/transparent=true/" seamless><a href="https://music.nathanjchapman.com/album/senescence">Senescence by Nathan Chapman</a></iframe>
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p><small>Copyright ©2020 Nathan Chapman. All rights reserved.</small></p>
|
||||
<p><small>Copyright ©2021 Nathan Chapman. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -76,14 +76,14 @@ section {
|
||||
.albums-list {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: space-around;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
iframe {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
border: 0;
|
||||
height: 350px;
|
||||
width: 350px;
|
||||
height: 400px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta charset="utf-8">
|
||||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="shortcut icon" href="/images/favicon.ico">
|
||||
|
||||
<title>Nathan Chapman</title>
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<article>
|
||||
<h1>Websites</h1>
|
||||
<section>
|
||||
<h3>Simple websites. No fluff.</h3>
|
||||
@ -34,17 +35,19 @@
|
||||
<section>
|
||||
<h3>My Work</h3>
|
||||
<ul>
|
||||
<li><a href="https://aylafavati.com/">Ayla Favati</a></li>
|
||||
<li><a href="https://jhcillustration.com/">JHC Illustration</a></li>
|
||||
<li><a href="https://jjayberthumemusic.com/">JJay Berthume Music</a></li>
|
||||
<li><a href="http://wallyworks.net/">Wallyworks Construction</a></li>
|
||||
<li><a href="https://owlsprit.com/">Owl Sprit Cafe</a></li>
|
||||
<li><a href="https://owlsprit.nathanjchapman.com/">Owl Sprit Cafe</a></li>
|
||||
<li><a href="http://ptdefense.com/">PT Defense</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p><small>Copyright ©2020 Nathan Chapman. All rights reserved.</small></p>
|
||||
<p><small>Copyright ©2021 Nathan Chapman. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user