main_web/index.html
Christopher Edwards 2df8ed0300 add files
2020-10-31 10:51:26 -04:00

88 lines
2.3 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>ChrisEdwards.tech</title>
<!--<link rel="icon" type="image/x-icon" href="http://hearmewhisper.ddns.net/games.ico">-->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="menu.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<style>
body {
background-color: #667788;
background-image: url("index/linux_ls.jpg");
background-repeat: no-repeat;
background-position: 50% 45px;
background-size: 85% 600px
}
@media only screen and (max-width: 600px) {}
main {
display: flex;
align-self: right;
background-color: #004455;
color: #a76f6f;
width: 75%;
font-family: "Roboto Slab";
word-wrap: break-word;
margin-top: .8em;
margin-left: 7%;
}
main li {
display: flex;
justify-content: flex-end;
align-items: flex-end;
text-align: right;
padding: 12px;
;
}
#pic {
width: 95%;
margin: auto;
text-align: center;
opacity: 0.2;
display: block;
}
</style>
</head>
<body>
<div id="nav_menu">
</div>
<script src="menu.js"></script>
<br /><br /><br />
<main>
<ul>
<li>
<h1>Chris Edwards</h1>
</li>
<li>
<h4>Computer Science Student and Enthusist</h4>
</li>
<li>
<h4>I love all kinds of tech, programming, networking, and hobbist projects.</h4>
</li>
<li>
<h4>This is a collection of some of my projects, each one forced me to learn a new skill I didn't know before it.
</h4>
</li>
<li><a style="color:#a76f6f; text-align: right;" href="mailto:edwards.christophermichael@gmail.com">email
me</a>
</li>
</ul>
</main>
<script type="text/javascript">
</script>
</body>
</html>