Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

<!

DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<head>

<meta name="viewport" content="initial-scale=1, maximum-scale=1">


<title>Amchitka - About</title>
<style type="text/css">
body {
font-size: 80%;
font-family: "Courier New", Courier, monospace;
letter-spacing: 0.08em;
background-color: rgb(25,30,30);}
#page {
max-width: 940px;
min-width: 720px;
margin: 10px auto 10px auto;
padding: 20px;
border: 4px double #000;
background-color: rgb(300,300,300);}
#logo {
width: 200px;
margin: 10px auto 25px auto;}
#text {
background-color:rgb(140,140,140);
font-size: 16px;
font-family: "Times New Roman";
color: white;
padding:30px;
border-style: solid;
border-width: 3px;
border-color: rgb(70,70,70);
}
ul {
width: 570px;
padding: 15px;
margin: 3px auto 0px auto;
border-top: 2px solid #000;
border-bottom: 1px solid #000;
text-align: center;}
li {
display: inline;
margin: 0px 4px;}
p {
text-align: center;
width: 600px;
margin: 20px auto 20px auto;
font-weight: normal;}
a {
color: #000000;
text-transform: uppercase;
text-decoration: none;
padding: 7px 8px 5px 8px;
}
a:hover, a.on {
color: white;
background-color: rgb(30,30,30);
}
footer {
text-align:center;
word-spacing:1px;
letter-spacing:1px;
font-size:11px;
background-color:rgb(60,60,60);
color:rgb(200,200,200);
padding:0px;
margin: 60px 0px 0px 0px;
font-family:arial;
border:solid;
border-width: 2px;
border-color:rgb(43,43,43);
}
iframe {
margin: 10px 0px;
}
</style>
</head>
<body>
<div id="page">
<div id="logo">
<img src="/amchitkasky.jpg" alt="The Music Maker" />
</div>
<ul id="navigation">
<li><a href="/amchitkahomepage.html">Home</a></li>
<li><a href="/amchitkaoriginalmusic.html">Original Music</a></li>
<li><a href="/amchitkacoversongs.html">Cover Songs</a></li>
<li><a href="/amchitkaabout.html" class="on">About</a></li>
<li><a href="/amchitkacontact.html">Contact</a></li>
</ul>
<br>
<br>
<p id="text">
My name is Chris Phillips. I make noise. I've been making music in one way or
another now for a decent portion of my life. After the dissolution of my last band,
I felt it was time to try something else and write whatever a bassist with too much
time on his hands would write.
<br>
<br>
<br>
<i>"I don't listen to the radio, but if I did, this is what I'd want it to sound
like. This is my version of pop music" - Mike Patton</i>
<br>
</p>
<br>
<br>
</div>
<footer>
<p>Design: Matthew Finn</p>

<p>Website: www.zaydengore.com</p>
</footer>
</body>
</html>

You might also like